bug-automake
[Top][All Lists]
Advanced

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

["Nelson H. F. Beebe" <address@hidden>] Digested Articles


From: Alexandre Duret-Lutz
Subject: ["Nelson H. F. Beebe" <address@hidden>] Digested Articles
Date: Mon, 15 Apr 2002 21:21:02 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu)

I've been replying to a bunch of mails that Nelson forgot to
send to the list.  For reference, here they are. 

--- Begin Message --- Subject: Topics
Topics:
   automake-1.6.1: verbose test failure results: Apple PowerPC G4
   automake-1.6.1: verbose test failure results: Sun SPARC Solaris 2.7
   automake-1.6.1: verbose test failure results: Sun SPARC Solaris 2.8
   *****SPAM***** automake-1.6.1: verbose test failure results: Intel Pentium II
   *****SPAM***** automake-1.6.1: verbose test failure results: SGI Origin 200 
IRIX
   *****SPAM***** automake-1.6.1: verbose test failure results: Compaq/DEC 
Alpha OSF/1
   Re: automake-1.6.1: verbose test failure results: Intel Pentium II


--- End Message ---
--- Begin Message --- Subject: automake-1.6.1: verbose test failure results: Apple PowerPC G4 267MHz Darwin 5.3 Date: Mon, 15 Apr 2002 09:10:39 -0600 (MDT)
115 darwin::automake-1.6.1> env TESTS='confh4.test'         VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./confh4.test
+ cat
+ cat
+ :
+ :
+ mkdir include
+ :
+ :
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror
+ egrep ^DEFAULT_INCLUDES =.* -I(\.|\$\(top_builddir\))/include Makefile.in
/usr/local/bin/grep: invalid option -- (
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
FAIL: confh4.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
env TESTS='confsub.test'        VERBOSE=x make -e check
env TESTS='depcomp2.test'       VERBOSE=x make -e check
env TESTS='depend4.test'        VERBOSE=x make -e check
env TESTS='lex5.test'           VERBOSE=x make -e check
env TESTS='make.test'           VERBOSE=x make -e check
env TESTS='pluseq4.test'        VERBOSE=x make -e check
env TESTS='pluseq6.test'        VERBOSE=x make -e check
env TESTS='pr243.test'          VERBOSE=x make -e check
env TESTS='pr266.test'          VERBOSE=x make -e check
env TESTS='specflags3.test'     VERBOSE=x make -e check
env TESTS='vtexi.test'          VERBOSE=x make -e check
env TESTS='yacc8.test'          VERBOSE=x make -e check
116 darwin::automake-1.6.1> env TESTS='confsub.test'        VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./confsub.test
+ cat
+ cat
+ mkdir subdir
+ cat
+ echo Before.
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror
+ fgrep subdir/config.h subdir/Makefile.in
+ fgrep -v cd $(top_builddir)
grep: $(top_builddir): No such file or directory
+ autoconf
+ ./configure
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating subdir/Makefile
config.status: creating subdir/config.h
grep: Unmatched [ or [^
+ fgrep Before. subdir/config.h
Before.
+ sleep 2
+ echo After.
+ make
Making all in subdir
make  all-am
+ fgrep After. subdir/config.h
+ exit 1
FAIL: confsub.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
117 darwin::automake-1.6.1> env TESTS='depcomp2.test'       VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./depcomp2.test
+ cat
+ cat
+ rm -f depcomp
+ mkdir subdir
+ cat
+ :
+ CFLAGS=
+ export CFLAGS
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror --add-missing
+ autoconf
+ CC=gcc ./configure
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... none
checking dependency style of gcc... none
configure: creating ./config.status
config.status: creating Makefile
config.status: creating subdir/Makefile
+ cat error.log
+ test -z grep: directory: No such file or directory
FAIL: depcomp2.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
118 darwin::automake-1.6.1> env TESTS='depend4.test'        VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./depend4.test
+ echo AC_PROG_CC
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ headers=
+ headers= one.h
+ cat
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror
+ egrep ^(@address@hidden@)*DEP_FILES =  Makefile.in
grep: =: No such file or directory
Makefile.in:@address@hidden = ./$(DEPDIR)/fred1.Po
+ exit 1
FAIL: depend4.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
119 darwin::automake-1.6.1> env TESTS='lex5.test'           VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
lex5: running gcc --version
2.95.2
lex5: running make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for powerpc-apple-darwin1.3.7
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
        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.

Report bugs to <address@hidden>.

lex5: running gzip --version
gzip 1.2.4 (18 Aug 93)
Compilation options:
DIRENT  STDC_HEADERS HAVE_UNISTD_H
=== Running test ./lex5.test
+ set -e
+ cat
+ cat
+ mkdir foo
+ cat
+ set -e
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ autoconf
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror -a
Makefile.am: installing `./compile'
+ mkdir sub
+ cd sub
+ ../configure
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... grep: directory: No such file or 
directory
none
checking dependency style of gcc... none
checking whether gcc and cc understand -c and -o together... yes
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
configure: creating ./config.status
config.status: creating Makefile
+ make foo/foo.o
flex   `test -f foo/foo.l || echo '../'`foo/foo.l
sed '/^#/ s|lex.yy\.c|foo/foo.c|' lex.yy.c >foo/foo.c
zsh: no such file or directory: foo/foo.c
make: *** [foo/foo.c] Error 1
FAIL: lex5.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
120 darwin::automake-1.6.1> env TESTS='make.test'           VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./make.test
+ cat
+ :
+ :
+ set -e
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ autoconf
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror
+ export ACLOCAL
+ export AUTOCONF
+ export AUTOMAKE
+ save=make
+ MAKE=make  ./configure
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make  sets ${MAKE}... yes
checking for style of include used by make ... grep: directory: No such file or 
directory
none
configure: creating ./config.status
config.status: creating Makefile
+ fgrep am__include = include Makefile
grep: =: No such file or directory
grep: include: No such file or directory
Makefile:am__include = #
FAIL: make.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
121 darwin::automake-1.6.1> env TESTS='pluseq4.test'        VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./pluseq4.test
+ echo AC_PROG_CC
+ cat
+ :
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror
+ fgrep @CC@ -Dwhatever Makefile.in
grep: unknown devices method
FAIL: pluseq4.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
122 darwin::automake-1.6.1> env TESTS='pluseq6.test'        VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./pluseq6.test
+ echo AC_SUBST(ZZZ)
+ cat
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror
+ fgrep @mandir@ foo Makefile.in
grep: foo: No such file or directory
Makefile.in:mandir = @mandir@ foo
+ exit 1
FAIL: pluseq6.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
123 darwin::automake-1.6.1> env TESTS='pr243.test'          VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./pr243.test
+ cat
+ :
+ cat
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror
+ autoconf
+ ./configure
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... grep: directory: No such file or 
directory
none
checking dependency style of gcc... none
configure: creating ./config.status
config.status: creating Makefile
+ test -f .deps/fx64.Po
FAIL: pr243.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
124 darwin::automake-1.6.1> env TESTS='pr266.test'          VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./pr266.test
+ cat
+ cat
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror
+ autoconf
+ ./configure
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... grep: directory: No such file or 
directory
none
checking dependency style of gcc... none
configure: creating ./config.status
config.status: creating Maudefile
+ test -f .deps/fx64.Po
FAIL: pr266.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
125 darwin::automake-1.6.1> env TESTS='specflags3.test'     VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./specflags3.test
+ cat
+ cat
+ :
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror
+ fgrep -e -o foo-foo Makefile.in
grep: foo-foo: No such file or directory
Makefile.in:LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
Makefile.in:    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(foo_CFLAGS) $(CFLAGS) -c -o foo-foo.o `test -f 'foo.c' || echo 
'$(srcdir)/'`foo.c
Makefile.in:    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(foo_CFLAGS) $(CFLAGS) -c -o foo-foo.obj `cygpath -w foo.c`
Makefile.in:    -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; 
-o \
Makefile.in:      ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
Makefile.in:      ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
+ exit 1
FAIL: specflags3.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
126 darwin::automake-1.6.1> env TESTS='vtexi.test'          VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./vtexi.test
+ cat
+ cat
+ :
+ :
+ set -e
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror
+ grep ^textutils\.info: textutils\.texi .*version\.texi$ Makefile.in
textutils.info: textutils.texi $(srcdir)/version.texi
+ egrep ^\$\(srcdir\)/stamp-vti:.*textutils\.texi( .*)?$ Makefile.in
grep: Unmatched ( or \(
FAIL: vtexi.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
127 darwin::automake-1.6.1> env TESTS='yacc8.test'          VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
yacc8: running gcc --version
2.95.2
yacc8: running bison --version
GNU Bison version 1.28
=== Running test ./yacc8.test
+ set -e
+ cat
+ cat
+ mkdir foo
+ cat
+ YACC=bison -y
+ export YACC
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ autoconf
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror -a
Makefile.am: installing `./compile'
+ mkdir sub
+ cd sub
+ ../configure
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... grep: directory: No such file or 
directory
none
checking dependency style of gcc... none
checking whether gcc and cc understand -c and -o together... yes
checking for bison... bison -y
configure: creating ./config.status
config.status: creating Makefile
+ make foo/parse.o
bison -y   `test -f 'foo/parse.y' || echo '../'`foo/parse.y
sed '/^#/ s|y\.tab\.c|foo/parse.c|' y.tab.c >foo/parse.c
zsh: no such file or directory: foo/parse.c
make: *** [foo/parse.c] Error 1
FAIL: yacc8.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
128 darwin::automake-1.6.1> exit
exit

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- Center for Scientific Computing       FAX: +1 801 585 1640, +1 801 581 4148 -
- University of Utah                    Internet e-mail: address@hidden  -
- Department of Mathematics, 110 LCB        address@hidden  address@hidden -
- 155 S 1400 E RM 233                       address@hidden                    -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------



--- End Message ---
--- Begin Message --- Subject: automake-1.6.1: verbose test failure results: Sun SPARC Solaris 2.7 Date: Mon, 15 Apr 2002 09:14:25 -0600 (MDT)
102 nova::automake-1.6.1> env TESTS='cond4.test'          VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./cond4.test
+ cat
+ cat
+ perl ../../aclocal -I 
/export/nova/build-local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/export/nova/build-local/build/automake-1.6.1/tests/../m4
+ perl ../../automake 
--libdir=/export/nova/build-local/build/automake-1.6.1/tests/../lib --foreign 
--Werror
+ wc -l
+ grep address@hidden@ Makefile.in
+ test       0 -eq 0
+ autoconf
CFLAGS=
+ export CFLAGS
+ :
+ ./configure
CONDITION2=true CONDITION1=true CC=gcc
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echo-objects
msgtt=main.o one.o two.o
+ ./configure
CONDITION2=false CONDITION1=true CC=gcc
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echo-objects
msgtf=main.o one.o
+ ./configure
CONDITION2=true CONDITION1=false CC=gcc
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echo-objects
msgft=main.o two.o
+ ./configure
CONDITION2=false CONDITION1=false CC=gcc
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echo-objects
msgff=main.o
+ echo main.o one.o two.o
main.o one.o two.o
+ echo main.o one.o
main.o one.o
+ echo main.o two.o
main.o two.o
+ echo main.o
main.o
+ test main.o one.o two.o = main.o one.o two.o
+ test main.o one.o = main.o one.o
+ test main.o two.o = main.o two.o
+ test main.o = main.o
PASS: cond4.test
==================
All 1 tests passed
==================
103 nova::automake-1.6.1> env TESTS='cond19.test'         VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./cond19.test
+ cat
+ cat
CFLAGS=
+ export CFLAGS
+ :
+ set -e
+ perl ../../aclocal -I 
/export/nova/build-local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/export/nova/build-local/build/automake-1.6.1/tests/../m4
+ autoconf
+ perl ../../automake 
--libdir=/export/nova/build-local/build/automake-1.6.1/tests/../lib --foreign 
--Werror -a
+ ./configure
CC=gcc CONDITION2=true CONDITION1=true
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echorule
vala=cd . && /bin/ksh ./config.status Makefile depfiles
config.status: creating Makefile
config.status: executing depfiles commands
dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
+ ./configure
CC=gcc CONDITION2=false CONDITION1=true
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echorule
valb=dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
+ ./configure
CC=gcc CONDITION2=true CONDITION1=false
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echorule
valc=dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
+ ./configure
CC=gcc CONDITION2=false CONDITION1=false
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make --no-print-directory echorule
vald=dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
+ echo cd . && /bin/ksh ./config.status Makefile depfiles config.status: 
creating Makefile config.status: executing depfiles commands dlmaina1.c 
dlmainb2.c dlmaina1.o dlmainb2.o
cd . && /bin/ksh ./config.status Makefile depfiles config.status: creating 
Makefile config.status: executing depfiles commands dlmaina1.c dlmainb2.c 
dlmaina1.o dlmainb2.o
+ echo dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
+ echo dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
+ echo dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
+ test xcd . && /bin/ksh ./config.status Makefile depfiles
config.status: creating Makefile
config.status: executing depfiles commands
dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o = xdlmaina1.c dlmainb2.c dlmaina1.o 
dlmainb2.o
+ exit 1
FAIL: cond19.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
104 nova::automake-1.6.1> env TESTS='substref.test'       VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./substref.test
+ cat
+ cat
+ cat
CFLAGS=
+ export CFLAGS
+ set -e
+ perl ../../aclocal -I 
/export/nova/build-local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/export/nova/build-local/build/automake-1.6.1/tests/../m4
+ autoconf
+ perl ../../automake 
--libdir=/export/nova/build-local/build/automake-1.6.1/tests/../lib --foreign 
--Werror -a
+ ./configure
CC=gcc
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make -s echorule
val=dlmain.c dlmain.o
+ echo dlmain.c dlmain.o
dlmain.c dlmain.o
+ test xdlmain.c dlmain.o = xdlmain.c dlmain.o
PASS: substref.test
==================
All 1 tests passed
==================

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- Center for Scientific Computing       FAX: +1 801 585 1640, +1 801 581 4148 -
- University of Utah                    Internet e-mail: address@hidden  -
- Department of Mathematics, 110 LCB        address@hidden  address@hidden -
- 155 S 1400 E RM 233                       address@hidden                    -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------



--- End Message ---
--- Begin Message --- Subject: automake-1.6.1: verbose test failure results: Sun SPARC Solaris 2.8 Date: Mon, 15 Apr 2002 09:15:16 -0600 (MDT)
102 suncore::automake-1.6.1> env TESTS='cond4.test'          VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./cond4.test
+ cat
+ cat
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror
+ wc -l
+ grep address@hidden@ Makefile.in
+ test       0 -eq 0
+ autoconf
CFLAGS=
+ export CFLAGS
+ :
+ ./configure
CONDITION2=true CONDITION1=true CC=gcc
configure: loading cache /dev/null
checking for a BSD compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
+ make --no-print-directory echo-objects
msgtt=main.o one.o two.o
+ ./configure
CONDITION2=false CONDITION1=true CC=gcc
configure: loading cache /dev/null
checking for a BSD compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
+ make --no-print-directory echo-objects
msgtf=main.o one.o
+ ./configure
CONDITION2=true CONDITION1=false CC=gcc
configure: loading cache /dev/null
checking for a BSD compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
+ make --no-print-directory echo-objects
msgft=main.o two.o
+ ./configure
CONDITION2=false CONDITION1=false CC=gcc
configure: loading cache /dev/null
checking for a BSD compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
+ make --no-print-directory echo-objects
msgff=main.o
+ echo main.o one.o two.o
main.o one.o two.o
+ echo main.o one.o
main.o one.o
+ echo main.o two.o
main.o two.o
+ echo main.o
main.o
+ test main.o one.o two.o = main.o one.o two.o
+ test main.o one.o = main.o one.o
+ test main.o two.o = main.o two.o
+ test main.o = main.o
PASS: cond4.test
==================
All 1 tests passed
==================
103 suncore::automake-1.6.1> env TESTS='cond18.test'         VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./cond18.test
+ cat
+ cat
CFLAGS=
+ export CFLAGS
+ :
+ set -e
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ autoconf
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror -a
+ ./configure
CC=gcc
configure: loading cache /dev/null
checking for a BSD compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
+ make --no-print-directory echorule
val=cd . && /bin/sh ./config.status Makefile depfiles
config.status: creating Makefile
dlmain.c foo.c dlmain.o foo.o
+ echo cd . && /bin/sh ./config.status Makefile depfiles config.status: 
creating Makefile dlmain.c foo.c dlmain.o foo.o
cd . && /bin/sh ./config.status Makefile depfiles config.status: creating 
Makefile dlmain.c foo.c dlmain.o foo.o
+ test xcd . && /bin/sh ./config.status Makefile depfiles
config.status: creating Makefile
dlmain.c foo.c dlmain.o foo.o = xdlmain.c foo.c dlmain.o foo.o
FAIL: cond18.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- Center for Scientific Computing       FAX: +1 801 585 1640, +1 801 581 4148 -
- University of Utah                    Internet e-mail: address@hidden  -
- Department of Mathematics, 110 LCB        address@hidden  address@hidden -
- 155 S 1400 E RM 233                       address@hidden                    -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------



--- End Message ---
--- Begin Message --- Subject: *****SPAM***** automake-1.6.1: verbose test failure results: Intel Pentium II FreeBSD 4.4-RELEASE #0 Date: Mon, 15 Apr 2002 09:12:01 -0600 (MDT)
SPAM: -------------------- Start SpamAssassin results ----------------------
SPAM: This mail is probably spam.  The original message has been altered
SPAM: so you can recognise or block similar unwanted mail in future.
SPAM: See http://spamassassin.org/tag/ for more details.
SPAM: 
SPAM: Content analysis details:   (5 hits, 5 required)
SPAM: Hit! (2.5 points)  Subject contains lots of white space
SPAM: Hit! (0.7 points)  BODY: Contains a line >=199 characters long
SPAM: Hit! (1.8 points)  No MX records for the From: domain
SPAM: 
SPAM: -------------------- End of SpamAssassin results ---------------------

102 ee::automake-1.6.1> env TESTS='depcomp2.test'       VERBOSE=x make -e check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./depcomp2.test
+ cat
+ cat
+ rm -f depcomp
+ mkdir subdir
+ cat
+ :
+ CFLAGS=
+ export CFLAGS
+ perl ../../aclocal -I 
/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/testSubDir/../../m4
 --acdir=/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../m4
+ perl ../../automake 
--libdir=/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../lib 
--foreign --Werror --add-missing
+ autoconf
+ CC=gcc ./configure
configure: loading site script 
/home/staff/computing/beebe/i386/local/share/config.site
checking for a BSD-compatible install... 
/home/staff/computing/beebe/i386/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... none
configure: creating ./config.status
config.status: creating Makefile
config.status: creating subdir/Makefile
config.status: executing depfiles commands
+ cat error.log
+ test -z ./configure: set: unknown option: L
FAIL: depcomp2.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
env TESTS='pr300-ltlib.test'    VERBOSE=x make -e check
env TESTS='subobj9.test'        VERBOSE=x make -e check
103 ee::automake-1.6.1> env TESTS='pr300-ltlib.test'    VERBOSE=x make -e check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
pr300-ltlib: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
=== Running test ./pr300-ltlib.test
+ set -e
+ cat
+ cat
+ cat
+ libtoolize
You should add the contents of `/usr/local/share/aclocal/libtool.m4' to 
`aclocal.m4'.
+ perl ../../aclocal -I 
/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/testSubDir/../../m4
 --acdir=/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../m4 -I 
/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../m4 -I 
/usr/local/share/aclocal
+ autoconf
+ perl ../../automake 
--libdir=/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../lib 
--foreign --Werror --copy --add-missing
+ pwd
+ ./configure --prefix 
/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/testSubDir/inst
configure: loading site script 
/home/staff/computing/beebe/i386/local/share/config.site
./configure: set: unknown option: L
checking for a BSD-compatible install... 
/home/staff/computing/beebe/i386/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for a BSD-compatible install... 
/home/staff/computing/beebe/i386/local/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of cc... gcc
checking build system type... i386-unknown-freebsdelf4.4
checking host system type... i386-unknown-freebsdelf4.4
checking for ranlib... ranlib
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
loading cache /dev/null within ltconfig
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
FAIL: pr300-ltlib.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1
104 ee::automake-1.6.1> env TESTS='subobj9.test'        VERBOSE=x make -e check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
subobj9: running libtoolize --version
libtoolize (GNU libtool) 1.3.4
subobj9: running gcc --version
2.95.3
=== Running test ./subobj9.test
+ cat
+ cat
+ mkdir src
+ cat
+ set -e
+ libtoolize --force
You should add the contents of `/usr/local/share/aclocal/libtool.m4' to 
`aclocal.m4'.
+ perl ../../aclocal -I 
/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/testSubDir/../../m4
 --acdir=/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../m4 -I 
/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../m4 -I 
/usr/local/share/aclocal
+ autoconf
+ perl ../../automake 
--libdir=/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../lib 
--foreign --Werror -a
+ ./configure CXX=gcc
configure: loading site script 
/home/staff/computing/beebe/i386/local/share/config.site
./configure: set: unknown option: L
checking for a BSD-compatible install... 
/home/staff/computing/beebe/i386/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
checking build system type... i386-unknown-freebsdelf4.4
checking host system type... i386-unknown-freebsdelf4.4
checking for ranlib... ranlib
checking for gcc... cc
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking dependency style of cc... gcc
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
loading cache /dev/null within ltconfig
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
FAIL: subobj9.test
===================
1 of 1 tests failed
===================

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- Center for Scientific Computing       FAX: +1 801 585 1640, +1 801 581 4148 -
- University of Utah                    Internet e-mail: address@hidden  -
- Department of Mathematics, 110 LCB        address@hidden  address@hidden -
- 155 S 1400 E RM 233                       address@hidden                    -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------



--- End Message ---
--- Begin Message --- Subject: *****SPAM***** automake-1.6.1: verbose test failure results: SGI Origin 200 IRIX 6.5 Date: Mon, 15 Apr 2002 09:12:58 -0600 (MDT)
SPAM: -------------------- Start SpamAssassin results ----------------------
SPAM: This mail is probably spam.  The original message has been altered
SPAM: so you can recognise or block similar unwanted mail in future.
SPAM: See http://spamassassin.org/tag/ for more details.
SPAM: 
SPAM: Content analysis details:   (5 hits, 5 required)
SPAM: Hit! (2.5 points)  Subject contains lots of white space
SPAM: Hit! (0.7 points)  BODY: Contains a line >=199 characters long
SPAM: Hit! (1.8 points)  No MX records for the From: domain
SPAM: 
SPAM: -------------------- End of SpamAssassin results ---------------------

102 eilat::automake-1.6.1> env TESTS='cond19.test'         VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
=== Running test ./cond19.test
+ cat
+ 1> configure.in 0< /tmp/sh1242596.2
+ cat
+ 1> Makefile.am 0< /tmp/sh1242596.3
+ 1> /dev/null 2>& 1
+ CFLAGS=
+ export CFLAGS
+ :
+ set -e
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4
+ autoconf
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror -a
+ ./configure
+ CONDITION1=true CONDITION2=true CC=gcc
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ + make --no-print-directory echorule
vala=dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
+ ./configure
+ CONDITION1=true CONDITION2=false CC=gcc
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ + make --no-print-directory echorule
valb=dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
+ ./configure
+ CONDITION1=false CONDITION2=true CC=gcc
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ + make --no-print-directory echorule
valc=dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
+ ./configure
+ CONDITION1=false CONDITION2=false CC=gcc
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ + make --no-print-directory echorule
vald=dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
+ echo dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
+ echo dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
+ echo dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
dlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o
+ echo dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
dlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o
+ test xdlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o = xdlmaina1.c dlmainb2.c 
dlmaina1.o dlmainb2.o
+ test xdlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o = xdlmainb1.c dlmaina2.c 
dlmainb1.o dlmaina2.o
+ test xdlmaina1.c dlmainb2.c dlmaina1.o dlmainb2.o = xdlmaina1.c dlmainb2.c 
dlmaina1.o dlmainb2.o
+ test xdlmainb1.c dlmaina2.c dlmainb1.o dlmaina2.o = xdlmainb1.c dlmaina2.c 
dlmainb1.o dlmaina2.o
PASS: cond19.test
==================
All 1 tests passed
==================
103 eilat::automake-1.6.1> env TESTS='subobj9.test'        VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
subobj9: running libtoolize --version
libtoolize (GNU libtool) 1.4.2
subobj9: running gcc --version
2.95.3
=== Running test ./subobj9.test
+ cat
+ 1> configure.in 0< /tmp/sh1251178.2
+ cat
+ 1> Makefile.am 0< /tmp/sh1251178.3
+ mkdir src
+ cat
+ 1> src/foo.cc 0< /tmp/sh1251178.4
+ set -e
+ libtoolize --force
You should add the contents of `/usr/local/share/aclocal/libtool.m4' to 
`aclocal.m4'.
+ perl ../../aclocal -I /local/build/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/local/build/automake-1.6.1/tests/../m4 -I 
/local/build/automake-1.6.1/tests/../m4 -I /usr/local/share/aclocal
+ autoconf
+ perl ../../automake --libdir=/local/build/automake-1.6.1/tests/../lib 
--foreign --Werror -a
+ ./configure CXX=gcc
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
checking build system type... mips-sgi-irix6.5
checking host system type... mips-sgi-irix6.5
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/local/bin/nm -B output... ok
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... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... none
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld -n32) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... irix6.5 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='src/foo.cc' object='src/foo.lo' libtool=yes \
depfile='src/.deps/foo.Plo' tmpdepfile='src/.deps/foo.TPlo' \
depmode=gcc /bin/sh ./depcomp \
/bin/sh ./libtool --mode=compile gcc -DPACKAGE_NAME=\"x\" 
-DPACKAGE_TARNAME=\"x\" -DPACKAGE_VERSION=\"0\" -DPACKAGE_STRING=\"x\ 0\" 
-DPACKAGE_BUGREPORT=\"x\" -DPACKAGE=\"x\" -DVERSION=\"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_UNISTD_H=1 
-DHAVE_DLFCN_H=1  -I. -I.     -g -O2 -c -o src/foo.lo `test -f 'src/foo.cc' || 
echo './'`src/foo.cc
mkdir src/.libs
gcc -DPACKAGE_NAME=\"x\" -DPACKAGE_TARNAME=\"x\" -DPACKAGE_VERSION=\"0\" 
"-DPACKAGE_STRING=\"x 0\"" -DPACKAGE_BUGREPORT=\"x\" -DPACKAGE=\"x\" 
-DVERSION=\"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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c 
src/foo.cc -Wp,-MD,src/.deps/foo.TPlo  -DPIC -o src/.libs/foo.lo
mv -f src/.libs/foo.lo src/foo.o
(cd src && ln -s foo.o foo.lo)
/bin/sh ./libtool --mode=link gcc  -g -O2   -o libfoo.la   src/foo.lo
mkdir .libs
rm -fr .libs/libfoo.la .libs/libfoo.* .libs/libfoo.*
ar cru .libs/libfoo.al src/foo.lo
ranlib .libs/libfoo.al
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
+ make distcheck
{ test ! -d x-0 || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm 
-fr x-0; }; }
mkdir x-0
mkdir -p -- x-0/src
find x-0 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/sh 
/local/build/automake-1.6.1/tests/testSubDir/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r x-0
/bin/sh /local/build/automake-1.6.1/tests/testSubDir/missing --run tar chof - 
x-0 | GZIP=--best gzip -c >x-0.tar.gz
{ test ! -d x-0 || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm 
-fr x-0; }; }
{ test ! -d x-0 || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm 
-fr x-0; }; }
GZIP=--best gunzip -c x-0.tar.gz | /bin/sh 
/local/build/automake-1.6.1/tests/testSubDir/missing --run tar xf -
chmod -R a-w x-0; chmod a+w x-0
mkdir x-0/=build
mkdir x-0/=inst
chmod a-w x-0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd x-0/=inst && pwd` \
  && cd x-0/=build \
  && ../configure --srcdir=.. --prefix=$dc_install_base \
     \
  && make  \
  && make  dvi \
  && make  check \
  && make  install \
  && make  installcheck \
  && make  uninstall \
  && (test `find $dc_install_base -type f -print | wc -l` -le 1 \
      || { echo "ERROR: files left after uninstall:" ; \
           find $dc_install_base -type f -print ; \
           exit 1; } >&2 ) \
  && make  dist-gzip \
  && rm -f x-0.tar.gz \
  && make  distcleancheck
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc
checking build system type... mips-sgi-irix6.5
checking host system type... mips-sgi-irix6.5
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/local/bin/nm -B output... ok
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... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... none
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld -n32) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... irix6.5 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
source='src/foo.cc' object='src/foo.lo' libtool=yes \
depfile='src/.deps/foo.Plo' tmpdepfile='src/.deps/foo.TPlo' \
depmode=gcc /bin/sh ../depcomp \
/bin/sh ./libtool --mode=compile g++ -DPACKAGE_NAME=\"x\" 
-DPACKAGE_TARNAME=\"x\" -DPACKAGE_VERSION=\"0\" -DPACKAGE_STRING=\"x\ 0\" 
-DPACKAGE_BUGREPORT=\"x\" -DPACKAGE=\"x\" -DVERSION=\"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_UNISTD_H=1 
-DHAVE_DLFCN_H=1  -I. -I..     -g -O2 -c -o src/foo.lo `test -f 'src/foo.cc' || 
echo '../'`src/foo.cc
mkdir src/.libs
g++ -DPACKAGE_NAME=\"x\" -DPACKAGE_TARNAME=\"x\" -DPACKAGE_VERSION=\"0\" 
"-DPACKAGE_STRING=\"x 0\"" -DPACKAGE_BUGREPORT=\"x\" -DPACKAGE=\"x\" 
-DVERSION=\"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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I.. -g -O2 -c 
../src/foo.cc -Wp,-MD,src/.deps/foo.TPlo  -DPIC -o src/.libs/foo.lo
mv -f src/.libs/foo.lo src/foo.o
(cd src && ln -s foo.o foo.lo)
/bin/sh ./libtool --mode=link g++  -g -O2   -o libfoo.la   src/foo.lo
mkdir .libs
rm -fr .libs/libfoo.la .libs/libfoo.* .libs/libfoo.*
ar cru .libs/libfoo.al src/foo.lo
ranlib .libs/libfoo.al
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
{ test ! -d x-0 || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm 
-fr x-0; }; }
mkdir x-0
mkdir -p -- x-0/src
find x-0 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/sh 
/local/build/automake-1.6.1/tests/testSubDir/x-0/install-sh -c -m a+r {} {} \; \
|| chmod -R a+r x-0
/bin/sh /local/build/automake-1.6.1/tests/testSubDir/x-0/missing --run tar chof 
- x-0 | GZIP=--best gzip -c >x-0.tar.gz
{ test ! -d x-0 || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm 
-fr x-0; }; }
rm -rf .libs _libs
rm -rf src/.libs src/_libs
test -z "libfoo.la" || rm -f libfoo.la
rm -f *.o core *.core
rm -f src/foo.o
rm -f src/foo.lo
rm -f *.lo
rm -f *.tab.c
rm -f src/.deps/.dirstamp
rm -f src/.dirstamp
rm -rf src/.deps
rm -f Makefile  stamp-h stamp-h[0-9]*
rm -f libtool
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
rm -f config.status config.cache config.log
if test '..' = . ; then \
  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  exit 1 ; \
fi
test `find . -type f -print | wc -l` -eq 0 \
  || { echo "ERROR: files left after distclean:" ; \
       find . -type f -print ; \
       exit 1; } >&2
ERROR: files left after distclean:
./so_locations
make: *** [distcheck] Error 2
FAIL: subobj9.test
===================
1 of 1 tests failed
===================

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- Center for Scientific Computing       FAX: +1 801 585 1640, +1 801 581 4148 -
- University of Utah                    Internet e-mail: address@hidden  -
- Department of Mathematics, 110 LCB        address@hidden  address@hidden -
- 155 S 1400 E RM 233                       address@hidden                    -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------



--- End Message ---
--- Begin Message --- Subject: *****SPAM***** automake-1.6.1: verbose test failure results: Compaq/DEC Alpha OSF/1 4.0F Date: Mon, 15 Apr 2002 09:13:43 -0600 (MDT)
SPAM: -------------------- Start SpamAssassin results ----------------------
SPAM: This mail is probably spam.  The original message has been altered
SPAM: so you can recognise or block similar unwanted mail in future.
SPAM: See http://spamassassin.org/tag/ for more details.
SPAM: 
SPAM: Content analysis details:   (5 hits, 5 required)
SPAM: Hit! (2.5 points)  Subject contains lots of white space
SPAM: Hit! (0.7 points)  BODY: Contains a line >=199 characters long
SPAM: Hit! (1.8 points)  No MX records for the From: domain
SPAM: 
SPAM: -------------------- End of SpamAssassin results ---------------------

102 mosso::automake-1.6.1> env TESTS='subobj9.test'VERBOSE=x make -e check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
make: *** [check-recursive] Error 1
103 mosso::automake-1.6.1> env TESTS='subobj9.test'        VERBOSE=x make -e 
check
Making check in .
Making check in m4
Making check in lib
Making check in Automake
Making check in am
Making check in tests
make  check-TESTS
subobj9: running libtoolize --version
libtoolize (GNU libtool) 1.4.2
subobj9: running gcc --version
2.95.3
=== Running test ./subobj9.test
+ cat
+ cat
+ mkdir src
+ cat
+ set -e
+ libtoolize --force
You should add the contents of `/usr/local/share/aclocal/libtool.m4' to 
`aclocal.m4'.
+ perl ../../aclocal -I 
/export/home/0023/build-alpha-osf1/automake-1.6.1/tests/testSubDir/../../m4 
--acdir=/export/home/0023/build-alpha-osf1/automake-1.6.1/tests/../m4 -I 
/export/home/0023/build-alpha-osf1/automake-1.6.1/tests/../m4 -I 
/usr/local/share/aclocal
+ autoconf
+ perl ../../automake 
--libdir=/export/home/0023/build-alpha-osf1/automake-1.6.1/tests/../lib 
--foreign --Werror -a
+ ./configure CXX=gcc
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 style of include used by make... GNU
checking dependency style of gcc... gcc
checking build system type... alphaev56-dec-osf4.0f
checking host system type... alphaev56-dec-osf4.0f
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/local/bin/nm -B output... ok
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... no
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... none
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... osf4.0f ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
source='src/foo.cc' object='src/foo.lo' libtool=yes \
depfile='src/.deps/foo.Plo' tmpdepfile='src/.deps/foo.TPlo' \
depmode=gcc /bin/ksh ./depcomp \
/bin/ksh ./libtool --mode=compile gcc -DPACKAGE_NAME=\"x\" 
-DPACKAGE_TARNAME=\"x\" -DPACKAGE_VERSION=\"0\" -DPACKAGE_STRING=\"x\ 0\" 
-DPACKAGE_BUGREPORT=\"x\" -DPACKAGE=\"x\" -DVERSION=\"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_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. 
-I.     -g -O2 -c -o src/foo.lo `test -f 'src/foo.cc' || echo './'`src/foo.cc
mkdir src/.libs
gcc -DPACKAGE_NAME=\"x\" -DPACKAGE_TARNAME=\"x\" -DPACKAGE_VERSION=\"0\" 
"-DPACKAGE_STRING=\"x 0\"" -DPACKAGE_BUGREPORT=\"x\" -DPACKAGE=\"x\" 
-DVERSION=\"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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -g -O2 -c src/foo.cc 
-Wp,-MD,src/.deps/foo.TPlo  -DPIC -o src/.libs/foo.lo
mv -f src/.libs/foo.lo src/foo.o
(cd src && ln -s foo.o foo.lo)
/bin/ksh ./libtool --mode=link gcc  -g -O2   -o libfoo.la   src/foo.lo
mkdir .libs
rm -fr .libs/libfoo.la .libs/libfoo.* .libs/libfoo.*
ar cru .libs/libfoo.al src/foo.lo
ranlib .libs/libfoo.al
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
+ make distcheck
{ test ! -d x-0 || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm 
-fr x-0; }; }
mkdir x-0
mkdir -p -- x-0/src
find x-0 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/ksh 
/export/home/0023/build-alpha-osf1/automake-1.6.1/tests/testSubDir/install-sh 
-c -m a+r {} {} \; \
|| chmod -R a+r x-0
/bin/ksh 
/export/home/0023/build-alpha-osf1/automake-1.6.1/tests/testSubDir/missing 
--run tar chof - x-0 | GZIP=--best gzip -c >x-0.tar.gz
{ test ! -d x-0 || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm 
-fr x-0; }; }
{ test ! -d x-0 || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm 
-fr x-0; }; }
GZIP=--best gunzip -c x-0.tar.gz | /bin/ksh 
/export/home/0023/build-alpha-osf1/automake-1.6.1/tests/testSubDir/missing 
--run tar xf -
chmod -R a-w x-0; chmod a+w x-0
mkdir x-0/=build
mkdir x-0/=inst
chmod a-w x-0
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd x-0/=inst && pwd` \
  && cd x-0/=build \
  && ../configure --srcdir=.. --prefix=$dc_install_base \
     \
  && make  \
  && make  dvi \
  && make  check \
  && make  install \
  && make  installcheck \
  && make  uninstall \
  && (test `find $dc_install_base -type f -print | wc -l` -le 1 \
      || { echo "ERROR: files left after uninstall:" ; \
           find $dc_install_base -type f -print ; \
           exit 1; } >&2 ) \
  && make  dist-gzip \
  && rm -f x-0.tar.gz \
  && make  distcleancheck
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc
checking build system type... alphaev56-dec-osf4.0f
checking host system type... alphaev56-dec-osf4.0f
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/local/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/local/bin/nm -B output... ok
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... no
checking for stdint.h... no
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... none
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... osf4.0f ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
source='src/foo.cc' object='src/foo.lo' libtool=yes \
depfile='src/.deps/foo.Plo' tmpdepfile='src/.deps/foo.TPlo' \
depmode=gcc /bin/ksh ../depcomp \
/bin/ksh ./libtool --mode=compile g++ -DPACKAGE_NAME=\"x\" 
-DPACKAGE_TARNAME=\"x\" -DPACKAGE_VERSION=\"0\" -DPACKAGE_STRING=\"x\ 0\" 
-DPACKAGE_BUGREPORT=\"x\" -DPACKAGE=\"x\" -DVERSION=\"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_UNISTD_H=1 -DHAVE_DLFCN_H=1  -I. 
-I..     -g -O2 -c -o src/foo.lo `test -f 'src/foo.cc' || echo '../'`src/foo.cc
mkdir src/.libs
g++ -DPACKAGE_NAME=\"x\" -DPACKAGE_TARNAME=\"x\" -DPACKAGE_VERSION=\"0\" 
"-DPACKAGE_STRING=\"x 0\"" -DPACKAGE_BUGREPORT=\"x\" -DPACKAGE=\"x\" 
-DVERSION=\"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_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I.. -g -O2 -c ../src/foo.cc 
-Wp,-MD,src/.deps/foo.TPlo  -DPIC -o src/.libs/foo.lo
mv -f src/.libs/foo.lo src/foo.o
(cd src && ln -s foo.o foo.lo)
/bin/ksh ./libtool --mode=link g++  -g -O2   -o libfoo.la   src/foo.lo
mkdir .libs
rm -fr .libs/libfoo.la .libs/libfoo.* .libs/libfoo.*
ar cru .libs/libfoo.al src/foo.lo
ranlib .libs/libfoo.al
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
{ test ! -d x-0 || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm 
-fr x-0; }; }
mkdir x-0
mkdir -p -- x-0/src
find x-0 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/ksh 
/export/home/0023/build-alpha-osf1/automake-1.6.1/tests/testSubDir/x-0/install-sh
 -c -m a+r {} {} \; \
