Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382637 - dev-java/xjavac-20041208-r5 does not support Oracle as a Java vendor
Summary: dev-java/xjavac-20041208-r5 does not support Oracle as a Java vendor
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on: 384611
Blocks:
  Show dependency tree
 
Reported: 2011-09-11 19:38 UTC by Mads
Modified: 2012-05-04 10:22 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 Mads 2011-09-11 19:38:53 UTC
As Oracle has released JDK 1.7.0, java.util.Properties.vendor now says "Oracle" and not "Sun". This makes xjavac to believe that the vendor is not supported, and the default BootClasspath is not set correctly.

This makes packages as for instance dev-java/xerces-2.9.1 to fail compilation.

Reproducible: Always

Steps to Reproduce:
1. Set Oracle JDK 1.7.0 as System VM
2. emerge -v xerces

Actual Results:  
Compilation of xerces fails.

Expected Results:  
Compilation should succeed.
Comment 1 Miroslav Šulc gentoo-dev 2011-10-19 15:12:19 UTC
i suppose this could be fixed by bug #384611
Comment 2 Ralph Sennhauser (RETIRED) gentoo-dev 2012-05-04 10:22:15 UTC
=dev-java/xjavac-20110814, stable on all stable archs. Closing.

Thanks for the report.