[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8449: automake-1.11.1 make check failure
From: |
Thomas Schulz |
Subject: |
bug#8449: automake-1.11.1 make check failure |
Date: |
Fri, 8 Apr 2011 10:47:58 -0400 (EDT) |
Building automake-1.11.1 on a Solaris 8 Sparc machine. With autoconf 2.68,
gnum4 1.4.15, gawk 3.1.8 & perl 5.8.5.
Make check had one failure in all.test. The log output is:
XFAIL: all.test (exit: 1)
=========================
/home/projects/tools/gnu/automake/automake-1.11.1/tests:/usr/openwin/bin/xview:/usr/openwin/bin:/usr/openwin/demo:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/bin:/usr/etc:/usr/sbin:/usr/ucb:.:/opt/local/bin:/usr/local/bin:/home/projects/tools/bin
=== Running test ./all.test
+ pwd
/home/projects/tools/gnu/automake/automake-1.11.1/tests/all.dir
+ set -e
targets=all install-exec install-data uninstall
+ echo Doing all
Doing all
+ echo all-local:
+ aclocal-1.11 -Werror
+ automake-1.11 --foreign -Werror -Wall
+ /usr/xpg4/bin/grep -F all-local all-local Makefile.in
+ echo Doing install-exec
Doing install-exec
+ echo install-exec-local:
+ aclocal-1.11 -Werror
+ automake-1.11 --foreign -Werror -Wall
+ /usr/xpg4/bin/grep -F install-exec-local install-exec-local Makefile.in
+ echo Doing install-data
Doing install-data
+ echo install-data-local:
+ aclocal-1.11 -Werror
+ automake-1.11 --foreign -Werror -Wall
+ /usr/xpg4/bin/grep -F install-data-local install-data-local Makefile.in
+ echo Doing uninstall
Doing uninstall
+ echo uninstall-local:
+ aclocal-1.11 -Werror
+ automake-1.11 --foreign -Werror -Wall
+ /usr/xpg4/bin/grep -F uninstall-local uninstall-local Makefile.in
+ echo Doing all install-exec install-data uninstall
Doing all install-exec install-data uninstall
+ echo all install-exec install-data uninstall:
+ sed -e s/[ :]/-local&/g
+ aclocal-1.11 -Werror
+ automake-1.11 --foreign -Werror -Wall
+ /usr/xpg4/bin/grep -E all-am:.*all-local Makefile.in
exit_status=1
+ set +e
+ cd /home/projects/tools/gnu/automake/automake-1.11.1/tests
+ test 0 != 0
+ echo all: exit 1
all: exit 1
+ exit 1
Tom Schulz
Applied Dynamics Intl.
address@hidden
- bug#8449: automake-1.11.1 make check failure,
Thomas Schulz <=