Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284701 - Bootstrapping on Snow Leopard: eutils.eclass checks for darwin9, not 10
Summary: Bootstrapping on Snow Leopard: eutils.eclass checks for darwin9, not 10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-12 14:30 UTC by Sören Kuklau
Modified: 2009-09-12 14:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch (eutils-fix.diff,288 bytes, patch)
2009-09-12 14:31 UTC, Sören Kuklau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sören Kuklau 2009-09-12 14:30:43 UTC
sys-apps/man-1.6f-r3 (emerged as part of system, i.e. essential) wants to create a 'man' group, and uses $EPREFIX/usr/portage/eclass/eutils.eclass for this. This fails on 10.6 Snow Leopard because of line 420:

	case ${CHOST} in
	*-darwin9

Reproducible: Always

Steps to Reproduce:
1. emerge -u system
Comment 1 Sören Kuklau 2009-09-12 14:31:17 UTC
Created attachment 203864 [details, diff]
Patch
Comment 2 Fabian Groffen gentoo-dev 2009-09-12 14:39:35 UTC
Thanks for your analysis and patch.  I suspect that the future will bring us some more releases, so I fixed the darwin* case to darwin[678] and made the darwin9 case darwin*, such that it matches darwin10, darwin11 and so on ;)

Committed!