Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 168086

Summary: media-video/gxine-0.5.11 includes nspr incorrectly
Product: Gentoo Linux Reporter: Radoslaw Szkodzinski <astralstorm>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Radoslaw Szkodzinski 2007-02-23 04:34:52 UTC
This version of gxine seems to include nspr incorrectly.
Its configure forgets to add -L/usr/lib64/nspr to its build options (and other options - doesn't use pkg-config).

The script should be fixed to use pkg-config or nspr-config properly.

The LDPATH is set correctly, includes /usr/lib64/nspr.


Reproducible: Always

Steps to Reproduce:
1. Install gxine with USE="nsplugin"
2. Oh, it doesn't work.

Actual Results:  
These messages:
gxine: error while loading shared libraries: libnspr4.so.6: cannot open shared object file: No such file or directory

gxine not working.

Expected Results:  
Run correctly.

LDPATH is properly set.
Comment 1 Radoslaw Szkodzinski 2007-02-23 05:48:21 UTC
Ok, found the problem. (had to rebuild spidermonkey - revdep missed that) 
Sorry for wasting your time.