[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libtool 2.2.4] testsuite: 26 72 failed
From: |
Ralf Wildenhues |
Subject: |
Re: [libtool 2.2.4] testsuite: 26 72 failed |
Date: |
Sun, 22 Jun 2008 18:57:45 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hello Vladimir,
* Vladimir wrote on Sat, Jun 21, 2008 at 06:06:55PM CEST:
> I compile libtool-2.2.4 on slamd64-current. 'make' runs fine but 'make check'
> gives errors:
> 26. fail.at:27: testing ...
> ./fail.at:49: if $LIBTOOL --mode=compile $CC $CPPFLAGS $CFLAGS -c a.c; then
> (exit 1); else :; fi
> stderr:
> a.c:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
> stdout:
> libtool: compile: gcc -g -O2 -c a.c -fPIC -DPIC -o .libs/a.o
> ./fail.at:50: test -f a.lo
> ./fail.at:60: if $LIBTOOL --mode=compile $CC $CPPFLAGS $CFLAGS -no-suppress
> -c a.c; then (exit 1); else :; fi
> stderr:
> stdout:
> libtool: compile: gcc -g -O2 -c a.c -fPIC -DPIC -o .libs/a.o
> libtool: compile: gcc -g -O2 -c a.c -fPIC -DPIC -o a.o
> ./fail.at:60: exit code was 1, expected 0
> 26. fail.at:27: 26. Failure tests (fail.at:27): FAILED (fail.at:60)
That's weird; I assume this is related to the test failure you reported
on bug-autoconf.
Can you please post the output of
make check-local TESTSUITEFLAGS='-v -d -x 26'
cd tests/testsuite.dir/26
../../../libtool --debug --mode=compile gcc -g -O2 -no-suppress -c a.c
Thanks,
Ralf