Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74213 - portage doesn't respect blocks in /etc/portage/package.mask, when installing with -K option
Summary: portage doesn't respect blocks in /etc/portage/package.mask, when installing ...
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-12 10:12 UTC by Marcin Kryczek (RETIRED)
Modified: 2005-01-10 18:12 UTC (History)
0 users

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 Marcin Kryczek (RETIRED) gentoo-dev 2004-12-12 10:12:05 UTC
adding -K to emerge <something> couses that /etc/portage/package.mask isn't respected.
here's example with ooodi:

<root@CogES>/etc/portage: grep oodi /etc/portage/package.mask
=app-office/ooodi-0.68
<root@CogES>/etc/portage: emerge -pK ooodi

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[binary     U ] app-office/ooodi-0.68 [0.55]

hovewer it works fine, with -k instead of -K:

<root@CogES>/etc/portage: emerge -pk ooodi

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[binary   R   ] app-office/ooodi-0.55
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2005-01-10 18:12:03 UTC
It's not supposed to know about the portage tree as you told it not to use it.

Not a bug. Intentional, explicit design choice.

The matter of nice tools to help you manage the changing system is
something that needs work.