[bt-devel] Build problem

Fred Saalbach bt-devel@crosswire.org
Sat, 29 Jun 2002 12:40:39 -0400


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.




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]#