Summary: | app-emulation/virtualbox-4.1.2: fails to compile due to Java name clash | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Denys Duchier <denys.duchier> |
Component: | Current packages | Assignee: | Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | bkohler, eric, giovanni.bobbio, kripton, Martin.vGagern, patrick, patrizio.bassi, proxy-maint, rose, steven, swapon |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=387039 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Denys Duchier
2011-09-19 18:09:16 UTC
Created attachment 287035 [details]
build.log
here is the build.log as an attachement
From the build log: GENTOO_VM=oracle-jdk-bin-1.7 CLASSPATH="" JAVA_HOME="/opt/oracle-jdk-bin-1.7.0" JAVACFLAGS="-source 1.5 -target 1.5" COMPILER="" I am having this issue too, with icedtea 7 and virtualbox 4.1.4. Also, see this other bug: https://bugs.gentoo.org/show_bug.cgi?id=387039 this is almost a duplicate of 387039. This GENTOO_VM=oracle-jdk-bin-1.7 distinguishes it. Try icdtea-bin6 (In reply to comment #4) > this is almost a duplicate of bug 387039. > This > GENTOO_VM=oracle-jdk-bin-1.7 > distinguishes it. Try icdtea-bin6 How can this distinguish things? Both this report (according to the build log from comment #1) and bug #387039 comment #0 mention oracle-jdk-bin-1.7. Bug #387039 comment #3 and #4 look unrelated to me. Workaround: JAVA_PKG_FORCE_VM=icedtea-6 emerge -1 virtualbox *** Bug 395465 has been marked as a duplicate of this bug. *** Switching to Sun JDK 1.6.0.29 [sun-jdk-1.6] solved the corresponing issue with virtualbox-4.1.8 for me. That workaround seemed to work for me. (In reply to comment #5) > (In reply to comment #4) > > this is almost a duplicate of bug 387039. > > This > > GENTOO_VM=oracle-jdk-bin-1.7 > > distinguishes it. Try icdtea-bin6 > > How can this distinguish things? Both this report (according to the build log > from comment #1) and bug #387039 comment #0 mention oracle-jdk-bin-1.7. > Bug #387039 comment #3 and #4 look unrelated to me. > > Workaround: JAVA_PKG_FORCE_VM=icedtea-6 emerge -1 virtualbox *** This bug has been marked as a duplicate of bug 387039 *** |