Bug 41087 - Invalid 'devel' symlinks in /usr/lib* (point to /libsystemd-*)
Summary: Invalid 'devel' symlinks in /usr/lib* (point to /libsystemd-*)
Status: RESOLVED INVALID
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Lennart Poettering
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 08:20 UTC by Michał Górny
Modified: 2011-09-21 09:23 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Complete build log (578.50 KB, text/plain)
2011-09-21 08:20 UTC, Michał Górny
Details

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.