|| chmod -R a+r x-0
/bin/ksh 
/export/home/0023/build-alpha-osf1/automake-1.6.1/tests/testSubDir/x-0/missing 
--run tar chof - x-0 | GZIP=--best gzip -c >x-0.tar.gz
{ test ! -d x-0 || { find x-0 -type d ! -perm -200 -exec chmod u+w {} ';' && rm 
-fr x-0; }; }
rm -rf .libs _libs
rm -rf src/.libs src/_libs
test -z "libfoo.la" || rm -f libfoo.la
rm -f *.o core *.core
rm -f src/foo.o
rm -f src/foo.lo
rm -f *.lo
rm -f *.tab.c
rm -f src/.deps/.dirstamp
rm -f src/.dirstamp
rm -rf src/.deps
rm -f Makefile  stamp-h stamp-h[0-9]*
rm -f libtool
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
rm -f config.status config.cache config.log
if test '..' = . ; then \
  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  exit 1 ; \
fi
test `find . -type f -print | wc -l` -eq 0 \
  || { echo "ERROR: files left after distclean:" ; \
       find . -type f -print ; \
       exit 1; } >&2
ERROR: files left after distclean:
./so_locations
make: *** [distcheck] Error 2
FAIL: subobj9.test
===================
1 of 1 tests failed
===================
make: *** [check-recursive] Error 1

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- Center for Scientific Computing       FAX: +1 801 585 1640, +1 801 581 4148 -
- University of Utah                    Internet e-mail: address@hidden  -
- Department of Mathematics, 110 LCB        address@hidden  address@hidden -
- 155 S 1400 E RM 233                       address@hidden                    -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------



