Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 661198

Summary: net-wireless/rfkill-0.5 blocks sys-apps/util-linux-2.32-r4
Product: Gentoo Linux Reporter: anonymous <fakih18716>
Component: Current packagesAssignee: Tony Vroon (RETIRED) <chainsaw>
Status: RESOLVED WORKSFORME    
Severity: normal CC: alarig, gentoo-bugs, jstein, zerochaos
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description anonymous 2018-07-15 03:15:01 UTC
sys-apps/util-linux-2.32-r4 is a stable package, and emerge doesn't just naturally skip upgrade of util-linux.

How can I make emerge naturally skip upgrades to package versions that are blocked?
Comment 1 Alarig Le Lay 2018-07-15 12:03:24 UTC
As said on https://packages.gentoo.org/packages/net-wireless/rfkill “>=sys-apps/util-linux-2.31_rc1 also provides rfkill”, so you have to unmerge rfkill before emerging an util-linux newer than that.
Comment 2 anonymous 2018-07-19 01:11:33 UTC
What should be done about this issue?
Comment 3 Sophie Hamilton 2018-08-24 05:45:58 UTC
To solve this issue:

1. emerge --unmerge rfkill
2. emerge --ask --oneshot util-linux

You will not lose /usr/sbin/rfkill by doing this; the new util-linux version provides a new version.
Comment 4 Tony Vroon (RETIRED) gentoo-dev 2018-08-24 10:46:43 UTC
Sophie is correct. Follow that two step plan please.