On Tue, 7 Sep 2010, Stefano Lattarini wrote:

The GraphicsMagick test suite passes with this patch.  I do see one
test failure with the Automake test suite

   FAIL: silent5.test

but this test may have been failing prior to the patch.
Could you please send the log of this test (`tests/silent5.log'),
togheter with the configure-generated `config.log' and any other
information you think might be useful?

tests/silent5.log and config.log are attached. From tests/silent5.log I see that 'no' is being passed as a command to bash, so it is likely that there is a test suite weakness.

Bob
--
Bob Friesenhahn
[email protected], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
FAIL: silent5.test (exit: 1)
============================

/scratch/bfriesen/build/automake-1.11.1/tests:/usr/local/Trolltech/Qt-4.3.3/bin:/usr/local/bin:/usr/local64/bin:/opt/DTT/bin:/usr/dt/bin:/usr/local/rpm-4.4.2.1/bin:/opt/SUNWspro/extra/bin:/opt/SUNWspro/bin:/usr/local/teTeX/bin:/opt/sfw/netpbm/bin:/opt/sfw/bin:/usr/sfw/bin:/usr/sadm/admin/bin:/usr/ccs/bin:/usr/xpg6/bin:/usr/xpg4/bin:/usr/bin:/usr/sbin:/usr/ucb::/usr/openwin/bin:/usr/openwin/demo:.
silent5: running g++ --version
g++ (GCC) 4.4.4
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.

silent5: running gfortran --version
GNU Fortran (GCC) 4.4.4
Copyright (C) 2010 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

silent5: running flex --version
flex 2.5.35
silent5: running bison --version
bison (GNU Bison) 2.4.1
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2008 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 /home/bfriesen/src/gnu/automake-1.11.1/tests/silent5.test
+ pwd 
/scratch/bfriesen/build/automake-1.11.1/tests/silent5.dir
+ set -e 
+ mkdir sub 
+ cat 
+ cat 
+ cat 
+ cat 
+ cat 
+ cat 
+ cat 
+ cat 
+ cp foo1.cpp bar.c 
+ cp foo1.cpp sub/baz.c 
+ cp foo1.cpp sub/bla.c 
+ cp foo1.cpp sub/baz1.cpp 
+ cp foo2.f90 sub/baz2.f90 
+ cp foo3.f sub/baz3.f 
+ cp foo5.l sub/baz5.l 
+ cp foo6.y sub/baz6.y 
+ aclocal-1.11 -Werror 
+ automake-1.11 --foreign -Werror -Wall --add-missing 
configure.in:5: installing `./compile'
configure.in: installing `./ylwrap'
+ autoconf 
+ ./configure --enable-silent-rules 
configure: loading site script /usr/local/share/config.site
Applying settings for 32-bit build ...
Using GCC 4.4.4 ...
CC       = "gcc-4.4.4"
CXX      = "g++"
F77      = "no"
FC       = "no"
CFLAGS   = "-O2"
CXXFLAGS = "-O"
CPPFLAGS = ""
LDFLAGS  = "-L/usr/local/lib -R/usr/local/lib"
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/sfw/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc-4.4.4
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-4.4.4 accepts -g... yes
checking for gcc-4.4.4 option to accept ISO C89... none needed
checking dependency style of gcc-4.4.4... gcc3
checking whether gcc-4.4.4 and cc understand -c and -o together... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether we are using the GNU Fortran 77 compiler... no
checking whether no accepts -g... no
checking whether we are using the GNU Fortran compiler... no
checking whether no accepts -g... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sub/Makefile
config.status: executing depfiles commands
+ make 
/bin/bash: line 1: no: command not found
make[3]: *** [baz2.o] Error 127
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
+ cat stdout 
  YACC   foo6.c
updating foo6.h
make  all-recursive
make[1]: Entering directory 
`/scratch/bfriesen/build/automake-1.11.1/tests/silent5.dir'
Making all in sub
make[2]: Entering directory 
`/scratch/bfriesen/build/automake-1.11.1/tests/silent5.dir/sub'
  YACC   baz6.c
updating baz6.h
make  all-am
make[3]: Entering directory 
`/scratch/bfriesen/build/automake-1.11.1/tests/silent5.dir/sub'
  CXX    baz1.o
  FC     baz2.o
make[3]: Leaving directory 
`/scratch/bfriesen/build/automake-1.11.1/tests/silent5.dir/sub'
make[2]: Leaving directory 
`/scratch/bfriesen/build/automake-1.11.1/tests/silent5.dir/sub'
make[1]: Leaving directory 
`/scratch/bfriesen/build/automake-1.11.1/tests/silent5.dir'
+ Exit 1 
+ set +e 
+ exit 1 
+ exit 1 
exit_status=1
+ set +e 
+ cd /scratch/bfriesen/build/automake-1.11.1/tests 
+ test 0 != 0 
+ echo silent5: exit 1 
silent5: exit 1
+ exit 1 

Attachment: config.log.gz
Description: Binary data

Reply via email to