Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 272981

Summary: USE="doc" sys-power/apcupsd-3.14.5-r2 fails to complile with USE="-png -gif" dev-tex/latex2html-2008
Product: Gentoo Linux Reporter: Zoltán Halassy <zhalassy>
Component: New packagesAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: VERIFIED TEST-REQUEST    
Severity: minor CC: base-system
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Zoltán Halassy 2009-06-06 22:16:58 UTC
apcupsd fails to complile documentation when dev-tex/latex2html-2008 is compiled without picture support. It seems it's the same problem described in bug 195801.


Reproducible: Always

Steps to Reproduce:
1. compile USE="-gif -png" dev-tex/latex2html
2. compile USE="doc" sys-power/apcupsd
Actual Results:  
merging apcupsd dies while creating docs.

Expected Results:  
Either the docs should be made without pictures (preferrably), or should depend with the proper use flags.

adding png or gif use flag to latex2html fixes the problem.

I am using the experimental 2008.0/server profile.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-08-09 16:45:39 UTC
Please try with current 3.14.7, doc generation has changed and this should no longer be a concern.
Comment 2 Zoltán Halassy 2009-08-09 21:26:32 UTC
Confirming, tested 3.14.7, "doc" useflag gone, and package provides documentation properly, even without picture support in latex2html.