Gentoo Archives: gentoo-osx

From: Tobias Hahn <tobhahn@×××.de>
To: gentoo-osx@l.g.o
Subject: [gentoo-osx] bootstrap gcc-apple fails
Date: Tue, 04 Apr 2006 08:49:51
Message-Id: 2F3A0C46-A2AB-48F9-9CCD-6AB959D94C67@web.de
1 When I try to run the bootstrap script, I get the following error.
2 Can anybody help, please?
3
4 /Volumes/portage/var/tmp/gcc-5247/build/gcc/xgcc -B/Volumes/portage/
5 var/tmp/gcc-5247/build/gcc/ -B/Volumes/portage/usr/powerpc-apple-
6 darwin8/bin/ -B/Volumes/portage/usr/powerpc-apple-darwin8/lib/ -
7 isystem /Volumes/portage/usr/powerpc-apple-darwin8/include -isystem /
8 Volumes/portage/usr/powerpc-apple-darwin8/sys-include -c -
9 DHAVE_CONFIG_H -O2 -O2 -pipe -m64 -I. -I/Volumes/portage/var/tmp/
10 gcc-5247/gcc-5247/libiberty/../include -W -Wall -Wtraditional -
11 pedantic /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/
12 strverscmp.c -o strverscmp.o
13 /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/strverscmp.c: In
14 function 'strverscmp':
15 /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/strverscmp.c:92:
16 warning: traditional C rejects ISO C style function definitions
17 /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/strverscmp.c:
18 117: warning: traditional C rejects the unary plus operator
19 /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/strverscmp.c:
20 118: warning: traditional C rejects the unary plus operator
21 /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/strverscmp.c:
22 121: warning: traditional C rejects the unary plus operator
23 /Volumes/portage/var/tmp/gcc-5247/gcc-5247/libiberty/strverscmp.c:
24 121: warning: traditional C rejects the unary plus operator
25 rm -f ./libiberty.a pic/./libiberty.a
26 ar rc ./libiberty.a \
27 ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./
28 argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./
29 fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./
30 fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./
31 hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-
32 prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./
33 physmem.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-
34 tree.o ./strerror.o ./strsignal.o ./ternary.o ./xatexit.o ./xexit.o ./
35 xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./mempcpy.o ./
36 stpncpy.o ./strverscmp.o
37 ranlib -c ./libiberty.a
38 if [ x"" != x ]; then \
39 cd pic; \
40 ar rc ./libiberty.a \
41 ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./
42 argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./
43 fdmatch.o ./fibheap.o ./floatformat.o ./fnmatch.o ./
44 fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./
45 hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-
46 prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./
47 physmem.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-
48 tree.o ./strerror.o ./strsignal.o ./ternary.o ./xatexit.o ./xexit.o ./
49 xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./mempcpy.o ./
50 stpncpy.o ./strverscmp.o; \
51 ranlib -c ./libiberty.a; \
52 cd ..; \
53 else true; fi
54 make: *** [bootstrap-lean] Error 2
55
56 --
57 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] bootstrap gcc-apple fails Grobian <grobian@g.o>