bug-automake
[Top][All Lists]
Advanced

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

bug#10426: 3 of 872 tests failed on openSUSE 12.1


From: Bruno Haible
Subject: bug#10426: 3 of 872 tests failed on openSUSE 12.1
Date: Tue, 03 Jan 2012 04:09:14 +0100
User-agent: KMail/4.7.4 (Linux/3.1.0-1.2-desktop; KDE/4.7.4; x86_64; ; )

Hi,

On openSUSE 12.1 system, installation of automake 1.11.2 fails:

FAIL: instfail.test
FAIL: pr300-lib.test
FAIL: pr300-ltlib.test

=====================================
3 of 872 tests failed
(39 tests were not run)
See tests/test-suite.log
Please report to address@hidden
=====================================

The first failure is because I have a dysfunctional 'emacs' program in $PATH:

$ ldd /arch/x86_64-linux/gnu/bin/emacs|grep 'not found'
        libpng12.so.0 => not found
        libgpm.so.1 => not found

For the second and third failure, here is the log. In case it matters:
I have libtoolize version 2.4 in $PATH.


FAIL: pr300-lib.test (exit: 1)
==============================

/home/bruno/data/build/automake-1.11.2/tests:/home/bruno/bin:/arch/x86_64-
linux/gnu/bin:/arch/x86-linux/gnu/bin:/home/bruno/bin:/arch/x86_64-
linux/gnu/bin:/arch/x86-
linux/gnu/bin:/home/bruno/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib64/jvm/jre/bin
pr300-lib: running gcc --version
gcc (SUSE Linux) 4.6.2
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

