Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 220463

Summary: dev-java/emma-2.0.5312-r1 fails with ibm-jdk-bin
Product: Gentoo Linux Reporter: Kenneth Prugh (RETIRED) <ken69267>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal CC: maekke
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 217442, 287619    
Attachments: JAVA_PKG_DEBUG="true" JAVA_PKG_FORCE_VM="ibm-jdk-bin" emerge -va1 emma

Description Kenneth Prugh (RETIRED) gentoo-dev 2008-05-05 21:35:56 UTC
Fails with dev-java/ibm-jdk-bin-1.6.0.1 on amd64:

core.bootstrap.compile:
    [javac] Compiling 2 source files to /var/tmp/portage/dev-java/emma-2.0.5312-r1/work/emma-2.0.5312/out/core/classes
    [javac] /var/tmp/portage/dev-java/emma-2.0.5312-r1/work/emma-2.0.5312/out/core/srcgen/com/vladium/app/IAppVersion.java:16: cannot access java.lang.Object
    [javac] class file for java.lang.Object not found
    [javac] interface IAppVersion
    [javac] ^
    [javac] /var/tmp/portage/dev-java/emma-2.0.5312-r1/work/emma-2.0.5312/core/java12/com/vladium/emma/IAppConstants.java:23: cannot find symbol
    [javac] symbol  : class String
    [javac] location: interface com.vladium.emma.IAppConstants
    [javac]     String APP_NAME         = "EMMA";
    [javac]     ^
Comment 1 Miroslav Ć ulc gentoo-dev 2008-05-06 16:31:59 UTC
Created attachment 152133 [details]
JAVA_PKG_DEBUG="true" JAVA_PKG_FORCE_VM="ibm-jdk-bin" emerge -va1 emma
Comment 2 Serkan Kaba (RETIRED) gentoo-dev 2008-06-14 12:27:58 UTC
Fixed by ibm-jdk-bin-1.6.0.1-r1.
Comment 3 Serkan Kaba (RETIRED) gentoo-dev 2008-08-31 13:43:06 UTC
*** Bug 236266 has been marked as a duplicate of this bug. ***
Comment 4 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2009-12-28 11:25:24 UTC
Still fails and it's not problem of ibm-jdk-bin's package.env, but of emma's build.xml which does not use BOOTCLASSPATH from package.env, but its own assumptions of where the jars are.
Comment 5 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2010-01-08 19:05:46 UTC
Fixed by sed magic.