[bt-devel] Build problem

Fred Saalbach bt-devel@crosswire.org
Sun, 30 Jun 2002 20:57:54 -0400


Still no icons, but the new index listing module by language looks nice,
should be a useful feature.

The error message is in the same area, but is different, so you must
have been in the right part of code.  There is a copy of the new error
and the prevous one following the mesage text.  

I realized that I had not put back into the cvs 4 make files in the
docs/en/handbook/~  If I put back any that should not be there please
delete them back out.

Fred Saalbach

Martin Gruner wrote:
> 
> Fred,
> 
> thanks for pointing this out. I reviewed the gen_am.sh script, and it should
> work again. Let me know if it still does not.
> 
> Martin
> 
> Am Samstag, 29. Juni 2002 18:40 schrieb Fred Saalbach:
> > At the tail end of the make (with no other errors, I see the error
> > following.  I had this before the cvs problem friday, so I don't think
> > it is the problem.  I ran gen_am.dat before I started the build
> > process.  Could it be that FILES is never assigned a value?
> >
> > The result of this is a functional bibletime, but no icons.
> >
------------------------------------------------------------------
New make install output

make[4]: Leaving directory
`/home/fkskde3/Develop/cvs_repository/bibletime/docs/helpdialog'
make[3]: Leaving directory
`/home/fkskde3/Develop/cvs_repository/bibletime/docs/helpdialog'
make[2]: Leaving directory
`/home/fkskde3/Develop/cvs_repository/bibletime/docs/helpdialog'
Making install in howto
make[2]: Entering directory
`/home/fkskde3/Develop/cvs_repository/bibletime/docs/howto'
Making install in html
make[3]: Entering directory
`/home/fkskde3/Develop/cvs_repository/bibletime/docs/howto/html'
make[4]: Entering directory
`/home/fkskde3/Develop/cvs_repository/bibletime/docs/howto/html'
make[4]: Nothing to be done for `install-exec-am'.
mkdir -p /opt/kde3/share/doc/HTML/en/bibletime/howto/;
chmod -R a+r+X  /opt/kde3/share/doc/HTML/en/bibletime;
for file in ; do \
/usr/bin/install -c -p -m 644 $file
/opt/kde3/share/doc/HTML/en/bibletime/howto; \
chmod a+r /opt/kde3/share/doc/HTML/en/bibletime/howto/$file; \
done;
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `for file in ; do  /usr/bin/install -c -p -m 644
$file /opt/kde3/share/doc/HTML/en/bibletime/howto;  chmod a+r
/opt/kde3/share/doc/HTML/en/bibletime/howto/$file;  done;'
make[4]: *** [install-data-local] Error 2
make[4]: Leaving directory
`/home/fkskde3/Develop/cvs_repository/bibletime/docs/howto/html'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory
`/home/fkskde3/Develop/cvs_repository/bibletime/docs/howto/html'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory
`/home/fkskde3/Develop/cvs_repository/bibletime/docs/howto'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/home/fkskde3/Develop/cvs_repository/bibletime/docs'
make: *** [install-recursive] Error 1
[root@localhost bibletime]#

------------------------------------------------------------------
Prevous make install output




>




 >
> >
> >
> > Making install in admin
> > make[1]: Entering directory
> > `/home/fkskde3/Develop/cvs_repository/bibletime/admin'
> > make[2]: Entering directory
> > `/home/fkskde3/Develop/cvs_repository/bibletime/admin'
> > make[2]: Nothing to be done for `install-exec-am'.
> > make[2]: Nothing to be done for `install-data-am'.
> > make[2]: Leaving directory
> > `/home/fkskde3/Develop/cvs_repository/bibletime/admin'
> > make[1]: Leaving directory
> > `/home/fkskde3/Develop/cvs_repository/bibletime/admin'
> > Making install in docs
> > make[1]: Entering directory
> > `/home/fkskde3/Develop/cvs_repository/bibletime/docs'
> > Making install in handbook
> > make[2]: Entering directory
> > `/home/fkskde3/Develop/cvs_repository/bibletime/docs/handbook'
> > Making install in html
> > make[3]: Entering directory
> > `/home/fkskde3/Develop/cvs_repository/bibletime/docs/handbook/html'
> > make[4]: Entering directory
> > `/home/fkskde3/Develop/cvs_repository/bibletime/docs/handbook/html'
> > make[4]: Nothing to be done for `install-exec-am'.
> > mkdir -p /opt/kde3/share/doc/HTML/en/bibletime/handbook/;
> > chmod -R a+r+X  /opt/kde3/share/doc/HTML/en/bibletime;
> > for file in FILES; do \
> > /usr/bin/install -c -p -m 644 $file
> > /opt/kde3/share/doc/HTML/en/bibletime/handbook; \
> > chmod a+r /opt/kde3/share/doc/HTML/en/bibletime/handbook/$file; \
> > done;
> > /usr/bin/install: cannot stat `FILES': No such file or directory
> > chmod: failed to get attributes of
> > `/opt/kde3/share/doc/HTML/en/bibletime/handbook/FILES': No such file or
> > directory
> > make[4]: *** [install-data-local] Error 1
> > make[4]: Leaving directory
> > `/home/fkskde3/Develop/cvs_repository/bibletime/docs/handbook/html'
> > make[3]: *** [install-am] Error 2
> > make[3]: Leaving directory
> > `/home/fkskde3/Develop/cvs_repository/bibletime/docs/handbook/html'
> > make[2]: *** [install-recursive] Error 1
> > make[2]: Leaving directory
> > `/home/fkskde3/Develop/cvs_repository/bibletime/docs/handbook'
> > make[1]: *** [install-recursive] Error 1
> > make[1]: Leaving directory
> > `/home/fkskde3/Develop/cvs_repository/bibletime/docs'
> > make: *** [install-recursive] Error 1
> > [root@localhost bibletime]# echo $FILES
> >
> > [root@localhost bibletime]# echo FILES
> > FILES
> > [root@localhost bibletime]#