Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157496 - dev-java/datavision cannot find jar file from dev-text/itext-1.4.7-r1
Summary: dev-java/datavision cannot find jar file from dev-text/itext-1.4.7-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-08 01:19 UTC by Christian Faulhammer (RETIRED)
Modified: 2006-12-08 02:57 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 Christian Faulhammer (RETIRED) gentoo-dev 2006-12-08 01:19:05 UTC
When emerging datavision it tries to use itext.jar from its dependency itext-1.4.7-r1 (which is stable in a few minutes on x86).  That file does not exist, it is called iText.jar, so the import line must be

        java-pkg_jar-from itext iText.jar
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-12-08 02:46:21 UTC
Problem caused by:
# java-config -p itext
/usr/share/itext/lib/iText.jar:/usr/share/itext/lib/classes

which is caused by java-pkg_dojar build/bin/* in itext-1.4.7-r1
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-12-08 02:57:30 UTC
Fixed in itext-1.4.7-r2, thanks.