From unknown Sun Jun 22 07:42:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8508: 8 test failures on Fedora 15 Resent-From: Jim Meyering Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Sat, 16 Apr 2011 10:00:09 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 8508 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: 8508@debbugs.gnu.org X-Debbugs-Original-To: bug-automake@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13029480058965 (code B ref -1); Sat, 16 Apr 2011 10:00:09 +0000 Received: (at submit) by debbugs.gnu.org; 16 Apr 2011 10:00:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB2IL-0002KW-Up for submit@debbugs.gnu.org; Sat, 16 Apr 2011 06:00:04 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB2ID-0002K2-V4 for submit@debbugs.gnu.org; Sat, 16 Apr 2011 06:00:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QB2I4-00068s-Sw for submit@debbugs.gnu.org; Sat, 16 Apr 2011 05:59:48 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:50784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QB2I4-00068n-Qy for submit@debbugs.gnu.org; Sat, 16 Apr 2011 05:59:44 -0400 Received: from eggs.gnu.org ([140.186.70.92]:42236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QB2I0-0002KD-OD for bug-automake@gnu.org; Sat, 16 Apr 2011 05:59:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QB2Hw-00064W-9s for bug-automake@gnu.org; Sat, 16 Apr 2011 05:59:40 -0400 Received: from mx.meyering.net ([82.230.74.64]:60930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QB2Hv-00064G-BC for bug-automake@gnu.org; Sat, 16 Apr 2011 05:59:36 -0400 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 2141060110; Sat, 16 Apr 2011 11:59:34 +0200 (CEST) From: Jim Meyering Date: Sat, 16 Apr 2011 11:59:33 +0200 Message-ID: <87y63aikje.fsf@rho.meyering.net> Lines: 1287 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) Hi, I've just run "make check" on Fedora 15. Here's one problem, from the log below: sed: can't read /:$/d: No such file or directory Here's the obvious fix (though it does not make that particular test pass, because it has another problem): From=20f74ec115dce4ae864b6a20606c75faa127b670cb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 16 Apr 2011 11:55:46 +0200 Subject: [PATCH] depcomp: correct invalid sed invocation * lib/depcomp: Insert missing -e before '/:$/d'. Otherwise, that use of sed would treat '/:$/d' as a file name. Copyright (C) 2010, 2011 Free Software Foundation, Inc. =2D-- ChangeLog | 8 +++++++- lib/depcomp | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1464f06..e9f9968 100644 =2D-- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-16 Jim Meyering + + depcomp: correct invalid sed invocation + * lib/depcomp: Insert missing -e before '/:$/d'. + Otherwise, that use of sed would treat '/:$/d' as a file name. + 2011-04-14 Stefano Lattarini maintainer check: quote literal `$' in Makefile rule @@ -4475,7 +4481,7 @@ ----- =2DCopyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2010, 2011 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. diff --git a/lib/depcomp b/lib/depcomp index 6149451..9825d56 100755 =2D-- a/lib/depcomp +++ b/lib/depcomp @@ -1,7 +1,7 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects =2Dscriptversion=3D2011-04-11-10; # UTC +scriptversion=3D2011-04-16.09; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, # 2011 Free Software Foundation, Inc. @@ -170,7 +170,7 @@ gcc) ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. =2D sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" '/:$/d' \ + sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; =2D- 1.7.5.rc1.228.g86d60b =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D GNU Automake 1.11a: tests/test-suite.log =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 8 of 1025 tests failed. (24 tests were not run). .. contents:: :depth: 2 SKIP: compile4.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin compile4: running cl -? ./defs: line 232: cl: command not found SKIP: compile5.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/compile5.dir + cp /h/j/w/co/automake/lib/compile . + cat + chmod +x ./cl + cat + : + cat + aclocal-1.11a -Werror + autoconf + automake-1.11a --foreign -Werror -Wall -a configure.in:4: installing `./config.guess' configure.in:4: installing `./config.sub' + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating check_host + ./check_host + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'compile5: exit 77' compile5: exit 77 + exit 77 FAIL: cond35.test (exit: 2) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin cond35: running flex --version flex 2.5.35 cond35: running bison --version bison (GNU Bison) 2.4.588-2f658-dirty Written by Robert Corbett and Richard Stallman. Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cond35: running gcc --version gcc (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cond35: running gcc -v Using built-in specs. COLLECT_GCC=3D/usr/bin/gcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) ++ set -e ++ pwd /h/j/w/co/automake/tests/cond35.dir + cat + cat + aclocal-1.11a -Werror + autoconf + automake-1.11a --foreign -Werror -Wall --add-missing configure.in: installing `./ylwrap' ++ grep tparse.h: Makefile.in ++ wc -l + test 1 =3D 1 + cat + cat + cat + cp ta.c tb.c + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for bison... bison -y checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make /bin/sh ./ylwrap tparse.y y.tab.c tparse.c y.tab.h tparse.h y.output tparse= .output -- bison -y -d updating tparse.h make all-am make[1]: Entering directory `/h/j/w/co/automake/tests/cond35.dir' gcc -DPACKAGE_NAME=3D\"cond35\" -DPACKAGE_TARNAME=3D\"cond35\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"cond35\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"cond35\" -DVERSION=3D\"1.0\" -I. = -g -O2 -MT ta.o -MD -MP -MF .deps/ta.Tpo -c -o ta.o ta.c mv -f .deps/ta.Tpo .deps/ta.Po /bin/sh ./ylwrap tscan.l lex.yy.c tscan.c -- flex gcc -DPACKAGE_NAME=3D\"cond35\" -DPACKAGE_TARNAME=3D\"cond35\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"cond35\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"cond35\" -DVERSION=3D\"1.0\" -I. = -g -O2 -MT tscan.o -MD -MP -MF .deps/tscan.Tpo -c -o tscan.o tscan.c mv -f .deps/tscan.Tpo .deps/tscan.Po gcc -DPACKAGE_NAME=3D\"cond35\" -DPACKAGE_TARNAME=3D\"cond35\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"cond35\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"cond35\" -DVERSION=3D\"1.0\" -I. = -g -O2 -MT tparse.o -MD -MP -MF .deps/tparse.Tpo -c -o tparse.o tparse.c mv -f .deps/tparse.Tpo .deps/tparse.Po gcc -g -O2 -o ta ta.o tscan.o tparse.o tscan.o: In function `yylex': /h/j/w/co/automake/tests/cond35.dir/tscan.c:805: undefined reference to `yy= wrap' collect2: ld returned 1 exit status make[1]: *** [ta] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/cond35.dir' make: *** [all] Error 2 + exit_status=3D2 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'cond35: exit 2' cond35: exit 2 + exit 2 SKIP: cscope.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/cscope.dir + cat + mkdir sub sub/subsub + cat + cat + echo 'int foo_func () { return 0; }' + echo 'int main () { return 0; }' + cat + : + echo 'int main () { return 0; }' + aclocal-1.11a -Werror + autoconf + automake-1.11a --foreign -Werror -Wall --add-missing Makefile.am:4: installing `./elisp-comp' + mkdir build + cd build + ../configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgfortran... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for nagfor... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no checking for gcj... no checking dependency style of gcj... none checking for emacs... emacs checking where .elc files should go... ${datarootdir}/emacs/site-lisp checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating sub/Makefile config.status: executing depfiles commands + make -n cscope rm -f cscope.files list=3D'sub'; for subdir in $list; do \ test "$subdir" =3D . || (CDPATH=3D"${ZSH_VERSION+.}:" && cd $subdir && ma= ke cscopelist); \ done make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' /p/bin/mkdir -p subsub echo 'int generated_subsub () { return 0; }' > subsub/gen.c list=3D'subsub/dist.c subsub/gen.c '; \ case "../../sub" in \ [\\/]* | ?:[\\/]*) sdir=3D"../../sub" ;; \ *) sdir=3Dsub/../../sub ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "sub/$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ../cscope.files make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' list=3D'foo.c bar.cpp baz.f90 foo.el'; \ case ".." in \ [\\/]* | ?:[\\/]*) sdir=3D".." ;; \ *) sdir=3D./.. ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "./$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ./cscope.files test ! -s cscope.files \ || cscope -b -q -i cscope.files + : cscope + Exit 77 + set +e + exit 77 + exit 77 + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'cscope: exit 77' cscope: exit 77 + exit 77 SKIP: cscope3.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin cscope3: running cscope --version , 2003 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. depcomp4: running gcc --version gcc (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. depcomp4: running gcc -v Using built-in specs. COLLECT_GCC=3D/usr/bin/gcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) depcomp4: running makedepend -f- ./defs: line 299: makedepend: command not found SKIP: depcomp5.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin depcomp5: running icc -V -help ./defs: line 287: icc: command not found SKIP: depcomp9.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin depcomp9: running makedepend -f- ./defs: line 299: makedepend: command not found SKIP: depcomp10.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin depcomp10: determine if make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ set -e ++ pwd /h/j/w/co/automake/tests/depcomp10.dir + mkdir src src/sub build + cat + cat + cat + cat + cat + cat + aclocal-1.11a -Werror + autoconf + automake-1.11a --foreign -Werror -Wall -a configure.in:5: installing `./compile' + cd build + ../configure am_cv_CC_dependencies_compiler_type=3Dhp checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) hp checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depcomp10.dir/build/s= rc' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dhp /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depcomp10\" -DPACKAGE_TARNAME=3D\"depcomp10\" -DPACK= AGE_VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depcomp10\ 1.0\" -DPACKAGE_BUGRE= PORT=3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depcomp10\" -DVERSION=3D\"1.= 0\" -I. -I../../src -g -O2 -c -o foo.o ../../src/foo.c cc1: error: unrecognized command line option '-M.deps/foo.TPo' make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depcomp10.dir/build/sr= c' make: *** [all-recursive] Error 1 + Exit 77 + set +e + exit 77 + exit 77 + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'depcomp10: exit 77' depcomp10: exit 77 + exit 77 SKIP: fort4.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin fort4: running g77 --version ./defs: line 411: g77: command not found SKIP: fort5.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin fort5: running libtoolize --version libtoolize (GNU libtool) 2.4 Written by Gary V. Vaughan , 2003 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. fort5: running g77 --version ./defs: line 411: g77: command not found SKIP: gcj4.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin gcj4: running gcj --version ./defs: line 267: gcj: command not found SKIP: gcj6.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin gcj6: running gcj --version ./defs: line 267: gcj: command not found FAIL: lex3.test (exit: 2) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin lex3: running gcc --version gcc (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. lex3: running gcc -v Using built-in specs. COLLECT_GCC=3D/usr/bin/gcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) lex3: running flex --version flex 2.5.35 lex3: determine if make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ set -e ++ pwd /h/j/w/co/automake/tests/lex3.dir + CFLAGS=3D + export CFLAGS + cat + cat + cat + aclocal-1.11a -Werror + autoconf + automake-1.11a --foreign -Werror -Wall -a configure.in: installing `./ylwrap' + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make /bin/sh ./ylwrap foo.l lex.yy.c foo.c -- flex gcc -DPACKAGE_NAME=3D\"lex3\" -DPACKAGE_TARNAME=3D\"lex3\" -DPACKAGE_VERSIO= N=3D\"1.0\" -DPACKAGE_STRING=3D\"lex3\ 1.0\" -DPACKAGE_BUGREPORT=3D\"\" -DP= ACKAGE_URL=3D\"\" -DPACKAGE=3D\"lex3\" -DVERSION=3D\"1.0\" -I. -MT foo= .o -MD -MP -MF .deps/foo.Tpo -c -o foo.o foo.c mv -f .deps/foo.Tpo .deps/foo.Po gcc -o foo foo.o foo.o: In function `yylex': foo.c:(.text+0x3d4): undefined reference to `yywrap' foo.o: In function `input': foo.c:(.text+0xf15): undefined reference to `yywrap' collect2: ld returned 1 exit status make: *** [foo] Error 1 + exit_status=3D2 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'lex3: exit 2' lex3: exit 2 + exit 2 FAIL: lexvpath.test (exit: 2) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin lexvpath: running gcc --version gcc (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. lexvpath: running gcc -v Using built-in specs. COLLECT_GCC=3D/usr/bin/gcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) lexvpath: running flex --version flex 2.5.35 ++ set -e ++ pwd /h/j/w/co/automake/tests/lexvpath.dir + cat + cat + cat + cat + cat + aclocal-1.11a -Werror + autoconf + automake-1.11a --foreign -Werror -Wall -a configure.in: installing `./ylwrap' + mkdir sub + cd sub + ../configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lexoutroot config.status: executing depfiles commands + . ./lexoutroot ++ LEX_OUTPUT_ROOT=3Dlex.yy + test -n lex.yy + cd .. + flex lexer.l + mv lex.yy.c lexer.c + cd sub + sleep 2 + cat + make /bin/sh ../ylwrap ../lexer.l lex.yy.c lexer.c -- flex gcc -DPACKAGE_NAME=3D\"lexvpath\" -DPACKAGE_TARNAME=3D\"lexvpath\" -DPACKAG= E_VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"lexvpath\ 1.0\" -DPACKAGE_BUGREPOR= T=3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"lexvpath\" -DVERSION=3D\"1.0\" = -I. -I.. -g -O2 -MT lexer.o -MD -MP -MF .deps/lexer.Tpo -c -o lexer.o l= exer.c mv -f .deps/lexer.Tpo .deps/lexer.Po gcc -DPACKAGE_NAME=3D\"lexvpath\" -DPACKAGE_TARNAME=3D\"lexvpath\" -DPACKAG= E_VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"lexvpath\ 1.0\" -DPACKAGE_BUGREPOR= T=3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"lexvpath\" -DVERSION=3D\"1.0\" = -I. -I.. -g -O2 -MT foo.o -MD -MP -MF .deps/foo.Tpo -c -o foo.o ../foo.c mv -f .deps/foo.Tpo .deps/foo.Po gcc -g -O2 -o foo lexer.o foo.o lexer.o: In function `yylex': /h/j/w/co/automake/tests/lexvpath.dir/sub/lexer.c:812: undefined reference = to `yywrap' collect2: ld returned 1 exit status make: *** [foo] Error 1 + exit_status=3D2 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'lexvpath: exit 2' lexvpath: exit 2 + exit 2 SKIP: lzip.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin lzip: running lzip --version ./defs: line 411: lzip: command not found SKIP: parallel-tests2.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin parallel-tests2: running rst2html --version ./defs: line 352: rst2html: command not found parallel-tests2: running rst2html.py --version ./defs: line 352: rst2html.py: command not found parallel-tests2: no proper rst2html program found SKIP: python-virtualenv.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin python-virtualenv: running python -V Python 2.7.1 python-virtualenv: running virtualenv --version ./defs: line 411: virtualenv: command not found FAIL: self-check-cleanup.test (exit: 1) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/self-check-cleanup.dir + test xyes '!=3D' xyes ++ pwd + sed 's|^testbuilddir=3D.*|testbuilddir=3D'\''/h/j/w/co/automake/tests/sel= f-check-cleanup.dir'\''|' ../defs-static + cp ../defs . + have_symlinks=3Dfalse + ln -s defs foo + have_symlinks=3D: + export have_symlinks + dir=3Ddummy.dir + mkdir dummy.dir dummy.dir/sub + cd dummy.dir + touch file sub/file + : + ln -s file symlink + ln -s none brokenlink + cd .. + chmod 000 dummy.dir/sub/file dummy.dir/file dummy.dir/symlink + chmod 000 dummy.dir/sub dummy.dir + /bin/sh -c '. ./defs' dummy.test /h/j/w/co/automake/tests/self-check-cleanup.dir:/h/j/w/co/automake/tests:/u= sr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:= /bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/self-check-cleanup.dir/dummy.dir + exit_status=3D0 + set +e + cd /h/j/w/co/automake/tests/self-check-cleanup.dir + case $exit_status,$keep_testdirs in + find dummy.dir -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf dummy.dir + test 0 '!=3D' 0 + echo 'dummy: exit 0' dummy: exit 0 + exit 0 + test '!' -f dummy.dir + test '!' -d dummy.dir + test '!' -r dummy.dir + /bin/sh -c ' . ./defs || Exit 1 set -e mkdir dir dir/sub cd dir touch file sub/file if $have_symlinks; then ln -s file symlink ln -s none brokenlink fi cd .. chmod 000 dir/sub/* dir/file dir/symlink chmod 000 dir/sub dir ' dummy.test /h/j/w/co/automake/tests/self-check-cleanup.dir:/h/j/w/co/automake/tests:/u= sr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:= /bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/self-check-cleanup.dir/dummy.dir + set -e + mkdir dir dir/sub + cd dir + touch file sub/file + : + ln -s file symlink + ln -s none brokenlink + cd .. + chmod 000 dir/sub/file dir/file dir/symlink + chmod 000 dir/sub dir + exit_status=3D0 + set +e + cd /h/j/w/co/automake/tests/self-check-cleanup.dir + case $exit_status,$keep_testdirs in + find dummy.dir -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf dummy.dir + test 0 '!=3D' 0 + echo 'dummy: exit 0' dummy: exit 0 + exit 0 + test '!' -f dummy.dir + test '!' -d dummy.dir + test '!' -r dummy.dir + : + mkdir dir + chmod 000 dir + : + chmod 000 file + mkdir dummy.dir + cd dummy.dir + ln -s ../dir ../file . + cd .. + /bin/sh -c '. ./defs' dummy.test /h/j/w/co/automake/tests/self-check-cleanup.dir:/h/j/w/co/automake/tests:/u= sr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:= /bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/self-check-cleanup.dir/dummy.dir + exit_status=3D0 + set +e + cd /h/j/w/co/automake/tests/self-check-cleanup.dir + case $exit_status,$keep_testdirs in + find dummy.dir -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf dummy.dir + test 0 '!=3D' 0 + echo 'dummy: exit 0' dummy: exit 0 + exit 0 + ls -l total 84 =2Drw-------. 1 meyering meyering 82 Apr 16 11:42 configure.in =2Drw-------. 1 meyering meyering 18583 Apr 16 11:42 defs =2Drw-------. 1 meyering meyering 5972 Apr 16 11:42 defs-static =2Drwx------. 1 meyering meyering 20330 Apr 16 11:42 depcomp d---------. 2 meyering meyering 4096 Apr 16 11:42 dir =2D---------. 1 meyering meyering 0 Apr 16 11:42 file lrwxrwxrwx. 1 meyering meyering 4 Apr 16 11:42 foo -> defs =2Drwx------. 1 meyering meyering 13998 Apr 16 11:42 install-sh =2Drwx------. 1 meyering meyering 11419 Apr 16 11:42 missing + grep '^---------- .*file' + ls -l file + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'self-check-cleanup: exit 1' self-check-cleanup: exit 1 + exit 1 FAIL: self-check-dir.test (exit: 1) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + this=3DS_dir + outcome=3D: + pwd /h/j/w/co/automake/tests + rm -f S_dir.tmp ++ pwd + /bin/zsh -c ' . ./defs || Exit 1 : > S_dir.tmp case `pwd` in '\''/h/j/w/co/automake/tests'\''/S_dir.dir);; *) Exit 1;; e= sac ' S_dir.test /h/j/w/co/automake/tests:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/= usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin +./defs:567> set -e +./defs:569> pwd /h/j/w/co/automake/tests/zsh.dir +zsh:3> : +zsh:4> pwd +zsh:4> case /h/j/w/co/automake/tests/zsh.dir (/h/j/w/co/automake/tests/S_d= ir.dir) +zsh:4> case /h/j/w/co/automake/tests/zsh.dir (*) +zsh:4> Exit 1 +Exit:2> set +e +Exit:3> exit 1 +Exit:4> exit 1 +zsh:4> exit_status=3D1 +zsh:4> set +e +zsh:4> cd /h/j/w/co/automake/tests +zsh:4> case 1, (0,) +zsh:4> test 0 '!=3D' 0 +zsh:4> echo 'zsh: exit 1' zsh: exit 1 +zsh:4> exit 1 + outcome=3Dfalse + test -f S_dir.tmp + false FAIL: self-check-me.test (exit: 1) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D + : /bin/zsh + /bin/zsh -c '. ./defs && echo me=3D$me' foo-bar-.test + grep '^me=3Dfoo-bar-$' +./defs:567> set -e +./defs:569> pwd +zsh:1> echo 'me=3Dzsh' +zsh:1> exit_status=3D0 +zsh:1> set +e +zsh:1> cd /h/j/w/co/automake/tests +zsh:1> case 0, (0,) +zsh:1> find zsh.dir -type d ! -perm -700 -exec chmod u+rwx '{}' ';' +zsh:1> rm -rf zsh.dir +zsh:1> test 0 '!=3D' 0 +zsh:1> echo 'zsh: exit 0' +zsh:1> exit 0 SKIP: silentf77.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin silentf77: running gfortran --version ./defs: line 411: gfortran: command not found SKIP: silentf90.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin silentf90: running gfortran --version ./defs: line 411: gfortran: command not found SKIP: silent-many-gcc.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin silent-many-gcc: running gcc --version gcc (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. silent-many-gcc: running gcc -v Using built-in specs. COLLECT_GCC=3D/usr/bin/gcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) silent-many-gcc: running g++ --version g++ (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. silent-many-gcc: running g++ -v Using built-in specs. COLLECT_GCC=3D/usr/bin/g++ COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) silent-many-gcc: running gfortran --version ./defs: line 411: gfortran: command not found SKIP: silent-many-generic.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin silent-many-generic: running g++ --version g++ (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. silent-many-generic: running g++ -v Using built-in specs. COLLECT_GCC=3D/usr/bin/g++ COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) silent-many-generic: running gfortran --version ./defs: line 411: gfortran: command not found FAIL: silent-lex-gcc.test (exit: 1) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin silent-lex-gcc: running flex --version flex 2.5.35 silent-lex-gcc: running gcc --version gcc (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. silent-lex-gcc: running gcc -v Using built-in specs. COLLECT_GCC=3D/usr/bin/gcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) ++ set -e ++ pwd /h/j/w/co/automake/tests/silent-lex-gcc.dir + mkdir sub + cat + cat + cat + cat + cp foo.l sub/bar.l + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall --add-missing configure.in:5: installing `./compile' configure.in: installing `./ylwrap' + autoconf + for config_args in am_cv_CC_dependencies_compiler_type=3Dgcc + ./configure am_cv_CC_dependencies_compiler_type=3Dgcc --enable-silent-rul= es checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/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 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... (cached) gcc checking whether gcc and cc understand -c and -o together... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating sub/Makefile config.status: executing depfiles commands + make sed: can't read /:$/d: No such file or directory /usr/lib/gcc/x86_64-redhat-linux/4.6.0/../../../../lib64/crt1.o: In functio= n `_start': (.text+0x20): undefined reference to `main' bar.o: In function `yylex': /h/j/w/co/automake/tests/silent-lex-gcc.dir/sub/bar.c:812: undefined refere= nce to `yywrap' collect2: ld returned 1 exit status make[1]: *** [bar1] Error 1 make: *** [all-recursive] Error 1 + cat stdout Making all in sub make[1]: Entering directory `/h/j/w/co/automake/tests/silent-lex-gcc.dir/su= b' LEX bar.c CC bar.o CCLD bar1 make[1]: Leaving directory `/h/j/w/co/automake/tests/silent-lex-gcc.dir/sub' + Exit 1 + set +e + exit 1 + exit 1 + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'silent-lex-gcc: exit 1' silent-lex-gcc: exit 1 + exit 1 FAIL: silent-lex-generic.test (exit: 1) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin silent-lex-generic: running flex --version flex 2.5.35 ++ set -e ++ pwd /h/j/w/co/automake/tests/silent-lex-generic.dir + mkdir sub + cat + cat + cat + cat + cp foo.l sub/bar.l + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall --add-missing configure.in:5: installing `./compile' configure.in: installing `./ylwrap' + autoconf + for config_args in --enable-dependency-tracking --disable-dependency-trac= king + ./configure --enable-dependency-tracking --enable-silent-rules checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/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 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating sub/Makefile config.status: executing depfiles commands + make /usr/lib/gcc/x86_64-redhat-linux/4.6.0/../../../../lib64/crt1.o: In functio= n `_start': (.text+0x20): undefined reference to `main' bar.o: In function `yylex': /h/j/w/co/automake/tests/silent-lex-generic.dir/sub/bar.c:812: undefined re= ference to `yywrap' collect2: ld returned 1 exit status make[1]: *** [bar1] Error 1 make: *** [all-recursive] Error 1 + cat stdout Making all in sub make[1]: Entering directory `/h/j/w/co/automake/tests/silent-lex-generic.di= r/sub' LEX bar.c CC bar.o CCLD bar1 make[1]: Leaving directory `/h/j/w/co/automake/tests/silent-lex-generic.dir= /sub' + Exit 1 + set +e + exit 1 + exit 1 + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'silent-lex-generic: exit 1' silent-lex-generic: exit 1 + exit 1 SKIP: upc.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/upc.dir + cat + cat + cat + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall + autoconf + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/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 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for upcc... no checking for upc... no configure: error: no Unified Parallel C compiler was found + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'upc: exit 77' upc: exit 77 + exit 77 SKIP: upc3.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/upc3.dir + cat + cat + cat + cat + cat + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall + autoconf + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for upcc... no checking for upc... no configure: error: no Unified Parallel C compiler was found + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'upc3: exit 77' upc3: exit 77 + exit 77 SKIP: vala2.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin vala2: running libtool --version libtool (GNU libtool) 2.4 Written by Gordon Matzigkeit , 1996 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. vala2: running libtoolize --version libtoolize (GNU libtool) 2.4 Written by Gary V. Vaughan , 2003 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. vala2: running pkg-config --version 0.25 vala2: running valac --version ./defs: line 411: valac: command not found SKIP: vala3.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin vala3: running libtool --version libtool (GNU libtool) 2.4 Written by Gordon Matzigkeit , 1996 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. vala3: running libtoolize --version libtoolize (GNU libtool) 2.4 Written by Gary V. Vaughan , 2003 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. vala3: running pkg-config --version 0.25 vala3: running valac --version ./defs: line 411: valac: command not found SKIP: vala5.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin vala5: running libtool --version libtool (GNU libtool) 2.4 Written by Gordon Matzigkeit , 1996 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. vala5: running libtoolize --version libtoolize (GNU libtool) 2.4 Written by Gary V. Vaughan , 2003 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. vala5: running pkg-config --version 0.25 vala5: running valac --version ./defs: line 411: valac: command not found From unknown Sun Jun 22 07:42:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8508: 8 test failures on Fedora 15 Resent-From: Stefano Lattarini Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Sat, 16 Apr 2011 10:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8508 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: 8508@debbugs.gnu.org Cc: Jim Meyering Received: via spool by 8508-submit@debbugs.gnu.org id=B8508.130295079913108 (code B ref 8508); Sat, 16 Apr 2011 10:47:02 +0000 Received: (at 8508) by debbugs.gnu.org; 16 Apr 2011 10:46:39 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB31S-0003PM-6W for submit@debbugs.gnu.org; Sat, 16 Apr 2011 06:46:39 -0400 Received: from mail-wy0-f172.google.com ([74.125.82.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB31O-0003P6-N7 for 8508@debbugs.gnu.org; Sat, 16 Apr 2011 06:46:35 -0400 Received: by wyb29 with SMTP id 29so2893015wyb.3 for <8508@debbugs.gnu.org>; Sat, 16 Apr 2011 03:46:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=mwTrdn4bfAHouph+fU/wtC5Gg8QHzeMthdYtWzV+6Xk=; b=LQFn0Sk5XgM9KB8M5uXKOb8kG7ziFq04eVL+Vk4lDozlOvvpSITd8um7UrS33pZeJo /s12/Kopq45RTJZAX0qjabUXOVf+FGtR5qaq1Jp3KeiU7il/cmj4j60yuN4xt4ZZqlXR d2weOla0ME+1hqaTv0rnvwvV7osjpoCh8qqV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=E/uxcB9zl4/ZyllCFKmgkUU9snItjZZ7EBT7ZcOXSID2fyR8LK9fD1qfVHHInL5Wi9 DW9ZxwbNZYn1lnixb3+M2JtESFzfg+lMl5Hb6f5EBh3KObDh4XPXdgV0kVJ/JwpEQezb Hcj+Z+9vUAoMw6/StBsBIQiFCcrM3V7st1XuM= Received: by 10.227.72.7 with SMTP id k7mr2988504wbj.115.1302950788208; Sat, 16 Apr 2011 03:46:28 -0700 (PDT) Received: from bigio.localnet (host241-49-dynamic.58-82-r.retail.telecomitalia.it [82.58.49.241]) by mx.google.com with ESMTPS id z13sm2103439wbd.46.2011.04.16.03.46.25 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 16 Apr 2011 03:46:26 -0700 (PDT) From: Stefano Lattarini Date: Sat, 16 Apr 2011 12:46:16 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; ) References: <87y63aikje.fsf@rho.meyering.net> In-Reply-To: <87y63aikje.fsf@rho.meyering.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201104161246.16994.stefano.lattarini@gmail.com> X-Spam-Score: -3.6 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) On Saturday 16 April 2011, Jim Meyering wrote: > Hi, > Hi Jim, thanks for the report. > I've just run "make check" on Fedora 15. > Here's one problem, from the log below: > > sed: can't read /:$/d: No such file or directory > > Here's the obvious fix (though it does not make that > particular test pass, because it has another problem): > > From f74ec115dce4ae864b6a20606c75faa127b670cb Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Sat, 16 Apr 2011 11:55:46 +0200 > Subject: [PATCH] depcomp: correct invalid sed invocation > > * lib/depcomp: Insert missing -e before '/:$/d'. > Otherwise, that use of sed would treat '/:$/d' as a file name. > > Copyright (C) 2010, 2011 Free Software Foundation, Inc. > --- > ChangeLog | 8 +++++++- > lib/depcomp | 4 ++-- > 2 files changed, 9 insertions(+), 3 deletions(-) > > diff --git a/ChangeLog b/ChangeLog > index 1464f06..e9f9968 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,9 @@ > +2011-04-16 Jim Meyering > + > + depcomp: correct invalid sed invocation > + * lib/depcomp: Insert missing -e before '/:$/d'. > + Otherwise, that use of sed would treat '/:$/d' as a file name. > + > 2011-04-14 Stefano Lattarini > > maintainer check: quote literal `$' in Makefile rule > @@ -4475,7 +4481,7 @@ > > ----- > > -Copyright (C) 2010 Free Software Foundation, Inc. > +Copyright (C) 2010, 2011 Free Software Foundation, Inc. > > Copying and distribution of this file, with or without modification, are > permitted provided the copyright notice and this notice are preserved. > diff --git a/lib/depcomp b/lib/depcomp > index 6149451..9825d56 100755 > --- a/lib/depcomp > +++ b/lib/depcomp > @@ -1,7 +1,7 @@ > #! /bin/sh > # depcomp - compile a program generating dependencies as side-effects > > -scriptversion=2011-04-11-10; # UTC > +scriptversion=2011-04-16.09; # UTC > > # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, > # 2011 Free Software Foundation, Inc. > @@ -170,7 +170,7 @@ gcc) > ## to the object. Take care to not repeat it in the output. > ## Some versions of the HPUX 10.20 sed can't process this invocation > ## correctly. Breaking it into two sed invocations is a workaround. > - sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" '/:$/d' \ > + sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ > | sed -e 's/$/ :/' >> "$depfile" > rm -f "$tmpdepfile" > ;; > -- > 1.7.5.rc1.228.g86d60b > > The patch is fine IMHO, I'll apply it in your name ASAP (adding a reference to this bug report). Thanks. > > ============================================== > GNU Automake 1.11a: tests/test-suite.log > ============================================== > > 8 of 1025 tests failed. (24 tests were not run). > > .. contents:: :depth: 2 > > FAIL: cond35.test (exit: 2) > =========================== > > ... [CUT] ... > > + ./configure > checking for a BSD-compatible install... /p/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /p/bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking for style of include used by make... GNU > checking dependency style of gcc... gcc3 > checking for flex... flex > checking lex output file root... lex.yy > checking lex library... none needed > This seems like an autoconf bug: configure fails to determine the required flag to link in the lex library ... > checking whether yytext is a pointer... no > checking for bison... bison -y > checking that generated files are newer than configure... done > configure: creating ./config.status > config.status: creating Makefile > config.status: executing depfiles commands > + make > /bin/sh ./ylwrap tparse.y y.tab.c tparse.c y.tab.h tparse.h y.output tparse.output -- bison -y -d > updating tparse.h > make all-am > > ... [CUT] ... > > gcc -g -O2 -o ta ta.o tscan.o tparse.o > tscan.o: In function `yylex': > /h/j/w/co/automake/tests/cond35.dir/tscan.c:805: undefined reference to `yywrap' > collect2: ld returned 1 exit status > ... so we get this link error. Would you mind to report this bug to the autoconf mailing list? Or I'll do that eventually if you don't have time. > make[1]: *** [ta] Error 1 > make[1]: Leaving directory `/h/j/w/co/automake/tests/cond35.dir' > make: *** [all] Error 2 > + exit_status=2 > + set +e > + cd /h/j/w/co/automake/tests > + case $exit_status,$keep_testdirs in > + test 0 '!=' 0 > + echo 'cond35: exit 2' > cond35: exit 2 > + exit 2 > > FAIL: lex3.test (exit: 2) > FAIL: lexvpath.test (exit: 2) > FAIL: silent-lex-gcc.test (exit: 1) > FAIL: silent-lex-generic.test (exit: 1) > These tests fail for the same reason. > FAIL: self-check-cleanup.test (exit: 1) > ======================================= > > ... [CUT] ... > > + ls -l > total 84 > -rw-------. 1 meyering meyering 82 Apr 16 11:42 configure.in > Why this trailing dot in the permission string? > > -rw-------. 1 meyering meyering 18583 Apr 16 11:42 defs > -rw-------. 1 meyering meyering 5972 Apr 16 11:42 defs-static > -rwx------. 1 meyering meyering 20330 Apr 16 11:42 depcomp > d---------. 2 meyering meyering 4096 Apr 16 11:42 dir > ----------. 1 meyering meyering 0 Apr 16 11:42 file > lrwxrwxrwx. 1 meyering meyering 4 Apr 16 11:42 foo -> defs > -rwx------. 1 meyering meyering 13998 Apr 16 11:42 install-sh > -rwx------. 1 meyering meyering 11419 Apr 16 11:42 missing > + grep '^---------- .*file' > OK, spurious failure caused by the trailing dot in the permission string. I'll fix it by relaxing the regexp. > > + ls -l file > + exit_status=1 > + set +e > + cd /h/j/w/co/automake/tests > + case $exit_status,$keep_testdirs in > + test 0 '!=' 0 > + echo 'self-check-cleanup: exit 1' > self-check-cleanup: exit 1 > + exit 1 > > FAIL: self-check-dir.test (exit: 1) > =================================== > > + this=S_dir > + outcome=: > + pwd > /h/j/w/co/automake/tests > + rm -f S_dir.tmp > ++ pwd > + /bin/zsh -c ' > . ./defs || Exit 1 > : > S_dir.tmp > case `pwd` in '\''/h/j/w/co/automake/tests'\''/S_dir.dir);; *) Exit 1;; esac > ' S_dir.test > /h/j/w/co/automake/tests:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin > +./defs:567> set -e > +./defs:569> pwd > /h/j/w/co/automake/tests/zsh.dir > +zsh:3> : > +zsh:4> pwd > +zsh:4> case /h/j/w/co/automake/tests/zsh.dir (/h/j/w/co/automake/tests/S_dir.dir) > +zsh:4> case /h/j/w/co/automake/tests/zsh.dir (*) > +zsh:4> Exit 1 > +Exit:2> set +e > +Exit:3> exit 1 > +Exit:4> exit 1 > +zsh:4> exit_status=1 > +zsh:4> set +e > +zsh:4> cd /h/j/w/co/automake/tests > +zsh:4> case 1, (0,) > +zsh:4> test 0 '!=' 0 > +zsh:4> echo 'zsh: exit 1' > zsh: exit 1 > +zsh:4> exit 1 > + outcome=false > + test -f S_dir.tmp > + false > > FAIL: self-check-me.test (exit: 1) > ================================== > > + : /bin/zsh > + /bin/zsh -c '. ./defs && echo me=$me' foo-bar-.test > + grep '^me=foo-bar-$' > +./defs:567> set -e > +./defs:569> pwd > +zsh:1> echo 'me=zsh' > +zsh:1> exit_status=0 > +zsh:1> set +e > +zsh:1> cd /h/j/w/co/automake/tests > +zsh:1> case 0, (0,) > +zsh:1> find zsh.dir -type d ! -perm -700 -exec chmod u+rwx '{}' ';' > +zsh:1> rm -rf zsh.dir > +zsh:1> test 0 '!=' 0 > +zsh:1> echo 'zsh: exit 0' > +zsh:1> exit 0 > These failures are due to a known incompatibity in how Zsh handles $0. Anyway, currenty the automake testsuite does not support being run by Zsh, so these failures is not worth worrying about yet. Thanks, Stefano From unknown Sun Jun 22 07:42:19 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jim Meyering Subject: bug#8508: closed (Re: bug#8508: 8 test failures on Fedora 15) Message-ID: References: <20110416105129.GA13730@gmx.de> <87y63aikje.fsf@rho.meyering.net> X-Gnu-PR-Message: they-closed 8508 X-Gnu-PR-Package: automake Reply-To: 8508@debbugs.gnu.org Date: Sat, 16 Apr 2011 10:52:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1302951122-13580-1" This is a multi-part message in MIME format... ------------=_1302951122-13580-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #8508: 8 test failures on Fedora 15 which was filed against the automake package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 8508@debbugs.gnu.org. --=20 8508: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D8508 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1302951122-13580-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 8508-done) by debbugs.gnu.org; 16 Apr 2011 10:51:41 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB36K-0003WV-CZ for submit@debbugs.gnu.org; Sat, 16 Apr 2011 06:51:41 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1QB36I-0003WI-FZ for 8508-done@debbugs.gnu.org; Sat, 16 Apr 2011 06:51:39 -0400 Received: (qmail invoked by alias); 16 Apr 2011 10:51:31 -0000 Received: from xdsl-89-0-81-191.netcologne.de (EHLO localhost.localdomain) [89.0.81.191] by mail.gmx.net (mp029) with SMTP; 16 Apr 2011 12:51:31 +0200 X-Authenticated: #13673931 X-Provags-ID: V01U2FsdGVkX1/uWHcCbh7ufIfiQ+fSJiMx0OZW00kIKkbBGoXULx 4CAR58pjh3+kt6 Received: from ralf by localhost.localdomain with local (Exim 4.72) (envelope-from ) id 1QB369-0003eV-AJ; Sat, 16 Apr 2011 12:51:29 +0200 Date: Sat, 16 Apr 2011 12:51:29 +0200 From: Ralf Wildenhues To: Jim Meyering , automake-patches@gnu.org Subject: Re: bug#8508: 8 test failures on Fedora 15 Message-ID: <20110416105129.GA13730@gmx.de> Mail-Followup-To: Jim Meyering , automake-patches@gnu.org, 8508-done@debbugs.gnu.org References: <87y63aikje.fsf@rho.meyering.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y63aikje.fsf@rho.meyering.net> Organization: Institute for Numerical Simulation, University of Bonn User-Agent: Mutt/1.5.20 (2010-08-04) X-Y-GMX-Trusted: 0 X-Spam-Score: -2.9 (--) X-Debbugs-Envelope-To: 8508-done Cc: 8508-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.9 (--) Hi Jim, * Jim Meyering wrote on Sat, Apr 16, 2011 at 11:59:33AM CEST: > Subject: [PATCH] depcomp: correct invalid sed invocation > > * lib/depcomp: Insert missing -e before '/:$/d'. > Otherwise, that use of sed would treat '/:$/d' as a file name. Thanks. Merged from the 'fix-depcomp' branch into all active branches. Sorry for the inconvenience. Cheers, Ralf ------------=_1302951122-13580-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 Apr 2011 10:00:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB2IL-0002KW-Up for submit@debbugs.gnu.org; Sat, 16 Apr 2011 06:00:04 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB2ID-0002K2-V4 for submit@debbugs.gnu.org; Sat, 16 Apr 2011 06:00:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QB2I4-00068s-Sw for submit@debbugs.gnu.org; Sat, 16 Apr 2011 05:59:48 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:50784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QB2I4-00068n-Qy for submit@debbugs.gnu.org; Sat, 16 Apr 2011 05:59:44 -0400 Received: from eggs.gnu.org ([140.186.70.92]:42236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QB2I0-0002KD-OD for bug-automake@gnu.org; Sat, 16 Apr 2011 05:59:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QB2Hw-00064W-9s for bug-automake@gnu.org; Sat, 16 Apr 2011 05:59:40 -0400 Received: from mx.meyering.net ([82.230.74.64]:60930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QB2Hv-00064G-BC for bug-automake@gnu.org; Sat, 16 Apr 2011 05:59:36 -0400 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 2141060110; Sat, 16 Apr 2011 11:59:34 +0200 (CEST) From: Jim Meyering To: bug-automake@gnu.org Subject: 8 test failures on Fedora 15 Date: Sat, 16 Apr 2011 11:59:33 +0200 Message-ID: <87y63aikje.fsf@rho.meyering.net> Lines: 1287 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) Hi, I've just run "make check" on Fedora 15. Here's one problem, from the log below: sed: can't read /:$/d: No such file or directory Here's the obvious fix (though it does not make that particular test pass, because it has another problem): From=20f74ec115dce4ae864b6a20606c75faa127b670cb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 16 Apr 2011 11:55:46 +0200 Subject: [PATCH] depcomp: correct invalid sed invocation * lib/depcomp: Insert missing -e before '/:$/d'. Otherwise, that use of sed would treat '/:$/d' as a file name. Copyright (C) 2010, 2011 Free Software Foundation, Inc. =2D-- ChangeLog | 8 +++++++- lib/depcomp | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1464f06..e9f9968 100644 =2D-- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-16 Jim Meyering + + depcomp: correct invalid sed invocation + * lib/depcomp: Insert missing -e before '/:$/d'. + Otherwise, that use of sed would treat '/:$/d' as a file name. + 2011-04-14 Stefano Lattarini maintainer check: quote literal `$' in Makefile rule @@ -4475,7 +4481,7 @@ ----- =2DCopyright (C) 2010 Free Software Foundation, Inc. +Copyright (C) 2010, 2011 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. diff --git a/lib/depcomp b/lib/depcomp index 6149451..9825d56 100755 =2D-- a/lib/depcomp +++ b/lib/depcomp @@ -1,7 +1,7 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects =2Dscriptversion=3D2011-04-11-10; # UTC +scriptversion=3D2011-04-16.09; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, # 2011 Free Software Foundation, Inc. @@ -170,7 +170,7 @@ gcc) ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. =2D sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" '/:$/d' \ + sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; =2D- 1.7.5.rc1.228.g86d60b =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D GNU Automake 1.11a: tests/test-suite.log =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 8 of 1025 tests failed. (24 tests were not run). .. contents:: :depth: 2 SKIP: compile4.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin compile4: running cl -? ./defs: line 232: cl: command not found SKIP: compile5.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/compile5.dir + cp /h/j/w/co/automake/lib/compile . + cat + chmod +x ./cl + cat + : + cat + aclocal-1.11a -Werror + autoconf + automake-1.11a --foreign -Werror -Wall -a configure.in:4: installing `./config.guess' configure.in:4: installing `./config.sub' + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating check_host + ./check_host + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'compile5: exit 77' compile5: exit 77 + exit 77 FAIL: cond35.test (exit: 2) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin cond35: running flex --version flex 2.5.35 cond35: running bison --version bison (GNU Bison) 2.4.588-2f658-dirty Written by Robert Corbett and Richard Stallman. Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cond35: running gcc --version gcc (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cond35: running gcc -v Using built-in specs. COLLECT_GCC=3D/usr/bin/gcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) ++ set -e ++ pwd /h/j/w/co/automake/tests/cond35.dir + cat + cat + aclocal-1.11a -Werror + autoconf + automake-1.11a --foreign -Werror -Wall --add-missing configure.in: installing `./ylwrap' ++ grep tparse.h: Makefile.in ++ wc -l + test 1 =3D 1 + cat + cat + cat + cp ta.c tb.c + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for bison... bison -y checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make /bin/sh ./ylwrap tparse.y y.tab.c tparse.c y.tab.h tparse.h y.output tparse= .output -- bison -y -d updating tparse.h make all-am make[1]: Entering directory `/h/j/w/co/automake/tests/cond35.dir' gcc -DPACKAGE_NAME=3D\"cond35\" -DPACKAGE_TARNAME=3D\"cond35\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"cond35\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"cond35\" -DVERSION=3D\"1.0\" -I. = -g -O2 -MT ta.o -MD -MP -MF .deps/ta.Tpo -c -o ta.o ta.c mv -f .deps/ta.Tpo .deps/ta.Po /bin/sh ./ylwrap tscan.l lex.yy.c tscan.c -- flex gcc -DPACKAGE_NAME=3D\"cond35\" -DPACKAGE_TARNAME=3D\"cond35\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"cond35\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"cond35\" -DVERSION=3D\"1.0\" -I. = -g -O2 -MT tscan.o -MD -MP -MF .deps/tscan.Tpo -c -o tscan.o tscan.c mv -f .deps/tscan.Tpo .deps/tscan.Po gcc -DPACKAGE_NAME=3D\"cond35\" -DPACKAGE_TARNAME=3D\"cond35\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"cond35\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"cond35\" -DVERSION=3D\"1.0\" -I. = -g -O2 -MT tparse.o -MD -MP -MF .deps/tparse.Tpo -c -o tparse.o tparse.c mv -f .deps/tparse.Tpo .deps/tparse.Po gcc -g -O2 -o ta ta.o tscan.o tparse.o tscan.o: In function `yylex': /h/j/w/co/automake/tests/cond35.dir/tscan.c:805: undefined reference to `yy= wrap' collect2: ld returned 1 exit status make[1]: *** [ta] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/cond35.dir' make: *** [all] Error 2 + exit_status=3D2 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'cond35: exit 2' cond35: exit 2 + exit 2 SKIP: cscope.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/cscope.dir + cat + mkdir sub sub/subsub + cat + cat + echo 'int foo_func () { return 0; }' + echo 'int main () { return 0; }' + cat + : + echo 'int main () { return 0; }' + aclocal-1.11a -Werror + autoconf + automake-1.11a --foreign -Werror -Wall --add-missing Makefile.am:4: installing `./elisp-comp' + mkdir build + cd build + ../configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgfortran... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for nagfor... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no checking for gcj... no checking dependency style of gcj... none checking for emacs... emacs checking where .elc files should go... ${datarootdir}/emacs/site-lisp checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating sub/Makefile config.status: executing depfiles commands + make -n cscope rm -f cscope.files list=3D'sub'; for subdir in $list; do \ test "$subdir" =3D . || (CDPATH=3D"${ZSH_VERSION+.}:" && cd $subdir && ma= ke cscopelist); \ done make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' /p/bin/mkdir -p subsub echo 'int generated_subsub () { return 0; }' > subsub/gen.c list=3D'subsub/dist.c subsub/gen.c '; \ case "../../sub" in \ [\\/]* | ?:[\\/]*) sdir=3D"../../sub" ;; \ *) sdir=3Dsub/../../sub ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "sub/$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ../cscope.files make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' list=3D'foo.c bar.cpp baz.f90 foo.el'; \ case ".." in \ [\\/]* | ?:[\\/]*) sdir=3D".." ;; \ *) sdir=3D./.. ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "./$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ./cscope.files test ! -s cscope.files \ || cscope -b -q -i cscope.files + : cscope + Exit 77 + set +e + exit 77 + exit 77 + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'cscope: exit 77' cscope: exit 77 + exit 77 SKIP: cscope3.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin cscope3: running cscope --version , 2003 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. depcomp4: running gcc --version gcc (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. depcomp4: running gcc -v Using built-in specs. COLLECT_GCC=3D/usr/bin/gcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) depcomp4: running makedepend -f- ./defs: line 299: makedepend: command not found SKIP: depcomp5.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin depcomp5: running icc -V -help ./defs: line 287: icc: command not found SKIP: depcomp9.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin depcomp9: running makedepend -f- ./defs: line 299: makedepend: command not found SKIP: depcomp10.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin depcomp10: determine if make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ set -e ++ pwd /h/j/w/co/automake/tests/depcomp10.dir + mkdir src src/sub build + cat + cat + cat + cat + cat + cat + aclocal-1.11a -Werror + autoconf + automake-1.11a --foreign -Werror -Wall -a configure.in:5: installing `./compile' + cd build + ../configure am_cv_CC_dependencies_compiler_type=3Dhp checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) hp checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depcomp10.dir/build/s= rc' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dhp /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depcomp10\" -DPACKAGE_TARNAME=3D\"depcomp10\" -DPACK= AGE_VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depcomp10\ 1.0\" -DPACKAGE_BUGRE= PORT=3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depcomp10\" -DVERSION=3D\"1.= 0\" -I. -I../../src -g -O2 -c -o foo.o ../../src/foo.c cc1: error: unrecognized command line option '-M.deps/foo.TPo' make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depcomp10.dir/build/sr= c' make: *** [all-recursive] Error 1 + Exit 77 + set +e + exit 77 + exit 77 + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'depcomp10: exit 77' depcomp10: exit 77 + exit 77 SKIP: fort4.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin fort4: running g77 --version ./defs: line 411: g77: command not found SKIP: fort5.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin fort5: running libtoolize --version libtoolize (GNU libtool) 2.4 Written by Gary V. Vaughan , 2003 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. fort5: running g77 --version ./defs: line 411: g77: command not found SKIP: gcj4.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin gcj4: running gcj --version ./defs: line 267: gcj: command not found SKIP: gcj6.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin gcj6: running gcj --version ./defs: line 267: gcj: command not found FAIL: lex3.test (exit: 2) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin lex3: running gcc --version gcc (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. lex3: running gcc -v Using built-in specs. COLLECT_GCC=3D/usr/bin/gcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) lex3: running flex --version flex 2.5.35 lex3: determine if make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ set -e ++ pwd /h/j/w/co/automake/tests/lex3.dir + CFLAGS=3D + export CFLAGS + cat + cat + cat + aclocal-1.11a -Werror + autoconf + automake-1.11a --foreign -Werror -Wall -a configure.in: installing `./ylwrap' + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make /bin/sh ./ylwrap foo.l lex.yy.c foo.c -- flex gcc -DPACKAGE_NAME=3D\"lex3\" -DPACKAGE_TARNAME=3D\"lex3\" -DPACKAGE_VERSIO= N=3D\"1.0\" -DPACKAGE_STRING=3D\"lex3\ 1.0\" -DPACKAGE_BUGREPORT=3D\"\" -DP= ACKAGE_URL=3D\"\" -DPACKAGE=3D\"lex3\" -DVERSION=3D\"1.0\" -I. -MT foo= .o -MD -MP -MF .deps/foo.Tpo -c -o foo.o foo.c mv -f .deps/foo.Tpo .deps/foo.Po gcc -o foo foo.o foo.o: In function `yylex': foo.c:(.text+0x3d4): undefined reference to `yywrap' foo.o: In function `input': foo.c:(.text+0xf15): undefined reference to `yywrap' collect2: ld returned 1 exit status make: *** [foo] Error 1 + exit_status=3D2 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'lex3: exit 2' lex3: exit 2 + exit 2 FAIL: lexvpath.test (exit: 2) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin lexvpath: running gcc --version gcc (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. lexvpath: running gcc -v Using built-in specs. COLLECT_GCC=3D/usr/bin/gcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) lexvpath: running flex --version flex 2.5.35 ++ set -e ++ pwd /h/j/w/co/automake/tests/lexvpath.dir + cat + cat + cat + cat + cat + aclocal-1.11a -Werror + autoconf + automake-1.11a --foreign -Werror -Wall -a configure.in: installing `./ylwrap' + mkdir sub + cd sub + ../configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lexoutroot config.status: executing depfiles commands + . ./lexoutroot ++ LEX_OUTPUT_ROOT=3Dlex.yy + test -n lex.yy + cd .. + flex lexer.l + mv lex.yy.c lexer.c + cd sub + sleep 2 + cat + make /bin/sh ../ylwrap ../lexer.l lex.yy.c lexer.c -- flex gcc -DPACKAGE_NAME=3D\"lexvpath\" -DPACKAGE_TARNAME=3D\"lexvpath\" -DPACKAG= E_VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"lexvpath\ 1.0\" -DPACKAGE_BUGREPOR= T=3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"lexvpath\" -DVERSION=3D\"1.0\" = -I. -I.. -g -O2 -MT lexer.o -MD -MP -MF .deps/lexer.Tpo -c -o lexer.o l= exer.c mv -f .deps/lexer.Tpo .deps/lexer.Po gcc -DPACKAGE_NAME=3D\"lexvpath\" -DPACKAGE_TARNAME=3D\"lexvpath\" -DPACKAG= E_VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"lexvpath\ 1.0\" -DPACKAGE_BUGREPOR= T=3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"lexvpath\" -DVERSION=3D\"1.0\" = -I. -I.. -g -O2 -MT foo.o -MD -MP -MF .deps/foo.Tpo -c -o foo.o ../foo.c mv -f .deps/foo.Tpo .deps/foo.Po gcc -g -O2 -o foo lexer.o foo.o lexer.o: In function `yylex': /h/j/w/co/automake/tests/lexvpath.dir/sub/lexer.c:812: undefined reference = to `yywrap' collect2: ld returned 1 exit status make: *** [foo] Error 1 + exit_status=3D2 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'lexvpath: exit 2' lexvpath: exit 2 + exit 2 SKIP: lzip.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin lzip: running lzip --version ./defs: line 411: lzip: command not found SKIP: parallel-tests2.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin parallel-tests2: running rst2html --version ./defs: line 352: rst2html: command not found parallel-tests2: running rst2html.py --version ./defs: line 352: rst2html.py: command not found parallel-tests2: no proper rst2html program found SKIP: python-virtualenv.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin python-virtualenv: running python -V Python 2.7.1 python-virtualenv: running virtualenv --version ./defs: line 411: virtualenv: command not found FAIL: self-check-cleanup.test (exit: 1) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/self-check-cleanup.dir + test xyes '!=3D' xyes ++ pwd + sed 's|^testbuilddir=3D.*|testbuilddir=3D'\''/h/j/w/co/automake/tests/sel= f-check-cleanup.dir'\''|' ../defs-static + cp ../defs . + have_symlinks=3Dfalse + ln -s defs foo + have_symlinks=3D: + export have_symlinks + dir=3Ddummy.dir + mkdir dummy.dir dummy.dir/sub + cd dummy.dir + touch file sub/file + : + ln -s file symlink + ln -s none brokenlink + cd .. + chmod 000 dummy.dir/sub/file dummy.dir/file dummy.dir/symlink + chmod 000 dummy.dir/sub dummy.dir + /bin/sh -c '. ./defs' dummy.test /h/j/w/co/automake/tests/self-check-cleanup.dir:/h/j/w/co/automake/tests:/u= sr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:= /bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/self-check-cleanup.dir/dummy.dir + exit_status=3D0 + set +e + cd /h/j/w/co/automake/tests/self-check-cleanup.dir + case $exit_status,$keep_testdirs in + find dummy.dir -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf dummy.dir + test 0 '!=3D' 0 + echo 'dummy: exit 0' dummy: exit 0 + exit 0 + test '!' -f dummy.dir + test '!' -d dummy.dir + test '!' -r dummy.dir + /bin/sh -c ' . ./defs || Exit 1 set -e mkdir dir dir/sub cd dir touch file sub/file if $have_symlinks; then ln -s file symlink ln -s none brokenlink fi cd .. chmod 000 dir/sub/* dir/file dir/symlink chmod 000 dir/sub dir ' dummy.test /h/j/w/co/automake/tests/self-check-cleanup.dir:/h/j/w/co/automake/tests:/u= sr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:= /bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/self-check-cleanup.dir/dummy.dir + set -e + mkdir dir dir/sub + cd dir + touch file sub/file + : + ln -s file symlink + ln -s none brokenlink + cd .. + chmod 000 dir/sub/file dir/file dir/symlink + chmod 000 dir/sub dir + exit_status=3D0 + set +e + cd /h/j/w/co/automake/tests/self-check-cleanup.dir + case $exit_status,$keep_testdirs in + find dummy.dir -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf dummy.dir + test 0 '!=3D' 0 + echo 'dummy: exit 0' dummy: exit 0 + exit 0 + test '!' -f dummy.dir + test '!' -d dummy.dir + test '!' -r dummy.dir + : + mkdir dir + chmod 000 dir + : + chmod 000 file + mkdir dummy.dir + cd dummy.dir + ln -s ../dir ../file . + cd .. + /bin/sh -c '. ./defs' dummy.test /h/j/w/co/automake/tests/self-check-cleanup.dir:/h/j/w/co/automake/tests:/u= sr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:= /bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/self-check-cleanup.dir/dummy.dir + exit_status=3D0 + set +e + cd /h/j/w/co/automake/tests/self-check-cleanup.dir + case $exit_status,$keep_testdirs in + find dummy.dir -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf dummy.dir + test 0 '!=3D' 0 + echo 'dummy: exit 0' dummy: exit 0 + exit 0 + ls -l total 84 =2Drw-------. 1 meyering meyering 82 Apr 16 11:42 configure.in =2Drw-------. 1 meyering meyering 18583 Apr 16 11:42 defs =2Drw-------. 1 meyering meyering 5972 Apr 16 11:42 defs-static =2Drwx------. 1 meyering meyering 20330 Apr 16 11:42 depcomp d---------. 2 meyering meyering 4096 Apr 16 11:42 dir =2D---------. 1 meyering meyering 0 Apr 16 11:42 file lrwxrwxrwx. 1 meyering meyering 4 Apr 16 11:42 foo -> defs =2Drwx------. 1 meyering meyering 13998 Apr 16 11:42 install-sh =2Drwx------. 1 meyering meyering 11419 Apr 16 11:42 missing + grep '^---------- .*file' + ls -l file + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'self-check-cleanup: exit 1' self-check-cleanup: exit 1 + exit 1 FAIL: self-check-dir.test (exit: 1) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D + this=3DS_dir + outcome=3D: + pwd /h/j/w/co/automake/tests + rm -f S_dir.tmp ++ pwd + /bin/zsh -c ' . ./defs || Exit 1 : > S_dir.tmp case `pwd` in '\''/h/j/w/co/automake/tests'\''/S_dir.dir);; *) Exit 1;; e= sac ' S_dir.test /h/j/w/co/automake/tests:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/= usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin +./defs:567> set -e +./defs:569> pwd /h/j/w/co/automake/tests/zsh.dir +zsh:3> : +zsh:4> pwd +zsh:4> case /h/j/w/co/automake/tests/zsh.dir (/h/j/w/co/automake/tests/S_d= ir.dir) +zsh:4> case /h/j/w/co/automake/tests/zsh.dir (*) +zsh:4> Exit 1 +Exit:2> set +e +Exit:3> exit 1 +Exit:4> exit 1 +zsh:4> exit_status=3D1 +zsh:4> set +e +zsh:4> cd /h/j/w/co/automake/tests +zsh:4> case 1, (0,) +zsh:4> test 0 '!=3D' 0 +zsh:4> echo 'zsh: exit 1' zsh: exit 1 +zsh:4> exit 1 + outcome=3Dfalse + test -f S_dir.tmp + false FAIL: self-check-me.test (exit: 1) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D + : /bin/zsh + /bin/zsh -c '. ./defs && echo me=3D$me' foo-bar-.test + grep '^me=3Dfoo-bar-$' +./defs:567> set -e +./defs:569> pwd +zsh:1> echo 'me=3Dzsh' +zsh:1> exit_status=3D0 +zsh:1> set +e +zsh:1> cd /h/j/w/co/automake/tests +zsh:1> case 0, (0,) +zsh:1> find zsh.dir -type d ! -perm -700 -exec chmod u+rwx '{}' ';' +zsh:1> rm -rf zsh.dir +zsh:1> test 0 '!=3D' 0 +zsh:1> echo 'zsh: exit 0' +zsh:1> exit 0 SKIP: silentf77.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin silentf77: running gfortran --version ./defs: line 411: gfortran: command not found SKIP: silentf90.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin silentf90: running gfortran --version ./defs: line 411: gfortran: command not found SKIP: silent-many-gcc.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin silent-many-gcc: running gcc --version gcc (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. silent-many-gcc: running gcc -v Using built-in specs. COLLECT_GCC=3D/usr/bin/gcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) silent-many-gcc: running g++ --version g++ (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. silent-many-gcc: running g++ -v Using built-in specs. COLLECT_GCC=3D/usr/bin/g++ COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) silent-many-gcc: running gfortran --version ./defs: line 411: gfortran: command not found SKIP: silent-many-generic.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin silent-many-generic: running g++ --version g++ (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. silent-many-generic: running g++ -v Using built-in specs. COLLECT_GCC=3D/usr/bin/g++ COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) silent-many-generic: running gfortran --version ./defs: line 411: gfortran: command not found FAIL: silent-lex-gcc.test (exit: 1) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin silent-lex-gcc: running flex --version flex 2.5.35 silent-lex-gcc: running gcc --version gcc (GCC) 4.6.0 20110413 (Red Hat 4.6.0-4) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. silent-lex-gcc: running gcc -v Using built-in specs. COLLECT_GCC=3D/usr/bin/gcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.0/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.0 20110413 (Red Hat 4.6.0-4) (GCC) ++ set -e ++ pwd /h/j/w/co/automake/tests/silent-lex-gcc.dir + mkdir sub + cat + cat + cat + cat + cp foo.l sub/bar.l + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall --add-missing configure.in:5: installing `./compile' configure.in: installing `./ylwrap' + autoconf + for config_args in am_cv_CC_dependencies_compiler_type=3Dgcc + ./configure am_cv_CC_dependencies_compiler_type=3Dgcc --enable-silent-rul= es checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/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 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... (cached) gcc checking whether gcc and cc understand -c and -o together... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating sub/Makefile config.status: executing depfiles commands + make sed: can't read /:$/d: No such file or directory /usr/lib/gcc/x86_64-redhat-linux/4.6.0/../../../../lib64/crt1.o: In functio= n `_start': (.text+0x20): undefined reference to `main' bar.o: In function `yylex': /h/j/w/co/automake/tests/silent-lex-gcc.dir/sub/bar.c:812: undefined refere= nce to `yywrap' collect2: ld returned 1 exit status make[1]: *** [bar1] Error 1 make: *** [all-recursive] Error 1 + cat stdout Making all in sub make[1]: Entering directory `/h/j/w/co/automake/tests/silent-lex-gcc.dir/su= b' LEX bar.c CC bar.o CCLD bar1 make[1]: Leaving directory `/h/j/w/co/automake/tests/silent-lex-gcc.dir/sub' + Exit 1 + set +e + exit 1 + exit 1 + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'silent-lex-gcc: exit 1' silent-lex-gcc: exit 1 + exit 1 FAIL: silent-lex-generic.test (exit: 1) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin silent-lex-generic: running flex --version flex 2.5.35 ++ set -e ++ pwd /h/j/w/co/automake/tests/silent-lex-generic.dir + mkdir sub + cat + cat + cat + cat + cp foo.l sub/bar.l + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall --add-missing configure.in:5: installing `./compile' configure.in: installing `./ylwrap' + autoconf + for config_args in --enable-dependency-tracking --disable-dependency-trac= king + ./configure --enable-dependency-tracking --enable-silent-rules checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/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 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating sub/Makefile config.status: executing depfiles commands + make /usr/lib/gcc/x86_64-redhat-linux/4.6.0/../../../../lib64/crt1.o: In functio= n `_start': (.text+0x20): undefined reference to `main' bar.o: In function `yylex': /h/j/w/co/automake/tests/silent-lex-generic.dir/sub/bar.c:812: undefined re= ference to `yywrap' collect2: ld returned 1 exit status make[1]: *** [bar1] Error 1 make: *** [all-recursive] Error 1 + cat stdout Making all in sub make[1]: Entering directory `/h/j/w/co/automake/tests/silent-lex-generic.di= r/sub' LEX bar.c CC bar.o CCLD bar1 make[1]: Leaving directory `/h/j/w/co/automake/tests/silent-lex-generic.dir= /sub' + Exit 1 + set +e + exit 1 + exit 1 + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'silent-lex-generic: exit 1' silent-lex-generic: exit 1 + exit 1 SKIP: upc.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/upc.dir + cat + cat + cat + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall + autoconf + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/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 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for upcc... no checking for upc... no configure: error: no Unified Parallel C compiler was found + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'upc: exit 77' upc: exit 77 + exit 77 SKIP: upc3.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin ++ set -e ++ pwd /h/j/w/co/automake/tests/upc3.dir + cat + cat + cat + cat + cat + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall + autoconf + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for upcc... no checking for upc... no configure: error: no Unified Parallel C compiler was found + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + case $exit_status,$keep_testdirs in + test 0 '!=3D' 0 + echo 'upc3: exit 77' upc3: exit 77 + exit 77 SKIP: vala2.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin vala2: running libtool --version libtool (GNU libtool) 2.4 Written by Gordon Matzigkeit , 1996 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. vala2: running libtoolize --version libtoolize (GNU libtool) 2.4 Written by Gary V. Vaughan , 2003 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. vala2: running pkg-config --version 0.25 vala2: running valac --version ./defs: line 411: valac: command not found SKIP: vala3.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin vala3: running libtool --version libtool (GNU libtool) 2.4 Written by Gordon Matzigkeit , 1996 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. vala3: running libtoolize --version libtoolize (GNU libtool) 2.4 Written by Gary V. Vaughan , 2003 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. vala3: running pkg-config --version 0.25 vala3: running valac --version ./defs: line 411: valac: command not found SKIP: vala5.test (exit: 77) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D /h/j/w/co/automake/tests:/usr/lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/= bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/local/bin vala5: running libtool --version libtool (GNU libtool) 2.4 Written by Gordon Matzigkeit , 1996 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. vala5: running libtoolize --version libtoolize (GNU libtool) 2.4 Written by Gary V. Vaughan , 2003 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. vala5: running pkg-config --version 0.25 vala5: running valac --version ./defs: line 411: valac: command not found ------------=_1302951122-13580-1-- From unknown Sun Jun 22 07:42:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8508: 8 test failures on Fedora 15 Resent-From: Jim Meyering Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Sat, 16 Apr 2011 10:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8508 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Stefano Lattarini Cc: 8508@debbugs.gnu.org Received: via spool by 8508-submit@debbugs.gnu.org id=B8508.130295116213657 (code B ref 8508); Sat, 16 Apr 2011 10:53:01 +0000 Received: (at 8508) by debbugs.gnu.org; 16 Apr 2011 10:52:42 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB37K-0003YE-6U for submit@debbugs.gnu.org; Sat, 16 Apr 2011 06:52:42 -0400 Received: from mx.meyering.net ([82.230.74.64]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB37H-0003Xy-Ki for 8508@debbugs.gnu.org; Sat, 16 Apr 2011 06:52:40 -0400 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id D1EA96014A; Sat, 16 Apr 2011 12:52:32 +0200 (CEST) From: Jim Meyering In-Reply-To: <201104161246.16994.stefano.lattarini@gmail.com> (Stefano Lattarini's message of "Sat, 16 Apr 2011 12:46:16 +0200") References: <87y63aikje.fsf@rho.meyering.net> <201104161246.16994.stefano.lattarini@gmail.com> Date: Sat, 16 Apr 2011 12:52:32 +0200 Message-ID: <87k4euii33.fsf@rho.meyering.net> Lines: 42 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -5.9 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) Hi Stefano, Thanks for the speedy reply. Stefano Lattarini wrote: ... > The patch is fine IMHO, I'll apply it in your name ASAP (adding a > reference to this bug report). Thanks. Thanks. ... >> FAIL: self-check-cleanup.test (exit: 1) >> ======================================= >> >> ... [CUT] ... >> >> + ls -l >> total 84 >> -rw-------. 1 meyering meyering 82 Apr 16 11:42 configure.in >> > Why this trailing dot in the permission string? That changed in coreutils two years ago, from NEWS: * Noteworthy changes in release 7.1 (2009-02-21) [stable] ... ls -l now marks SELinux-only files with the less obtrusive '.', rather than '+'. A file with any other combination of MAC and ACL is still marked with a '+'. >> -rw-------. 1 meyering meyering 18583 Apr 16 11:42 defs >> -rw-------. 1 meyering meyering 5972 Apr 16 11:42 defs-static >> -rwx------. 1 meyering meyering 20330 Apr 16 11:42 depcomp >> d---------. 2 meyering meyering 4096 Apr 16 11:42 dir >> ----------. 1 meyering meyering 0 Apr 16 11:42 file >> lrwxrwxrwx. 1 meyering meyering 4 Apr 16 11:42 foo -> defs >> -rwx------. 1 meyering meyering 13998 Apr 16 11:42 install-sh >> -rwx------. 1 meyering meyering 11419 Apr 16 11:42 missing >> + grep '^---------- .*file' >> > OK, spurious failure caused by the trailing dot in the permission > string. I'll fix it by relaxing the regexp. From unknown Sun Jun 22 07:42:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8508: 8 test failures on Fedora 15 Resent-From: Jim Meyering Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Sat, 16 Apr 2011 10:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8508 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Stefano Lattarini Cc: 8508@debbugs.gnu.org Received: via spool by 8508-submit@debbugs.gnu.org id=B8508.130295150014127 (code B ref 8508); Sat, 16 Apr 2011 10:59:01 +0000 Received: (at 8508) by debbugs.gnu.org; 16 Apr 2011 10:58:20 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB3Cl-0003fn-L2 for submit@debbugs.gnu.org; Sat, 16 Apr 2011 06:58:19 -0400 Received: from mx.meyering.net ([82.230.74.64]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB3Ck-0003fb-4E for 8508@debbugs.gnu.org; Sat, 16 Apr 2011 06:58:18 -0400 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id A028560110; Sat, 16 Apr 2011 12:58:12 +0200 (CEST) From: Jim Meyering In-Reply-To: <201104161246.16994.stefano.lattarini@gmail.com> (Stefano Lattarini's message of "Sat, 16 Apr 2011 12:46:16 +0200") References: <87y63aikje.fsf@rho.meyering.net> <201104161246.16994.stefano.lattarini@gmail.com> Date: Sat, 16 Apr 2011 12:58:12 +0200 Message-ID: <87ei52ihtn.fsf@rho.meyering.net> Lines: 15 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -5.9 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) Stefano Lattarini wrote: ... >> FAIL: self-check-dir.test (exit: 1) >> =================================== ... >> FAIL: self-check-me.test (exit: 1) >> ================================== ... > These failures are due to a known incompatibity in how Zsh handles $0. > Anyway, currenty the automake testsuite does not support being run by > Zsh, so these failures is not worth worrying about yet. If they're not worth worrying about now, then perhaps it'd be better to skip them than to fail? From unknown Sun Jun 22 07:42:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8508: 8 test failures on Fedora 15 Resent-From: Stefano Lattarini Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Sat, 16 Apr 2011 11:10:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8508 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Jim Meyering Cc: 8508@debbugs.gnu.org Received: via spool by 8508-submit@debbugs.gnu.org id=B8508.130295217215103 (code B ref 8508); Sat, 16 Apr 2011 11:10:03 +0000 Received: (at 8508) by debbugs.gnu.org; 16 Apr 2011 11:09:32 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB3Nc-0003vX-2S for submit@debbugs.gnu.org; Sat, 16 Apr 2011 07:09:32 -0400 Received: from mail-wy0-f172.google.com ([74.125.82.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB3Na-0003vK-Km for 8508@debbugs.gnu.org; Sat, 16 Apr 2011 07:09:31 -0400 Received: by wyb29 with SMTP id 29so2901947wyb.3 for <8508@debbugs.gnu.org>; Sat, 16 Apr 2011 04:09:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=klSsgmzRv+SWjHQfQ4Godo01JdRrrEACNjsPvQdEsPc=; b=gExblfynGGML0ZtpXE8fC9c/8R3mRWJs/rIdi8cs5RxwbLKaRAxRVG6bkLbLPDp5mM kniVMSgp98M6ia1lq78U3r+Hp4Lp1N1ZLpO2IjrtjrRSxKMHy8vCyuHYHh8ktZlvvX6/ whFNe6vYta1VOmRr8/BxVxTK60SDdJ+vqgBHM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=bYV5N5DlpFihb4sikJvFw9C6s0ThMMNHUbkD6XdYO1ibBIhYE6x0ZCD7j+/kAH5YqL TvYFqndXzfT1EJjLXSyP2blu7Qz0iT2svGAuWBPvJiAo3zfZrp5Ir9fBbOPfrjIQ05Ux Nf368ktooJjV0kUyE9xRCJyrUvqcEl6D8oiMI= Received: by 10.227.195.129 with SMTP id ec1mr2994538wbb.180.1302952163489; Sat, 16 Apr 2011 04:09:23 -0700 (PDT) Received: from bigio.localnet (host241-49-dynamic.58-82-r.retail.telecomitalia.it [82.58.49.241]) by mx.google.com with ESMTPS id b20sm2112942wbb.50.2011.04.16.04.09.21 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 16 Apr 2011 04:09:22 -0700 (PDT) From: Stefano Lattarini Date: Sat, 16 Apr 2011 13:09:12 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; ) References: <87y63aikje.fsf@rho.meyering.net> <201104161246.16994.stefano.lattarini@gmail.com> <87ei52ihtn.fsf@rho.meyering.net> In-Reply-To: <87ei52ihtn.fsf@rho.meyering.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201104161309.13232.stefano.lattarini@gmail.com> X-Spam-Score: -3.6 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) On Saturday 16 April 2011, Jim Meyering wrote: > Stefano Lattarini wrote: > ... > >> FAIL: self-check-dir.test (exit: 1) > >> =================================== > ... > >> FAIL: self-check-me.test (exit: 1) > >> ================================== > ... > > > These failures are due to a known incompatibity in how Zsh handles $0. > > Anyway, currenty the automake testsuite does not support being run by > > Zsh, so these failures is not worth worrying about yet. > > If they're not worth worrying about now, then perhaps it'd > be better to skip them than to fail? > The fact is that, currently, the Automake test scripts are run with /bin/sh instead of with $SHELL, but the self-check-*.test tests have been written to use $SHELL to test testsuite internals. I was hoping that this inconsistency would have soon been solved by the patch of mine that forced test scripts to run with configure-determined $SHELL, but that patch is still pending. See: Regards, Stefano From unknown Sun Jun 22 07:42:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8508: 8 test failures on Fedora 15 Resent-From: Jim Meyering Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Sat, 16 Apr 2011 11:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8508 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Stefano Lattarini Cc: 8508@debbugs.gnu.org Received: via spool by 8508-submit@debbugs.gnu.org id=B8508.130295287916143 (code B ref 8508); Sat, 16 Apr 2011 11:22:01 +0000 Received: (at 8508) by debbugs.gnu.org; 16 Apr 2011 11:21:19 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB3Z0-0004CJ-JS for submit@debbugs.gnu.org; Sat, 16 Apr 2011 07:21:18 -0400 Received: from mx.meyering.net ([82.230.74.64]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB3Yy-0004C5-9C for 8508@debbugs.gnu.org; Sat, 16 Apr 2011 07:21:17 -0400 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id CE1E26021D; Sat, 16 Apr 2011 13:21:09 +0200 (CEST) From: Jim Meyering In-Reply-To: <201104161309.13232.stefano.lattarini@gmail.com> (Stefano Lattarini's message of "Sat, 16 Apr 2011 13:09:12 +0200") References: <87y63aikje.fsf@rho.meyering.net> <201104161246.16994.stefano.lattarini@gmail.com> <87ei52ihtn.fsf@rho.meyering.net> <201104161309.13232.stefano.lattarini@gmail.com> Date: Sat, 16 Apr 2011 13:21:09 +0200 Message-ID: <878vvaigre.fsf@rho.meyering.net> Lines: 35 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -5.9 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) Stefano Lattarini wrote: > On Saturday 16 April 2011, Jim Meyering wrote: >> Stefano Lattarini wrote: >> ... >> >> FAIL: self-check-dir.test (exit: 1) >> >> =================================== >> ... >> >> FAIL: self-check-me.test (exit: 1) >> >> ================================== >> ... >> >> > These failures are due to a known incompatibity in how Zsh handles $0. >> > Anyway, currenty the automake testsuite does not support being run by >> > Zsh, so these failures is not worth worrying about yet. >> >> If they're not worth worrying about now, then perhaps it'd >> be better to skip them than to fail? >> > The fact is that, currently, the Automake test scripts are run with > /bin/sh instead of with $SHELL, but the self-check-*.test tests have > been written to use $SHELL to test testsuite internals. I was hoping > that this inconsistency would have soon been solved by the patch of > mine that forced test scripts to run with configure-determined $SHELL, > but that patch is still pending. Oh, in that case I agree: improving the infrastructure seems better than making the tests skip. > See: > There, you wrote that you were going to push Sunday night. But that was over four months ago. I guess there are still pending objections? From unknown Sun Jun 22 07:42:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8508: 8 test failures on Fedora 15 Resent-From: Stefano Lattarini Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Sat, 16 Apr 2011 11:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8508 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Jim Meyering Cc: Ralf Wildenhues , 8508@debbugs.gnu.org Received: via spool by 8508-submit@debbugs.gnu.org id=B8508.130295356020111 (code B ref 8508); Sat, 16 Apr 2011 11:33:01 +0000 Received: (at 8508) by debbugs.gnu.org; 16 Apr 2011 11:32:40 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB3jz-0005EK-N9 for submit@debbugs.gnu.org; Sat, 16 Apr 2011 07:32:40 -0400 Received: from mail-wy0-f172.google.com ([74.125.82.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB3jy-0005E6-KK for 8508@debbugs.gnu.org; Sat, 16 Apr 2011 07:32:39 -0400 Received: by wyb29 with SMTP id 29so2909963wyb.3 for <8508@debbugs.gnu.org>; Sat, 16 Apr 2011 04:32:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=9XGTSpfaHSKUXQDCylfNhVeW19dQ3BTSXInjQHjC5zk=; b=aiIF6Its3/a+7Mlmejsa+wZz/EMdA37JwAQDJN+8Buyj6ll0SaGctwriprCW36zROf 6MjioRW/DVTcrvDtXQKOJalwxvFmtQrc8MQCtT9KgVmMlXq87+HISK+TB1HFy6ci+G1J Uf8R6zWZxlBy78OGp3zT0r3grF4bg8cLJJtSs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=HCWiNBL51uhLZpAiMwS0sCdINdG6oaufV1HDYvtcRLF2SOMDcCtd7bwCBcSIL0x11G 3l4MYnB787XnV+Jr14t7NYVQtyRwbyoBL6tJa/oqxmuf4EjuQSu5vZwlApUHJqNnEoZD Ct7+fTr12HRzjr3htEwer9Ks87DgI9YX0w/Jk= Received: by 10.216.62.74 with SMTP id x52mr3325582wec.45.1302953552711; Sat, 16 Apr 2011 04:32:32 -0700 (PDT) Received: from bigio.localnet (host241-49-dynamic.58-82-r.retail.telecomitalia.it [82.58.49.241]) by mx.google.com with ESMTPS id h39sm1701886wes.5.2011.04.16.04.32.30 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 16 Apr 2011 04:32:31 -0700 (PDT) From: Stefano Lattarini Date: Sat, 16 Apr 2011 13:32:19 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; ) References: <87y63aikje.fsf@rho.meyering.net> <201104161309.13232.stefano.lattarini@gmail.com> <878vvaigre.fsf@rho.meyering.net> In-Reply-To: <878vvaigre.fsf@rho.meyering.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201104161332.20290.stefano.lattarini@gmail.com> X-Spam-Score: -3.6 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) On Saturday 16 April 2011, Jim Meyering wrote: > Stefano Lattarini wrote: > > > The fact is that, currently, the Automake test scripts are run with > > /bin/sh instead of with $SHELL, but the self-check-*.test tests have > > been written to use $SHELL to test testsuite internals. I was hoping > > that this inconsistency would have soon been solved by the patch of > > mine that forced test scripts to run with configure-determined $SHELL, > > but that patch is still pending. > > Oh, in that case I agree: improving the infrastructure seems better > than making the tests skip. > > > See: > > > > There, you wrote that you were going to push Sunday night. > But that was over four months ago. > I guess there are still pending objections? > At this point, I suspect it might just be some sort of communication error. Ralf, ping on that patch? Reference: Thanks, Stefano From unknown Sun Jun 22 07:42:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8508: 8 test failures on Fedora 15 Resent-From: Stefano Lattarini Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Sat, 16 Apr 2011 12:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8508 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: Jim Meyering Cc: 8508@debbugs.gnu.org Received: via spool by 8508-submit@debbugs.gnu.org id=B8508.130295722425218 (code B ref 8508); Sat, 16 Apr 2011 12:34:02 +0000 Received: (at 8508) by debbugs.gnu.org; 16 Apr 2011 12:33:44 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB4h5-0006Yg-Ob for submit@debbugs.gnu.org; Sat, 16 Apr 2011 08:33:44 -0400 Received: from mail-wy0-f172.google.com ([74.125.82.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QB4h4-0006YV-0W for 8508@debbugs.gnu.org; Sat, 16 Apr 2011 08:33:42 -0400 Received: by wyb29 with SMTP id 29so2932421wyb.3 for <8508@debbugs.gnu.org>; Sat, 16 Apr 2011 05:33:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=ND3PgHwIHi/aLjTl2y1RptE2iEJ3fONpe7ooBg5F904=; b=YGIUMP2VYsNi948UGgLdhHAOxrsVUPe798eHsHKUd57ZjCxrpmqOVFk/1dyi/6ibR9 etN6WnkLWDYBrEuVn896VLper6D75VEY6Z5OzIJMrwStz46qaqSu23rjHi05SHbs1Nt8 mXlx9CJxfIO4sNfChLw9pbST3sbBAdTogJ06Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=Bt7za/bf0BAXZoxswyQXGHWg61gKQOcxA0yZn6IzTcVg7GYKF7T3IJY3JMjEgJBiCn LBd45vUiaxH9SabyBdP2Hy/2eTWs3AEuDN7qZEyfsxPNp+bul2N4IL8Vec7a+8FtGDTZ fs4hKNZS7opQX+YE619fQVQOgy2ZXB1NjI/sA= Received: by 10.216.85.73 with SMTP id t51mr621434wee.65.1302957216329; Sat, 16 Apr 2011 05:33:36 -0700 (PDT) Received: from bigio.localnet (host241-49-dynamic.58-82-r.retail.telecomitalia.it [82.58.49.241]) by mx.google.com with ESMTPS id w12sm2147597wby.41.2011.04.16.05.33.34 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 16 Apr 2011 05:33:35 -0700 (PDT) From: Stefano Lattarini Date: Sat, 16 Apr 2011 14:33:22 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; ) References: <87y63aikje.fsf@rho.meyering.net> <87ei52ihtn.fsf@rho.meyering.net> <201104161309.13232.stefano.lattarini@gmail.com> In-Reply-To: <201104161309.13232.stefano.lattarini@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201104161433.22923.stefano.lattarini@gmail.com> X-Spam-Score: -3.6 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) On Saturday 16 April 2011, Stefano Lattarini wrote: > On Saturday 16 April 2011, Jim Meyering wrote: > > Stefano Lattarini wrote: > > ... > > >> FAIL: self-check-dir.test (exit: 1) > > >> =================================== > > ... > > >> FAIL: self-check-me.test (exit: 1) > > >> ================================== > > ... > > > > > These failures are due to a known incompatibity in how Zsh handles $0. > > > Anyway, currenty the automake testsuite does not support being run by > > > Zsh, so these failures is not worth worrying about yet. > > > > If they're not worth worrying about now, then perhaps it'd > > be better to skip them than to fail? > > > The fact is that, currently, the Automake test scripts are run with > /bin/sh instead of with $SHELL, but the self-check-*.test tests have > been written to use $SHELL to test testsuite internals. I was hoping > that this inconsistency would have soon been solved by the patch of > mine that forced test scripts to run with configure-determined $SHELL, > but that patch is still pending. See: > > > Regards, > Stefano > But still, `tests/defs' defined $SHELL to /bin/sh in your case, so the two failing tests are indeed buggy because they fail to pick up this definition. I'll soon apply a patch fixing this problem. Sorry for the noise, Stefano