--- End Message ---
--- Begin Message --- Subject: Re: automake-1.6.1: verbose test failure results: Intel Pentium II FreeBSD 4.4-RELEASE #0 Date: Mon, 15 Apr 2002 12:08:54 -0600 (MDT)
>> Could you show us the content of
>>   /home/staff/computing/beebe/i386/local/share/config.site
>>
>> It looks like the "set: unknown option: L" errors come from it.

Here it is:

        % cat /home/staff/computing/beebe/i386/local/share/config.site
        arch=`uname -m | sed -e 's/[^-_A-Za-z0-9]/_/g'`
        export arch
        test "$prefix" = NONE && prefix=$HOME/$arch/local

        case `uname -s` in
        HP-UX)
                CC=cc
                CPP=/usr/lib/cpp
                ;;
        FreeBSD)
                set ${CC:=cc}
                set ${CPP:=/usr/bin/cpp}
                set ${CXX:=CC}
                set ${LDFLAGS:='-L$(prefix)/lib -Wl,-rpath,$(prefix)/lib'}
                ;;
        *)
                ;;
        esac

Arghh... It looks like I have a problem due to a recent change that
was introduced to simplify the assignment of default values of LDFLAGS
et al:

        on HP-UX:
                sh < $L/share/config.site 
                ...no output, as expected...

        on FreeBSD:
                sh < $L/share/config.site 
                set: Illegal option -L

