Summary: | Why only jre-1.4.2? | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrew John Hughes <gnu_andrew> |
Component: | [OLD] Java | Assignee: | Java team <java> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Andrew John Hughes
2008-06-24 23:55:00 UTC
That doesn't answer the question; why does >= resolve as = ? You may want to have a look at the virtual jdk/jre ebuilds. kaffe is an only sun jdk 1.4 compatible jdk and when all other do not match, e.g. because you masked them or something is wrong with your overlay, you get what you asked for. Honestly, you're using an experimental overlay and doing so you should be able to track down such issues yourself. In Bugzilla we care for the Gentoo repository. It is not the place for user support. Java guys, leaving it to you to resolve... I've already attempted to track it down -- see my original message. This used to work, but recently something seems to have been broken in the main Gentoo repository. Something is clearly broken upstream, as none of these are overlay packages. Now world fails to work: [nomerge ] dev-java/xalan-2.7.0-r5 USE="-doc -source" [ebuild R ] dev-java/xalan-serializer-2.7.0 USE="-doc -source" 0 kB [ebuild R ] dev-java/xml-commons-external-1.3.04 USE="-doc -source" 0 kB [ebuild NS ] virtual/jre-1.4.2 0 kB I don't see a bug that needs fixing. Everything is working as it's supposed to when there are not user specific masks in effect. pena betelgeuse # emerge -pv relaxng-datatype These are the packages that would be merged, in order: Calculating dependencies -depend: /usr/portage/dev-java/relaxng-datatype/relaxng-datatype-1.0-r1.ebuild ... done! [ebuild N ] dev-java/relaxng-datatype-1.0-r1 USE="-doc -source" 0 kB Total: 1 package (1 new), Size of downloads: 0 kB pena betelgeuse # emerge -pv virtual/jre:1.4 These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild NS ] virtual/jdk-1.4.2 [1.5.0, 1.6.0] 0 kB [ebuild NS ] virtual/jre-1.4.2 [1.6.0] 0 kB Fixed by a recent sync. That it now works for you does not equal to a fixed bug... ...overlay or other local issue, therefore not a bug. |