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

Bug 64506

Summary: portage-2.0.51_rc1 uses old keyword scheme
Product: Gentoo Linux Reporter: Hasan Khalil (RETIRED) <gongloo>
Component: New packagesAssignee: osx porters <osx>
Status: VERIFIED FIXED    
Severity: major CC: dev-portage
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Hasan Khalil (RETIRED) gentoo-dev 2004-09-18 05:07:37 UTC
The portage-2.0.51_rc1 ebuild uses references to "macos" in $ARCH, which is no longer correct (please correct me if I'm wrong). It will not merge correctly, as the sandbox is not ported to mac os and will not build.
Comment 1 SpanKY gentoo-dev 2004-09-19 15:00:19 UTC
so change the reference to whatever it should be
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2004-09-21 16:19:02 UTC
Provide me with all references please.
Comment 3 Hasan Khalil (RETIRED) gentoo-dev 2004-09-21 16:29:16 UTC
I think pvdabeel is the best person to provide all new references; I'm not sure anyont else knows exactly what they should be at this point (there is lots of confusion about this).

AFAIK, the following is correct (taken verbatim from an e-mail that pvdabeel had sent out on serveral ML's):

ARCH="ppc"
USERLAND="macos"
ACCEPT_KEYWORDS="ppc-macos"
USE="ppc-macos"

my make.conf has ACCEPT_KEYWORDS="~ppc-macos" instead of ppc-macos, but you get the idea.

Futher than this, I don't know much. I hope that's what you wanted to know (not sure).
Comment 4 Nicholas Jones (RETIRED) gentoo-dev 2004-09-21 17:26:58 UTC
Ensure your profile is as stated.

Portage was updated in cvs for that change a day or more ago.

Reopen if an update doesn't have this fixed.
Comment 5 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-09-21 22:13:45 UTC
It's not portage but portage-2.0.51_rc1.ebuild that refers to macos in $ARCH.
I've just changed it to "use macos || use ppc-macos" (and we'll remove "use macos ||"
in the future).
Comment 6 Hasan Khalil (RETIRED) gentoo-dev 2005-02-06 13:33:33 UTC
Closing out bugs that've been resolved for a while now...