Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43989 - kdebase: missing nsplugins
Summary: kdebase: missing nsplugins
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-07 16:21 UTC by Elan Ruusamäe
Modified: 2004-03-09 18:59 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 Elan Ruusamäe 2004-03-07 16:21:10 UTC
i'm missing netscape plugins from my kde 3.2.0, on another gentoo with same kde version they're present. looked forum and seems that nsplugin package must be installed prior compiling kdebase, i wish i saw USE flag before i built kdebase

http://forums.gentoo.org/viewtopic.php?t=31291&highlight=libnsplugin

[ebuild   R   ] kde-base/kdebase-3.2.0  +cups +encode -java +ldap -motif +opengl +pam +samba +ssl  16,996 kB

i start building kdebase now, and repost when finished

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-03-07 18:24:36 UTC
Interesting, because I have Netscape Plugins in my 3.2.0 control center and I don't have any netscape related stuff installed

Control Center -> Internet -> Web Browser -> Plugins?

I'm 99.9% sure this isn't an issue anymore with kde 3.2.
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2004-03-08 01:49:09 UTC
You need the motif useflag for netscape plugins. I know it's lousy, but that's what it is.
Comment 3 Elan Ruusamäe 2004-03-08 02:15:43 UTC
thanks, that seems the issue (USE=motif),

but i'm having trouble building kdebase, because it thinks i still have old gcc installed, it's searching for libstcd++.la from gcc 3.2.x dir.. so i'm running currently this commandset to figure out what to recompile


# locate '.la'|grep '\.la$'|xargs grep 'gcc-lib/.*/3.2.3' -l|sort -u|xargs -l1 qpkg -I -nc -f

maybe i can just edit the appropriate .la files? changing 3.2.3 -> 3.3.2

# less /usr/kde/3.1/lib/libartscbackend.la
...

# Libraries that this one depends upon.
dependency_libs=' -R/usr/kde/3.1/lib -R/usr/qt/3/lib -R/usr/X11R6/lib -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3 -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3
.2.3/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../.. -L/usr/i686-pc-linux-gnu/bin -L/usr/i686-pc-linux-gnu/lib -L
/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.1/lib -L/usr/lib /usr/kde/3.1/lib/libsoundserver_idl.la /usr/kde/3.1/lib/libkmedia2_idl.la /usr/kde/3.1/lib
/libartsflow.la /usr/lib/libaudiofile.la /usr/lib/libasound.la -lpthread /usr/lib/libvorbisfile.la /usr/lib/libvorbisenc.la /usr/lib/libvorbis.la /usr/
lib/libogg.la /usr/lib/libmad.la /usr/kde/3.1/lib/libartsflow_idl.la /usr/kde/3.1/lib/libmcop.la -lstdc++ -ldl /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3
/libstdc++.la -lm -lc -lgcc_s'
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2004-03-09 18:59:32 UTC
You can fix that with /sbin/fix_libtool_files.sh

Anyway, closing this bug as the original problem has been identified.