Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204996 - documentation updates: osx
Summary: documentation updates: osx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-09 06:58 UTC by Jeremy Huddleston (RETIRED)
Modified: 2008-01-09 18: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 Jeremy Huddleston (RETIRED) gentoo-dev 2008-01-09 06:58:24 UTC
I'm finally getting around to putting gentoo on my osx box.  I found some edits that you should make to the guide: http://www.gentoo.org/proj/en/gentoo-alt/prefix/bootstrap-macos.xml

1) You need to 'emerge --oneshot --nodeps help2man' before you can 'emerge --oneshot --nodeps texinfo'

2) You should make a note when you 'emerge --oneshot --nodeps python' whether or not 10.5 users need to do this, since they didn't bootstrap it earlier.

3) When you emerge --oneshot --nodeps python, findutils, and tar, the line above it says "These are the last packages that we temporarily installed to bootstrap our system.", but that is not true.  gawk is installed to bootstrap and it is not emerged until a few lines later (after portage) when following your guide.  To clear up this ambiguity, you should probably just move gawk into this block before portage since the portage section mentions,  "make sure it uses the tools provided by the prefix, and forget about the temporary installed tool"  I installed it before portage with no problems.
Comment 1 Fabian Groffen gentoo-dev 2008-01-09 16:29:10 UTC
Thanks for the suggestions.  After I uploaded a new bootstrap image last week, I forgot to change the bootstrap guides as well.  You don't need to (and should not) emerge subversion any more, as it's now part of system.
Comment 2 Fabian Groffen gentoo-dev 2008-01-09 16:31:47 UTC
avoid me getting spammed multiple times ;)
Comment 3 Fabian Groffen gentoo-dev 2008-01-09 18:08:54 UTC
thanks, I addressed your concerns in version 1.5 of the OSX bootstrap document ;)