Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125321 - mozplugger install broken
Summary: mozplugger install broken
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-06 19:04 UTC by Bret Towe
Modified: 2007-01-10 16:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix ebuild (mozplug.fix,319 bytes, patch)
2006-08-31 16:08 UTC, Bret Towe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bret Towe 2006-03-06 19:04:07 UTC
after a -e world for gcc 4.1 i noticed mozplugger wasnt catching
pdf files any more after looking into it seems that the line

inst_plugin $PLUGIN/mozplugger.so

seems to just overwrite it and create it into a symlink
overwriting the orignal plugin .so file
removing the line fixes the issue for me but
thats not exactly a correct solution
perhaps the eclass is busted?

Portage 2.1_pre5-r4 (default-linux/amd64/2005.0, gcc-4.1.0, glibc-2.3.6-r3, 2.6.16-rc4-git8 x86_64)
=================================================================
System uname: 2.6.16-rc4-git8 x86_64 AMD Athlon(tm) 64 Processor 2800+
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r4
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O3 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks fixpackages parallel-fetch sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/mdhd/portage.local"
SYNC="rsync://vox.net/gentoo-portage"
USE="amd64 X a52 aac alsa avi berkdb bitmap-fonts bzip2 canna cdr cjk cli crypt dbus dri dv dvb dvd dvdread eds emboss esd fbcon fbdev firefox flac foomaticdb gnome gstreamer gtk gtk2 gtkhtml imagemagick imlib ipv6 jpeg kde live lzw lzw-tiff mad matroska mng mp3 mpeg musepack ncurses nls nptl nptlonly ogg oggvorbis opengl pam pda pdflib perl png python qt quicktime readline real sdl speex spell ssl svg tcpd theora tiff truetype truetype-fonts type1-fonts unicode usb userlocales v4l v4l2 vcd vorbis wmf xine xml xml2 xmms xpm xv zlib elibc_glibc input_devices_mouse input_devices_keyboard kernel_linux userland_GNU video_cards_ati"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LC_ALL, LINGUAS
Comment 1 Bret Towe 2006-03-06 19:06:20 UTC
forgot to mention that mozplugger version is 1.7.3
tho i doubt it makes much difference
Comment 2 Bret Towe 2006-08-31 16:08:30 UTC
Created attachment 95598 [details, diff]
patch to fix ebuild

here is a patch to fix the issue
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2006-08-31 23:26:43 UTC
# grep so /var/db/pkg/net-www/mozplugger-1.7.3-r1/CONTENTS
obj /opt/netscape/nsbrowser/plugins/mozplugger.so 6136abececa4aa2fc05a7cf0cb58e4f6 1157090699
sym /usr/lib/nsbrowser/plugins/mozplugger.so -> /opt/netscape/nsbrowser/plugins/mozplugger.so 1157090699


WORKSFORME, can you please give your output for that?
Comment 4 Bret Towe 2006-09-01 10:39:25 UTC
grep so /var/db/pkg/net-www/mozplugger-1.7.3-r1/CONTENTS
obj /opt/netscape/nsbrowser/plugins/mozplugger.so 1fe8794c2e7e187af36a6e28da492296 1157132187
sym /usr/lib64/nsbrowser/plugins/mozplugger.so -> /opt/netscape/nsbrowser/plugins/mozplugger.so 1157132187

ls -l /opt/netscape/nsbrowser/plugins/mozplugger.so
lrwxrwxrwx 1 root root 45 2006-09-01 10:36 /opt/netscape/nsbrowser/plugins/mozplugger.so -> /opt/netscape/nsbrowser/plugins/mozplugger.so

Comment 5 Christian Marie (RETIRED) gentoo-dev 2007-01-10 16:12:54 UTC
Works for me too, could you please update the rest of your system/profile and reopen if it's still an issue? Your portage seems quite old.