Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398047 - app-arch/libarchive: /lib/libarchive.so* links to libraries in /usr
Summary: app-arch/libarchive: /lib/libarchive.so* links to libraries in /usr
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Brian Harring (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 398051
  Show dependency tree
 
Reported: 2012-01-07 19:32 UTC by Michał Górny
Modified: 2012-01-10 12:53 UTC (History)
1 user (show)

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-01-07 19:32:41 UTC
libarchive.so => /lib64/libarchive.so (interpreter => none)
    libacl.so.1 => /lib64/libacl.so.1
        libattr.so.1 => /lib64/libattr.so.1
    libexpat.so.1 => /usr/lib64/libexpat.so.1
    liblzma.so.5 => /usr/lib64/liblzma.so.5
    libbz2.so.1 => /lib64/libbz2.so.1
    libz.so.1 => /lib64/libz.so.1
    libcrypto.so.1.0.0 => /usr/lib64/libcrypto.so.1.0.0
        libdl.so.2 => /lib64/libdl.so.2
            ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2
    libpthread.so.0 => /lib64/libpthread.so.0
    libc.so.6 => /lib64/libc.so.6

Please either request moving all dependant libraries into /lib, or move libarchive into /usr/lib.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-01-10 12:53:45 UTC
USE="static" was only linking libarchive in as static, leaving all the compress libraries linked in as shared.

And as you pointed out, most of these compress libraries are in /usr.

Therefore I've punted the useless USE="static" and moved everything back to /usr where they belong.

Fixed by ebuild for 3.0.2