[Flac-dev] Error when building doc/html

King, Joshua Joshua.King at dsto.defence.gov.au
Wed Oct 4 19:34:20 PDT 2006


>/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

Oops, I see what's doing it -- like Josh said doxygen is required the
way things are set up in CVS currently.

It's this change here:
http://flac.cvs.sourceforge.net/flac/flac/doc/html/Makefile.am?r1=1.17&r
2=1.18

You could reverse the change, comment out the 'cd api...' line in
doc/html/Makefile.am or a simple workaround would just be to to put an
empty file in the doc/html/api folder, which should make the install
command succeed. You could put something like 'touch doc/html/api/empty'
in the ebuild if that works. 

Otherwise make doxygen a requirement of the ebuild and take out the
--disable-doxygen-docs option.


Joshua King
Defence Science and Technology Organisation
Tel: (08) 9553 4305
Email: joshua.king at 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. 


More information about the Flac-dev mailing list