Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192980 - fop requires xmlgraphics-commons to be built with jpeg use flag
Summary: fop requires xmlgraphics-commons to be built with jpeg use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-18 21:45 UTC by Samuel Penn
Modified: 2007-09-18 22:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Penn 2007-09-18 21:45:16 UTC
On x86 (and probably all platforms, though I haven't tried it elsewhere) fop-0.93-r1 fails to build unless xmlgraphics-commons-1.1 has been built with the jpeg use flag. Without the use flag, certain TIFF classes are missing from the xmlgraphics-commons jar file. By default, 'jpeg' is not set.

I'm building fop on a very bare-bones headless system, so pretty much all packages are built with minimal default options.

Reproducible: Always

Steps to Reproduce:
1.USE="-jpeg" emerge xmlgraphics-commons
2.emerge fop
3.Fails!
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2007-09-18 22:17:57 UTC
Added a built_with_use check to pkg_setup in dev-java/fop.