[bt-devel] Make install bug

Fred Saalbach bt-devel@crosswire.org
Wed, 05 Jun 2002 21:06:39 -0400


I did make install on the current cvs, and had the following error, no
other errors during the build process.
I think it most likely has something to do with the way the make script
handles $file and interprets it as `FILES'.

Everything still worked after running make install, so it is not too
much of a problem.


Fred Saalbach



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