bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build on Solaris 2.6


From: Tom G. Christensen
Subject: Re: build on Solaris 2.6
Date: Mon, 30 May 2011 18:37:43 +0200
User-agent: Mutt/1.5.20 (2009-12-10)

On Mon, May 30, 2011 at 12:20:22PM +0200, Bruno Haible wrote:
> Thanks for the report and logs.
> 
Thanks for looking.

>   test-nonblocking-writer.h:101: assertion failed
>   Abort - core dumped
>   FAIL: test-nonblocking-socket.sh
> 
> The machine is just a bit slow.
> 
Actually no.
The machine is a VM running on a Core i5 660.

I've retested on much slower physical hardware (P3-550) and the test
passes.

>   FAIL: test-ulc-vsnprintf1
>   unistdio/test-ulc-printf1.h:63: assertion failed
>   FAIL: test-ulc-vsprintf1
> 
> These failures are all due to missing iconv() support in the system, and you
> don't have GNU libiconv installed.
> 
Building with libiconv/gettext ended like this:
gcc -std=gnu99  -g -O2  -L/usr/tgcware/lib -Wl,-R,/usr/tgcware/lib -o 
test-areadlinkat test-areadlinkat.o ../gllib/libgnu.a -lm   -lm     -lm    -lm  
-lm  -lm
Undefined                       first referenced
 symbol                             in file
libintl_gettext                     ../gllib/libgnu.a(openat-die.o)
ld: fatal: Symbol referencing errors. No output written to test-areadlinkat
collect2: ld returned 1 exit status
make[4]: *** [test-areadlinkat] Error 1

There are 15 tests that fail to build because of this undefined symbol in 
openat-die.o.

gcc -std=gnu99  -g -O2  -L/usr/tgcware/lib -Wl,-R,/usr/tgcware/lib -o 
test-nonblocking-pipe-main test-nonblocking-
pipe-main.o ../gllib/libgnu.a -lm   -lm     -lm    -lm  -lm  -lm
Undefined                       first referenced
 symbol                             in file
libintl_gettext                     ../gllib/libgnu.a(wait-process.o)
ld: fatal: Symbol referencing errors. No output written to 
test-nonblocking-pipe-main
collect2: ld returned 1 exit status
make[4]: *** [test-nonblocking-pipe-main] Error 1

Two tests fail to build because of this undefined symbol in wait-process.o.

-tgc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]