Bug 41087

Summary: Invalid 'devel' symlinks in /usr/lib* (point to /libsystemd-*)
Product: systemd Reporter: Michał Górny <mgorny>
Component: generalAssignee: Lennart Poettering <lennart>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Complete build log

Description Michał Górny 2011-09-21 08:20:37 UTC
Created attachment 51460 [details]
Complete build log

After installing systemd, I get the following symlinks in /usr/lib64:

>>> /usr/lib64/libsystemd-daemon.so -> /libsystemd-daemon.so.0.0.0
>>> /usr/lib64/libsystemd-login.so -> /libsystemd-login.so.0.0.4

which are of course invalid. Not to mention the correct location should be /lib64.

configure args: --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking --with-distro=gentoo --with-rootdir= --with-rootlibdir=lib64 --localstatedir=/var --docdir=/tmp/docs --enable-acl --disable-audit --disable-libcryptsetup --enable-gtk --enable-pam --disable-plymouth --disable-selinux --enable-tcpwrap -C

Attaching complete build log.
Comment 1 Kay Sievers 2011-09-21 09:04:57 UTC
--with-rootlibdir=lib64 -> --with-rootlibdir=/lib64
Comment 2 Kay Sievers 2011-09-21 09:23:31 UTC
Just a missing slash, I expect. Works all fine here.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.