Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661198 - net-wireless/rfkill-0.5 blocks sys-apps/util-linux-2.32-r4
Summary: net-wireless/rfkill-0.5 blocks sys-apps/util-linux-2.32-r4
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-15 03:15 UTC by anonymous
Modified: 2018-08-24 10:46 UTC (History)
4 users (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 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.