>Sorry, I'm not really sure what's going on here, It's >installing via an ebuild cvs which does nothing but download >the sources, ./autogen.sh, configure (with options), make ; >make install.A quick look at that log shows that it is calling ./configure with --disable-doc, however in CVS the option seems to be --disable-doxygen-docs, try changing that in the ebuild file (then if that works file a bug with the Gentoo ebuild maintainer). Joshua King Defence Science and Technology Organisation Tel: (08) 9553 4305 Email: joshua.king@dsto.defence.gov.au IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the Crimes Act 1914. If you have received this email in error, you are requested to contact the sender and delete the email.
On 10/4/06, King, Joshua <Joshua.King@dsto.defence.gov.au> wrote:> >Sorry, I'm not really sure what's going on here, It's > > A quick look at that log shows that it is calling ./configure with > --disable-doc, however in CVS the option seems to be > --disable-doxygen-docs, try changing that in the ebuild file (then if > that works file a bug with the Gentoo ebuild maintainer)../configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-ogg --enable-sse --disable-3dnow --disable-debug --disable-doygen-docs --disable-dependency-tracking --build=i686-pc-linux-gnu Compiled with this configure and it still fails (even took away the ebuild just did it in a directory: /usr/bin/install -c -m 644 'logo130.gif' '/usr/share/doc/flac-1.1.3/html/images/logo130.gif' make[4]: Leaving directory `/tmp/flac/doc/html/images' make[3]: Leaving directory `/tmp/flac/doc/html/images' make[3]: Entering directory `/tmp/flac/doc/html' make[4]: Entering directory `/tmp/flac/doc/html' make[4]: Nothing to be done for `install-exec-am'. /tmp/flac/install-sh -d /usr/share/doc/flac-1.1.3/html/api (cd api && /usr/bin/install -c -m 644 * /usr/share/doc/flac-1.1.3/html/api) /usr/bin/install: cannot stat `*': No such file or directory make[4]: *** [install-data-local] Error 1 make[4]: Leaving directory `/tmp/flac/doc/html' make[3]: *** [install-am] Error 2 make[3]: Leaving directory `/tmp/flac/doc/html' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/tmp/flac/doc/html' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/tmp/flac/doc' make: *** [install-recursive] Error 1 -- avuton -- Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
Reasonably Related Threads
- Error when building doc/html
- Error when building doc/html
- [PATCH] Memory issue and cast causing failures when adding metadata
- ads_sasl_spnego_krb5_bind failed: Program lacks supportfor encryption type [SEC=UNCLASSIFIED]
- [flac-git] Install fails with --disable-doxygen-docs