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.
--with-rootlibdir=lib64 -> --with-rootlibdir=/lib64
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.