Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139959 - dev-java/fop-0.20.5-r3 needs jai and jimi in its CLASSPATH
Summary: dev-java/fop-0.20.5-r3 needs jai and jimi in its CLASSPATH
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-11 01:21 UTC by Thorsten Mürell
Modified: 2006-07-14 09:30 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 Thorsten Mürell 2006-07-11 01:21:48 UTC
If you use the new java configuration toolkit there's no user CLASSPATH any more (it is deprecated).

If you want to use fop with jai and/or jimi support it complains about missing classes. The reason for this seems to be the setting of the CLASSPATH in the fop start script (/usr/bin/fop):

cp=${CLASSPATH}:`java-config -p avalon-framework-4.1,batik-1.5,fop,xalan,xerces-2`

Depending on the USE flags "sun-jai-bin" or "sun-jimi" should be added there.

----------

This is how i compiled fop:

[ebuild   R   ] dev-java/fop-0.20.5-r3  USE="jai jimi -doc -examples"
Comment 1 Josh Nichols (RETIRED) gentoo-dev 2006-07-14 09:30:35 UTC
Should be fixed with fop-0.20.5-r5. Thanks for reporting!

Give it a few hours to hit your local rsync, then do an emerge --sync.