Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220463 - dev-java/emma-2.0.5312-r1 fails with ibm-jdk-bin
Summary: dev-java/emma-2.0.5312-r1 fails with ibm-jdk-bin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
: 236266 (view as bug list)
Depends on:
Blocks: 217442 287619
  Show dependency tree
 
Reported: 2008-05-05 21:35 UTC by Kenneth Prugh (RETIRED)
Modified: 2010-01-08 19:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
JAVA_PKG_DEBUG="true" JAVA_PKG_FORCE_VM="ibm-jdk-bin" emerge -va1 emma (ibm-jdk-bin-failure.txt,119.47 KB, text/plain)
2008-05-06 16:31 UTC, Miroslav Šulc
Details

Note You need to log in before you can comment on or make changes to this bug.
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.