Gentoo Archives: gentoo-alt

From: yegle <cnyegle@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Failing to bootstrap new MacBook Air: findutils
Date: Tue, 18 Jun 2013 04:55:05
Message-Id: CEF322D4-7850-49EA-A5C8-062E269E16D0@gmail.com
In Reply to: [gentoo-alt] Failing to bootstrap new MacBook Air: findutils by Peter Abrahamsen
1 Same problem here, had to masked =findutils-4.5.11.
2
3 On Jun 17, 2013, at 9:48 PM, Peter Abrahamsen <rainhead@×××××.com> wrote:
4
5 > Was all psyched to get a prefix going on my new MBA. Do we need to bump gcc or something?
6 >
7 > x86_64-apple-darwin12-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -I../intl -DLOCALEDIR=\"/gentoo/usr/share/locale\" -march=nocona -MT find.o -MD -MP -MF .deps/find.Tpo -c -o find.o find.c
8 > ftsfind.c:68:1: warning: "textdomain" redefined
9 > In file included from ftsfind.c:47:
10 > ../gl/lib/gettext.h:85:1: warning: this is the location of the previous definition
11 > ftsfind.c:69:1: warning: "bindtextdomain" redefined
12 > ../gl/lib/gettext.h:87:1: warning: this is the location of the previous definition
13 > find.c:78:1: warning: "textdomain" redefined
14 > In file included from find.c:44:
15 > ../gl/lib/gettext.h:85:1: warning: this is the location of the previous definition
16 > find.c:79:1: warning: "bindtextdomain" redefined
17 > ../gl/lib/gettext.h:87:1: warning: this is the location of the previous definition
18 > find.c:80:1: warning: "ngettext" redefined
19 > ../gl/lib/gettext.h:74:1: warning: this is the location of the previous definition
20 > mv -f .deps/ftsfind.Tpo .deps/ftsfind.Po
21 > mv -f .deps/find.Tpo .deps/find.Po
22 > mv -f .deps/print.Tpo .deps/print.Po
23 > rm -f libfindtools.a
24 > x86_64-apple-darwin12-ar cru libfindtools.a finddata.o fstype.o parser.o pred.o exec.o tree.o util.o sharefile.o print.o
25 > x86_64-apple-darwin12-ranlib libfindtools.a
26 > x86_64-apple-darwin12-gcc -std=gnu99 -march=nocona -Wl,-dead_strip_dylibs -o find ftsfind.o ./libfindtools.a ../lib/libfind.a ../gl/lib/libgnulib.a -lm -lm
27 > x86_64-apple-darwin12-gcc -std=gnu99 -march=nocona -Wl,-dead_strip_dylibs -o oldfind find.o ./libfindtools.a ../lib/libfind.a ../gl/lib/libgnulib.a -lm -lm
28 > Undefined symbols for architecture x86_64Undefined:
29 > symbols" _unlinkatfor" ,architecture referencedx86_64 :from
30 > :
31 > " _unlinkat " , referenced_perform_delete fromin:
32 > libfindtools.a ( pred.o )
33 > ld :_perform_delete symbolin( slibfindtools.a)( pred.onot)
34 > foundld :for symbolarchitecture( sx86_64)
35 > not found for architecture x86_64
36 > collect2: ld returned 1 exit status
37 > collect2: ld returned 1 exit status
38 > make[3]: *** [oldfind] Error 1
39 > make[3]: *** Waiting for unfinished jobs....
40 > make[3]: *** [find] Error 1
41 > make[3]: Leaving directory `/gentoo/var/tmp/portage/sys-apps/findutils-4.5.11/work/findutils-4.5.11/find'
42 > make[2]: *** [all-recursive] Error 1
43 > make[2]: Leaving directory `/gentoo/var/tmp/portage/sys-apps/findutils-4.5.11/work/findutils-4.5.11/find'
44 > make[1]: *** [all-recursive] Error 1
45 > make[1]: Leaving directory `/gentoo/var/tmp/portage/sys-apps/findutils-4.5.11/work/findutils-4.5.11'
46 > make: *** [all] Error 2
47 > emake failed
48 >

Replies

Subject Author
Re: [gentoo-alt] Failing to bootstrap new MacBook Air: findutils Fabian Groffen <grobian@g.o>