=== Running test ./pr300-lib.test
++ pwd
/home/bruno/data/build/automake-1.11.2/tests/pr300-lib.dir
+ set -e
+ cat
+ cat
+ cat
+ aclocal-1.11 -Werror
+ autoconf -B /no/such/dir
+ automake-1.11 --foreign -Werror -Wall -Wno-extra-portability --copy --add-
missing
++ pwd
+ ./configure --prefix /home/bruno/data/build/automake-1.11.2/tests/pr300-
lib.dir/inst
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /arch/x86-linux/gnu/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /arch/x86-linux/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
gcc -DPACKAGE_NAME=\"pr300-lib\" -DPACKAGE_TARNAME=\"pr300-lib\" -
DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"pr300-lib\ 1.0\" -
DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pr300-lib\" -
DVERSION=\"1.0\" -I.     -g -O2 -MT a.o -MD -MP -MF .deps/a.Tpo -c -o a.o a.c
mv -f .deps/a.Tpo .deps/a.Po
rm -f subdir/liba.a
ar cru subdir/liba.a a.o 
ranlib subdir/liba.a
rm -f subdir/libb.a
ar cru subdir/libb.a a.o 
ranlib subdir/libb.a
+ test -f subdir/liba.a
+ test -f subdir/libb.a
+ make install
make[1]: Entering directory `/data/bruno/build/automake-1.11.2/tests/pr300-
lib.dir'
test -z "/home/bruno/data/build/automake-1.11.2/tests/pr300-
lib.dir/inst/lib64" || /arch/x86-linux/gnu/bin/mkdir -p 
"/home/bruno/data/build/automake-1.11.2/tests/pr300-lib.dir/inst/lib64"
 /arch/x86-linux/gnu/bin/install -c -m 644  subdir/liba.a 
'/home/bruno/data/build/automake-1.11.2/tests/pr300-lib.dir/inst/lib64'
 ( cd '/home/bruno/data/build/automake-1.11.2/tests/pr300-lib.dir/inst/lib64' 
&& ranlib liba.a )
test -z "/home/bruno/data/build/automake-1.11.2/tests/pr300-
lib.dir/inst/lib64" || /arch/x86-linux/gnu/bin/mkdir -p 
"/home/bruno/data/build/automake-1.11.2/tests/pr300-lib.dir/inst/lib64"
/arch/x86-linux/gnu/bin/mkdir -p 
'/home/bruno/data/build/automake-1.11.2/tests/pr300-lib.dir/inst/lib64/subdir'
 /arch/x86-linux/gnu/bin/install -c -m 644  subdir/libb.a 
'/home/bruno/data/build/automake-1.11.2/tests/pr300-lib.dir/inst/lib64/subdir'
 ( cd '/home/bruno/data/build/automake-1.11.2/tests/pr300-lib.dir/inst/lib64' 
&& ranlib subdir/libb.a )
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/data/bruno/build/automake-1.11.2/tests/pr300-
lib.dir'
+ test -f inst/lib/liba.a
+ exit_status=1
+ set +e
+ cd /home/bruno/data/build/automake-1.11.2/tests
+ case $exit_status,$keep_testdirs in
+ test 0 '!=' 0
+ echo 'pr300-lib: exit 1'
pr300-lib: exit 1
+ exit 1

FAIL: pr300-ltlib.test (exit: 1)
================================

/home/bruno/data/build/automake-1.11.2/tests:/home/bruno/bin:/arch/x86_64-
linux/gnu/bin:/arch/x86-linux/gnu/bin:/home/bruno/bin:/arch/x86_64-
linux/gnu/bin:/arch/x86-
linux/gnu/bin:/home/bruno/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib64/jvm/jre/bin
pr300-ltlib: running libtoolize --version
libtoolize (GNU libtool) 2.4
Written by Gary V. Vaughan <address@hidden>, 2003

Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
pr300-ltlib: running gcc --version
gcc (SUSE Linux) 4.6.2
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

=== Running test ./pr300-ltlib.test
++ pwd
/home/bruno/data/build/automake-1.11.2/tests/pr300-ltlib.dir
+ set -e
+ cat
+ cat
+ cat
+ libtoolize
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: You should add the contents of the following files to 
`aclocal.m4':
libtoolize:   `/arch/x86-linux/gnu/share/aclocal/libtool.m4'
libtoolize:   `/arch/x86-linux/gnu/share/aclocal/ltoptions.m4'
libtoolize:   `/arch/x86-linux/gnu/share/aclocal/ltversion.m4'
libtoolize:   `/arch/x86-linux/gnu/share/aclocal/ltsugar.m4'
libtoolize:   `/arch/x86-linux/gnu/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
+ aclocal-1.11 -Werror -Wno-syntax -I 
/home/bruno/data/build/automake-1.11.2/tests/../m4 -I /arch/x86-
linux/gnu/share/aclocal
+ autoconf -B /no/such/dir
+ automake-1.11 --foreign -Werror -Wall -Wno-extra-portability --copy --add-
missing
configure.in:5: installing `./config.guess'
configure.in:5: installing `./config.sub'
++ pwd
+ ./configure --prefix /home/bruno/data/build/automake-1.11.2/tests/pr300-
ltlib.dir/inst
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /arch/x86-linux/gnu/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /arch/x86-linux/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /arch/x86_64-
linux/gnu/bin/sed
checking for grep that handles long lines and -e... /arch/x86-
linux/gnu/bin/grep
checking for egrep... /arch/x86-linux/gnu/bin/grep -E
checking for fgrep... /arch/x86-linux/gnu/bin/grep -F
checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-
linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain 
format... func_convert_file_noop
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) 
supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
+ make V=1
+ cat stdout
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"pr300-ltlib\" 
-DPACKAGE_TARNAME=\"pr300-ltlib\" -DPACKAGE_VERSION=\"1.0\" -
DPACKAGE_STRING=\"pr300-ltlib\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -
DPACKAGE_URL=\"\" -DPACKAGE=\"pr300-ltlib\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -
DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -
DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I.     -g -O2 -MT 
a.lo -MD -MP -MF .deps/a.Tpo -c -o a.lo a.c
libtool: compile:  gcc -DPACKAGE_NAME=\"pr300-ltlib\" -
DPACKAGE_TARNAME=\"pr300-ltlib\" -DPACKAGE_VERSION=\"1.0\" "-
DPACKAGE_STRING=\"pr300-ltlib 1.0\"" -DPACKAGE_BUGREPORT=\"\" -
DPACKAGE_URL=\"\" -DPACKAGE=\"pr300-ltlib\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -
DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -
DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT a.lo -
MD -MP -MF .deps/a.Tpo -c a.c  -fPIC -DPIC -o .libs/a.o
libtool: compile:  gcc -DPACKAGE_NAME=\"pr300-ltlib\" -
DPACKAGE_TARNAME=\"pr300-ltlib\" -DPACKAGE_VERSION=\"1.0\" "-
DPACKAGE_STRING=\"pr300-ltlib 1.0\"" -DPACKAGE_BUGREPORT=\"\" -
DPACKAGE_URL=\"\" -DPACKAGE=\"pr300-ltlib\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -
DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -
DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT a.lo -
MD -MP -MF .deps/a.Tpo -c a.c -o a.o >/dev/null 2>&1
mv -f .deps/a.Tpo .deps/a.Plo
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2   -o subdir/liba.la -
rpath /home/bruno/data/build/automake-1.11.2/tests/pr300-ltlib.dir/inst/lib64 
a.lo  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/a.o    -O2   -Wl,-soname -
Wl,liba.so.0 -o subdir/.libs/liba.so.0.0.0
libtool: link: (cd "subdir/.libs" && rm -f "liba.so.0" && ln -s 
"liba.so.0.0.0" "liba.so.0")
libtool: link: (cd "subdir/.libs" && rm -f "liba.so" && ln -s "liba.so.0.0.0" 
"liba.so")
libtool: link: ar cru subdir/.libs/liba.a  a.o
libtool: link: ranlib subdir/.libs/liba.a
libtool: link: ( cd "subdir/.libs" && rm -f "liba.la" && ln -s "../liba.la" 
"liba.la" )
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2   -o subdir/libb.la -
rpath /home/bruno/data/build/automake-1.11.2/tests/pr300-
ltlib.dir/inst/lib64/subdir a.lo  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/a.o    -O2   -Wl,-soname -
Wl,libb.so.0 -o subdir/.libs/libb.so.0.0.0
libtool: link: (cd "subdir/.libs" && rm -f "libb.so.0" && ln -s 
"libb.so.0.0.0" "libb.so.0")
libtool: link: (cd "subdir/.libs" && rm -f "libb.so" && ln -s "libb.so.0.0.0" 
"libb.so")
libtool: link: ar cru subdir/.libs/libb.a  a.o
libtool: link: ranlib subdir/.libs/libb.a
libtool: link: ( cd "subdir/.libs" && rm -f "libb.la" && ln -s "../libb.la" 
"libb.la" )
+ grep 'liba.la .*-rpath .*lib' stdout
/bin/sh ./libtool --tag=CC   --mode=link gcc  -g -O2   -o subdir/liba.la -
rpath /home/bruno/data/build/automake-1.11.2/tests/pr300-ltlib.dir/inst/lib64 
a.lo  
+ grep 'liba.la .*-rpath .*lib/subdir' stdout
+ grep 'libb.la .*-rpath .*lib/subdir' stdout
+ exit_status=1
+ set +e
+ cd /home/bruno/data/build/automake-1.11.2/tests
+ case $exit_status,$keep_testdirs in
+ test 0 '!=' 0
+ echo 'pr300-ltlib: exit 1'
pr300-ltlib: exit 1
+ exit 1






reply via email to

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