Bug 223407 - sci-mathematics/ginac-1.4.3 fails w/ USE=doc
Bug#: 223407 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: sci-mathematics@gentoo.org Reported By: vaeth@mathematik.uni-wuerzburg.de
Component: Ebuilds
URL: 
Summary: sci-mathematics/ginac-1.4.3 fails w/ USE=doc
Keywords:  
Status Whiteboard: 
Opened: 2008-05-24 05:18 0000
Description:   Opened: 2008-05-24 05:18 0000
With USE=doc, emerge ginac fails in "emake html" (see below).
Moreover, when emake html is omitted from the ebuild,
emerge runs without errors and TeXs some pdf but does not install any pdf.

The error message for "emake html" is (with some lines of content - I have not
checked whether the warning might be related):

/bin/bash /var/tmp/portage/sci-mathematics/ginac-1.4.3/work/ginac-1.4.3/missing
--run makeinfo --no-split --no-headers ./ginac-examples.texi >
ginac-examples.txt
./ginac-examples.texi:25: warning: `@contents' omitted since writing to stdout.
/bin/bash /var/tmp/portage/sci-mathematics/ginac-1.4.3/work/ginac-1.4.3/missing
--run makeinfo --no-split --html ./ginac-examples.texi
make[3]: Leaving directory
[...]
make: *** No rule to make target `html'.  Stop.

------- Comment #1 From Markus Dittrich 2008-05-24 20:35:11 0000 -------
I believe I just fixed this in portage cvs. Please
re-open this bug if you are still having problems.

Best,
Markus

------- Comment #2 From Martin Väth 2008-05-25 07:14:39 0000 -------
Runs fine now. Thanks.