
Just to make 1 thing sure. As far as I know SUN only delivers amd64 binaries starting from the java 1.5.xx series all other version are only available in 32bit for linux and windows.SilentSwan wrote:What is going on with Sun JDK? Everything is masked and I'm stuck with blackdown java.
Is this specific to amd64? I know there are issues with 1.5, but what about the previous versions?
------------------------------------
$ emerge -p sun-jdk
These are the packages that I would merge, in order:
Calculating dependencies
!!! All ebuilds that could satisfy "sun-jdk" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-java/sun-jdk-1.4.2.10 (masked by: -* keyword)
- dev-java/sun-jdk-1.2.2.017 (masked by: -* keyword)
- dev-java/sun-jdk-1.5.0.06 (masked by: package.mask, ~amd64 keyword)
# <axxo@gentoo.org>
# Lotsa things in the tree don't compile with 1.5 yet
# 1.5 defaults too -target 1.5 making downgrading to a 1.4(/1.3)
# impossible, see bug #69970 and bug 65937 for more information/discussion
# http://www.gentoo-wiki.com/Java_FAQ
- dev-java/sun-jdk-1.3.1.17 (masked by: -* keyword)
- dev-java/sun-jdk-1.3.1.16 (masked by: -* keyword)
For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.

Like said just before me you have to download the packages manually.SilentSwan wrote:Ok, the point is not version 1.5 specific. I'm still not able to unmask/install *any* of them.
Code: Select all
>=dev-java/sun-jdk-1.5 ~amd64
=dev-java/sun-jdk-1.4* x86
Code: Select all
>=dev-java/sun-jdk-1.5.0Yep I forget to mention that....robbyjo wrote:To add kdillen, add this line into your /etc/portage/package.unmask:HTH.Code: Select all
>=dev-java/sun-jdk-1.5.0