Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141484 - Portage appears to mishanle blocks
Summary: Portage appears to mishanle blocks
Status: RESOLVED DUPLICATE of bug 48195
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-23 05:17 UTC by Chris Slycord
Modified: 2006-07-23 05:22 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 Chris Slycord 2006-07-23 05:17:30 UTC
Portage handles blocks by only checking if the ebuild specifies a block. It doesn't check if the an installed package specifies a block for this new package.

Example of this:
1) emerge nvidia-kernel
2) ACCEPT_KEYWORDS="~x86" emerge xorg-x11
3) Note block
4) emerge -C nvidia-kernel && ACCEPT_KEYWORDS="~x86" emerge xorg-x11
5) emerge nvidia-kernel

Result: nvidia-kernel installs despite fact that xorg-x11 specifies a block for it

Expected: Not install; block would still be in plae.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-23 05:22:37 UTC

*** This bug has been marked as a duplicate of 48195 ***