Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 695670 - net-libs/ldns-1.7.1 - /usr/lib/python3.5/site-packages/_ldns.so.3.0.0 links to /usr/lib/libldns.so.2 instead of /usr/lib/libldns.so.3
Summary: net-libs/ldns-1.7.1 - /usr/lib/python3.5/site-packages/_ldns.so.3.0.0 links t...
Status: RESOLVED DUPLICATE of bug 641598
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marc Schiffbauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-26 12:05 UTC by Jeroen Roovers (RETIRED)
Modified: 2019-09-26 12:37 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 Jeroen Roovers (RETIRED) gentoo-dev 2019-09-26 12:05:27 UTC
`!!! existing preserved libs:
>>> package: net-libs/ldns-1.7.1
 *  - /usr/lib/libldns.so.2
 *  - /usr/lib/libldns.so.2.0.0
 *      used by /usr/lib/python3.5/site-packages/_ldns.so.3.0.0 (net-libs/ldns-1.7.1)
Use emerge @preserved-rebuild to rebuild packages using these libraries

At the end of src_compile() it links against -L/usr/lib before -L.libs, which may be the cause of the problem:

./libtool --tag=CC --quiet --tag=CC --mode=link hppa2.0-unknown-linux-gnu-gcc -Wunused-function -Wstrict-prototypes -Wwrite-strings -W -Wall -mschedule=8000 -march=2.0 -ggdb -Wall -O2 -pipe -Wno-comment  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--no-keep-memory -L/usr/lib -lpython3.5m -module -version-info 3:0:0 -no-undefined -o _ldns.la ldns_wrapper.lo -rpath /usr/lib/python3.5/site-packages -L. -L.libs -lldns
>>> Source compiled.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-09-26 12:37:59 UTC

*** This bug has been marked as a duplicate of bug 641598 ***