Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159368 - emerge -K and -k differ, and ignore package.mask
Summary: emerge -K and -k differ, and ignore package.mask
Status: RESOLVED DUPLICATE of bug 149816
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-29 05:09 UTC by Robin Johnson
Modified: 2006-12-29 11:08 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 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-12-29 05:09:38 UTC
db / # cat /etc/portage/package.mask                                                                                                                                                              
>dev-db/mysql-4.1.999
>virtual/mysql-4.1.999

db / # emerge dev-db/mysql -pKv |grep -v '^$'                                                                                                                                                     
These are the packages that would be merged, in order:
Calculating dependencies  ........ done!
[binary     U ] dev-db/mysql-5.0.26-r1 [4.1.22] USE="berkdb perl static -big-tables -cluster -debug -embedded -extraengine -latin1 -max-idx-128% -minimal -selinux -srvdir -ssl (-raid%)" 
Total: 1 package (1 upgrade), Size of downloads: 0 kB

db / # emerge dev-db/mysql -pkv |grep -v '^$'                                                                                                                                                     
These are the packages that would be merged, in order:
Calculating dependencies  ........ done!
[binary   R   ] dev-db/mysql-4.1.22  USE="berkdb perl static -big-tables -cluster -debug -embedded -extraengine -latin1 -minimal -raid -selinux -srvdir -ssl" 
Total: 1 package (1 reinstall), Size of downloads: 0 kB

db / # ls /usr/portage/packages/All/mysql* -l                                                                                                                                                     
-rw-r--r-- 1 root root 27134666 Dec 29 06:46 /usr/portage/packages/All/mysql-4.1.22.tbz2
-rw-r--r-- 1 root root 29005249 Dec 29 04:32 /usr/portage/packages/All/mysql-5.0.26-r1.tbz2
-rw-r--r-- 1 root root 15860982 Dec 29 05:36 /usr/portage/packages/All/mysql-community-5.0.27.tbz2
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-29 05:14:28 UTC
Looks like dupe of Bug 149816
Comment 2 Zac Medico gentoo-dev 2006-12-29 11:08:51 UTC
Indeed, it is.  Binary package visibility is currently a hack on top of ebuild visibility.

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