Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168086 - media-video/gxine-0.5.11 includes nspr incorrectly
Summary: media-video/gxine-0.5.11 includes nspr incorrectly
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-23 04:34 UTC by Radoslaw Szkodzinski
Modified: 2007-02-23 05:48 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 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.