I just changed it to read

        test -z "$LDFLAGS" && LDFLAGS='-L$(prefix)/lib -Wl,-rpath,$(prefix)/lib'

and the error has disappeared.

I then redid the automake-1.6.1 build from scratch, and got this
result:

...     
FAIL: pr300-ltlib.test
...
FAIL: subobj9.test
...
=====================
2 of 368 tests failed
=====================

I then reran the failing tests in verbose mode:

        % env TESTS='pr300-ltlib.test subobj9.test' VERBOSE=x make -e check
        Making check in .
        Making check in m4
        Making check in lib
        Making check in Automake
        Making check in am
        Making check in tests
        make  check-TESTS
        pr300-ltlib: running libtoolize --version
        libtoolize (GNU libtool) 1.3.4
        === Running test ./pr300-ltlib.test
        + set -e
        + cat
        + cat
        + cat
        + libtoolize
        You should add the contents of `/usr/local/share/aclocal/libtool.m4' to 
`aclocal.m4'.
        + perl ../../aclocal -I 
/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/testSubDir/../../m4
 --acdir=/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../m4 -I 
/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../m4 -I 
/usr/local/share/aclocal
        + autoconf
        + perl ../../automake 
--libdir=/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../lib 
--foreign --Werror --copy --add-missing
        + pwd
        + ./configure --prefix 
