Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65960 - emerge blackdown-jdk fails with !!! Cannot find mozilla plugin
Summary: emerge blackdown-jdk fails with !!! Cannot find mozilla plugin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-30 15:18 UTC by Cybercide
Modified: 2004-10-02 02:32 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 Cybercide 2004-09-30 15:18:17 UTC
emerge blackdown-jdk
Calculating dependencies ...done!
>>> emerge (1 of 1) dev-java/blackdown-jdk-1.4.2_rc1 to /
>>> md5 src_uri ;-) j2sdk-1.4.2-rc1-linux-amd64.bin
>>> Unpacking source...
>>> Unpacking j2sdk-1.4.2-rc1-linux-amd64.bin...
>>> Source unpacked.

>>> Install blackdown-jdk-1.4.2_rc1 into /var/tmp/portage/blackdown-jdk-1.4.2_rc1/image/ category dev-java
mozilla

!!! ERROR: dev-java/blackdown-jdk-1.4.2_rc1 failed.
!!! Function install_mozilla_plugin, Line 85, Exitcode 0
!!! Cannot find mozilla plugin at /var/tmp/portage/blackdown-jdk-1.4.2_rc1/image///opt/blackdown-jdk-1.4.2_rc1/jre/plugin/i386/mozilla/libjavaplugin_oji.so
On Examining ebuild line 85 trys to install the mozilla plugins from a path including i386 should be amd64

Reproducible: Always
Steps to Reproduce:
1. emerge mozilla
2. emerge blackdown-jdk
3. 

Actual Results:  
Blackdown fails to install as above.

Work around is to do:
USE="-mozilla" emerge blackdown-jdk
and then
ln -s /opt/blackdown-jdk-1.4.2_rc1/jre/plugin/amd64/mozilla/libjavaplugin_oji.so
/usr/lib/nsbrowser/plugins/libjavaplugin_oji.so
Java plugin tested OK

Expected Results:  
Sucessfull install

emerge info
Portage 2.0.50-r11 (default-amd64-2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r0,
2.6.7-gentoo-r14)
=================================================================
System uname: 2.6.7-gentoo-r14 x86_64 15
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-pipe -O2"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config
/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://ftp.du.se/pub/os/gentoo http://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="X alsa amd64 apm arts atm avi berkdb bitmap-fonts crypt cups dvd encode esd
foomaticdb gdbm gif gnome gpm gtk gtk2 imlib java jpeg ldap libg++ libwww mikmod
motif mozilla mpeg mysql ncurses nls nogcj oggvorbis opengl oss pam pdflib perl
png ppds python qt quicktime readline sdl slang spell ssl tcpd truetype xml2
xmms xprint xv zlib"
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-09-30 21:45:15 UTC
should be fixed
Comment 2 Thomas Matthijs (RETIRED) gentoo-dev 2004-10-02 02:32:50 UTC
fixed