| Summary: | app-emulation/virtualbox-4.1.6-r1 - kmk: *** [/var/tmp/portage/app-emulation/virtualbox-4.1.6-r1/work/VirtualBox-4.1.6_OSE/out/linux.amd64/release/obj/VBoxJXpcom-inst-jar/vboxjxpcom.jar] Error 1 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | tman <cornicx> |
| Component: | New packages | Assignee: | Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | patrick, proxy-maint, swapon |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
/var/log/portage/app-emulation:virtualbox-4.1.6-r1:20111207-111458.log
/var/tmp/portage/app-emulation/virtualbox-4.1.6-r1/temp/environment |
||
|
Description
tman
2011-12-07 11:27:24 UTC
Created attachment 295067 [details]
/var/log/portage/app-emulation:virtualbox-4.1.6-r1:20111207-111458.log
Created attachment 295069 [details]
/var/tmp/portage/app-emulation/virtualbox-4.1.6-r1/temp/environment
-inst-jar/vboxjxpcom.jar] this is of use=java origin. /usr/lib64/icedtea7 make this a pretty close duplicate of https://bugs.gentoo.org/show_bug.cgi?id=387039. Downgrade to icedtea6, patch your ebuild from 387039 and re-try and most surprised if it doesn't work. you have double trouble here. Somewhere around here there's another bug that mentions exactly this.
/opt/icedtea-bin-6.1.10.4/bin/javac: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
/opt is a destination used by most other distros. Despite implementing
if use java; then
java-pkg-opt-2_src-compile
fi
It's too late, the path is already recorded 'somewhere' erroneously as in /opt.
Anyway, a member in #gentoo-java said
" Java 7 has enhanced type inference and a stricter compiler.
what you migth try is force a jdk < 1.7 for builing and leave the RDEPEND as is."
I used java? ( <virtual/jdk-1.7 ) because I haven't figured how bash wants
>=jdk-1.5 and <jdk-1.7 combined.
So there's the plan of attack, just need to do the homework and make it up. My home is more like python.
|