Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 660968 - net-wireless/rfkill is blocking sys-apps/util-linux-2.32-r4
Summary: net-wireless/rfkill is blocking sys-apps/util-linux-2.32-r4
Status: RESOLVED DUPLICATE of bug 635228
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-11 21:25 UTC by Pablo Yanez Trujillo
Modified: 2018-07-11 22:36 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info.log,5.83 KB, text/x-log)
2018-07-11 21:25 UTC, Pablo Yanez Trujillo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pablo Yanez Trujillo 2018-07-11 21:25:44 UTC
Created attachment 539284 [details]
emerge --info

After a "eix-sync" and "emerge -uvpDN world", I got this message:

[blocks B      ] >=sys-apps/util-linux-2.31_rc1 (">=sys-apps/util-linux-2.31_rc1" is blocking net-wireless/rfkill-0.5-r2)
[blocks B      ] net-wireless/rfkill ("net-wireless/rfkill" is blocking sys-apps/util-linux-2.32-r4)


In util-linux-2.32-r4.ebuild,amd64 is set in KEYWORDS, but in both rfkill ebuilds RDEPEND is set to "!>=sys-apps/util-linux-2.31_rc1" which creates this problem.

I've found https://bugs.gentoo.org/635228 which basically has the same problem but with the previous version.
Comment 1 Ben Kohler gentoo-dev 2018-07-11 21:29:10 UTC
This isnt a bug, util-linux now provides rfkill so they cannot coexist.  Do "emerge --deselect rfkill" to remove it from your world favorites, then the next world upgrade should offer to autoremove it as util-linux is upgraded.

*** This bug has been marked as a duplicate of bug 635228 ***
Comment 2 Pablo Yanez Trujillo 2018-07-11 22:36:11 UTC
Ok, thanks for the quick response. Because bug 635158 was (initially) about bash completion and I didn't read all comments, I didn't realize that rfkill is now part of util-linux. Solved by uninstalling net-wireless/rfkill