First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 52876
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Elie De Brauwer <elie@de-brauwer.be>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
blackdown-jdk-1.4.2_rc1-fix.patch Test patch patch Andy Daniels 2004-06-14 23:30 0000 466 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 52876 depends on: Show dependency tree
Bug 52876 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-06-03 05:35 0000
helios@psychotic plugins $ ls -l /usr/lib/mozilla/plugins/javaplugin_oji.so 
lrwxrwxrwx  1 root root 71 Jun  3 09:22 /usr/lib/mozilla/plugins/javaplugin_oji.so -> /opt/blackdown-jdk-1.4.2_rc1/jre/plugin/amd64/mozilla/javaplugin_oji.so

So it links to /opt/blackdown<whatever>/jre/plugin/amd64/mozilla/javaplugin_oji.so

But the file is:
helios@psychotic plugins $ ls /opt/blackdown-jdk-1.4.2_rc1/jre/plugin/amd64/*
libjavaplugin_oji.so

So libjavaplugin_oji.so instead of javaplugin_oji.so

So no java plugins are available since the link is broken. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




helios@psychotic dev-java $ java -version
java version "1.4.2-rc1"
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.2-rc1)
Java HotSpot(TM) 64-Bit Server VM (build Blackdown-1.4.2-rc1, mixed mode)


Emerge info:

Portage 2.0.50-r7 (default-amd64-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040529-r0,
2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 x86_64 4
Gentoo Base System version 1.4.15
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /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="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://ftp.du.se/pub/os/gentoo http://gentoo.mirror.sdv.fr
http://ftp.gentoo.skynet.be/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X amd64 apm arts avi berkdb cdr crypt encode esd foomaticdb gdbm gif gnome
gpm gtk gtk2 imlib jpeg kde libg++ libwww mikmod motif mozilla mpeg ncurses nls
nogcj oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl
slang snmp spell ssl tcpd truetype xml2 xmms xv zlib"
Portage 2.0.50-r7 (default-amd64-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040529-r0,
2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 x86_64 4
Gentoo Base System version 1.4.15
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /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="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://ftp.du.se/pub/os/gentoo http://gentoo.mirror.sdv.fr
http://ftp.gentoo.skynet.be/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X amd64 apm arts avi berkdb cdr crypt encode esd foomaticdb gdbm gif gnome
gpm gtk gtk2 imlib jpeg kde libg++ libwww mikmod motif mozilla mpeg ncurses nls
nogcj oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl
slang snmp spell ssl tcpd truetype xml2 xmms xv zlib"

------- Comment #1 From Elie De Brauwer 2004-06-03 05:40:13 0000 -------
The ebuild line 132 contains the error:

        inst_plugin /opt/${P}/jre/plugin/${PLATFORM}/mozilla/javaplugin_oji.so

The part after the last / should be libjavaplugin_oji.so. If this differs on other platforms an architecture if / else should be place

------- Comment #2 From Danny van Dyk (RETIRED) 2004-06-03 14:45:30 0000 -------
Java@g.o: Could you please have a look at this ?

------- Comment #3 From Derek Dolney 2004-06-09 05:29:55 0000 -------
Same problem on x86.

------- Comment #4 From Danny van Dyk (RETIRED) 2004-06-11 06:54:23 0000 -------
Multiarch problem, reassigning to java@gentoo.org

------- Comment #5 From Andy Daniels 2004-06-14 23:30:18 0000 -------
Created an attachment (id=33289) [edit]
Test patch

This patch against blackdown-jdk-1.4.2_rc1.ebuild should correct the incorrect
Mozilla plugin installation problem.

------- Comment #6 From Karl Trygve Kalleberg (RETIRED) 2004-06-21 12:07:49 0000 -------
Fixed. Bumped revision to -r1.

First Last Prev Next    No search results available      Search page      Enter new bug