Gentoo Archives: gentoo-alt

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

Replies

Subject Author
Re: [gentoo-alt] Failing to bootstrap new MacBook Air: findutils yegle <cnyegle@×××××.com>