4 of 5 shared libraries of sys-apps/util-linux are installed in /lib (e.g. /lib64) and linker scripts for them are installed in /usr/lib (e.g. /usr/lib64). This handling does not include libfdisk.so.1 which is used by some tools installed in /sbin: # scanelf -qyF "%F: %n" $(qlist sys-apps/util-linux-2.32-r2 | sort) | grep libfdisk.so.1 /sbin/cfdisk: libsmartcols.so.1,libfdisk.so.1,libncursesw.so.6,libmount.so.1,libslang.so.2,libc.so.6 /sbin/fdisk: libfdisk.so.1,libsmartcols.so.1,libncursesw.so.6,libreadline.so.7,libc.so.6 /sbin/sfdisk: libfdisk.so.1,libsmartcols.so.1,libncursesw.so.6,libreadline.so.7,libc.so.6 /usr/lib32/libfdisk.so.1.1.0: libblkid.so.1,libuuid.so.1,libc.so.6,ld-linux.so.2 /usr/lib64/libfdisk.so.1.1.0: libblkid.so.1,libuuid.so.1,libc.so.6,ld-linux-x86-64.so.2
Created attachment 527124 [details, diff] Patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c3aa890b17d739a28587cf4d7fdcb29b3ffda4 commit c5c3aa890b17d739a28587cf4d7fdcb29b3ffda4 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> AuthorDate: 2018-04-11 01:51:05 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2018-04-11 07:28:20 +0000 sys-apps/util-linux: Install libfdisk.so.1 library in /lib. Closes: https://bugs.gentoo.org/652948 .../util-linux/{util-linux-2.32-r2.ebuild => util-linux-2.32-r3.ebuild} | 2 +- sys-apps/util-linux/util-linux-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)