Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 350956 - virtualbox-4.0.0 build fails (can't find javac?)
Summary: virtualbox-4.0.0 build fails (can't find javac?)
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-07 12:46 UTC by giovanni.bobbio
Modified: 2011-01-19 08:51 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 giovanni.bobbio 2011-01-07 12:46:21 UTC
javac   vboxjxpcom.jar - jxpcomgen.list
kmk: /opt/sun-jre-bin-1.6.0.23/bin/javac: Command not found
kmk: *** [/var/tmp/portage/app-emulation/virtualbox-4.0.0/work/VirtualBox-4.0.0_OSE/out/linux.x86/release/obj/VBoxJXpcom-inst-jar/vboxjxpcom.jar] Error 127
kmk: *** Waiting for unfinished jobs....
kmk: *** Exiting with status 2
emake failed


Reproducible: Always




There's no javac in /opt/sun-jre-bin-1.6.0.23/bin/
Rather:
kien ~ # which javac
/usr/bin/javac
kien ~ # ls -la /usr/bin/javac
lrwxrwxrwx 1 root root 13 Dec 13 14:47 /usr/bin/javac -> run-java-tool
Comment 1 Rafał Mużyło 2011-01-07 13:35:34 UTC
No surprise here - that should be an jdk, not jre.
Comment 2 giovanni.bobbio 2011-01-19 08:51:53 UTC
You are absolutely correct.