Gentoo Archives: gentoo-osx

From: "Chris L. Mason" <clmason@×××××.com>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] [PREFIX] status update for this week
Date: Sun, 10 Sep 2006 12:01:12
Message-Id: 610e34660609100500lb582c01j779e301e7f6c88db@mail.gmail.com
In Reply to: Re: [gentoo-osx] [PREFIX] status update for this week by Grobian
1 On 9/9/06, Grobian <grobian@g.o> wrote:
2 > Thanks all for the support. I'm very happy to be able to tell that I
3 > was able to emerge system on my OSX box (ppc) as well. I bumped the
4 > apple-gcc to the latest version (not even in Tiger) and applied some
5 > patches here and there. Most of it just worked. I updated the wiki
6 > that the perl issue is no longer there. At least, it worked for me with
7 > the latest versions and stuff.
8 >
9 > At the moment Vim 7 compilation is smoking my CPU, which is a nice sign
10 > that prefix works!
11 > I'm very very interested to see if we can get this prefix stuff to work
12 > on x86-macos too. It would require some keywording, but in principle
13 > not too much hassle, I'd say. Unfortunately I don't have an x86 OSX
14 > box, so you'll have to help me there.
15 >
16
17 Okay, the bootstrapping still fails on intel OS X because of a
18 comparision failure between stage 2 and 3 when building gcc. But by
19 changing the line:
20 m
21 ake ${MAKEOPTS} bootstrap-lean || exit 1
22
23 to
24
25 make ${MAKEOPTS} || exit 1
26
27 it works.
28
29 When I try to emerge system, I get:
30
31 !!! INVALID ACCEPT_KEYWORDS: x86-macos
32 !!! INVALID ACCEPT_KEYWORDS: ~x86-macos
33
34 I'm going to try manually emerge'ing and keywording a bunch of stuff
35 and let you know how it goes.
36
37
38 Chris
39 --
40 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] [PREFIX] status update for this week Grobian <grobian@g.o>