Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50553 - nspr-4.4.1 leaves libraries in /usr/bin
Summary: nspr-4.4.1 leaves libraries in /usr/bin
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-09 08:58 UTC by Mario Camou
Modified: 2004-05-10 05:06 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 Mario Camou 2004-05-09 08:58:38 UTC
dev-libs/nspr-4.4.1 leaves libplc4.so, libplds4.so and libnspr4.so in /usr/bin

Reproducible: Always
Steps to Reproduce:
# emerge nspr
# equery files nspr | grep so\$
Actual Results:  
/usr/lib/libplc4.so
/usr/bin/libplc4.so
/usr/lib/libplds4.so
/usr/bin/libplds4.so
/usr/bin/libnspr4.so
/usr/lib/libnspr4.so


Expected Results:  
/usr/lib/libplc4.so
/usr/lib/libplds4.so
/usr/lib/libnspr4.so
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-05-10 05:06:20 UTC
For some reason they should be installed in bin.

from Makefile:
# The Client build wants the shared libraries in $(dist_bindir),
# so we also install them there.