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

Bug 141484

Summary: Portage appears to mishanle blocks
Product: Gentoo Linux Reporter: Chris Slycord <cslycord>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***