/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/testSubDir/inst
        configure: loading site script 
/home/staff/computing/beebe/i386/local/share/config.site
        checking for a BSD-compatible install... 
/home/staff/computing/beebe/i386/local/bin/install -c
        checking whether build environment is sane... yes
        checking for gawk... gawk
        checking whether make sets ${MAKE}... yes
        checking for a BSD-compatible install... 
/home/staff/computing/beebe/i386/local/bin/install -c
        checking whether make sets ${MAKE}... (cached) yes
        checking for gcc... cc
        checking for C compiler default output... a.out
        checking whether the C compiler works... yes
        checking whether we are cross compiling... no
        checking for suffix of executables...
        checking for suffix of object files... o
        checking whether we are using the GNU C compiler... yes
        checking whether cc accepts -g... yes
        checking for style of include used by make... GNU
        checking dependency style of cc... gcc
        checking build system type... i386-unknown-freebsdelf4.4
        checking host system type... i386-unknown-freebsdelf4.4
        checking for ranlib... ranlib
        checking for ld used by GCC... /usr/libexec/elf/ld
        checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
        checking for BSD-compatible nm... /usr/bin/nm -B
        checking whether ln -s works... yes
        loading cache /dev/null within ltconfig
        ltconfig: you must specify a host type if you use `--no-verify'
        Try `ltconfig --help' for more information.
        configure: error: libtool configure failed
        FAIL: pr300-ltlib.test
        subobj9: running libtoolize --version
        libtoolize (GNU libtool) 1.3.4
        subobj9: running gcc --version
        2.95.3
        === Running test ./subobj9.test
        + cat
        + cat
        + mkdir src
        + cat
        + set -e
        + libtoolize --force
        You should add the contents of `/usr/local/share/aclocal/libtool.m4' to 
`aclocal.m4'.
        + perl ../../aclocal -I 
