Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652948 - sys-apps/util-linux-2.32-r2 installs libfdisk.so.1 library in /usr/lib
Summary: sys-apps/util-linux-2.32-r2 installs libfdisk.so.1 library in /usr/lib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-11 01:58 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2018-04-11 07:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch (util-linux.patch,1.71 KB, patch)
2018-04-11 02:01 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2018-04-11 01:58:48 UTC
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
Comment 1 Arfrever Frehtes Taifersar Arahesis 2018-04-11 02:01:47 UTC
Created attachment 527124 [details, diff]
Patch
Comment 2 Larry the Git Cow gentoo-dev 2018-04-11 07:29:44 UTC
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(-)