With the help of someone on irc I ran
- Code: Select all
emerge --sync && emerge =dev-java/sun-jdk-1.5.0.22-r1
Which returned:
- Code: Select all
emerge: there are no ebuilds to satisfy "=dev-java/sun-jdk-1.5.0.22-r1".
Any suggestions?
Moderator: Moderators
emerge --sync && emerge =dev-java/sun-jdk-1.5.0.22-r1
emerge: there are no ebuilds to satisfy "=dev-java/sun-jdk-1.5.0.22-r1".
sudo emerge --sync
sudo layman -a java-overlay
sudo layman -S

# emerge --sync # Actually you've done this already, so no need to do again for a week or so.
# layman -S
# layman -a java-overlay
# emerge -1v =sun-jdk-1.5.0.22-r1
# equo rescue spmsync # This is to tell Entropy what you did via Portage.# emerge -s sun-jdk# eix-update
# eix sun-jdkemerge -1v =sun-jdk-1.5.0.22-r1!!! All ebuilds that could satisfy "=dev-java/sun-jdk-1.5.0.22-r1" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-java/sun-jdk-1.5.0.22-r1 (masked by: dlj-1.1 license(s))
A copy of the 'dlj-1.1' license is located at '/usr/portage/licenses/dlj-1.1'.
No rule to make target `run-java-tool'# eselect java-vm set user sun-jdk-1.5
# eselect java-vm set system sun-jdk-1.5# java-config --list-available-vms
The following VMs are available for generation-2:
1) IcedTea6-bin 1.8.1 [icedtea6-bin]
*) Sun JDK 1.6.0.21 [sun-jdk-1.6]
3) Sun JRE 1.6.0.21 [sun-jre-bin-1.6]
VMs marked as Build Only may contain Security Vulnerabilities and/or be EOL.
Gentoo recommends not setting these VMs as either your System or User VM.
Please see http://www.gentoo.org/doc/en/java.xml#build-only for more information make: *** No rule to make target `run-java-tool', needed by `out/target/common/docs/api-stubs-timestamp'. Stop.
export PATH=$(java-config -O)/bin:$PATHjava-config -O# echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin
# export PATH=$(java-config -O)/bin:$PATH
# echo $PATH
/opt/sun-jdk-1.6.0.21/bin:/sbin:/bin:/usr/sbin:/usr/bin
# locate run-java-tool
/usr/bin/run-java-tool
# Return to Portage|Emerge Package Managers
Users browsing this forum: No registered users and 0 guests