Gentoo Archives: gentoo-alt

From: "Gibson
To: "gentoo-alt@l.g.o" <gentoo-alt@l.g.o>, Harold Pimentel <haroldpimentel@×××××.com>
Subject: Re: [gentoo-alt] Boostrapping Prefix on i5 Mac OS X/Masked packages
Date: Fri, 22 Oct 2010 20:41:12
Message-Id: 29440117-AA55-426F-9F8F-FBF713EF9534@mitre.org
In Reply to: [gentoo-alt] Boostrapping Prefix on i5 Mac OS X/Masked packages by Harold Pimentel
1 Hi Harold,
2
3 I've run prefix for a few years now and I most recently bootstrapped when I upgraded to 10.6 in the past year. Unless this had changed recently the stable keywords (x86-macos vs. ~x86-macos) aren't really used (at least for OS X). So if you're only have ACCEPT_KEYWORDS="x86-macos" then you'll probably find that many important things are masked. I've also attached the make.conf that I use.
4
5 John
6
7 USE="nls unicode"
8 CFLAGS="-O2 -pipe -march=prescott"
9 CXXFLAGS="${CFLAGS}"
10
11 # Do I still need this?
12 ACCEPT_KEYWORDS="x86-macos ~x86-macos"
13
14 USE="bash-completion bzip2 flac git ithreads jpeg jpeg2k mmx mmxext mp3
15 msn nls ogg png spell sse sse2 sse3 threads tiff nls python readline
16 subversion unicode vorbis xpm -xscreensaver X X509 zsh-completion"
17
18 LINGUAS="en"
19
20 MAKEOPTS="-j3"
21
22 PORTDIR_OVERLAY="/Library/Gentoo/usr/local/portage"
23
24 PORTAGE_NICENESS="8"
25
26 # Turn this on for Oracle Instant Client
27 #FEATURES="allow_broken_install_names"
28
29 GENTOO_MIRRORS="http://gentoo.netnitco.net http://gentoo.osuosl.org/"
30
31 On Oct 22, 2010, at 1:29 PM, Harold Pimentel wrote:
32
33 Hi guys,
34
35 So I recently am in the process of bootstrapping and I get to the point where I 'emerge -e system' and it seems almost everything is masked. I understand I can put every package in packages.keywords or something like that, but there is probably a better way (that would taken forever!)?
36
37 What's the best solution to this problem?
38
39 Also, could I see someone's make.conf if they're on OS X? I'm relatively new to Gentoo and even newer to Prefix.
40
41
42
43 Thanks!
44
45 Harold

Replies

Subject Author
Re: [gentoo-alt] Boostrapping Prefix on i5 Mac OS X/Masked packages Harold Pimentel <haroldpimentel@×××××.com>