/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/testSubDir/../../m4
 --acdir=/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../m4 -I 
/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../m4 -I 
/usr/local/share/aclocal
        + autoconf
        + perl ../../automake 
--libdir=/export/staff/computing/beebe/i386/build/automake-1.6.1/tests/../lib 
--foreign --Werror -a
        + ./configure CXX=gcc
        configure: loading site script 
/home/staff/computing/beebe/i386/local/share/config.site
        checking for a BSD-compatible install... 
/home/staff/computing/beebe/i386/local/bin/install -c
        checking whether build environment is sane... yes
        checking for gawk... gawk
        checking whether make sets ${MAKE}... yes
        checking for C++ compiler default output... a.out
        checking whether the C++ compiler works... yes
        checking whether we are cross compiling... no
        checking for suffix of executables...
        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 style of include used by make... GNU
        checking dependency style of gcc... gcc
        checking build system type... i386-unknown-freebsdelf4.4
        checking host system type... i386-unknown-freebsdelf4.4
        checking for ranlib... ranlib
        checking for gcc... cc
        checking whether we are using the GNU C compiler... yes
        checking whether cc accepts -g... yes
        checking dependency style of cc... gcc
        checking for ld used by GCC... /usr/libexec/elf/ld
        checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
        checking for BSD-compatible nm... /usr/bin/nm -B
        checking whether ln -s works... yes
        loading cache /dev/null within ltconfig
        ltconfig: you must specify a host type if you use `--no-verify'
        Try `ltconfig --help' for more information.
        configure: error: libtool configure failed
        FAIL: subobj9.test
        ===================
        2 of 2 tests failed
        ===================

It looks like ltconfig has a problem.  Here is its version:

        ./tests/testSubDir/ltconfig --version
        ltconfig (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 
21:47:57)

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- Center for Scientific Computing       FAX: +1 801 585 1640, +1 801 581 4148 -
- University of Utah                    Internet e-mail: address@hidden  -
- Department of Mathematics, 110 LCB        address@hidden  address@hidden -
- 155 S 1400 E RM 233                       address@hidden                    -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------



--- End Message ---
-- 
Alexandre Duret-Lutz

reply via email to

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