Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 571022 - sys-apps/util-linux: fdisk: automagic dependency on sys-libs/readline
Summary: sys-apps/util-linux: fdisk: automagic dependency on sys-libs/readline
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-05 22:14 UTC by om3i
Modified: 2016-01-07 09:58 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description om3i 2016-01-05 22:14:46 UTC
$ readelf -d /sbin/*fdisk |grep -i readl
 0x0000000000000001 (NEEDED)             Shared library: [libreadline.so.6]
 0x0000000000000001 (NEEDED)             Shared library: [libreadline.so.6]

Can be made optional via ./configure --with-readline

Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2016-01-05 22:21:05 UTC
What version(s) of util-linux do you know are affected?
Comment 2 om3i 2016-01-05 22:26:15 UTC
Im sure about 2.27.1
Comment 4 Duncan 2016-01-07 09:13:31 UTC
Umm... Shouldn't that be a version-bump, since it potentially affects installed files?

I caught it due to --newuse, but not everyone will be using that option, and automagic deps in something as sometimes-critical as fdisk can seriously ruin a person's (already in pretty horrible shape if they're needing it and can't simply remerge!) day!
Comment 5 SpanKY gentoo-dev 2016-01-07 09:58:00 UTC
(In reply to Duncan from comment #4)

portage forces bash[readline], so there's no notable impact on user systems