Gentoo Archives: gentoo-osx

From: Grobian <grobian@g.o>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] Test results from x86-macos
Date: Sun, 10 Sep 2006 20:06:44
Message-Id: 20060910200633.GB21681@gentoo.org
In Reply to: [gentoo-osx] Test results from x86-macos by "Chris L. Mason"
1 On 10-09-2006 10:10:22 -0400, Chris L. Mason wrote:
2 > Okay, after my one-line fix to the bootstrap script, I got stuff
3 > installed and then I followed the steps in the wiki, manually adding a
4 > "~x86-macos" keyword where needed.
5 >
6 > Up until the coreutils step, everything worked fine.
7 >
8 > With coreutils (5.94-r3) I get this error:
9 >
10 > /gentoo/usr/lib/portage/bin/ebuild.sh: line 1: /gentoo/bin/expr: No
11 > such file or directory
12
13 This is true, actually. I had it myself, but facked it by making a
14 symlink. Copying like you did works too.
15
16 > Okay, so I manually fixed this by copying /bin/expr to
17 > /gentoo/bin/expr. Then it compiles a bunch of stuff and fails with:
18 >
19 > gcc -g -O2 -o csplit csplit.o ../lib/libcoreutils.a
20 > ../lib/libcoreutils.a
21 > /gentoo/usr/bin/ld: Undefined symbols:
22 > _re_compile_pattern
23 > _re_search
24
25 Interesting, I should have had them too. I'll try to recompile them.
26
27 > Any suggestions?
28
29 You could try and play a dirty trick by using LDFLAGS -undefined
30 dynamic_lookup but that might result in traps during runtime.
31
32 > Thanks,
33
34 Thank you for diving into it.
35
36 Can you produce a list of ebuilds that you keyworded so I can commit
37 them to the tree?
38
39
40 --
41 Fabian Groffen
42 Gentoo for Mac OS X Project
43 --
44 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] Test results from x86-macos "Chris L. Mason" <clmason@×××××.com>