
To unmask the nsplugin USE flag, create the file /etc/portage/profile/package.use.mask and add either or both of the following lines (the syntax is just like package.use):${PORTDIR}/profiles/base/package.use.mask wrote:# Petteri Räty <betelgeuse@gentoo.org> (27 Apr 2007)
# package.use.masked for security bug #161835
# Not removed from ebuilds because this is the only 64 bit plugin
# on amd64.
dev-java/blackdown-jdk nsplugin
dev-java/blackdown-jre nsplugin
Code: Select all
dev-java/blackdown-jdk -nsplugin
dev-java/blackdown-jre -nsplugin

This is true currently but Java7/OpenJDK will have a 64bit plugin. If you want a native 64bit plugin you'll just have to wait for that.Red Knuckles wrote:Is the reason there isn't a Sun-Java 64 bit plugin because Sun hasn't developed one yet? I'm new to 64 bit systems. Just finished building this box last week.

Well actually that's good news and I'll wait. There is still the old Blackdown-1.4.2 plugin if one must have java 64 bit right now but I've chosen to remove it and everything Blackdown.nukem996 wrote:This is true currently but Java7/OpenJDK will have a 64bit plugin. If you want a native 64bit plugin you'll just have to wait for that.Red Knuckles wrote:Is the reason there isn't a Sun-Java 64 bit plugin because Sun hasn't developed one yet? I'm new to 64 bit systems. Just finished building this box last week.

You can still install the plugin using /etc/portage/profile/package.use.mask as pointed out to me earlier in this thread.nightmorph wrote:Too late; it has been removed from the latest ebuild, as per the GLSA.

Thats not true Java6 and I thin Java5 are complete ports to x86_64, but in Sun's infinite wisdom they thought it would be better to not port the plugin.nightmorph wrote:Correct; Sun has yet to release a 64-bit version of their Java.
Code: Select all
nuke@nuke /opt/sun-jdk-1.6.0/bin $ file java
java: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), not stripped

I'm just curious. Has anyone gotten the above to work? From the portage manpage it should, but for me the nsplugin USE flag is still excluded when blackdown is emerged.Philantrop wrote:It wasn't removed. It was package.use.mask'ed:
To unmask the nsplugin USE flag, create the file /etc/portage/profile/package.use.mask and add either or both of the following lines (the syntax is just like package.use):
Code: Select all
dev-java/blackdown-jdk -nsplugin dev-java/blackdown-jre -nsplugin

