Re: [Refdb-devel] CVS build failure - refdbd
Status: Beta
Brought to you by:
mhoenicka
From: David N. <dav...@sw...> - 2005-09-24 10:44:01
|
Hi Markus, > I've still got that pesky build failure for refdb cvs. It's occurring > despite using libdbi 0.8.0 -- specifically, the debs I emailed you a > little while ago. Hold the phone! The build problem was solved by moving the dbi include files from '/usr/include/' to '/usr/include/dbi/'. The cvs build still fails, but it is a very pedestrian error caused by a missing file in the new phpweb stuff. Here is the relevant portion of the build: ----------------------------------------------------------------------------------------------------- Making install in phpweb make[2]: Entering directory `/home/david/data/computing/projects/refdb/packages/refdb/cvs/pkg/debianise/source/refdb-0.0-cvs-20050924/phpweb' make[3]: Entering directory `/home/david/data/computing/projects/refdb/packages/refdb/cvs/pkg/debianise/source/refdb-0.0-cvs-20050924/phpweb' make[3]: Nothing to be done for `install-exec-am'. /bin/sh .././conf/mkinstalldirs /home/david/data/computing/projects/refdb/packages/refdb/cvs/pkg/debianise/source/refdb-0.0-cvs-20050924/debian/refdb/usr/share/refdb/www mkdir -p -- /home/david/data/computing/projects/refdb/packages/refdb/cvs/pkg/debianise/source/refdb-0.0-cvs-20050924/debian/refdb/usr/share/refdb/www chmod 1777 /home/david/data/computing/projects/refdb/packages/refdb/cvs/pkg/debianise/source/refdb-0.0-cvs-20050924/debian/refdb/usr/share/refdb/www chmod 755 /home/david/data/computing/projects/refdb/packages/refdb/cvs/pkg/debianise/source/refdb-0.0-cvs-20050924/debian/refdb/usr/share/refdb/www/*.php /bin/sh .././conf/mkinstalldirs /home/david/data/computing/projects/refdb/packages/refdb/cvs/pkg/debianise/source/refdb-0.0-cvs-20050924/debian/refdb/usr/share/refdb/css mkdir -p -- /home/david/data/computing/projects/refdb/packages/refdb/cvs/pkg/debianise/source/refdb-0.0-cvs-20050924/debian/refdb/usr/share/refdb/css /usr/bin/install: cannot stat `refdb.css': No such file or directory make[3]: *** [install-data-local] Error 1 make[3]: Leaving directory `/home/david/data/computing/projects/refdb/packages/refdb/cvs/pkg/debianise/source/refdb-0.0-cvs-20050924/phpweb' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home/david/data/computing/projects/refdb/packages/refdb/cvs/pkg/debianise/source/refdb-0.0-cvs-20050924/phpweb' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/david/data/computing/projects/refdb/packages/refdb/cvs/pkg/debianise/source/refdb-0.0-cvs-20050924' make: *** [install] Error 2 ----------------------------------------------------------------------------------------------------- Hope this is an easy fix. Regards, David. |