Gentoo Archives: gentoo-osx

From: "Chris L. Mason" <clmason@×××××.com>
To: gentoo-osx@l.g.o
Subject: [gentoo-osx] Test results from x86-macos
Date: Sun, 10 Sep 2006 14:10:26
Message-Id: 610e34660609100710k387fa4c3u692bb3eff7427409@mail.gmail.com
1 Okay, after my one-line fix to the bootstrap script, I got stuff
2 installed and then I followed the steps in the wiki, manually adding a
3 "~x86-macos" keyword where needed.
4
5 Up until the coreutils step, everything worked fine.
6
7 With coreutils (5.94-r3) I get this error:
8
9 /gentoo/usr/lib/portage/bin/ebuild.sh: line 1: /gentoo/bin/expr: No
10 such file or directory
11
12 Okay, so I manually fixed this by copying /bin/expr to
13 /gentoo/bin/expr. Then it compiles a bunch of stuff and fails with:
14
15 gcc -g -O2 -o csplit csplit.o ../lib/libcoreutils.a ../lib/libcoreutils.a
16 /gentoo/usr/bin/ld: Undefined symbols:
17 _re_compile_pattern
18 _re_search
19
20 Any suggestions?
21
22 Thanks,
23
24
25 Chris
26 --
27 gentoo-osx@g.o mailing list

Replies

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