Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497166 - sys-apps/portage could show the mask reason when an USE flag change is caused by package.use.mask
Summary: sys-apps/portage could show the mask reason when an USE flag change is caused...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: Normal normal with 2 votes (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-05 19:36 UTC by Tom Wijsman (TomWij) (RETIRED)
Modified: 2016-12-29 05:52 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 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2014-01-05 19:36:38 UTC
Let's say I have a package installed with the USE flag example enabled; now because the example feature is broken, we force disable it in package.use.mask.

When doing a `emerge -uDN @world` or so, this causes the USE flag to change; it would be nice if we would then show the mask reason for the USE flag (like with the package masks) such that the user knows why it is broken; otherwise the user would be surprised and ask about it on the forums, bugzilla or even upstream.

So, can we show package.use.mask's reason when it causes a change in USE flag?

This is for the same reason as to why we currently show package.mask entries.

There is also the occasion where the user (or selected profile) explicitly sets the USE flags, where it asks the user to make a change to package.use; we could show it then as well. Please also note that this question might apply to other profiles' files too, but I haven't looked into them yet (as they are not masks).

Thank you very much in advance.