Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78312 - app-text/jing-20030619-r1 build fails missing saxon.jar
Summary: app-text/jing-20030619-r1 build fails missing saxon.jar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-16 23:52 UTC by MT
Modified: 2005-01-17 10:31 UTC (History)
1 user (show)

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 MT 2005-01-16 23:52:24 UTC
Building jing-20030619-r1 fails because it can not find saxon.jar. This is due to the ebuild using:

java-pkg_jar-from saxon-bin saxon8.jar saxon.jar

saxon-8.0b is masked. I have saxon-7.8 installed.

In my case I can resolve the problem by changing the line to:

java-pkg_jar-from saxon-bin saxon7.jar saxon.jar

However can we use the best_version function to select either saxon7 or saxon8.
OR should the dependency be marked as either one?

Building jing with saxon-7 seems to be fine.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-17 10:31:52 UTC
marked saxon8 stable, now we depend on version 8. thanks for the report.