Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47406 - mm-sources_rc* should be masked ~arch
Summary: mm-sources_rc* should be masked ~arch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-09 20:58 UTC by quannum
Modified: 2004-05-20 09:57 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 quannum 2004-04-09 20:58:15 UTC
release candidate mm patches should not be apart of the stable release. I've ran into two separate buggy kernels because of rc's and i've searched bugzilla and found many others running into problems. 

Reproducible: Always
Steps to Reproduce:
1. emerge -pv mm-sources
2.
3.

Actual Results:  
if a release candidate is the latest release, it will show up 

Expected Results:  
only final releases show up without the ACCEPT_KEYWORDS=~arch
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2004-04-16 10:24:13 UTC
You're right. The ebuilds have been marked as unstable.
Comment 2 quannum 2004-04-20 11:19:24 UTC
looks like lostlogic isn't aware of this bug

# grep KEYWORD /usr/portage/sys-kernel/mm-sources/mm-sources-2.6.6_rc1-r1.ebuild
KEYWORDS="x86 ~amd64 ~ia64 -*"
# grep Header /usr/portage/sys-kernel/mm-sources/mm-sources-2.6.6_rc1-r1.ebuild
# $Header: /home/cvsroot/gentoo-x86/sys-kernel/mm-sources/mm-sources-2.6.6_rc1-r1.ebuild,v 1.1 2004/04/19 21:21:15 lostlogic Exp $
Comment 3 Jason Cox (RETIRED) gentoo-dev 2004-04-20 12:09:56 UTC
Fixed again. Ebuild updated and commited.
Comment 4 Chris Kelly 2004-05-19 18:15:20 UTC
However, now there are no unmasked mm-sources (~arch) in portage which breaks emerge updates for several things. Currently I have to modify ebuilds to update with ati-drivers:

root@nemo ckdake # emerge -p mm-sources ati-drivers
 
These are the packages that I would merge, in order:
 
Calculating dependencies
!!! all ebuilds that could satisfy "mm-sources" have been masked.
!!! possible candidates are:
- sys-kernel/mm-sources-2.6.6_rc1-r1 (masked by: -* keyword)
- sys-kernel/mm-sources-2.6.6-r2 (masked by: -* keyword)
- sys-kernel/mm-sources-2.6.6-r4 (masked by: -* keyword)
- sys-kernel/mm-sources-2.6.6-r1 (masked by: -* keyword)
- sys-kernel/mm-sources-2.6.6_rc3-r1 (masked by: -* keyword)
- sys-kernel/mm-sources-2.6.6_rc2-r1 (masked by: -* keyword)
 
!!! Error calculating dependencies. Please correct.
Comment 5 Chris Kelly 2004-05-20 09:57:34 UTC
See:
ttp://bugs.gentoo.org/show_bug.cgi?id=51046