Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 548870 - kde-misc/semantik-0.9.4: not installing libnablah.so
Summary: kde-misc/semantik-0.9.4: not installing libnablah.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-07 20:14 UTC by Markus
Modified: 2015-05-09 18:46 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 Markus 2015-05-07 20:14:17 UTC
I installed semantik:
[ebuild   R   ~] kde-misc/semantik-0.9.4:4::gentoo  USE="(-aqua) -debug" PYTHON_TARGETS="python2_7" 0 KiB

No errors, just a:
 * QA Notice: Symbolic link /usr/lib64/libnablah.so.0 points to /usr/lib64/libnablah.so which does not exist.

$ grep libnablah /var/db/pkg/kde-misc/semantik-0.9.4/CONTENTS 
sym /usr/lib64/libnablah.so.0 -> libnablah.so 1431028751

$ semantik
semantik: error while loading shared libraries: libnablah.so.0: cannot open shared object file: No such file or directory

In the whole build log "libnablah" only occures as "-Wl,--soname=libnablah.so.0".
That seems to be added by the ebuild.


Removing the two lines from ebuild let it build:
append-ldflags -Wl,--soname=libnablah.so.0
dosym libnablah.so /usr/$(get_libdir)/libnablah.so.0

Reproducible: Always
Comment 1 Michael Palimaka (kensington) gentoo-dev 2015-05-09 18:46:14 UTC
Thanks, fixed in CVS.

+  09 May 2015; Michael Palimaka <kensington@gentoo.org>
+  +semantik-0.9.4-r1.ebuild:
+  Remove old symlink and injected LDFLAGS wrt bug #548870.