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

Bug 515954

Summary: dev-util/perf-3.13.1-r1 shared libraries lack a SONAME
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: Current packagesAssignee: Naohiro Aota <naota>
Status: RESOLVED FIXED    
Severity: normal CC: dlan, jstein, leonard, mmokrejs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Patrick Lauer gentoo-dev 2014-07-01 07:03:01 UTC
>>> Completed installing perf-3.13.1-r1 into /var/tmp/portage/dev-util/perf-3.13.1-r1/image/

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   usr/lib64/libperf-gtk.so
   usr/bin/trace
   usr/bin/perf
ecompressdir: bzip2 -9 /usr/share/doc
ecompressdir: bzip2 -9 /usr/share/man

 * QA Notice: The following shared libraries lack a SONAME
 * /usr/lib64/libperf-gtk.so

>>> Done.
Comment 1 Martin Mokrejš 2018-01-19 14:03:23 UTC
Still happens:

 * QA Notice: The following shared libraries lack a SONAME
 * /usr/lib64/libperf-gtk.so

ecompressdir: bzip2 -9 /usr/share/man
ecompressdir: bzip2 -9 /usr/share/doc

>>> Installing (1 of 1) dev-util/perf-4.9.13::gentoo
Comment 2 Naohiro Aota gentoo-dev 2018-10-09 22:09:12 UTC
*** Bug 564200 has been marked as a duplicate of this bug. ***
Comment 3 Larry the Git Cow gentoo-dev 2018-10-15 02:26:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d2bb43bf1374b23ec718321ac839033cfb7b44

commit 59d2bb43bf1374b23ec718321ac839033cfb7b44
Author:     Naohiro Aota <naota@gentoo.org>
AuthorDate: 2018-10-15 02:25:26 +0000
Commit:     Naohiro Aota <naota@gentoo.org>
CommitDate: 2018-10-15 02:25:53 +0000

    dev-util/perf: move in-package library to its dedicated directory
    
    /usr/lib64/libperf-gtk.so is solely used by this package. So I moved the
    library to its dedicated directory: /usr/libexec/perf-core. To let the
    perf command find the library, use LIBDIR config to include the
    directory to search path list.
    
    Signed-off-by: Naohiro Aota <naota@gentoo.org>
    Closes: https://bugs.gentoo.org/515954
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/perf/perf-4.14.33-r1.ebuild | 185 +++++++++++++++++++++++++++++++++++
 1 file changed, 185 insertions(+)