Gentoo Archives: gentoo-alt

From: Daniel Vergien <daniel.vergien@×××××××××××××××.de>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Bootstraping failure on x86 solaris in grep
Date: Sat, 10 Jan 2009 10:38:22
Message-Id: 49687A99.6080309@rrz.uni-hamburg.de
In Reply to: [gentoo-alt] Bootstraping failure on x86 solaris in grep by Daniel Vergien
1 Hm, a bit strange, if I remove --diasble-nls from the bootstrap_gnu()
2 function in bootstrap_prefix it compiles fine.
3
4
5 On 01/05/09 01:46 PM, Daniel Vergien wrote:
6 > Hi list,
7 >
8 > Bootstraping on x86 solaris 10u5 fails at "./bootstrap-prefix.sh
9 > $EPREFIX/tmp grep" with the following output:
10 >
11 > i386-pc-solaris2.10-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I../lib
12 > -DLOCALEDIR=\"/export/home/dve/gt32/tmp/usr/share/locale\" -O2 -pipe -c
13 > `test -f grepmat.c || echo './'`grepmat.c
14 > i386-pc-solaris2.10-gcc -O2 -pipe -o grep grep.o dfa.o kwset.o
15 > search.o grepmat.o ../lib/libgreputils.a
16 > Undefined first referenced
17 > symbol in file
18 > libintl_gettext dfa.o
19 > ld: fatal: Symbol referencing errors. No output written to grep
20 > collect2: ld returned 1 exit status
21 > gmake[2]: *** [grep] Error 1
22 > gmake[2]: Leaving directory
23 > `/export/home/dve/gt32/tmp/var/tmp/grep-2.5.1a/grep-2.5.1a/src'
24 > gmake[1]: *** [all-recursive] Error 1
25 > gmake[1]: Leaving directory
26 > `/export/home/dve/gt32/tmp/var/tmp/grep-2.5.1a/grep-2.5.1a'
27 > gmake: *** [all] Error 2
28 >
29 >
30 > Daniel
31 >

Replies

Subject Author
Re: [gentoo-alt] Bootstraping failure on x86 solaris in grep Fabian Groffen <grobian@g.o>