Bug 192980 - fop requires xmlgraphics-commons to be built with jpeg use flag
Bug#: 192980 Product:  Gentoo Linux Version: 2005.0 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: sam@glendale.org.uk
Component: Java
URL: 
Summary: fop requires xmlgraphics-commons to be built with jpeg use flag
Keywords:  
Status Whiteboard: 
Opened: 2007-09-18 21:45 0000
Description:   Opened: 2007-09-18 21:45 0000
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 From Petteri Räty 2007-09-18 22:17:57 0000 -------
Added a built_with_use check to pkg_setup in dev-java/fop.