Gentoo Archives: gentoo-osx

From: Grobian <grobian@g.o>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] bootstrap gcc-apple fails
Date: Tue, 04 Apr 2006 09:45:12
Message-Id: 20060404094458.GK17792@gentoo.org
In Reply to: [gentoo-osx] bootstrap gcc-apple fails by Tobias Hahn
1 What compiler/env did you use to bootstrap? I did this last weekend
2 without a problem. Do you have the latest Xcode installed?
3
4 On 04-04-2006 11:49:40 +0200, Tobias Hahn wrote:
5 > When I try to run the bootstrap script, I get the following error. Can anybody
6 > help, please?
7 >
8 > /Volumes/portage/var/tmp/gcc-5247/build/gcc/xgcc
9 > -B/Volumes/portage/var/tmp/gcc-5247/build/gcc/
10 > -B/Volumes/portage/usr/powerpc-apple-darwin8/bin/
11 > -B/Volumes/portage/usr/powerpc-apple-darwin8/lib/ -isystem
12 > /Volumes/portage/usr/powerpc-apple-darwin8/include -isystem
13 > /Volumes/portage/usr/powerpc-apple-darwin8/sys-include -c -DHAVE_CONFIG_H -O2
14 > -O2 -pipe -m64 -I.
15 > -I/Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/../include -W -Wall
16 > -Wtraditional -pedantic
17 > /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/strverscmp.c -o
18 > strverscmp.o
19 > /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/strverscmp.c: In function
20 > 'strverscmp':
21 > /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/strverscmp.c:92: warning:
22 > traditional C rejects ISO C style function definitions
23 > /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/strverscmp.c:117: warning:
24 > traditional C rejects the unary plus operator
25 > /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/strverscmp.c:118: warning:
26 > traditional C rejects the unary plus operator
27 > /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/strverscmp.c:121: warning:
28 > traditional C rejects the unary plus operator
29 > /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/strverscmp.c:121: warning:
30 > traditional C rejects the unary plus operator
31 > rm -f ./libiberty.a pic/./libiberty.a
32 > ar rc ./libiberty.a \
33 > ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o
34 > ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o
35 > ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o
36 > ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o
37 > ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o
38 > ./partition.o ./physmem.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o
39 > ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./xatexit.o ./xexit.o
40 > ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./mempcpy.o ./stpncpy.o
41 > ./strverscmp.o
42 > ranlib -c ./libiberty.a
43 > if [ x"" != x ]; then \
44 > cd pic; \
45 > ar rc ./libiberty.a \
46 > ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o
47 > ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o
48 > ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o
49 > ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o
50 > ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o
51 > ./partition.o ./physmem.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o
52 > ./splay-tree.o ./strerror.o ./strsignal.o ./ternary.o ./xatexit.o ./xexit.o
53 > ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./mempcpy.o ./stpncpy.o
54 > ./strverscmp.o; \
55 > ranlib -c ./libiberty.a; \
56 > cd ..; \
57 > else true; fi
58 > make: *** [bootstrap-lean] Error 2
59 >
60 > --
61 > gentoo-osx@g.o mailing list
62 >
63
64 --
65 Fabian Groffen
66 Gentoo for Mac OS X Project
67 --
68 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] bootstrap gcc-apple fails Tobias Hahn <tobhahn@×××.de>