=========================================== GNU Automake 1.14.1: ./test-suite.log =========================================== # TOTAL: 1594 # PASS: 194 # SKIP: 91 # XFAIL: 20 # FAIL: 1230 # XPASS: 0 # ERROR: 59 .. contents:: :depth: 2 SKIP: t/get-sysconf =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/get-sysconf.dir + st=0 + test -d /build/automake-1.14.1/.git + test -f /build/automake-1.14.1/ChangeLog + awk ' BEGIN { first = 1 } (first == 1) { print; first = 0; next; } /^[^\t]/ { exit(0); } { print } ' /build/automake-1.14.1/ChangeLog 2013-12-24 Stefano Lattarini release: stable micro release 1.14.1 * configure.ac (AC_INIT): Bump version number to 1.14.1. * m4/amversion.m4: Likewise (auto-updated by "make bootstrap"). + /usr/bin/perl -V Summary of my perl5 (revision 5 version 12 subversion 1) configuration: Platform: osname=linux, osvers=2.6.35, archname=x86_64-linux-thread-multi uname='linux dx-main 2.6.35 #1 smp mon nov 29 00:01:19 utc 2010 x86_64 amd athlon(tm) ii x4 630 processor authenticamd gnulinux ' config_args='-ds -e -Dprefix=/usr -Dvendorprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dpager=/bin/less -isR -Dlibpth=/usr/local/lib64 /lib64 /usr/lib64 -Dcc=gcc -m64 -Dusethreads -Duseshrplib' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc -m64', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include' ccversion='', gccversion='4.5.1', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='gcc -m64', ldflags =' -fstack-protector' libpth=/usr/local/lib64 /lib64 /usr/lib64 libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=/lib64/libc-2.12.so, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.12' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib64/perl5/5.12.1/x86_64-linux-thread-multi/CORE' cccdlflags='-fPIC', lddlflags='-shared -O2 -fstack-protector' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API Built under linux Compiled at Nov 30 2010 00:58:23 @INC: /usr/lib64/perl5/site_perl/5.12.1/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.12.1 /usr/lib64/perl5/vendor_perl/5.12.1/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.12.1 /usr/lib64/perl5/5.12.1/x86_64-linux-thread-multi /usr/lib64/perl5/5.12.1 . + /usr/bin/perl -e 'use TAP::Parser; print $TAP::Parser::VERSION, "\n"' 3.17 + lex --version flex 2.5.35 + lex --help Usage: flex [OPTIONS] [FILE]... Generates programs that perform pattern-matching on text. Table Compression: -Ca, --align trade off larger tables for better memory alignment -Ce, --ecs construct equivalence classes -Cf do not compress tables; use -f representation -CF do not compress tables; use -F representation -Cm, --meta-ecs construct meta-equivalence classes -Cr, --read use read() instead of stdio for scanner input -f, --full generate fast, large scanner. Same as -Cfr -F, --fast use alternate table representation. Same as -CFr -Cem default compression (same as --ecs --meta-ecs) Debugging: -d, --debug enable debug mode in scanner -b, --backup write backing-up information to lex.backup -p, --perf-report write performance report to stderr -s, --nodefault suppress default rule to ECHO unmatched text -T, --trace flex should run in trace mode -w, --nowarn do not generate warnings -v, --verbose write summary of scanner statistics to stdout Files: -o, --outfile=FILE specify output filename -S, --skel=FILE specify skeleton file -t, --stdout write scanner on stdout instead of lex.yy.c --yyclass=NAME name of C++ class --header-file=FILE create a C header file in addition to the scanner --tables-file[=FILE] write tables to FILE Scanner behavior: -7, --7bit generate 7-bit scanner -8, --8bit generate 8-bit scanner -B, --batch generate batch scanner (opposite of -I) -i, --case-insensitive ignore case in patterns -l, --lex-compat maximal compatibility with original lex -X, --posix-compat maximal compatibility with POSIX lex -I, --interactive generate interactive scanner (opposite of -B) --yylineno track line count in yylineno Generated code: -+, --c++ generate C++ scanner class -Dmacro[=defn] #define macro defn (default defn is '1') -L, --noline suppress #line directives in scanner -P, --prefix=STRING use STRING as prefix instead of "yy" -R, --reentrant generate a reentrant C scanner --bison-bridge scanner for bison pure parser. --bison-locations include yylloc support. --stdinit initialize yyin/yyout to stdin/stdout --noansi-definitions old-style function definitions --noansi-prototypes empty parameter list in prototypes --nounistd do not include --noFUNCTION do not generate a particular FUNCTION Miscellaneous: -c do-nothing POSIX option -n do-nothing POSIX option -? -h, --help produce this help message -V, --version report flex version + yacc --version bison (GNU Bison) 2.4.2 Written by Robert Corbett and Richard Stallman. 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. + yacc --help Usage: /usr/bin/bison [OPTION]... FILE Generate LALR(1) and GLR parsers. Mandatory arguments to long options are mandatory for short options too. The same is true for optional arguments. Operation modes: -h, --help display this help and exit -V, --version output version information and exit --print-localedir output directory containing locale-dependent data --print-datadir output directory containing skeletons and XSLT -y, --yacc emulate POSIX Yacc -W, --warnings[=CATEGORY] report the warnings falling in CATEGORY Parser: -L, --language=LANGUAGE specify the output programming language (this is an experimental feature) -S, --skeleton=FILE specify the skeleton to use -t, --debug instrument the parser for debugging --locations enable locations computation -p, --name-prefix=PREFIX prepend PREFIX to the external symbols -l, --no-lines don't generate `#line' directives -k, --token-table include a table of token names Output: --defines[=FILE] also produce a header file -d likewise but cannot specify FILE (for POSIX Yacc) -r, --report=THINGS also produce details on the automaton --report-file=FILE write report to FILE -v, --verbose same as `--report=state' -b, --file-prefix=PREFIX specify a PREFIX for output files -o, --output=FILE leave output to FILE -g, --graph[=FILE] also output a graph of the automaton -x, --xml[=FILE] also output an XML report of the automaton (the XML schema is experimental) Warning categories include: `midrule-values' unset or unused midrule values `yacc' incompatibilities with POSIX YACC `all' all the warnings `no-CATEGORY' turn off warnings in CATEGORY `none' turn off all the warnings `error' treat warnings as errors THINGS is a list of comma separated words that can include: `state' describe the states `itemset' complete the core item sets with their closure `lookahead' explicitly associate lookahead tokens to items `solved' describe shift/reduce conflicts solving `all' include all the above information `none' disable the report Report bugs to . + cat /build/automake-1.14.1/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Automake configure 1.14.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr ## --------- ## ## Platform. ## ## --------- ## hostname = DX-MAIN uname -m = x86_64 uname -r = 3.3.6-tbl uname -s = Linux uname -v = #1 SMP Thu May 24 05:13:00 BST 2012 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin PATH: /usr/bin PATH: /sbin PATH: /usr/sbin PATH: /opt/qt4/bin PATH: /usr/lib64/java/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2031: checking whether make supports nested variables configure:2048: result: yes configure:2064: checking build system type configure:2078: result: x86_64-unknown-linux-gnu configure:2098: checking host system type configure:2111: result: x86_64-unknown-linux-gnu configure:2164: checking for a BSD-compatible install configure:2232: result: /bin/install -c configure:2243: checking whether build environment is sane configure:2298: result: yes configure:2449: checking for a thread-safe mkdir -p configure:2488: result: /bin/mkdir -p configure:2495: checking for gawk configure:2511: found /usr/bin/gawk configure:2522: result: gawk configure:2533: checking whether make sets $(MAKE) configure:2555: result: yes configure:2712: checking whether ln -s works configure:2716: result: yes configure:2726: checking for perl configure:2744: found /usr/bin/perl configure:2756: result: /usr/bin/perl configure:2768: /usr/bin/perl --version This is perl 5, version 12, subversion 1 (v5.12.1) built for x86_64-linux-thread-multi Copyright 1987-2010, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. configure:2771: $? = 0 configure:2783: checking for tex configure:2813: result: no configure:2821: --version , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. configure:2941: $? = 0 configure:2949: result: yes configure:2956: checking whether autoconf works configure:2963: cd conftest && autoconf -o /dev/null conftest.ac configure:2966: $? = 0 configure:2975: result: yes configure:2982: checking whether autoconf is recent enough configure:2989: cd conftest && autoconf -o /dev/null conftest.ac configure:2992: $? = 0 configure:3001: result: yes configure:3008: checking whether ln works configure:3028: result: yes configure:3046: checking for grep that handles long lines and -e configure:3104: result: /bin/grep configure:3109: checking for egrep configure:3171: result: /bin/grep -E configure:3176: checking for fgrep configure:3238: result: /bin/grep -F configure:3281: will now look for a sturdy POSIX shell, for our testsuite configure:3317: checking for sh configure:3335: found /bin/sh configure:3347: result: /bin/sh configure:3317: checking for sh5 configure:3350: result: no configure:3317: checking for dash configure:3350: result: no configure:3317: checking for ash configure:3350: result: no configure:3317: checking for bash configure:3335: found /bin/bash configure:3347: result: /bin/bash configure:3317: checking for zsh configure:3350: result: no configure:3317: checking for ksh configure:3350: result: no configure:3317: checking for pdksh configure:3350: result: no configure:3371: checking whether /bin/sh supports $(cmd) configure:3381: result: yes configure:3391: checking whether /bin/sh supports $((expr)) configure:3401: result: yes configure:3411: checking whether /bin/sh supports ${#var} configure:3424: result: yes configure:3434: checking whether /bin/sh supports ${var#glob} and ${var%glob} configure:3448: result: yes configure:3458: checking whether /bin/sh preserves exit traps with "set -e" configure:3468: result: yes configure:3478: checking whether /bin/sh can define exit traps in a shell function configure:3488: result: yes configure:3498: checking whether /bin/sh corrupts stderr with "set -x" configure:3512: result: no configure:3520: checking whether /bin/sh can return early from "dot-sourced" files configure:3530: result: yes configure:3542: checking whether /bin/sh supports alias named like shell builtins configure:3552: result: yes configure:3562: checking whether /bin/sh supports "test -e" configure:3572: result: yes configure:3590: shell /bin/sh is good enough, stop looking configure:3607: will use /bin/sh as the testsuite shell configure:3631: will now look for generic compilers configure:3754: checking for C compiler version configure:3763: gcc -m64 --version >&5 gcc (GCC) 4.7.2 Copyright (C) 2012 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. configure:3774: $? = 0 configure:3763: gcc -m64 -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../configure --prefix=/usr --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-languages=c,c++,java,objc,obj-c++ --disable-libstdcxx-pch --enable-cloog-backend=ppl --enable-lto Thread model: posix gcc version 4.7.2 (GCC) configure:3774: $? = 0 configure:3763: gcc -m64 -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3774: $? = 1 configure:3763: gcc -m64 -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3774: $? = 1 configure:3794: checking whether the C compiler works configure:3816: gcc -m64 -O2 conftest.c >&5 configure:3820: $? = 0 configure:3870: result: yes configure:3873: checking for C compiler default output file name configure:3875: result: a.out configure:3881: checking for suffix of executables configure:3888: gcc -m64 -o conftest -O2 conftest.c >&5 configure:3892: $? = 0 configure:3916: result: configure:3938: checking whether we are cross compiling configure:3946: gcc -m64 -o conftest -O2 conftest.c >&5 configure:3950: $? = 0 configure:3957: ./conftest configure:3961: $? = 0 configure:3979: result: no configure:3984: checking for suffix of object files configure:4006: gcc -m64 -c -O2 conftest.c >&5 configure:4010: $? = 0 configure:4033: result: o configure:4037: checking whether we are using the GNU C compiler configure:4056: gcc -m64 -c -O2 conftest.c >&5 configure:4056: $? = 0 configure:4065: result: yes configure:4074: checking whether gcc -m64 accepts -g configure:4094: gcc -m64 -c -g conftest.c >&5 configure:4094: $? = 0 configure:4135: result: yes configure:4152: checking for gcc -m64 option to accept ISO C89 configure:4215: gcc -m64 -c -O2 conftest.c >&5 configure:4215: $? = 0 configure:4228: result: none needed configure:4253: checking whether gcc -m64 understands -c and -o together configure:4275: gcc -m64 -c conftest.c -o conftest2.o configure:4278: $? = 0 configure:4275: gcc -m64 -c conftest.c -o conftest2.o configure:4278: $? = 0 configure:4290: result: yes configure:4412: checking for aCC configure:4442: result: no configure:4412: checking for CC configure:4442: result: no configure:4412: checking for FCC configure:4442: result: no configure:4412: checking for KCC configure:4442: result: no configure:4412: checking for RCC configure:4442: result: no configure:4412: checking for xlC_r configure:4442: result: no configure:4412: checking for xlC configure:4442: result: no configure:4412: checking for c++ configure:4428: found /usr/bin/c++ configure:4439: result: c++ configure:4466: checking for C++ compiler version configure:4475: c++ --version >&5 c++ (GCC) 4.7.2 Copyright (C) 2012 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. configure:4486: $? = 0 configure:4475: c++ -v >&5 Using built-in specs. COLLECT_GCC=c++ COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../configure --prefix=/usr --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-languages=c,c++,java,objc,obj-c++ --disable-libstdcxx-pch --enable-cloog-backend=ppl --enable-lto Thread model: posix gcc version 4.7.2 (GCC) configure:4486: $? = 0 configure:4475: c++ -V >&5 c++: error: unrecognized command line option '-V' c++: fatal error: no input files compilation terminated. configure:4486: $? = 1 configure:4475: c++ -qversion >&5 c++: error: unrecognized command line option '-qversion' c++: fatal error: no input files compilation terminated. configure:4486: $? = 1 configure:4506: checking whether the C++ compiler works configure:4528: c++ conftest.cpp >&5 configure:4532: $? = 0 configure:4582: result: yes configure:4585: checking for C++ compiler default output file name configure:4587: result: a.out configure:4593: checking for suffix of executables configure:4600: c++ -o conftest conftest.cpp >&5 configure:4604: $? = 0 configure:4628: result: configure:4650: checking whether we are cross compiling configure:4658: c++ -o conftest conftest.cpp >&5 configure:4662: $? = 0 configure:4669: ./conftest configure:4673: $? = 0 configure:4691: result: no configure:4696: checking for suffix of object files configure:4718: c++ -c conftest.cpp >&5 configure:4722: $? = 0 configure:4745: result: o configure:4749: checking whether we are using the GNU C++ compiler configure:4768: c++ -c conftest.cpp >&5 configure:4768: $? = 0 configure:4777: result: yes configure:4786: checking whether c++ accepts -g configure:4806: c++ -c -g conftest.cpp >&5 configure:4806: $? = 0 configure:4847: result: yes configure:4958: checking for xlf95 configure:4988: result: no configure:4958: checking for f95 configure:4988: result: no configure:4958: checking for fort configure:4988: result: no configure:4958: checking for ifort configure:4988: result: no configure:4958: checking for ifc configure:4988: result: no configure:4958: checking for efc configure:4988: result: no configure:4958: checking for pgfortran configure:4988: result: no configure:4958: checking for pgf95 configure:4988: result: no configure:4958: checking for lf95 configure:4988: result: no configure:4958: checking for ftn configure:4988: result: no configure:4958: checking for nagfor configure:4988: result: no configure:4958: checking for xlf90 configure:4988: result: no configure:4958: checking for f90 configure:4988: result: no configure:4958: checking for pgf90 configure:4988: result: no configure:4958: checking for pghpf configure:4988: result: no configure:4958: checking for epcf90 configure:4988: result: no configure:4958: checking for g95 configure:4988: result: no configure:4958: checking for gfortran configure:4988: result: no configure:5011: checking for Fortran compiler version configure:5020: --version >&5 ./configure: line 5022: --version: command not found configure:5031: $? = 127 configure:5020: -v >&5 ./configure: line 5022: -v: command not found configure:5031: $? = 127 configure:5020: -V >&5 ./configure: line 5022: -V: command not found configure:5031: $? = 127 configure:5020: -qversion >&5 ./configure: line 5022: -qversion: command not found configure:5031: $? = 127 configure:5046: checking whether the Fortran compiler works configure:5068: conftest.f >&5 ./configure: line 5070: conftest.f: command not found configure:5072: $? = 127 configure:5110: result: no configure: failed program was: | program main | | end configure:5116: WARNING: Fortran compiler cannot create executables configure:5360: tests requiring the Fortran compiler will be skipped configure:5440: checking for xlf configure:5470: result: no configure:5440: checking for f77 configure:5470: result: no configure:5440: checking for frt configure:5470: result: no configure:5440: checking for pgf77 configure:5470: result: no configure:5440: checking for cf77 configure:5470: result: no configure:5440: checking for fort77 configure:5470: result: no configure:5440: checking for fl32 configure:5470: result: no configure:5440: checking for af77 configure:5470: result: no configure:5440: checking for g77 configure:5470: result: no configure:5440: checking for gfortran configure:5470: result: no configure:5493: checking for Fortran 77 compiler version configure:5502: --version >&5 ./configure: line 5504: --version: command not found configure:5513: $? = 127 configure:5502: -v >&5 ./configure: line 5504: -v: command not found configure:5513: $? = 127 configure:5502: -V >&5 ./configure: line 5504: -V: command not found configure:5513: $? = 127 configure:5502: -qversion >&5 ./configure: line 5504: -qversion: command not found configure:5513: $? = 127 configure:5528: checking whether the Fortran 77 compiler works configure:5550: conftest.f >&5 ./configure: line 5552: conftest.f: command not found configure:5554: $? = 127 configure:5592: result: no configure: failed program was: | program main | | end configure:5598: WARNING: Fortran 77 compiler cannot create executables configure:5842: tests requiring the Fortran 77 compiler will be skipped configure:5874: will now look for GNU compilers configure:5881: gcc -m64 is already a GNU C compiler configure:5987: gcc -m64 --version && gcc -m64 -v gcc (GCC) 4.7.2 Copyright (C) 2012 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. Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../configure --prefix=/usr --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-languages=c,c++,java,objc,obj-c++ --disable-libstdcxx-pch --enable-cloog-backend=ppl --enable-lto Thread model: posix gcc version 4.7.2 (GCC) configure:5990: $? = 0 configure:6005: c++ is already a GNU C++ compiler configure:6112: c++ --version && c++ -v c++ (GCC) 4.7.2 Copyright (C) 2012 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. Using built-in specs. COLLECT_GCC=c++ COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../configure --prefix=/usr --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-languages=c,c++,java,objc,obj-c++ --disable-libstdcxx-pch --enable-cloog-backend=ppl --enable-lto Thread model: posix gcc version 4.7.2 (GCC) configure:6115: $? = 0 configure:6184: checking for gfortran configure:6214: result: no configure:6309: checking for g77 configure:6339: result: no configure:6309: checking for gfortran configure:6339: result: no configure:6428: checking for gcj configure:6444: found /usr/bin/gcj configure:6455: result: gcj configure:6480: gcj --version && gcj -v gcj (GCC) 4.7.2 Copyright (C) 2012 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. Using built-in specs. Reading specs from /usr/lib64/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../libgcj.spec rename spec startfile to startfileorig rename spec lib to liborig COLLECT_GCC=gcj COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../configure --prefix=/usr --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-languages=c,c++,java,objc,obj-c++ --disable-libstdcxx-pch --enable-cloog-backend=ppl --enable-lto Thread model: posix gcc version 4.7.2 (GCC) configure:6483: $? = 0 configure:6662: checking that generated files are newer than configure configure:6668: result: done configure:6683: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.14.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on DX-MAIN config.status:824: creating Makefile config.status:824: creating t/wrap/aclocal-1.14 config.status:824: creating t/wrap/automake-1.14 ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_AM_TEST_RUNNER_SHELL=/bin/sh ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_AM_TEST_RUNNER_SHELL_set= ac_cv_env_AM_TEST_RUNNER_SHELL_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set ac_cv_env_CC_value='gcc -m64' ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-O2 ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FCFLAGS_set= ac_cv_env_FCFLAGS_value= ac_cv_env_FC_set= ac_cv_env_FC_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_GNU_CC_set= ac_cv_env_GNU_CC_value= ac_cv_env_GNU_CFLAGS_set= ac_cv_env_GNU_CFLAGS_value= ac_cv_env_GNU_CXXFLAGS_set= ac_cv_env_GNU_CXXFLAGS_value= ac_cv_env_GNU_CXX_set= ac_cv_env_GNU_CXX_value= ac_cv_env_GNU_F77_set= ac_cv_env_GNU_F77_value= ac_cv_env_GNU_FCFLAGS_set= ac_cv_env_GNU_FCFLAGS_value= ac_cv_env_GNU_FC_set= ac_cv_env_GNU_FC_value= ac_cv_env_GNU_FFLAGS_set= ac_cv_env_GNU_FFLAGS_value= ac_cv_env_GNU_GCJFLAGS_set= ac_cv_env_GNU_GCJFLAGS_value= ac_cv_env_GNU_GCJ_set= ac_cv_env_GNU_GCJ_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_host=x86_64-unknown-linux-gnu ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_PERL=/usr/bin/perl ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_LEX=lex ac_cv_prog_YACC=yacc ac_cv_prog_ac_ct_CXX=c++ ac_cv_prog_ac_ct_GNU_GCJ=gcj ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes am_cv_autoconf_installed=yes am_cv_autoconf_version=yes am_cv_autoconf_works=yes am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_prog_ln=ln ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='"/build/automake-1.14.1/t/wrap/aclocal-1.14"' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_TEST_RUNNER_SHELL='/bin/sh' AM_V='$(V)' APIVERSION='1.14' AUTOCONF='${SHELL} /build/automake-1.14.1/lib/missing autoconf' AUTOHEADER='${SHELL} /build/automake-1.14.1/lib/missing autoheader' AUTOMAKE='"/build/automake-1.14.1/t/wrap/automake-1.14"' AWK='gawk' CC='gcc -m64' CFLAGS='-O2' CPPFLAGS='' CXX='c++' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"GNU\ Automake\" -DPACKAGE_TARNAME=\"automake\" -DPACKAGE_VERSION=\"1.14.1\" -DPACKAGE_STRING=\"GNU\ Automake\ 1.14.1\" -DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"http://www.gnu.org/software/automake/\"' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='UNKNOWN' F77='false' FC='false' FCFLAGS='' FFLAGS='' FGREP='/bin/grep -F' GNU_CC='gcc -m64' GNU_CFLAGS='-O2' GNU_CXX='c++' GNU_CXXFLAGS='-g -O2' GNU_F77='false' GNU_FC='false' GNU_FCFLAGS='' GNU_FFLAGS='' GNU_GCJ='gcj' GNU_GCJFLAGS='' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LEX='lex' LIBOBJS='' LIBS='' LN='ln' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /build/automake-1.14.1/lib/missing makeinfo' MKDIR_P='/bin/mkdir -p' MODIFICATION_DELAY='2' OBJEXT='UNKNOWN' PACKAGE='automake' PACKAGE_BUGREPORT='address@hidden' PACKAGE_NAME='GNU Automake' PACKAGE_STRING='GNU Automake 1.14.1' PACKAGE_TARNAME='automake' PACKAGE_URL='http://www.gnu.org/software/automake/' PACKAGE_VERSION='1.14.1' PATH_SEPARATOR=':' PERL='/usr/bin/perl' RELEASE_YEAR='2013' SET_MAKE='' SHELL='/bin/sh' STRIP='' TEX='' VERSION='1.14.1' YACC='yacc' ac_ct_CC='' ac_ct_CXX='c++' ac_ct_F77='' ac_ct_FC='' ac_ct_GNU_CC='' ac_ct_GNU_CXX='' ac_ct_GNU_F77='' ac_ct_GNU_FC='' ac_ct_GNU_GCJ='gcj' am_AUTOCONF='autoconf' am_AUTOHEADER='autoheader' am_AUTOM4TE='autom4te' am_AUTORECONF='autoreconf' am_AUTOUPDATE='autoupdate' am__EXEEXT_FALSE='#' am__EXEEXT_TRUE='' am__isrc='' am__leading_dot='.' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' am_candidate_sh='' amdir='${pkgvdatadir}/am' automake_acdir='${datadir}/aclocal-1.14' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /build/automake-1.14.1/lib/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' pkgvdatadir='${datadir}/automake-1.14' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' required_autoconf_version='2.65' sbindir='${exec_prefix}/sbin' scriptdir='${pkgvdatadir}' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' system_acdir='${datadir}/aclocal' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU Automake" #define PACKAGE_TARNAME "automake" #define PACKAGE_VERSION "1.14.1" #define PACKAGE_STRING "GNU Automake 1.14.1" #define PACKAGE_BUGREPORT "address@hidden" #define PACKAGE_URL "http://www.gnu.org/software/automake/" configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.14.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on DX-MAIN ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.14.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on DX-MAIN ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.14.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on DX-MAIN ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.14.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on DX-MAIN ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.14.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on DX-MAIN ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.14.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on DX-MAIN ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.14.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on DX-MAIN + cat /build/automake-1.14.1/t/wrap/aclocal-1.14 #!/usr/bin/perl -w # t/wrap/aclocal-1.14. Generated from aclocal.in by configure. # Copyright (C) 2012-2013 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . BEGIN { use strict; @Aclocal::perl_libdirs = ('/build/automake-1.14.1/lib'); unshift @Aclocal::perl_libdirs, '/build/automake-1.14.1/lib' if '.' ne '.'; unshift @ARGV, '--automake-acdir=/build/automake-1.14.1/m4', '--system-acdir=/build/automake-1.14.1/m4/acdir'; } require '/build/automake-1.14.1/bin/aclocal'; + cat /build/automake-1.14.1/t/wrap/automake-1.14 #!/usr/bin/perl -w # t/wrap/automake-1.14. Generated from automake.in by configure. # Copyright (C) 2012-2013 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . BEGIN { use strict; @Automake::perl_libdirs = ('/build/automake-1.14.1/lib'); unshift @Automake::perl_libdirs, '/build/automake-1.14.1/lib' if '.' ne '.'; unshift @ARGV, '--libdir=/build/automake-1.14.1/lib'; } require '/build/automake-1.14.1/bin/automake'; + test 0 -eq 0 + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x get-sysconf: exit 77 XFAIL: t/pm/Cond2 ================= 'Automake::Condition=HASH(0x7d8328)' is a reference, expected a string at lib/Automake/Condition.pm line 188 Automake::Condition::new('Automake::Condition', 'Automake::Condition=HASH(0x7d8328)') called at ./t/pm/Cond2.pl line 22 XFAIL: t/pm/Cond3 ================= 'Automake::Condition=HASH(0x21a8650)' does not look like a condition at lib/Automake/Condition.pm line 190 Automake::Condition::new('Automake::Condition', 'Automake::Condition=HASH(0x21a8650)') called at ./t/pm/Cond3.pl line 22 XFAIL: t/pm/DisjCon2 ==================== 'Automake::DisjConditions=HASH(0x182f638)' isn't an Automake::Condition at lib/Automake/DisjConditions.pm line 151 Automake::DisjConditions::new('Automake::DisjConditions', 'Automake::DisjConditions=HASH(0x182f638)') called at ./t/pm/DisjCon2.pl line 24 XFAIL: t/pm/DisjCon3 ==================== 'Automake::Condition=HASH(0x1f55650)' isn't a reference at lib/Automake/DisjConditions.pm line 150 Automake::DisjConditions::new('Automake::DisjConditions', 'Automake::Condition=HASH(0x1f55650)') called at ./t/pm/DisjCon3.pl line 23 XFAIL: t/pm/Version2 ==================== Version2.pl: error: version is incorrect: Version2.pl: Please contact . at lib/Automake/Channels.pm line 662 Automake::Channels::msg('automake', '', 'version is incorrect: ') called at lib/Automake/ChannelDefs.pm line 212 Automake::ChannelDefs::prog_error('version is incorrect: ') called at lib/Automake/Version.pm line 126 Automake::Version::check('', 1.2.3) called at ./t/pm/Version2.pl line 20 XFAIL: t/pm/Version3 ==================== Version3.pl: error: required version is incorrect: Version3.pl: Please contact . at lib/Automake/Channels.pm line 662 Automake::Channels::msg('automake', '', 'required version is incorrect: ') called at lib/Automake/ChannelDefs.pm line 212 Automake::ChannelDefs::prog_error('required version is incorrect: ') called at lib/Automake/Version.pm line 131 Automake::Version::check(1.2.3, '') called at ./t/pm/Version3.pl line 20 ERROR: t/instspc ================ Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instspc.dir + all_test_names_list= + builddir_xfails= + destdir_xfails= + bs=$'\b' + cr=$'\r' + ff=$'\f' + ht=' ' + lf=' ' + def=define_problematic_string + define_problematic_string squote ''\''' fail-builddir fail-destdir + tst=squote + shift + eval 'instspc__squote=$1' ++ instspc__squote=''\''' + shift + all_test_names_list=' squote' + is_in_list fail-builddir fail-builddir fail-destdir + item=fail-builddir + shift + case " $* " in + return 0 + builddir_xfails=' squote' + is_in_list fail-destdir fail-builddir fail-destdir + item=fail-destdir + shift + case " $* " in + return 0 + destdir_xfails=' squote' + define_problematic_string dquote '"' fail-builddir fail-destdir + tst=dquote + shift + eval 'instspc__dquote=$1' ++ instspc__dquote='"' + shift + all_test_names_list=' squote dquote' + is_in_list fail-builddir fail-builddir fail-destdir + item=fail-builddir + shift + case " $* " in + return 0 + builddir_xfails=' squote dquote' + is_in_list fail-destdir fail-builddir fail-destdir + item=fail-destdir + shift + case " $* " in + return 0 + destdir_xfails=' squote dquote' + define_problematic_string bquote '`' fail-builddir fail-destdir + tst=bquote + shift + eval 'instspc__bquote=$1' ++ instspc__bquote='`' + shift + all_test_names_list=' squote dquote bquote' + is_in_list fail-builddir fail-builddir fail-destdir + item=fail-builddir + shift + case " $* " in + return 0 + builddir_xfails=' squote dquote bquote' + is_in_list fail-destdir fail-builddir fail-destdir + item=fail-destdir + shift + case " $* " in + return 0 + destdir_xfails=' squote dquote bquote' + define_problematic_string sharp '#' fail-builddir fail-destdir + tst=sharp + shift + eval 'instspc__sharp=$1' ++ instspc__sharp='#' + shift + all_test_names_list=' squote dquote bquote sharp' + is_in_list fail-builddir fail-builddir fail-destdir + item=fail-builddir + shift + case " $* " in + return 0 + builddir_xfails=' squote dquote bquote sharp' + is_in_list fail-destdir fail-builddir fail-destdir + item=fail-destdir + shift + case " $* " in + return 0 + destdir_xfails=' squote dquote bquote sharp' + define_problematic_string dollar '$' fail-builddir fail-destdir + tst=dollar + shift + eval 'instspc__dollar=$1' ++ instspc__dollar='$' + shift + all_test_names_list=' squote dquote bquote sharp dollar' + is_in_list fail-builddir fail-builddir fail-destdir + item=fail-builddir + shift + case " $* " in + return 0 + builddir_xfails=' squote dquote bquote sharp dollar' + is_in_list fail-destdir fail-builddir fail-destdir + item=fail-destdir + shift + case " $* " in + return 0 + destdir_xfails=' squote dquote bquote sharp dollar' + define_problematic_string bang '!' + tst=bang + shift + eval 'instspc__bang=$1' ++ instspc__bang='!' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string bslash '\' fail-builddir + tst=bslash + shift + eval 'instspc__bslash=$1' ++ instspc__bslash='\' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash' + is_in_list fail-builddir fail-builddir + item=fail-builddir + shift + case " $* " in + return 0 + builddir_xfails=' squote dquote bquote sharp dollar bslash' + is_in_list fail-destdir fail-builddir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string ampersand '&' fail-builddir + tst=ampersand + shift + eval 'instspc__ampersand=$1' ++ instspc__ampersand='&' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand' + is_in_list fail-builddir fail-builddir + item=fail-builddir + shift + case " $* " in + return 0 + builddir_xfails=' squote dquote bquote sharp dollar bslash ampersand' + is_in_list fail-destdir fail-builddir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string percent % + tst=percent + shift + eval 'instspc__percent=$1' ++ instspc__percent=% + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string leftpar '(' + tst=leftpar + shift + eval 'instspc__leftpar=$1' ++ instspc__leftpar='(' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string rightpar ')' + tst=rightpar + shift + eval 'instspc__rightpar=$1' ++ instspc__rightpar=')' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string pipe '|' + tst=pipe + shift + eval 'instspc__pipe=$1' ++ instspc__pipe='|' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string caret '^' + tst=caret + shift + eval 'instspc__caret=$1' ++ instspc__caret='^' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string tilde '~' + tst=tilde + shift + eval 'instspc__tilde=$1' ++ instspc__tilde='~' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string qmark '?' + tst=qmark + shift + eval 'instspc__qmark=$1' ++ instspc__qmark='?' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string star '*' + tst=star + shift + eval 'instspc__star=$1' ++ instspc__star='*' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string plus + + tst=plus + shift + eval 'instspc__plus=$1' ++ instspc__plus=+ + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string minus - + tst=minus + shift + eval 'instspc__minus=$1' ++ instspc__minus=- + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string comma , + tst=comma + shift + eval 'instspc__comma=$1' ++ instspc__comma=, + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string colon : + tst=colon + shift + eval 'instspc__colon=$1' ++ instspc__colon=: + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string semicol ';' + tst=semicol + shift + eval 'instspc__semicol=$1' ++ instspc__semicol=';' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string equal = + tst=equal + shift + eval 'instspc__equal=$1' ++ instspc__equal== + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string less '<' + tst=less + shift + eval 'instspc__less=$1' ++ instspc__less='<' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string more '>' + tst=more + shift + eval 'instspc__more=$1' ++ instspc__more='>' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string at @ + tst=at + shift + eval 'instspc__at=$1' ++ instspc__at=@ + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string lqbrack '[' + tst=lqbrack + shift + eval 'instspc__lqbrack=$1' ++ instspc__lqbrack='[' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string rqbrack ']' + tst=rqbrack + shift + eval 'instspc__rqbrack=$1' ++ instspc__rqbrack=']' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string lcbrack '{' + tst=lcbrack + shift + eval 'instspc__lcbrack=$1' ++ instspc__lcbrack='{' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string rcbrack '}' + tst=rcbrack + shift + eval 'instspc__rcbrack=$1' ++ instspc__rcbrack='}' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string space ' ' + tst=space + shift + eval 'instspc__space=$1' ++ instspc__space=' ' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string tab ' ' + tst=tab + shift + eval 'instspc__tab=$1' ++ instspc__tab=' ' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string linefeed ' ' fail-builddir fail-destdir + tst=linefeed + shift + eval 'instspc__linefeed=$1' ++ instspc__linefeed=' ' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed' + is_in_list fail-builddir fail-builddir fail-destdir + item=fail-builddir + shift + case " $* " in + return 0 + builddir_xfails=' squote dquote bquote sharp dollar bslash ampersand linefeed' + is_in_list fail-destdir fail-builddir fail-destdir + item=fail-destdir + shift + case " $* " in + return 0 + destdir_xfails=' squote dquote bquote sharp dollar linefeed' + define_problematic_string backspace $'\b' + tst=backspace + shift + eval 'instspc__backspace=$1' ++ instspc__backspace=$'\b' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string formfeed $'\f' + tst=formfeed + shift + eval 'instspc__formfeed=$1' ++ instspc__formfeed=$'\f' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string carriageret $'\r' + tst=carriageret + shift + eval 'instspc__carriageret=$1' ++ instspc__carriageret=$'\r' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string quadrigraph0 '@&t@' fail-builddir + tst=quadrigraph0 + shift + eval 'instspc__quadrigraph0=$1' ++ instspc__quadrigraph0='@&t@' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret quadrigraph0' + is_in_list fail-builddir fail-builddir + item=fail-builddir + shift + case " $* " in + return 0 + builddir_xfails=' squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0' + is_in_list fail-destdir fail-builddir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string quadrigraph1 '@<:@' + tst=quadrigraph1 + shift + eval 'instspc__quadrigraph1=$1' ++ instspc__quadrigraph1='@<:@' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string quadrigraph2 '@:>@' + tst=quadrigraph2 + shift + eval 'instspc__quadrigraph2=$1' ++ instspc__quadrigraph2='@:>@' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string quadrigraph3 '@S|@' + tst=quadrigraph3 + shift + eval 'instspc__quadrigraph3=$1' ++ instspc__quadrigraph3='@S|@' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 quadrigraph3' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string quadrigraph4 @%:@ + tst=quadrigraph4 + shift + eval 'instspc__quadrigraph4=$1' ++ address@hidden:@ + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 quadrigraph3 quadrigraph4' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string a_b 'a b' + tst=a_b + shift + eval 'instspc__a_b=$1' ++ instspc__a_b='a b' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 quadrigraph3 quadrigraph4 a_b' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string a__b 'a b' + tst=a__b + shift + eval 'instspc__a__b=$1' ++ instspc__a__b='a b' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 quadrigraph3 quadrigraph4 a_b a__b' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string a_lf_b 'a b' fail-builddir fail-destdir + tst=a_lf_b + shift + eval 'instspc__a_lf_b=$1' ++ instspc__a_lf_b='a b' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 quadrigraph3 quadrigraph4 a_b a__b a_lf_b' + is_in_list fail-builddir fail-builddir fail-destdir + item=fail-builddir + shift + case " $* " in + return 0 + builddir_xfails=' squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b' + is_in_list fail-destdir fail-builddir fail-destdir + item=fail-destdir + shift + case " $* " in + return 0 + destdir_xfails=' squote dquote bquote sharp dollar linefeed a_lf_b' + define_problematic_string dotdotdot ... + tst=dotdotdot + shift + eval 'instspc__dotdotdot=$1' ++ instspc__dotdotdot=... + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string dosdrive a: + tst=dosdrive + shift + eval 'instspc__dosdrive=$1' ++ instspc__dosdrive=a: + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot dosdrive' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string miscglob1 '?[a-z]*' + tst=miscglob1 + shift + eval 'instspc__miscglob1=$1' ++ instspc__miscglob1='?[a-z]*' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot dosdrive miscglob1' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + define_problematic_string miscglob2 '.*?[0-9]' + tst=miscglob2 + shift + eval 'instspc__miscglob2=$1' ++ instspc__miscglob2='.*?[0-9]' + shift + all_test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot dosdrive miscglob1 miscglob2' + is_in_list fail-builddir + item=fail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=fail-destdir + shift + case " $* " in + return 1 + unset def + test 0 -gt 0 + test_names_list=' squote dquote bquote sharp dollar bang bslash ampersand percent leftpar rightpar pipe caret tilde qmark star plus minus comma colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph2 quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot dosdrive miscglob1 miscglob2' + plan_ 94 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x94 = xunknown + test x94 = xlater + test x94 = xlazy + test x94 = xnow + test 94 -ge 0 + planned_=94 + echo 1..94 1..94 ++ pwd + ocwd=/build/automake-1.14.1/t/instspc.dir + create_input_data + mkdir sub + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + : + : + : + : + : + : + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instspc.tap: line 138: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + framework_failure_ 'aclocal failed' + bailout_ 'set-up failure: aclocal failed' + echo 'Bail out!' 'set-up failure: aclocal failed' Bail out! set-up failure: aclocal failed ERROR: t/instspc.tap - Bail out! set-up failure: aclocal failed + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 94 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instspc: exit 99 FAIL: t/aclocal =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal.dir + echo 'AC_INIT([aclocal], [0]) AM_INIT_AUTOMAKE' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --output=fred ./t/aclocal.sh: line 24: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal: exit 1 FAIL: t/aclocal-I-order-1 ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-I-order-1.dir + cat + mkdir m4_1 m4_2 + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4_1 -I m4_2 ./t/aclocal-I-order-1.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-I-order-1: exit 1 FAIL: t/aclocal-I-order-2 ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-I-order-2.dir + cat + mkdir m4 + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4 ./t/aclocal-I-order-2.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-I-order-2: exit 1 FAIL: t/aclocal-I-order-3 ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-I-order-3.dir + cat + mkdir m4 + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --verbose -I m4 ./t/aclocal-I-order-3.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-I-order-3: exit 1 FAIL: t/aclocal-I-and-install ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-I-and-install.dir + cat + ACLOCAL='"/build/automake-1.14.1/t/wrap/aclocal-1.14" -Werror --system-acdir acdir' + mkdir m4_1 m4_2 acdir acdir2 + echo ./acdir2 + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --system-acdir acdir -I m4_1 -I m4_2 ./t/aclocal-I-and-install.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-I-and-install: exit 1 FAIL: t/aclocal-acdir ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-acdir.dir + mkdir am sys + mkdir am/internal + : + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --automake-acdir am ./t/aclocal-acdir.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-acdir: exit 1 FAIL: t/aclocal-amflags ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-amflags.dir + cat + mkdir m4_1 m4_2 + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4_1 + cat output ./t/aclocal-amflags.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-amflags: exit 1 FAIL: t/aclocal-autoconf-version-check ====================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-autoconf-version-check.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-autoconf-version-check.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-autoconf-version-check: exit 1 FAIL: t/aclocal-comments-respected ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-comments-respected.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-comments-respected.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-comments-respected: exit 1 FAIL: t/aclocal-deleted-header-aclocal-amflags ============================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-deleted-header-aclocal-amflags.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I . ./t/aclocal-deleted-header-aclocal-amflags.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-deleted-header-aclocal-amflags: exit 1 FAIL: t/aclocal-deleted-header ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-deleted-header.dir + cat + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-deleted-header.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-deleted-header: exit 1 FAIL: t/aclocal-deps-subdir =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-deps-subdir.dir + cat + cat + mkdir sub + : + mkdir m4 + echo 'AC_DEFUN([FOO_TEST], [echo address@hidden)' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-deps-subdir.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-deps-subdir: exit 1 FAIL: t/aclocal-deps ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-deps.dir + cat + mkdir m4 + cat + mkdir lib + : + : + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-deps.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-deps: exit 1 FAIL: t/aclocal-dirlist ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-dirlist.dir + cat + mkdir acdir dirlist-test + echo ./dirlist-test + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --system-acdir acdir ./t/aclocal-dirlist.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-dirlist: exit 1 FAIL: t/aclocal-dirlist-globbing ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-dirlist-globbing.dir + cat + mkdir dirlist21-test dirlist22-test + cat + cat + mkdir my-acdir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --system-acdir my-acdir ./t/aclocal-dirlist-globbing.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-dirlist-globbing: exit 1 FAIL: t/aclocal-dirlist-abspath =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-dirlist-abspath.dir + mkdir acdir-more sub sub/acdir ++ pwd + echo /build/automake-1.14.1/t/aclocal-dirlist-abspath.dir/acdir-more + echo 'AC_DEFUN([AM_FOO], [foo-foo--foo])' + cd sub + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --system-acdir acdir ./t/aclocal-dirlist-abspath.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-dirlist-abspath: exit 1 FAIL: t/aclocal-install-absdir ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-install-absdir.dir + mkdir loc sys + echo AM_DUMMY_MACRO + echo 'AC_DEFUN([AM_DUMMY_MACRO], [:])' ++ pwd + cwd=/build/automake-1.14.1/t/aclocal-install-absdir.dir + env ACLOCAL_PATH=/build/automake-1.14.1/t/aclocal-install-absdir.dir/sys '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --verbose --install -I /build/automake-1.14.1/t/aclocal-install-absdir.dir/loc env: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 127 + exit_status=127 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 127 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-install-absdir: exit 127 SKIP: t/aclocal-install-fail ============================ FAIL: t/aclocal-install-mkdir ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-install-mkdir.dir + cat + mkdir sys-acdir + cat + ACLOCAL='"/build/automake-1.14.1/t/wrap/aclocal-1.14" -Werror --system-acdir=sys-acdir' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --system-acdir=sys-acdir -I foo --install ./t/aclocal-install-mkdir.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-install-mkdir: exit 1 FAIL: t/aclocal-m4-include-are-scanned-aclocal-amflags ====================================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-m4-include-are-scanned-aclocal-amflags.dir + cat + echo 'm4_include([a.m4])' + echo 'm4_include([b.m4])' + cat + echo 'm4_include([d.m4])' + echo 'AC_DEFUN([SOMETHING_ELSE])' + mkdir defs + echo 'AC_DEFUN([SOMETHING_ELSE])' + echo 'AC_DEFUN([ANOTHER_MACRO])' + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I defs ./t/aclocal-m4-include-are-scanned-aclocal-amflags.sh: line 66: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-m4-include-are-scanned-aclocal-amflags: exit 1 FAIL: t/aclocal-m4-include-are-scanned ====================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-m4-include-are-scanned.dir + cat + echo 'm4_include([a.m4])' + echo 'm4_include([b.m4])' + cat + echo 'm4_include([d.m4])' + echo 'AC_DEFUN([SOMETHING_ELSE])' + mkdir defs + echo 'AC_DEFUN([SOMETHING_ELSE])' + echo 'AC_DEFUN([ANOTHER_MACRO])' + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I defs ./t/aclocal-m4-include-are-scanned.sh: line 66: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-m4-include-are-scanned: exit 1 FAIL: t/aclocal-m4-sinclude =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-m4-sinclude.dir + cat + cat + mkdir m4 + echo MACRO1 + echo 'AC_PREREQ([2.58])' + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4 ./t/aclocal-m4-sinclude.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-m4-sinclude: exit 1 FAIL: t/aclocal-macrodir ======================== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-macrodir.dir + plan_ 7 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x7 = xunknown + test x7 = xlater + test x7 = xlazy + test x7 = xnow + test 7 -ge 0 + planned_=7 + echo 1..7 1..7 ++ pwd + ocwd=/build/automake-1.14.1/t/aclocal-macrodir.dir + unset ACLOCAL_PATH + tcount=0 + r=invalid + description= + directive= + test_begin 'AC_CONFIG_MACRO_DIR is honored' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIR is honored' + directive= + echo 'AC_CONFIG_MACRO_DIR is honored' + shift + tcount=1 + test 1 -gt 0 + mkdir 1.d + cd 1.d + cat + mkdir macro-dir + echo 'AC_DEFUN([MY_FOO], [::my::foo::])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-macrodir.tap: line 86: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIR is honored' + cd /build/automake-1.14.1/t/aclocal-macrodir.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIR is honored' + set +x not ok 1 - AC_CONFIG_MACRO_DIR is honored FAIL: t/aclocal-macrodir.tap 1 - AC_CONFIG_MACRO_DIR is honored + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIR([foo]) interaction with --install' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIR([foo]) interaction with --install' + directive= + echo 'AC_CONFIG_MACRO_DIR([foo]) interaction with --install' + shift + tcount=2 + test 2 -gt 0 + mkdir 2.d + cd 2.d + cat + mkdir sys-dir the-dir + echo 'AC_DEFUN([THE_MACRO], [:])' + test '!' -r the-dir/my.m4 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --install --system-acdir ./sys-dir ./t/aclocal-macrodir.tap: line 108: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIR([foo]) interaction with --install' + cd /build/automake-1.14.1/t/aclocal-macrodir.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIR([foo]) interaction with --install' + set +x not ok 2 - AC_CONFIG_MACRO_DIR([foo]) interaction with --install FAIL: t/aclocal-macrodir.tap 2 - AC_CONFIG_MACRO_DIR([foo]) interaction with --install + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin ''\''-I'\'' option wins over AC_CONFIG_MACRO_DIR' + test -n '' + r=ok + description=''\''-I'\'' option wins over AC_CONFIG_MACRO_DIR' + directive= + echo ''\''-I'\'' option wins over AC_CONFIG_MACRO_DIR' + shift + tcount=3 + test 3 -gt 0 + mkdir 3.d + cd 3.d + cat + mkdir dir1 dir2 + echo 'AC_DEFUN([MY_FOO], [::ko::ko::])' + echo 'AC_DEFUN([MY_FOO], [::ok::ok::])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I dir2 ./t/aclocal-macrodir.tap: line 128: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z ''\''-I'\'' option wins over AC_CONFIG_MACRO_DIR' + cd /build/automake-1.14.1/t/aclocal-macrodir.dir + result_ 'not ok' -D '' -- ''\''-I'\'' option wins over AC_CONFIG_MACRO_DIR' + set +x not ok 3 - '-I' option wins over AC_CONFIG_MACRO_DIR FAIL: t/aclocal-macrodir.tap 3 - '-I' option wins over AC_CONFIG_MACRO_DIR + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIR([foo]) can create directory '\''foo'\''' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIR([foo]) can create directory '\''foo'\''' + directive= + echo 'AC_CONFIG_MACRO_DIR([foo]) can create directory '\''foo'\''' + shift + tcount=4 + test 4 -gt 0 + mkdir 4.d + cd 4.d + cat + mkdir acdir + echo 'AC_DEFUN([MY_MACRO], [:])' + test '!' -d foo + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --install --system-acdir ./acdir ./t/aclocal-macrodir.tap: line 152: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIR([foo]) can create directory '\''foo'\''' + cd /build/automake-1.14.1/t/aclocal-macrodir.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIR([foo]) can create directory '\''foo'\''' + set +x not ok 4 - AC_CONFIG_MACRO_DIR([foo]) can create directory 'foo' FAIL: t/aclocal-macrodir.tap 4 - AC_CONFIG_MACRO_DIR([foo]) can create directory 'foo' + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIR([non-existent]) warns with -Wunsupported' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIR([non-existent]) warns with -Wunsupported' + directive= + echo 'AC_CONFIG_MACRO_DIR([non-existent]) warns with -Wunsupported' + shift + tcount=5 + test 5 -gt 0 + mkdir 5.d + cd 5.d + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-error + r='not ok' + rm -rf aclocal.m4 'autom4te*.cache' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Werror -Wno-unsupported ./t/aclocal-macrodir.tap: line 176: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIR([non-existent]) warns with -Wunsupported' + cd /build/automake-1.14.1/t/aclocal-macrodir.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIR([non-existent]) warns with -Wunsupported' + set +x not ok 5 - AC_CONFIG_MACRO_DIR([non-existent]) warns with -Wunsupported FAIL: t/aclocal-macrodir.tap 5 - AC_CONFIG_MACRO_DIR([non-existent]) warns with -Wunsupported + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIR([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIR([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + directive= + echo 'AC_CONFIG_MACRO_DIR([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + shift + tcount=6 + test 6 -gt 0 + mkdir 6.d + cd 6.d + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-error + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIR([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + cd /build/automake-1.14.1/t/aclocal-macrodir.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIR([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + set +x not ok 6 - AC_CONFIG_MACRO_DIR([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist FAIL: t/aclocal-macrodir.tap 6 - AC_CONFIG_MACRO_DIR([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + echo 'AC_INIT AC_CONFIG_MACRO_DIRS' + autoconf -o/dev/null - /dev/null:1659: error: possibly undefined macro: AC_CONFIG_MACRO_DIRS If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. + skip_ -r 'autoconf is too old (AC_CONFIG_MACRO_DIRS not defined)' + result_ ok -D SKIP -r 'autoconf is too old (AC_CONFIG_MACRO_DIRS not defined)' + set +x ok 7 # SKIP autoconf is too old (AC_CONFIG_MACRO_DIRS not defined) SKIP: t/aclocal-macrodir.tap 7 # SKIP autoconf is too old (AC_CONFIG_MACRO_DIRS not defined) + : + am_exit_trap 0 + exit_status=0 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 7 = later + test 0 -eq 0 + test 0 -eq 7 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-macrodir: exit 0 FAIL: t/aclocal-macrodirs ========================= Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-macrodirs.dir + plan_ 15 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x15 = xunknown + test x15 = xlater + test x15 = xlazy + test x15 = xnow + test 15 -ge 0 + planned_=15 + echo 1..15 1..15 ++ pwd + ocwd=/build/automake-1.14.1/t/aclocal-macrodirs.dir + unset ACLOCAL_PATH + tcount=0 + r=invalid + description= + directive= + test_begin 'AC_CONFIG_MACRO_DIRS is honored' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIRS is honored' + directive= + echo 'AC_CONFIG_MACRO_DIRS is honored' + shift + tcount=1 + test 1 -gt 0 + mkdir 1.d + cd 1.d + cat + mkdir macro-dir + echo 'AC_DEFUN([MY_FOO], [::my::foo::])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-macrodirs.tap: line 86: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIRS is honored' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIRS is honored' + set +x not ok 1 - AC_CONFIG_MACRO_DIRS is honored FAIL: t/aclocal-macrodirs.tap 1 - AC_CONFIG_MACRO_DIRS is honored + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIRS several arguments' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIRS several arguments' + directive= + echo 'AC_CONFIG_MACRO_DIRS several arguments' + shift + tcount=2 + test 2 -gt 0 + mkdir 2.d + cd 2.d + cat + three_dirs_check + mkdir dir1 dir2 dir3 + echo 'AC_DEFUN([MY_FOO], [::my::foo::])' + echo 'AC_DEFUN([MY_BAR], [!!my!!bar!!])' + echo 'AC_DEFUN([MY_BAZ], [==my==baz==])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-macrodirs.tap: line 103: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIRS several arguments' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIRS several arguments' + set +x not ok 2 - AC_CONFIG_MACRO_DIRS several arguments FAIL: t/aclocal-macrodirs.tap 2 - AC_CONFIG_MACRO_DIRS several arguments + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIRS several calls' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIRS several calls' + directive= + echo 'AC_CONFIG_MACRO_DIRS several calls' + shift + tcount=3 + test 3 -gt 0 + mkdir 3.d + cd 3.d + cat + three_dirs_check + mkdir dir1 dir2 dir3 + echo 'AC_DEFUN([MY_FOO], [::my::foo::])' + echo 'AC_DEFUN([MY_BAR], [!!my!!bar!!])' + echo 'AC_DEFUN([MY_BAZ], [==my==baz==])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-macrodirs.tap: line 103: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIRS several calls' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIRS several calls' + set +x not ok 3 - AC_CONFIG_MACRO_DIRS several calls FAIL: t/aclocal-macrodirs.tap 3 - AC_CONFIG_MACRO_DIRS several calls + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIRS extra whitespace' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIRS extra whitespace' + directive= + echo 'AC_CONFIG_MACRO_DIRS extra whitespace' + shift + tcount=4 + test 4 -gt 0 + mkdir 4.d + cd 4.d + bslash='\' + cat + three_dirs_check + mkdir dir1 dir2 dir3 + echo 'AC_DEFUN([MY_FOO], [::my::foo::])' + echo 'AC_DEFUN([MY_BAR], [!!my!!bar!!])' + echo 'AC_DEFUN([MY_BAZ], [==my==baz==])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-macrodirs.tap: line 103: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIRS extra whitespace' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIRS extra whitespace' + set +x not ok 4 - AC_CONFIG_MACRO_DIRS extra whitespace FAIL: t/aclocal-macrodirs.tap 4 - AC_CONFIG_MACRO_DIRS extra whitespace + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIRS precedence' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIRS precedence' + directive= + echo 'AC_CONFIG_MACRO_DIRS precedence' + shift + tcount=5 + test 5 -gt 0 + mkdir 5.d + cd 5.d + cat + mkdir dir1 dir2 dir3 + echo 'AC_DEFUN([MY_FOO], [OK-Foo])' + echo 'AC_DEFUN([MY_FOO], [KO-Foo])' + echo 'AC_DEFUN([MY_BAR], [OK-Bar])' + echo 'AC_DEFUN([MY_BAR], [KO-Bar])' + echo 'AC_DEFUN([MY_BAZ], [OK-Baz])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-macrodirs.tap: line 190: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIRS precedence' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIRS precedence' + set +x not ok 5 - AC_CONFIG_MACRO_DIRS precedence FAIL: t/aclocal-macrodirs.tap 5 - AC_CONFIG_MACRO_DIRS precedence + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIRS interaction with --install' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIRS interaction with --install' + directive= + echo 'AC_CONFIG_MACRO_DIRS interaction with --install' + shift + tcount=6 + test 6 -gt 0 + mkdir 6.d + cd 6.d + cat + mkdir sys-dir the-dir + echo 'AC_DEFUN([THE_MACRO], [:])' + test '!' -r the-dir/my.m4 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --install --system-acdir ./sys-dir ./t/aclocal-macrodirs.tap: line 220: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIRS interaction with --install' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIRS interaction with --install' + set +x not ok 6 - AC_CONFIG_MACRO_DIRS interaction with --install FAIL: t/aclocal-macrodirs.tap 6 - AC_CONFIG_MACRO_DIRS interaction with --install + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'several AC_CONFIG_MACRO_DIRS arguments and --install' + test -n '' + r=ok + description='several AC_CONFIG_MACRO_DIRS arguments and --install' + directive= + echo 'several AC_CONFIG_MACRO_DIRS arguments and --install' + shift + tcount=7 + test 7 -gt 0 + mkdir 7.d + cd 7.d + cat + two_dirs_install_check + mkdir sys-dir dir1 dir2 + echo 'AC_DEFUN([THE_MACRO], [:])' + echo 'AC_DEFUN([AX_FOO], [:])' + test '!' -r dir1/my.m4 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --install --system-acdir ./sys-dir ./t/aclocal-macrodirs.tap: line 234: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'several AC_CONFIG_MACRO_DIRS arguments and --install' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- 'several AC_CONFIG_MACRO_DIRS arguments and --install' + set +x not ok 7 - several AC_CONFIG_MACRO_DIRS arguments and --install FAIL: t/aclocal-macrodirs.tap 7 - several AC_CONFIG_MACRO_DIRS arguments and --install + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'several AC_CONFIG_MACRO_DIRS calls and --install' + test -n '' + r=ok + description='several AC_CONFIG_MACRO_DIRS calls and --install' + directive= + echo 'several AC_CONFIG_MACRO_DIRS calls and --install' + shift + tcount=8 + test 8 -gt 0 + mkdir 8.d + cd 8.d + cat + two_dirs_install_check + mkdir sys-dir dir1 dir2 + echo 'AC_DEFUN([THE_MACRO], [:])' + echo 'AC_DEFUN([AX_FOO], [:])' + test '!' -r dir1/my.m4 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --install --system-acdir ./sys-dir ./t/aclocal-macrodirs.tap: line 234: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'several AC_CONFIG_MACRO_DIRS calls and --install' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- 'several AC_CONFIG_MACRO_DIRS calls and --install' + set +x not ok 8 - several AC_CONFIG_MACRO_DIRS calls and --install FAIL: t/aclocal-macrodirs.tap 8 - several AC_CONFIG_MACRO_DIRS calls and --install + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin ''\''-I'\'' option wins over AC_CONFIG_MACRO_DIRS' + test -n '' + r=ok + description=''\''-I'\'' option wins over AC_CONFIG_MACRO_DIRS' + directive= + echo ''\''-I'\'' option wins over AC_CONFIG_MACRO_DIRS' + shift + tcount=9 + test 9 -gt 0 + mkdir 9.d + cd 9.d + cat + mkdir dir1 dir2 + echo 'AC_DEFUN([MY_FOO], [::ko::ko::])' + echo 'AC_DEFUN([MY_FOO], [::ok::ok::])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I dir2 ./t/aclocal-macrodirs.tap: line 288: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z ''\''-I'\'' option wins over AC_CONFIG_MACRO_DIRS' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- ''\''-I'\'' option wins over AC_CONFIG_MACRO_DIRS' + set +x not ok 9 - '-I' option wins over AC_CONFIG_MACRO_DIRS FAIL: t/aclocal-macrodirs.tap 9 - '-I' option wins over AC_CONFIG_MACRO_DIRS + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIRS([foo]) can create directory '\''foo'\''' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIRS([foo]) can create directory '\''foo'\''' + directive= + echo 'AC_CONFIG_MACRO_DIRS([foo]) can create directory '\''foo'\''' + shift + tcount=10 + test 10 -gt 0 + mkdir 10.d + cd 10.d + cat + mkdir acdir + echo 'AC_DEFUN([MY_MACRO], [:])' + test '!' -d foo + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --install --system-acdir ./acdir ./t/aclocal-macrodirs.tap: line 312: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIRS([foo]) can create directory '\''foo'\''' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIRS([foo]) can create directory '\''foo'\''' + set +x not ok 10 - AC_CONFIG_MACRO_DIRS([foo]) can create directory 'foo' FAIL: t/aclocal-macrodirs.tap 10 - AC_CONFIG_MACRO_DIRS([foo]) can create directory 'foo' + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIRS([non-existent]) warns (1)' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIRS([non-existent]) warns (1)' + directive= + echo 'AC_CONFIG_MACRO_DIRS([non-existent]) warns (1)' + shift + tcount=11 + test 11 -gt 0 + mkdir 11.d + cd 11.d + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-error + r='not ok' + rm -rf aclocal.m4 'autom4te*.cache' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Werror -Wno-unsupported ./t/aclocal-macrodirs.tap: line 336: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIRS([non-existent]) warns (1)' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIRS([non-existent]) warns (1)' + set +x not ok 11 - AC_CONFIG_MACRO_DIRS([non-existent]) warns (1) FAIL: t/aclocal-macrodirs.tap 11 - AC_CONFIG_MACRO_DIRS([non-existent]) warns (1) + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIRS([non-existent]) warns (2)' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIRS([non-existent]) warns (2)' + directive= + echo 'AC_CONFIG_MACRO_DIRS([non-existent]) warns (2)' + shift + tcount=12 + test 12 -gt 0 + mkdir 12.d + cd 12.d + cat + mkdir dir-ok + not '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + cat stderr + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-functions.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + grep 'couldn'\''t open directory '\''dir-ko'\''' stderr + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIRS([non-existent]) warns (2)' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIRS([non-existent]) warns (2)' + set +x not ok 12 - AC_CONFIG_MACRO_DIRS([non-existent]) warns (2) FAIL: t/aclocal-macrodirs.tap 12 - AC_CONFIG_MACRO_DIRS([non-existent]) warns (2) + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIRS([existent non-existent]) errors out' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIRS([existent non-existent]) errors out' + directive= + echo 'AC_CONFIG_MACRO_DIRS([existent non-existent]) errors out' + shift + tcount=13 + test 13 -gt 0 + mkdir 13.d + cd 13.d + cat + mkdir dir-ok + not '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wnone --install + cat stderr + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wnone --install /build/automake-1.14.1/t/ax/tap-functions.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + grep 'couldn'\''t open directory '\''dir-ko'\''' stderr + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIRS([existent non-existent]) errors out' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIRS([existent non-existent]) errors out' + set +x not ok 13 - AC_CONFIG_MACRO_DIRS([existent non-existent]) errors out FAIL: t/aclocal-macrodirs.tap 13 - AC_CONFIG_MACRO_DIRS([existent non-existent]) errors out + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + test_begin 'AC_CONFIG_MACRO_DIRS([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + test -n '' + r=ok + description='AC_CONFIG_MACRO_DIRS([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + directive= + echo 'AC_CONFIG_MACRO_DIRS([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + shift + tcount=14 + test 14 -gt 0 + mkdir 14.d + cd 14.d + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-error + r='not ok' + test_end + test -z 'AC_CONFIG_MACRO_DIRS([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + cd /build/automake-1.14.1/t/aclocal-macrodirs.dir + result_ 'not ok' -D '' -- 'AC_CONFIG_MACRO_DIRS([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + set +x not ok 14 - AC_CONFIG_MACRO_DIRS([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist FAIL: t/aclocal-macrodirs.tap 14 - AC_CONFIG_MACRO_DIRS([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist + test -z '' + test 'not ok' = ok + r=invalid + directive= + description= + echo 'AC_INIT AC_CONFIG_MACRO_DIRS' + autoconf -o/dev/null - /dev/null:1659: error: possibly undefined macro: AC_CONFIG_MACRO_DIRS If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. + skip_ -r 'autoconf is too old (AC_CONFIG_MACRO_DIRS not defined)' + result_ ok -D SKIP -r 'autoconf is too old (AC_CONFIG_MACRO_DIRS not defined)' + set +x ok 15 # SKIP autoconf is too old (AC_CONFIG_MACRO_DIRS not defined) SKIP: t/aclocal-macrodirs.tap 15 # SKIP autoconf is too old (AC_CONFIG_MACRO_DIRS not defined) + : + am_exit_trap 0 + exit_status=0 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 15 = later + test 0 -eq 0 + test 0 -eq 15 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-macrodirs: exit 0 FAIL: t/aclocal-missing-macros ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-missing-macros.dir + cat + mkdir macros + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I macros + cat stderr ./t/aclocal-missing-macros.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + grep '^macros/gnome\.m4:4:.*AM__PATH__GTK.*not found' stderr + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-missing-macros: exit 1 FAIL: t/aclocal-no-extra-scan ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-no-extra-scan.dir + cat + mkdir m4 + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4 ./t/aclocal-no-extra-scan.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-no-extra-scan: exit 1 FAIL: t/aclocal-no-force ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-no-force.dir + cat + mkdir sub + : + cat + : + mkdir m4 + echo 'AC_DEFUN([SOME_DEFS], [])' + sleep 2 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4 ./t/aclocal-no-force.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-no-force: exit 1 FAIL: t/aclocal-no-symlinked-overwrite ====================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-no-symlinked-overwrite.dir + echo 'm4_define([FOO], [wrong foo])' + echo 'm4_define([FOO], [right foo])' + echo 'AC_INIT FOO' + chmod a-w foo.m4 + ln -s foo.m4 aclocal.m4 + test -h aclocal.m4 + grep 'wrong foo' aclocal.m4 m4_define([FOO], [wrong foo]) + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-no-symlinked-overwrite.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-no-symlinked-overwrite: exit 1 FAIL: t/aclocal-no-unused-required ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-no-unused-required.dir + cat + mkdir m4 + cat + echo 'AC_DEFUN([MACRO1],)' + echo 'AC_DEFUN([MACRO2], [AC_REQUIRE([AM_UNUSED_MACRO])])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4 + cat output ./t/aclocal-no-unused-required.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-no-unused-required: exit 1 FAIL: t/aclocal-path ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-path.dir + cat + mkdir mdir1 mdir2 mdir3 + cat + cat + cat ++ pwd + ACLOCAL_PATH=mdir1:./mdir2:/build/automake-1.14.1/t/aclocal-path.dir/mdir3 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-path.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-path: exit 1 FAIL: t/aclocal-path-install ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-path-install.dir + cat + mkdir acdir pdir ldir ++ pwd + ACLOCAL='"/build/automake-1.14.1/t/wrap/aclocal-1.14" -Werror --system-acdir=/build/automake-1.14.1/t/aclocal-path-install.dir/acdir' + ACLOCAL_PATH=./pdir + export ACLOCAL_PATH + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --system-acdir=/build/automake-1.14.1/t/aclocal-path-install.dir/acdir --install + cat stderr ./t/aclocal-path-install.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + grep 'impossible without -I .* nor AC_CONFIG_MACRO_DIR' stderr + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-path-install: exit 1 FAIL: t/aclocal-path-install-serial =================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-path-install-serial.dir + cat + mkdir sdir pdir m4 ++ pwd + ACLOCAL='"/build/automake-1.14.1/t/wrap/aclocal-1.14" -Werror --system-acdir=/build/automake-1.14.1/t/aclocal-path-install-serial.dir/sdir' + ACLOCAL_PATH=./pdir + export ACLOCAL_PATH + cat + cat + set_serial 2 sdir/foo.m4 + serial=2 + file=sdir/foo.m4 + sed '/^# serial/d' sdir/foo.m4 + case $serial in + echo '# serial 2' + cat t + rm -f t + cat sdir/foo.m4 # serial 2 AC_DEFUN([AM_FOO], [::sdir::]) + set_serial 1 pdir/foo.m4 + serial=1 + file=pdir/foo.m4 + sed '/^# serial/d' pdir/foo.m4 + case $serial in + echo '# serial 1' + cat t + rm -f t + cat pdir/foo.m4 # serial 1 AC_DEFUN([AM_FOO], [::pdir::]) + win sdir + case $1 in + ok=sdir + ko=pdir + rm -rf configure aclocal.m4 'autom4te*.cache' 'm4/*' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --system-acdir=/build/automake-1.14.1/t/aclocal-path-install-serial.dir/sdir -I m4 --install ./t/aclocal-path-install-serial.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-path-install-serial: exit 1 FAIL: t/aclocal-path-nonexistent ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-path-nonexistent.dir + cat + mkdir mdir + echo 'AC_DEFUN([AM_FOO], [am--foo])' ++ pwd + ACLOCAL_PATH=./nonesuch:./mdir:/build/automake-1.14.1/t/aclocal-path-nonexistent.dir/nonesuch2:nonesuch3 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-path-nonexistent.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-path-nonexistent: exit 1 FAIL: t/aclocal-path-precedence =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-path-precedence.dir + cat + mkdir mdir1 mdir2 mdir3 sysdir extradir + cat + cat + cat + cat + cat + cat + cat + echo ./extradir + ACLOCAL_PATH=mdir1:mdir2 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I mdir3 --system-acdir sysdir ./t/aclocal-path-precedence.sh: line 65: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-path-precedence: exit 1 FAIL: t/aclocal-pr450 ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-pr450.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-pr450.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-pr450: exit 1 FAIL: t/aclocal-print-acdir =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-print-acdir.dir + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --print-ac-dir ./t/aclocal-print-acdir.sh: line 22: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-print-acdir: exit 1 FAIL: t/aclocal-req =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-req.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-req.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-req: exit 1 FAIL: t/aclocal-remake-misc =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-remake-misc.dir + cat + cat + mkdir sub + : + mkdir m4 + echo 'AC_DEFUN([SOME_DEFS], [])' + echo 'AC_DEFUN([MORE_DEFS], [AC_SUBST([GREPME])])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aclocal-remake-misc.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-remake-misc: exit 1 FAIL: t/aclocal-scan-configure-ac-pr319 ======================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-scan-configure-ac-pr319.dir + cat + mkdir m4 + echo 'AC_DEFUN([AM_SOME_MACRO])' + echo 'AC_DEFUN([AM_SOME_DEF])' + echo 'AC_DEFUN([AM_MORE_MACRO], [AC_REQUIRE([AM_SOME_DEF])])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4 ./t/aclocal-scan-configure-ac-pr319.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-scan-configure-ac-pr319: exit 1 FAIL: t/aclocal-serial ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-serial.dir + cat + mkdir 1 2 3 4 5 6 + cat + cat + cat + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I 1 -I 2 -I 3 -I 4 ./t/aclocal-serial.sh: line 73: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-serial: exit 1 FAIL: t/aclocal-underquoted-defun ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-underquoted-defun.dir + cat + mkdir m4 + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4 + cat stderr ./t/aclocal-underquoted-defun.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + grep 'underquoted definition.*FOO' stderr + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-underquoted-defun: exit 1 FAIL: t/aclocal-verbose-install =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aclocal-verbose-install.dir + cat + mkdir sys-acdir + cat + cat + mkdir foodir + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --system-acdir=sys-acdir --install --verbose -I foodir + cat stderr ./t/aclocal-verbose-install.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal-verbose-install: exit 1 FAIL: t/ac-output-old ===================== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ac-output-old.dir + plan_ 22 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x22 = xunknown + test x22 = xlater + test x22 = xlazy + test x22 = xnow + test 22 -ge 0 + planned_=22 + echo 1..22 1..22 + rm -f configure.ac depcomp + acoutbs_check 1 + dir=acoutbs1 + mkdir acoutbs1 + cd acoutbs1 + cat + touch Makefile.am zot.in + command_ok_ 'aclocal groks '\''\'\'' in AC_OUTPUT (acoutbs1)' '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='aclocal groks '\''\'\'' in AC_OUTPUT (acoutbs1)' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'aclocal groks '\''\'\'' in AC_OUTPUT (acoutbs1)' + set +x not ok 1 - aclocal groks '\' in AC_OUTPUT (acoutbs1) FAIL: t/ac-output-old.tap 1 - aclocal groks '\' in AC_OUTPUT (acoutbs1) + command_ok_ 'automake groks '\''\'\'' in AC_OUTPUT (acoutbs1)' automake-1.14 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='automake groks '\''\'\'' in AC_OUTPUT (acoutbs1)' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'automake groks '\''\'\'' in AC_OUTPUT (acoutbs1)' + set +x not ok 2 - automake groks '\' in AC_OUTPUT (acoutbs1) FAIL: t/ac-output-old.tap 2 - automake groks '\' in AC_OUTPUT (acoutbs1) + command_ok_ 'autoconf groks '\''\'\'' in AC_OUTPUT (acoutbs1)' autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='autoconf groks '\''\'\'' in AC_OUTPUT (acoutbs1)' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf configure.ac:2: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'autoconf groks '\''\'\'' in AC_OUTPUT (acoutbs1)' + set +x not ok 3 - autoconf groks '\' in AC_OUTPUT (acoutbs1) FAIL: t/ac-output-old.tap 3 - autoconf groks '\' in AC_OUTPUT (acoutbs1) + command_ok_ 'can ./configure in acoutbs1' ./configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='can ./configure in acoutbs1' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + ./configure ./configure: line 1664: AM_INIT_AUTOMAKE: command not found configure: creating ./config.status config.status: error: cannot find input file: `Makefile.in' + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'can ./configure in acoutbs1' + set +x not ok 4 - can ./configure in acoutbs1 FAIL: t/ac-output-old.tap 4 - can ./configure in acoutbs1 + command_ok_ 'zot created in acoutbs1' test -f zot + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='zot created in acoutbs1' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + test -f zot + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'zot created in acoutbs1' + set +x not ok 5 - zot created in acoutbs1 FAIL: t/ac-output-old.tap 5 - zot created in acoutbs1 + ls -a + command_ok_ ''\''\'\'' not leaked in filenames in acoutbs1' not grep '\\' lst + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_=''\''\'\'' not leaked in filenames in acoutbs1' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + not grep '\\' lst + grep '\\' lst + result_ ok -D '' -r '' -- ''\''\'\'' not leaked in filenames in acoutbs1' + set +x ok 6 - '\' not leaked in filenames in acoutbs1 PASS: t/ac-output-old.tap 6 - '\' not leaked in filenames in acoutbs1 + cd .. + acoutbs_check 2 + dir=acoutbs2 + mkdir acoutbs2 + cd acoutbs2 + cat + touch Makefile.am zot.in + command_ok_ 'aclocal groks '\''\'\'' in AC_OUTPUT (acoutbs2)' '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='aclocal groks '\''\'\'' in AC_OUTPUT (acoutbs2)' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'aclocal groks '\''\'\'' in AC_OUTPUT (acoutbs2)' + set +x not ok 7 - aclocal groks '\' in AC_OUTPUT (acoutbs2) FAIL: t/ac-output-old.tap 7 - aclocal groks '\' in AC_OUTPUT (acoutbs2) + command_ok_ 'automake groks '\''\'\'' in AC_OUTPUT (acoutbs2)' automake-1.14 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='automake groks '\''\'\'' in AC_OUTPUT (acoutbs2)' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'automake groks '\''\'\'' in AC_OUTPUT (acoutbs2)' + set +x not ok 8 - automake groks '\' in AC_OUTPUT (acoutbs2) FAIL: t/ac-output-old.tap 8 - automake groks '\' in AC_OUTPUT (acoutbs2) + command_ok_ 'autoconf groks '\''\'\'' in AC_OUTPUT (acoutbs2)' autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='autoconf groks '\''\'\'' in AC_OUTPUT (acoutbs2)' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf configure.ac:2: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'autoconf groks '\''\'\'' in AC_OUTPUT (acoutbs2)' + set +x not ok 9 - autoconf groks '\' in AC_OUTPUT (acoutbs2) FAIL: t/ac-output-old.tap 9 - autoconf groks '\' in AC_OUTPUT (acoutbs2) + command_ok_ 'can ./configure in acoutbs2' ./configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='can ./configure in acoutbs2' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + ./configure ./configure: line 1664: AM_INIT_AUTOMAKE: command not found configure: creating ./config.status config.status: error: cannot find input file: `Makefile.in' + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'can ./configure in acoutbs2' + set +x not ok 10 - can ./configure in acoutbs2 FAIL: t/ac-output-old.tap 10 - can ./configure in acoutbs2 + command_ok_ 'zot created in acoutbs2' test -f zot + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='zot created in acoutbs2' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + test -f zot + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'zot created in acoutbs2' + set +x not ok 11 - zot created in acoutbs2 FAIL: t/ac-output-old.tap 11 - zot created in acoutbs2 + ls -a + command_ok_ ''\''\'\'' not leaked in filenames in acoutbs2' not grep '\\' lst + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_=''\''\'\'' not leaked in filenames in acoutbs2' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + not grep '\\' lst + grep '\\' lst + result_ ok -D '' -r '' -- ''\''\'\'' not leaked in filenames in acoutbs2' + set +x ok 12 - '\' not leaked in filenames in acoutbs2 PASS: t/ac-output-old.tap 12 - '\' not leaked in filenames in acoutbs2 + cd .. + mkdir acoutnoq + cd acoutnoq + cat + : + command_ok_ 'aclocal and quoted AC_OUTPUT second argument' '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='aclocal and quoted AC_OUTPUT second argument' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'aclocal and quoted AC_OUTPUT second argument' + set +x not ok 13 - aclocal and quoted AC_OUTPUT second argument FAIL: t/ac-output-old.tap 13 - aclocal and quoted AC_OUTPUT second argument + command_ok_ 'automake and quoted AC_OUTPUT second argument' automake-1.14 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='automake and quoted AC_OUTPUT second argument' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'automake and quoted AC_OUTPUT second argument' + set +x not ok 14 - automake and quoted AC_OUTPUT second argument FAIL: t/ac-output-old.tap 14 - automake and quoted AC_OUTPUT second argument + cd .. + mkdir acoutpt + cd acoutpt + cat + : + command_ok_ 'aclocal and two AC_OUTPUT arguments on same line' '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='aclocal and two AC_OUTPUT arguments on same line' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'aclocal and two AC_OUTPUT arguments on same line' + set +x not ok 15 - aclocal and two AC_OUTPUT arguments on same line FAIL: t/ac-output-old.tap 15 - aclocal and two AC_OUTPUT arguments on same line + command_ok_ 'automake and two AC_OUTPUT arguments on same line' automake-1.14 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='automake and two AC_OUTPUT arguments on same line' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'automake and two AC_OUTPUT arguments on same line' + set +x not ok 16 - automake and two AC_OUTPUT arguments on same line FAIL: t/ac-output-old.tap 16 - automake and two AC_OUTPUT arguments on same line + cd .. + mkdir acoutpt2 + cd acoutpt2 + cur=acoutput2 + cat + mkdir subdir + : + : + : + : + command_ok_ 'aclocal and AC_OUTPUT (acoutput2)' '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='aclocal and AC_OUTPUT (acoutput2)' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'aclocal and AC_OUTPUT (acoutput2)' + set +x not ok 17 - aclocal and AC_OUTPUT (acoutput2) FAIL: t/ac-output-old.tap 17 - aclocal and AC_OUTPUT (acoutput2) + command_ok_ 'automake and AC_OUTPUT (acoutput2)' automake-1.14 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='automake and AC_OUTPUT (acoutput2)' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'automake and AC_OUTPUT (acoutput2)' + set +x not ok 18 - automake and AC_OUTPUT (acoutput2) FAIL: t/ac-output-old.tap 18 - automake and AC_OUTPUT (acoutput2) ++ /bin/grep -F -c foo.in Makefile.in /bin/grep: Makefile.in: No such file or directory + command_ok_ 'foo.in mentioned two times in Makefile.in (acoutput2)' test -eq 2 + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='foo.in mentioned two times in Makefile.in (acoutput2)' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + test -eq 2 /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: test: -eq: unary operator expected + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'foo.in mentioned two times in Makefile.in (acoutput2)' + set +x not ok 19 - foo.in mentioned two times in Makefile.in (acoutput2) FAIL: t/ac-output-old.tap 19 - foo.in mentioned two times in Makefile.in (acoutput2) + command_ok_ ''\''automake -a -f'\'' and AC_OUTPUT (acoutput2)' automake-1.14 --foreign -Werror -Wall --add-missing --force-missing + tap_directive_= + tap_reason_= + test 7 -gt 0 + tap_description_=''\''automake -a -f'\'' and AC_OUTPUT (acoutput2)' + shift + test 6 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall --add-missing --force-missing configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- ''\''automake -a -f'\'' and AC_OUTPUT (acoutput2)' + set +x not ok 20 - 'automake -a -f' and AC_OUTPUT (acoutput2) FAIL: t/ac-output-old.tap 20 - 'automake -a -f' and AC_OUTPUT (acoutput2) + cd .. + mkdir acoutqnl + cd acoutqnl + cat + : + command_ok_ 'aclocal and two AC_OUTPUT arguments on two lines' '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='aclocal and two AC_OUTPUT arguments on two lines' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'aclocal and two AC_OUTPUT arguments on two lines' + set +x not ok 21 - aclocal and two AC_OUTPUT arguments on two lines FAIL: t/ac-output-old.tap 21 - aclocal and two AC_OUTPUT arguments on two lines + command_ok_ 'automake and two AC_OUTPUT arguments on two lines' automake-1.14 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='automake and two AC_OUTPUT arguments on two lines' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'automake and two AC_OUTPUT arguments on two lines' + set +x not ok 22 - automake and two AC_OUTPUT arguments on two lines FAIL: t/ac-output-old.tap 22 - automake and two AC_OUTPUT arguments on two lines + cd .. + _am_exit 0 + set +e + test 77 = 0 + exit 0 + exit 0 + am_exit_trap 0 + exit_status=0 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 22 = later + test 0 -eq 0 + test 2 -eq 22 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ac-output-old: exit 0 FAIL: t/acsilent ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/acsilent.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + cat output ./t/acsilent.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x acsilent: exit 1 FAIL: t/acsubst =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/acsubst.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/acsubst.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x acsubst: exit 1 FAIL: t/acsubst2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/acsubst2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/acsubst2.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x acsubst2: exit 1 ERROR: t/add-missing ==================== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/add-missing.dir + plan_ later + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test xlater = xunknown + test xlater = xlater + planned_=later + return 0 + build_aux=build-aux ++ pwd + ocwd=/build/automake-1.14.1/t/add-missing.dir + diff -u /dev/null /dev/null + am_diff='diff -u' + echo dummy + ln -s foo bar + test -h bar + have_true_symlinks=yes + rm -f foo bar + cat + cat configure.stub - + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/add-missing.tap: line 67: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + framework_failure_ 'cannot pre-compute aclocal.m4' + bailout_ 'set-up failure: cannot pre-compute aclocal.m4' + echo 'Bail out!' 'set-up failure: cannot pre-compute aclocal.m4' Bail out! set-up failure: cannot pre-compute aclocal.m4 ERROR: t/add-missing.tap - Bail out! set-up failure: cannot pre-compute aclocal.m4 + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test later = later + test 99 -eq 0 + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x add-missing: exit 99 FAIL: t/add-missing-multiple ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/add-missing-multiple.dir + cat + mkdir one + mkdir two + echo 'SUBDIRS = one two' + echo 'info_TEXINFOS = mumble.texi' + cat + cp one/Makefile.am one/mumble.texi two + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/add-missing-multiple.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x add-missing-multiple: exit 1 XFAIL: t/all ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/all.dir + targets='all install-exec install-data uninstall' + sed -e 's/[ :]/-local&/g' + echo 'all install-exec install-data uninstall:' + cat Makefile.am all-local install-exec-local install-data-local uninstall-local: + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/all.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x all: exit 1 FAIL: t/all2 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/all2.dir + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/all2.sh: line 21: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x all2: exit 1 FAIL: t/alloca ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/alloca.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/alloca.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x alloca: exit 1 FAIL: t/alloca2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/alloca2.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/alloca2.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x alloca2: exit 1 FAIL: t/alpha ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/alpha.dir + cat + cat + mkdir sub + cat + : + : + : + : + : + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/alpha.sh: line 57: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x alpha: exit 1 FAIL: t/alpha2 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/alpha2.dir + cat + cat + mkdir sub + : + : + : + : + : + : + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/alpha2.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x alpha2: exit 1 SKIP: t/amhello-cross-compile ============================= amhello-cross-compile: running i586-mingw32msvc-gcc --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: i586-mingw32msvc-gcc: command not found FAIL: t/aminit-moreargs-deprecation =================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/aminit-moreargs-deprecation.dir + warn_rx='AM_INIT_AUTOMAKE.* two-.* three-arguments form.*deprecated' + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/aminit-moreargs-deprecation.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aminit-moreargs-deprecation: exit 1 FAIL: t/amassign ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/amassign.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/amassign.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x amassign: exit 1 FAIL: t/am-config-header ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/am-config-header.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-obsolete ./t/am-config-header.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x am-config-header: exit 1 FAIL: t/am-prog-cc-stdc ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/am-prog-cc-stdc.dir + cat + echo bin_PROGRAMS = foo + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/am-prog-cc-stdc.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x am-prog-cc-stdc: exit 1 FAIL: t/am-prog-cc-c-o ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/am-prog-cc-c-o.dir + echo bin_PROGRAMS = foo + echo 'int main (void) { return 0; }' + cp configure.ac configure.bak + cat + cat configure.bak - + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/am-prog-cc-c-o.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x am-prog-cc-c-o: exit 1 FAIL: t/am-macro-not-found ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/am-macro-not-found.dir + echo AM_ZARDOZ + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + cat stderr ./t/am-macro-not-found.sh: line 23: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + grep 'configure.ac:.*AM_ZARDOZ.*not found' stderr + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x am-macro-not-found: exit 1 FAIL: t/amopt ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/amopt.dir + cat + mkdir sub + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/amopt.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x amopt: exit 1 FAIL: t/amopts-location ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/amopts-location.dir + cat + cat + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/amopts-location.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x amopts-location: exit 1 FAIL: t/amopts-variable-expansion ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/amopts-variable-expansion.dir + AUTOMAKE=automake-1.14 + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/amopts-variable-expansion.sh: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x amopts-variable-expansion: exit 1 FAIL: t/amsubst =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/amsubst.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/amsubst.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x amsubst: exit 1 FAIL: t/am-default-source-ext ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/am-default-source-ext.dir + cat + mkdir sub sub2 + cat + cat + cat + cat + cp foo.c sub/bar.cpp + cp foo.c sub/baz.cpp + cp foo.c sub2/bla.foo + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/am-default-source-ext.sh: line 62: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x am-default-source-ext: exit 1 FAIL: t/ansi2knr-no-more ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ansi2knr-no-more.dir + warn_rx='automatic de-ANSI-fication.*removed' + echo AC_PROG_CC + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ansi2knr-no-more.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ansi2knr-no-more: exit 1 FAIL: t/ar-lib2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ar-lib2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ar-lib2.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ar-lib2: exit 1 FAIL: t/ar-lib3 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ar-lib3.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ar-lib3.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ar-lib3: exit 1 FAIL: t/ar-lib4 =============== ar-lib4: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ar-lib4.dir + cp configure.ac X + cat + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ar-lib4.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ar-lib4: exit 1 SKIP: t/ar-lib5a ================ ar-lib5a: running lib -out:defstest.lib /build/automake-1.14.1/t/ax/am-test-lib.sh: line 877: lib: command not found FAIL: t/ar-lib5b ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ar-lib5b.dir + cat + cat + cat + mkdir auxdir + cat + chmod +x auxdir/ar-lib + mkdir bin + cat + chmod +x bin/lib ++ pwd + PATH=/build/automake-1.14.1/t/ar-lib5b.dir/bin:/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export PATH + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ar-lib5b.sh: line 85: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ar-lib5b: exit 1 FAIL: t/ar-lib6a ================ ar-lib6a: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ar-lib6a.dir + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Remember to add `LT_INIT' to configure.ac. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ar-lib6a.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ar-lib6a: exit 1 FAIL: t/ar-lib6b ================ ar-lib6b: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ar-lib6b.dir + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ar-lib6b.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ar-lib6b: exit 1 FAIL: t/ar-lib7 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ar-lib7.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ar-lib7.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ar-lib7: exit 1 FAIL: t/ar ========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ar.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ar.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ar: exit 1 FAIL: t/ar2 =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ar2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ar2.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ar2: exit 1 FAIL: t/ar3 =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ar3.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ar3.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ar3: exit 1 FAIL: t/ar4 =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ar4.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ar4.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ar4: exit 1 FAIL: t/ar5 =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ar5.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ar5.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ar5: exit 1 FAIL: t/asm =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/asm.dir + mv configure.ac configure.stub + cat + echo '*** Try 1 -- should fail because we need CC and CCAS ***' *** Try 1 -- should fail because we need CC and CCAS *** + cat configure.stub - + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/asm.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x asm: exit 1 FAIL: t/asm2 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/asm2.dir + mv configure.ac configure.stub + cat + echo '*** Try 1 -- should fail because we need CC and CCAS ***' *** Try 1 -- should fail because we need CC and CCAS *** + cat configure.stub - + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/asm2.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x asm2: exit 1 FAIL: t/asm3 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/asm3.dir + mv configure.ac configure.stub + cat + echo '*** Try 1 -- should fail because we need CC and CCAS ***' *** Try 1 -- should fail because we need CC and CCAS *** + cat configure.stub - + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/asm3.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x asm3: exit 1 FAIL: t/autodist ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/autodist.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/autodist.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x autodist: exit 1 FAIL: t/autodist-subdir ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/autodist-subdir.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/autodist-subdir.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x autodist-subdir: exit 1 FAIL: t/autodist-acconfig ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/autodist-acconfig.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/autodist-acconfig.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x autodist-acconfig: exit 1 FAIL: t/autodist-acconfig-no-subdir =================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/autodist-acconfig-no-subdir.dir + cat + cat + mkdir sub + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/autodist-acconfig-no-subdir.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x autodist-acconfig-no-subdir: exit 1 FAIL: t/autodist-aclocal-m4 =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/autodist-aclocal-m4.dir + echo 'm4_include([defs.m4])' + cat configure.ac + echo AC_OUTPUT + mv -f t configure.ac + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/autodist-aclocal-m4.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x autodist-aclocal-m4: exit 1 FAIL: t/autodist-config-headers =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/autodist-config-headers.dir + cat + cat + mkdir sub + touch config.h.in config.h.top config.h.bot conf2.hin cfg2.h.top cfg2.h.bot sub/config.h.in sub/config.h.top sub/config.h.bot + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/autodist-config-headers.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x autodist-config-headers: exit 1 FAIL: t/autodist-configure-no-subdir ==================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/autodist-configure-no-subdir.dir + cat + cat + mkdir sub + cat + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/autodist-configure-no-subdir.sh: line 63: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x autodist-configure-no-subdir: exit 1 FAIL: t/autodist-stamp-vti ========================== autodist-stamp-vti: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/autodist-stamp-vti.dir + cat + cat + cat + : + cp /build/automake-1.14.1/lib/mdate-sh . + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/autodist-stamp-vti.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x autodist-stamp-vti: exit 1 FAIL: t/autohdr =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/autohdr.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/autohdr.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x autohdr: exit 1 FAIL: t/autohdr3 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/autohdr3.dir + cat + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/autohdr3.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x autohdr3: exit 1 FAIL: t/autohdr4 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/autohdr4.dir + cat + mkdir sub1 sub2 sub3 + : + echo '#define NAME "grepme1"' + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/autohdr4.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x autohdr4: exit 1 FAIL: t/autohdr-subdir-pr12495 ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/autohdr-subdir-pr12495.dir + cat + mkdir sub + echo SUBDIRS = sub + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/autohdr-subdir-pr12495.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x autohdr-subdir-pr12495: exit 1 FAIL: t/autohdrdry ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/autohdrdry.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/autohdrdry.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x autohdrdry: exit 1 FAIL: t/auxdir ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/auxdir.dir + cat + cat + cp /build/automake-1.14.1/lib/mkinstalldirs . + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/auxdir.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x auxdir: exit 1 FAIL: t/auxdir6 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/auxdir6.dir + cat + mkdir subdir auxdir + cat + cp Makefile.am subdir/Makefile.am + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/auxdir6.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x auxdir6: exit 1 FAIL: t/auxdir7 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/auxdir7.dir + cat + mkdir subdir + cat + cp Makefile.am subdir/Makefile.am + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/auxdir7.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x auxdir7: exit 1 FAIL: t/auxdir8 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/auxdir8.dir + cat + mkdir subdir + cat + cp Makefile.am subdir/Makefile.am + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/auxdir8.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x auxdir8: exit 1 FAIL: t/auxdir-autodetect ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/auxdir-autodetect.dir + nil=__no_such_program + unset NONESUCH + cat + mkdir d3 + mkdir d3/d2 + mkdir d3/d2/d1 + mkdir d3/d2/d1/d0 + echo 'echo %%d3%% $*' + chmod +x d3/missing + echo 'echo %%d2%% $*' + chmod +x d3/d2/missing + echo 'echo %%d1%% $*' + chmod +x d3/d2/d1/missing + echo 'echo %%d0%% $*' + chmod +x d3/d2/d1/d0/missing + mv configure.ac d3/d2/d1/d0/ + cd d3/d2/d1/d0 + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/auxdir-autodetect.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x auxdir-autodetect: exit 1 FAIL: t/auxdir-computed ======================= Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/auxdir-computed.dir + plan_ 3 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x3 = xunknown + test x3 = xlater + test x3 = xlazy + test x3 = xnow + test 3 -ge 0 + planned_=3 + echo 1..3 1..3 + cat + : + command_ok_ aclocal '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_=aclocal + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- aclocal + set +x not ok 1 - aclocal FAIL: t/auxdir-computed.tap 1 - aclocal + command_ok_ 'automake -a' -D TODO -r 'long-standing limitation' automake-1.14 --foreign -Werror -Wall -a + tap_directive_= + tap_reason_= + test 10 -gt 0 + tap_description_='automake -a' + shift + test 9 -gt 0 + case $1 in + tap_directive_=TODO + shift + shift + test 7 -gt 0 + case $1 in + tap_reason_='long-standing limitation' + shift + shift + test 5 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall -a configure.ac:2: error: required directory ./$foo does not exist configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) + tap_result_='not ok' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'automake -a' + set +x not ok 2 - automake -a # TODO long-standing limitation XFAIL: t/auxdir-computed.tap 2 - automake -a # TODO long-standing limitation + command_ok_ automake -D TODO -r 'long-standing limitation' automake-1.14 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 9 -gt 0 + tap_description_=automake + shift + test 8 -gt 0 + case $1 in + tap_directive_=TODO + shift + shift + test 6 -gt 0 + case $1 in + tap_reason_='long-standing limitation' + shift + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall configure.ac:2: error: required directory ./$foo does not exist configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) + tap_result_='not ok' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- automake + set +x not ok 3 - automake # TODO long-standing limitation XFAIL: t/auxdir-computed.tap 3 - automake # TODO long-standing limitation + : + am_exit_trap 0 + exit_status=0 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 3 = later + test 0 -eq 0 + test 0 -eq 3 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x auxdir-computed: exit 0 FAIL: t/auxdir-misplaced ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/auxdir-misplaced.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/auxdir-misplaced.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x auxdir-misplaced: exit 1 FAIL: t/auxdir-nonexistent ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/auxdir-nonexistent.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/auxdir-nonexistent.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x auxdir-nonexistent: exit 1 ERROR: t/auxdir-unportable ========================== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/auxdir-unportable.dir + plan_ 4 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x4 = xunknown + test x4 = xlater + test x4 = xlazy + test x4 = xnow + test 4 -ge 0 + planned_=4 + echo 1..4 1..4 + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/auxdir-unportable.tap: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + fatal_ 'aclocal failed' + bailout_ 'aclocal failed' + echo 'Bail out!' 'aclocal failed' Bail out! aclocal failed ERROR: t/auxdir-unportable.tap - Bail out! aclocal failed + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 4 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x auxdir-unportable: exit 99 FAIL: t/backcompat ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/backcompat.dir + cat + for ac_init in ''\''AC_INIT'\''' ''\''AC_INIT([Makefile.am])'\''' + for am_extra_args in ''\'''\''' ''\'', []'\''' ''\'', [:]'\''' ''\'', [false]'\''' + rm -rf 'autom4te*.cache' configure.ac Makefile.in Makefile + unindent + test x = x ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' ++ sed -e 's/ *# .*//' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat configure.ac AC_INIT AM_INIT_AUTOMAKE([FooBar], [0.7.1]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/backcompat.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x backcompat: exit 1 FAIL: t/backcompat2 =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/backcompat2.dir + echo 'AC_INIT(x,0) AM_INIT_AUTOMAKE' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/backcompat2.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x backcompat2: exit 1 FAIL: t/backcompat3 =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/backcompat3.dir + empty= + AUTOMAKE='automake-1.14 --foreign -Werror -Wall -Wno-obsolete' + cat + cat + cat configure.ac AC_INIT([ac_name], [ac_version]) AM_INIT_AUTOMAKE([am_name], [am_version]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/backcompat3.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x backcompat3: exit 1 FAIL: t/backcompat6 =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/backcompat6.dir + cat + echo @one@ + echo @two@ + echo @three@ + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-obsolete ./t/backcompat6.sh: line 81: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x backcompat6: exit 1 FAIL: t/backcompat-acout ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/backcompat-acout.dir + mkdir sub + : + : + : + : + : + : + : + ls -l total 64 -rwxr-xr-x 1 root root 7333 Feb 10 02:27 compile -rw-r--r-- 1 root root 80 Feb 10 02:27 configure.ac -rwxr-xr-x 1 root root 23566 Feb 10 02:27 depcomp -rw-r--r-- 1 root root 0 Feb 10 02:27 foo1.in -rw-r--r-- 1 root root 0 Feb 10 02:27 foo2.in -rw-r--r-- 1 root root 0 Feb 10 02:27 foo3.in -rw-r--r-- 1 root root 0 Feb 10 02:27 foo.in -rwxr-xr-x 1 root root 13997 Feb 10 02:27 install-sh -rw-r--r-- 1 root root 0 Feb 10 02:27 Makefile.am -rwxr-xr-x 1 root root 6872 Feb 10 02:27 missing drwxr-xr-x 2 root root 4096 Feb 10 02:27 sub -rw-r--r-- 1 root root 0 Feb 10 02:27 zardoz + for args in ''\''foo'\''' ''\''foo:foo1.in'\''' ''\''foo:zardoz'\''' ''\''foo:sub/bar.in'\''' ''\''foo:foo1.in:foo2.in'\''' ''\''foo:zardoz:zardoz'\''' ''\''foo:foo1.in:foo2.in:foo3.in'\''' ''\''foo:foo1.in:foo2.in:sub/bar.in:foo3.in'\''' + rm -rf 'autom4te*.cache' aclocal.m4 + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat configure.ac AC_INIT([backcompat-acout], [1.0]) AM_INIT_AUTOMAKE AC_CONFIG_FILES([foo]) AC_OUTPUT + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/backcompat-acout.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x backcompat-acout: exit 1 FAIL: t/backslash-issues ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/backslash-issues.dir + echo AC_PROG_CC + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/backslash-issues.sh: line 23: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x backslash-issues: exit 1 FAIL: t/backslash-before-trailing-whitespace ============================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/backslash-before-trailing-whitespace.dir + echo AC_OUTPUT + echo 'bin_SCRIPTS = foo \ ' + cat + echo 'data_DATA = baz \ ' + echo ' fum' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/backslash-before-trailing-whitespace.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x backslash-before-trailing-whitespace: exit 1 FAIL: t/badline =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/badline.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/badline.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x badline: exit 1 FAIL: t/badopt ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/badopt.dir + echo 'AUTOMAKE_OPTIONS = zardoz' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/badopt.sh: line 23: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x badopt: exit 1 FAIL: t/badprog =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/badprog.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/badprog.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x badprog: exit 1 FAIL: t/built-sources-check =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/built-sources-check.dir + cat + mkdir dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/built-sources-check.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x built-sources-check: exit 1 FAIL: t/built-sources-cond ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/built-sources-cond.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/built-sources-cond.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x built-sources-cond: exit 1 FAIL: t/built-sources-fork-bomb =============================== built-sources-fork-bomb: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/built-sources-fork-bomb.dir + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/built-sources-fork-bomb.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x built-sources-fork-bomb: exit 1 FAIL: t/built-sources-install ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/built-sources-install.dir + cat + mkdir dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/built-sources-install.sh: line 57: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x built-sources-install: exit 1 FAIL: t/built-sources-subdir ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/built-sources-subdir.dir + mkdir lib + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/built-sources-subdir.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x built-sources-subdir: exit 1 FAIL: t/built-sources ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/built-sources.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/built-sources.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x built-sources: exit 1 FAIL: t/candist =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/candist.dir + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/candist.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x candist: exit 1 FAIL: t/canon ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/canon.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/canon.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x canon: exit 1 FAIL: t/canon2 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/canon2.dir + cat + : + echo '@setfilename zar-doz.info' + echo '@setfilename frob' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/canon2.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x canon2: exit 1 FAIL: t/canon3 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/canon3.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/canon3.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x canon3: exit 1 FAIL: t/canon4 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/canon4.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/canon4.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x canon4: exit 1 FAIL: t/canon5 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/canon5.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/canon5.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x canon5: exit 1 FAIL: t/canon6 ============== canon6: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/canon6.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/canon6.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x canon6: exit 1 FAIL: t/canon7 ============== canon7: running libtool --version libtool (GNU libtool) 2.2.10 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. canon7: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/canon7.dir + cat + touch ,foo-bar libb.az+baz lib~zardoz,, + rm -f ,foo-bar libb.az+baz lib~zardoz,, + cat + cat + cat + echo 'const char *dummy_func(void);' + echo 'const char *dummy_func(void) { return "Dynamic"; }' + echo 'const char *dummy_func(void) { return "Static"; }' + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/canon7.sh: line 92: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x canon7: exit 1 FAIL: t/canon8 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/canon8.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/canon8.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x canon8: exit 1 FAIL: t/canon-name ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/canon-name.dir + cat + mkdir sub + echo 'SUBDIRS = sub' + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/canon-name.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x canon-name: exit 1 FAIL: t/ccnoco ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ccnoco.dir + cat + cat + cat + CC=/build/automake-1.14.1/t/ax/cc-no-c-o + export CC + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ccnoco.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ccnoco: exit 1 FAIL: t/ccnoco-lib ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ccnoco-lib.dir + cat + cat + cat + CC=/build/automake-1.14.1/t/ax/cc-no-c-o + export CC + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ccnoco-lib.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ccnoco-lib: exit 1 FAIL: t/ccnoco-lt ================= ccnoco-lt: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ccnoco-lt.dir + cat + cat + cat + CC=/build/automake-1.14.1/t/ax/cc-no-c-o + export CC + libtoolize --verbose --install libtoolize: putting auxiliary files in `.'. libtoolize: linking file from `/usr/share/libtool/config/config.guess' libtoolize: linking file from `/usr/share/libtool/config/config.sub' libtoolize: `/usr/share/libtool/config/install-sh' is serial 2010.02.06.18, less than 2011.11.20.07 in `./install-sh' libtoolize: linking file from `/usr/share/libtool/config/ltmain.sh' libtoolize: AC_CONFIG_MACRO_DIR not defined, not copying libtool macros. libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ccnoco-lt.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ccnoco-lt: exit 1 FAIL: t/ccnoco3 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ccnoco3.dir + cat + cat + mkdir sub + cat + CC=/build/automake-1.14.1/t/ax/cc-no-c-o + export CC + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ccnoco3.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ccnoco3: exit 1 FAIL: t/ccnoco4 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ccnoco4.dir + cat + cat + echo 'int main (void) { return 0; }' + CC=/build/automake-1.14.1/t/ax/cc-no-c-o + export CC + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ccnoco4.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ccnoco4: exit 1 FAIL: t/ccnoco-deps =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ccnoco-deps.dir + echo '#define myStr "Hello"' + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ccnoco-deps.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ccnoco-deps: exit 1 FAIL: t/check ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check.dir + cat + test x = xyes + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check: exit 1 FAIL: t/check2 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check2.dir + cat + mkdir dir + cat + cat + test x = xyes + cp /build/automake-1.14.1/lib/test-driver . + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check2.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check2: exit 1 FAIL: t/check4 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check4.dir + cat + mkdir dir + cat + echo TESTS = fail.sh + cat + cat + chmod +x ok.sh dir/fail.sh + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check4.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check4: exit 1 FAIL: t/check5 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check5.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check5.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check5: exit 1 FAIL: t/check6 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check6.dir + cat + cat + cat + cp a b + cp a c + chmod a+x a b c + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check6.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check6: exit 1 FAIL: t/check7 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check7.dir + cat + cat + cat + chmod a+x b + cat + cp a.c c.c + cp a.c d.c + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check7.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check7: exit 1 FAIL: t/check8 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check8.dir + cat + cat + mkdir sub + cat + cat + chmod a+x foo sub/foo + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check8.sh: line 62: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check8: exit 1 FAIL: t/check10 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check10.dir + cat + cat + cat + cat + cat + chmod a+x pass fail skip + cp pass pass2 + cp pass xpass + cp xpass xpass2 + cp fail xfail + cp fail fail2 + cp xfail xfail2 + cp skip skip2 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check10.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check10: exit 1 FAIL: t/check11 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check11.dir + cat + cat + cat + chmod a+x skip + cp skip skip2 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check11.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check11: exit 1 SKIP: t/check12 =============== check12: running runtest SOMEPROGRAM=someprogram --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 949: runtest: command not found FAIL: t/check-subst =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check-subst.dir + cat + cat + test x '!=' xyes + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat + cat + cp pass-script.test subst-pass-script.sh + cp xfail-script.test subst-xfail-script.sh + chmod a+x pass-script.test xfail-script.test + test x = xyes + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check-subst.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check-subst: exit 1 FAIL: t/check-subst-prog ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check-subst-prog.dir + cat + cat + cat + cat + chmod a+x pass-script.test xfail-script.test + cp pass-script.test subst-pass-script.test + cp xfail-script.test subst-xfail-script.test + cat + cat + cp pass-prog.c subst-pass-prog.c + cp xfail-prog.c subst-xfail-prog.c + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check-subst-prog.sh: line 66: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check-subst-prog: exit 1 FAIL: t/check-exported-srcdir ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check-exported-srcdir.dir + mkdir SrcDir + mv compile configure.ac depcomp install-sh missing SrcDir + mkdir BuildDir + cd SrcDir + cat + cat + cat + chmod a+x foo.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check-exported-srcdir.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check-exported-srcdir: exit 1 FAIL: t/check-fd-redirect ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check-fd-redirect.dir + cat + cat + echo 3333 + chmod a-w three + : + chmod a+x foo.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check-fd-redirect.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check-fd-redirect: exit 1 FAIL: t/check-tests-in-builddir =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check-tests-in-builddir.dir + cat + cat + cat + chmod a+x foo.test + unset FOO_EXIT_STATUS + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check-tests-in-builddir.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check-tests-in-builddir: exit 1 FAIL: t/check-no-test-driver ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check-no-test-driver.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check-no-test-driver.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check-no-test-driver: exit 1 FAIL: t/check-concurrency-bug9245 ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/check-concurrency-bug9245.dir + cat + cat + cat + chmod a+x foo.test + cp foo.test bar.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check-concurrency-bug9245.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check-concurrency-bug9245: exit 1 FAIL: t/checkall ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/checkall.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/checkall.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x checkall: exit 1 FAIL: t/clean ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/clean.dir + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/clean.sh: line 23: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x clean: exit 1 FAIL: t/colneq ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/colneq.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/colneq.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x colneq: exit 1 FAIL: t/colneq2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/colneq2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/colneq2.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x colneq2: exit 1 FAIL: t/colneq3 =============== colneq3: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/colneq3.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/colneq3.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x colneq3: exit 1 FAIL: t/colon ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/colon.dir + cat + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/colon.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x colon: exit 1 FAIL: t/colon2 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/colon2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/colon2.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x colon2: exit 1 FAIL: t/colon3 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/colon3.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/colon3.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x colon3: exit 1 FAIL: t/colon4 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/colon4.dir + cat + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/colon4.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x colon4: exit 1 FAIL: t/colon5 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/colon5.dir + cat + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/colon5.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x colon5: exit 1 FAIL: t/colon6 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/colon6.dir + cat + mkdir demo + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/colon6.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x colon6: exit 1 FAIL: t/colon7 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/colon7.dir + cat + mkdir subdir + : + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/colon7.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x colon7: exit 1 FAIL: t/color-tests =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/color-tests.dir + red='\[0;31m' + grn='\[0;32m' + lgn='\[1;32m' + blu='\[1;34m' + mgn='\[0;35m' + std='\[m' + cat + cat + cat + cat + cat + cat + cp fail xfail + cp pass xpass + chmod +x pass fail skip xpass xfail error + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/color-tests.sh: line 66: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x color-tests: exit 1 SKIP: t/color-tests2 ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/color-tests2.dir + red='\[0;31m' + grn='\[0;32m' + lgn='\[1;32m' + blu='\[1;34m' + mgn='\[0;35m' + std='\[m' + set +e + expect -c 'exit 77' ./t/color-tests2.sh: line 33: expect: command not found + test 127 -eq 77 + skip_ 'requires a working expect program' + warn_ 'color-tests2: skipped test: requires a working expect program' + echo 'color-tests2: skipped test: requires a working expect program' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x color-tests2: exit 77 FAIL: t/color-tests-opt ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/color-tests-opt.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/color-tests-opt.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x color-tests-opt: exit 1 FAIL: t/comment =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/comment.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/comment.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x comment: exit 1 FAIL: t/comment2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/comment2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/comment2.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x comment2: exit 1 FAIL: t/comment3 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/comment3.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/comment3.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x comment3: exit 1 FAIL: t/comment4 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/comment4.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/comment4.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x comment4: exit 1 FAIL: t/comment5 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/comment5.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/comment5.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x comment5: exit 1 FAIL: t/comment6 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/comment6.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/comment6.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x comment6: exit 1 FAIL: t/comment7 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/comment7.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/comment7.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x comment7: exit 1 FAIL: t/comment8 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/comment8.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/comment8.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x comment8: exit 1 FAIL: t/comment9 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/comment9.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/comment9.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x comment9: exit 1 FAIL: t/commen10 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/commen10.dir + cat + mkdir foo + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/commen10.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x commen10: exit 1 FAIL: t/commen11 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/commen11.dir + cat + mkdir foo + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/commen11.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x commen11: exit 1 FAIL: t/comment-block ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/comment-block.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/comment-block.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x comment-block: exit 1 FAIL: t/comments-in-var-def =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/comments-in-var-def.dir + cat + cat + cat + mkdir tex + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/comments-in-var-def.sh: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x comments-in-var-def: exit 1 SKIP: t/compile4 ================ compile4: running cl -? /build/automake-1.14.1/t/ax/am-test-lib.sh: line 794: cl: command not found FAIL: t/compile5 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/compile5.dir + get_shell_script compile + test '!' -f compile + rm -f compile + test x = xyes + cp -f /build/automake-1.14.1/lib/compile . + sed 10q compile #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2013 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by + cat + chmod +x ./cl + cat + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/compile5.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x compile5: exit 1 FAIL: t/compile_f90_c_cxx ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/compile_f90_c_cxx.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/compile_f90_c_cxx.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x compile_f90_c_cxx: exit 1 FAIL: t/compile_f_c_cxx ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/compile_f_c_cxx.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/compile_f_c_cxx.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x compile_f_c_cxx: exit 1 FAIL: t/cond-basic ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond-basic.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond-basic.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond-basic: exit 1 FAIL: t/cond ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond: exit 1 FAIL: t/cond3 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond3.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond3.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond3: exit 1 FAIL: t/cond4 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond4.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond4.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond4: exit 1 FAIL: t/cond5 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond5.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond5.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond5: exit 1 FAIL: t/cond6 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond6.dir + echo 'AM_CONDITIONAL([FOO], [true])' + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond6.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond6: exit 1 FAIL: t/cond7 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond7.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond7.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond7: exit 1 FAIL: t/cond8 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond8.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond8.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond8: exit 1 FAIL: t/cond9 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond9.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond9.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond9: exit 1 FAIL: t/cond10 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond10.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond10.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond10: exit 1 FAIL: t/cond11 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond11.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond11.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond11: exit 1 FAIL: t/cond13 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond13.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond13.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond13: exit 1 FAIL: t/cond14 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond14.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond14.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond14: exit 1 FAIL: t/cond15 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond15.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond15.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond15: exit 1 FAIL: t/cond16 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond16.dir + cat + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond16.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond16: exit 1 XFAIL: t/cond17 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond17.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond17.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond17: exit 1 FAIL: t/cond18 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond18.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond18.sh: line 57: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond18: exit 1 FAIL: t/cond19 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond19.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond19.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond19: exit 1 FAIL: t/cond20 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond20.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond20.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond20: exit 1 FAIL: t/cond21 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond21.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond21.sh: line 69: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond21: exit 1 FAIL: t/cond22 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond22.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond22.sh: line 63: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond22: exit 1 FAIL: t/cond23 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond23.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond23.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond23: exit 1 FAIL: t/cond24 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond24.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond24.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond24: exit 1 FAIL: t/cond25 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond25.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond25.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond25: exit 1 FAIL: t/cond26 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond26.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond26.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond26: exit 1 FAIL: t/cond27 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond27.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond27.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond27: exit 1 FAIL: t/cond28 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond28.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond28.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond28: exit 1 FAIL: t/cond30 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond30.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond30.sh: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond30: exit 1 FAIL: t/cond31 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond31.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond31.sh: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond31: exit 1 FAIL: t/cond32 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond32.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond32.sh: line 58: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond32: exit 1 FAIL: t/cond33 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond33.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond33.sh: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond33: exit 1 FAIL: t/cond34 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond34.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond34.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond34: exit 1 FAIL: t/cond35 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond35.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond35.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond35: exit 1 FAIL: t/cond36 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond36.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond36.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond36: exit 1 FAIL: t/cond37 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond37.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond37.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond37: exit 1 FAIL: t/cond38 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond38.dir + cat + cat + mkdir a b c d e f g h iXYZ jZYX + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond38.sh: line 57: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond38: exit 1 FAIL: t/cond39 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond39.dir + mkdir sub + cat + cat + cat + cat + cat + cp prog.c sub + cp prog1.in sub/prog2.in + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond39.sh: line 76: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond39: exit 1 FAIL: t/cond40 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond40.dir + cat + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond40.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond40: exit 1 FAIL: t/cond41 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond41.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + cat stderr ./t/cond41.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + grep '^configure\.ac:4:.*AM_COND_IF.* no such condition.*BAD_COND' stderr + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond41: exit 1 FAIL: t/cond42 ============== ./t/cond42.sh: line 2: nfig: command not found Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond42.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond42.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond42: exit 1 FAIL: t/cond43 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond43.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond43.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond43: exit 1 FAIL: t/cond44 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond44.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond44.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond44: exit 1 FAIL: t/cond45 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond45.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond45.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond45: exit 1 FAIL: t/cond46 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cond46.dir + cat + notcompat='incompatible with current conditional' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cond46.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond46: exit 1 FAIL: t/condd ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/condd.dir + cat + cat + mkdir foo bar + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/condd.sh: line 66: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x condd: exit 1 FAIL: t/condhook ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/condhook.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/condhook.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x condhook: exit 1 FAIL: t/condhook2 ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/condhook2.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/condhook2.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x condhook2: exit 1 FAIL: t/condinc =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/condinc.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/condinc.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x condinc: exit 1 FAIL: t/condinc2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/condinc2.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/condinc2.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x condinc2: exit 1 FAIL: t/condlib =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/condlib.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/condlib.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x condlib: exit 1 FAIL: t/condman2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/condman2.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/condman2.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x condman2: exit 1 FAIL: t/condman3 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/condman3.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/condman3.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x condman3: exit 1 FAIL: t/configure ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/configure.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + cat stderr ./t/configure.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + grep 'configure\.ac.*configure\.in.*both present' stderr + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x configure: exit 1 FAIL: t/confdeps ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/confdeps.dir + echo 'FOO = foo' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/confdeps.sh: line 23: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x confdeps: exit 1 FAIL: t/conff ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/conff.dir + cat + cat + mkdir bar + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/conff.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x conff: exit 1 FAIL: t/conff2 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/conff2.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/conff2.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x conff2: exit 1 FAIL: t/conffile-leading-dot ============================ conffile-leading-dot: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/conffile-leading-dot.dir + cat + touch a.in b.in c.in Makefile.am + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/conffile-leading-dot.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x conffile-leading-dot: exit 1 FAIL: t/confh ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/confh.dir + cat + cat + mkdir include + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/confh.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x confh: exit 1 FAIL: t/confh4 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/confh4.dir + cat + cat + mkdir include + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/confh4.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x confh4: exit 1 FAIL: t/confh5 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/confh5.dir + cat + cat + mkdir include + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/confh5.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x confh5: exit 1 FAIL: t/confh6 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/confh6.dir + cat + : + mkdir subdir + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/confh6.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x confh6: exit 1 FAIL: t/confh7 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/confh7.dir + cat + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/confh7.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x confh7: exit 1 FAIL: t/confh8 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/confh8.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/confh8.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x confh8: exit 1 FAIL: t/confh-subdir-clean ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/confh-subdir-clean.dir + cat + touch Makefile.am + mkdir sub + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/confh-subdir-clean.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x confh-subdir-clean: exit 1 FAIL: t/confincl ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/confincl.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/confincl.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x confincl: exit 1 FAIL: t/conflnk =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/conflnk.dir + echo 'SUBDIRS = sdir' + : + mkdir sdir + : + : + mkdir sdir-no-make + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/conflnk.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x conflnk: exit 1 FAIL: t/conflnk2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/conflnk2.dir + cat + : + : + mkdir sdir + : + : + mkdir sdir-no-make + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/conflnk2.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x conflnk2: exit 1 FAIL: t/conflnk3 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/conflnk3.dir + cat + : + : + mkdir sdir + : + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/conflnk3.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x conflnk3: exit 1 FAIL: t/conflnk4 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/conflnk4.dir + mkdir nonmk-subdir sdir sdir/mk-subdir + : + : + : + : + : + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/conflnk4.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x conflnk4: exit 1 FAIL: t/confsub =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/confsub.dir + cat + cat + mkdir subdir + cat + echo Before. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/confsub.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x confsub: exit 1 FAIL: t/confvar =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/confvar.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/confvar.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x confvar: exit 1 FAIL: t/confvar2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/confvar2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/confvar2.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x confvar2: exit 1 FAIL: t/copy ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/copy.dir + echo dummy + ln -s foo bar + test -h bar + rm -f foo bar + : + rm -f install-sh + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/copy.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x copy: exit 1 ERROR: t/cscope =============== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cscope.dir + plan_ 18 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x18 = xunknown + test x18 = xlater + test x18 = xlazy + test x18 = xnow + test 18 -ge 0 + planned_=18 + echo 1..18 1..18 ++ pwd + ocwd=/build/automake-1.14.1/t/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; }' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cscope.tap: line 66: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + fatal_ 'aclocal failed' + bailout_ 'aclocal failed' + echo 'Bail out!' 'aclocal failed' Bail out! aclocal failed ERROR: t/cscope.tap - Bail out! aclocal failed + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 18 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cscope: exit 99 FAIL: t/cscope2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cscope2.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cscope2.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cscope2: exit 1 SKIP: t/cscope3 =============== cscope3: running cscope --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: cscope: command not found FAIL: t/c-demo ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/c-demo.dir + cat + cross_compiling + test x '!=' x + run_tests=yes + export run_tests + mkdir build-aux lib src tests + cat + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/c-demo.sh: line 105: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x c-demo: exit 1 FAIL: t/cxx =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cxx.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cxx.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cxx: exit 1 FAIL: t/cxx2 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cxx2.dir + echo AC_PROG_CC + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cxx2.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cxx2: exit 1 FAIL: t/cxxcpp ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cxxcpp.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cxxcpp.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cxxcpp: exit 1 FAIL: t/cxx-demo ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cxx-demo.dir + cat + cat + mkdir sub build-aux + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cxx-demo.sh: line 65: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cxx-demo: exit 1 FAIL: t/cxx-lt-demo =================== cxx-lt-demo: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cxx-lt-demo.dir + cat + mkdir ax lib src + cat + cat + cat + cat + libtoolize --copy libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `ax'. libtoolize: copying file `ax/ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/cxx-lt-demo.sh: line 92: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cxx-lt-demo: exit 1 FAIL: t/cxxlibobj ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cxxlibobj.dir + cat + cat + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cxxlibobj.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cxxlibobj: exit 1 FAIL: t/cxxlink =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cxxlink.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cxxlink.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cxxlink: exit 1 FAIL: t/cxxnoc ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cxxnoc.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cxxnoc.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cxxnoc: exit 1 FAIL: t/cygnus-no-more ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cygnus-no-more.dir + warn_rx='support for Cygnus.*trees.*removed' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cygnus-no-more.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cygnus-no-more: exit 1 FAIL: t/cygwin32 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/cygwin32.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/cygwin32.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cygwin32: exit 1 FAIL: t/dash ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dash.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dash.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dash: exit 1 FAIL: t/defun ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/defun.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/defun.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x defun: exit 1 FAIL: t/defun2 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/defun2.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/defun2.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x defun2: exit 1 FAIL: t/dejagnu =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dejagnu.dir + cat + test x = xyes + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dejagnu.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dejagnu: exit 1 FAIL: t/dejagnu2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dejagnu2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dejagnu2.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dejagnu2: exit 1 SKIP: t/dejagnu3 ================ dejagnu3: running runtest SOMEPROGRAM=someprogram --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 949: runtest: command not found SKIP: t/dejagnu4 ================ dejagnu4: running runtest SOMEPROGRAM=someprogram --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 949: runtest: command not found SKIP: t/dejagnu5 ================ dejagnu5: running runtest SOMEPROGRAM=someprogram --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 949: runtest: command not found SKIP: t/dejagnu6 ================ dejagnu6: running runtest SOMEPROGRAM=someprogram --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 949: runtest: command not found SKIP: t/dejagnu7 ================ dejagnu7: running runtest SOMEPROGRAM=someprogram --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 949: runtest: command not found SKIP: t/dejagnu-absolute-builddir ================================= dejagnu-absolute-builddir: running runtest SOMEPROGRAM=someprogram --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 949: runtest: command not found SKIP: t/dejagnu-relative-srcdir =============================== dejagnu-relative-srcdir: running runtest SOMEPROGRAM=someprogram --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 949: runtest: command not found SKIP: t/dejagnu-siteexp-extend ============================== dejagnu-siteexp-extend: running runtest SOMEPROGRAM=someprogram --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 949: runtest: command not found FAIL: t/dejagnu-siteexp-append ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dejagnu-siteexp-append.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dejagnu-siteexp-append.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dejagnu-siteexp-append: exit 1 FAIL: t/dejagnu-siteexp-useredit ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dejagnu-siteexp-useredit.dir + cat + cat + mkdir foo.test + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dejagnu-siteexp-useredit.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dejagnu-siteexp-useredit: exit 1 FAIL: t/deleted-am ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/deleted-am.dir + echo AC_OUTPUT + echo 'include $(top_srcdir)/foobar.am' + echo 'include zardoz.am' + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/deleted-am.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x deleted-am: exit 1 FAIL: t/deleted-m4 ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/deleted-m4.dir + cat + : + echo 'm4_include([zardoz.m4])' + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/deleted-m4.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x deleted-m4: exit 1 FAIL: t/depacl2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depacl2.dir + echo AM_FOO + echo 'AC_DEFUN([AM_FOO], [AC_REQUIRE([AC_HEADER_STDC])])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I . ./t/depacl2.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depacl2: exit 1 FAIL: t/depcomp =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp.dir + cat + rm -f depcomp + mkdir subdir + mkdir subdir2 + cat + cp subdir/Makefile.am subdir2/Makefile.am + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/depcomp.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp: exit 1 FAIL: t/depcomp2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp2.dir + cat + cat + rm -f depcomp + mkdir subdir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/depcomp2.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp2: exit 1 FAIL: t/depcomp8a ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp8a.dir + cat + cat + mkdir sub + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/depcomp8a.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp8a: exit 1 FAIL: t/depcomp8b ================= depcomp8b: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp8b.dir + cat + cat + mkdir sub + echo 'int foo (void) { return 0; }' + echo 'int bar (void) { return 0; }' + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/depcomp8b.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp8b: exit 1 FAIL: t/depcomp-implicit-auxdir =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp-implicit-auxdir.dir + mkdir lib src + cat + : + : + : + : + : + : + cat + cat + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/depcomp-implicit-auxdir.sh: line 60: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp-implicit-auxdir: exit 1 FAIL: t/depdist =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depdist.dir + rm -f configure.ac + mkdir config + for i in '*' + test compile '!=' config + mv -f compile config + for i in '*' + test config '!=' config + for i in '*' + test depcomp '!=' config + mv -f depcomp config + for i in '*' + test install-sh '!=' config + mv -f install-sh config + for i in '*' + test missing '!=' config + mv -f missing config + cat + cat + mkdir subdir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/depdist.sh: line 65: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depdist: exit 1 FAIL: t/depend ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depend.dir + echo AC_PROG_CC + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/depend.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depend: exit 1 FAIL: t/depend3 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depend3.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/depend3.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depend3: exit 1 FAIL: t/depend4 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depend4.dir + echo AC_PROG_CC + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/depend4.sh: line 23: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depend4: exit 1 FAIL: t/depend5 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depend5.dir + cat + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/depend5.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depend5: exit 1 FAIL: t/depend6 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depend6.dir + cat + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/depend6.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depend6: exit 1 FAIL: t/deprecated-acinit ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/deprecated-acinit.dir + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/deprecated-acinit.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x deprecated-acinit: exit 1 SKIP: t/destdir =============== FAIL: t/dir-named-obj-is-bad ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dir-named-obj-is-bad.dir + mkdir obj + cat + : + echo 'SUBDIRS = obj' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dir-named-obj-is-bad.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dir-named-obj-is-bad: exit 1 FAIL: t/discover ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/discover.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/discover.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x discover: exit 1 ERROR: t/dist-formats ===================== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dist-formats.dir + plan_ 66 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x66 = xunknown + test x66 = xlater + test x66 = xlazy + test x66 = xnow + test 66 -ge 0 + planned_=66 + echo 1..66 1..66 ++ pwd + ocwd=/build/automake-1.14.1/t/dist-formats.dir + unset TAR + mkdir setup + cd setup + echo 'AC_INIT([x], [0]) AM_INIT_AUTOMAKE' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dist-formats.tap: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + fatal_ 'creating common aclocal.m4 file' + bailout_ 'creating common aclocal.m4 file' + echo 'Bail out!' 'creating common aclocal.m4 file' Bail out! creating common aclocal.m4 file ERROR: t/dist-formats.tap - Bail out! creating common aclocal.m4 file + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 66 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dist-formats: exit 99 FAIL: t/dist-lzma ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dist-lzma.dir + errmsg='support for lzma.*removed' + echo AUTOMAKE_OPTIONS = dist-lzma + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --force ./t/dist-lzma.sh: line 24: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dist-lzma: exit 1 SKIP: t/dist-tarZ ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dist-tarZ.dir + for x in 1 2 3 4 5 6 7 8 + echo aaaaaaaaaaaaaaaaaaaaa + for x in 1 2 3 4 5 6 7 8 + echo aaaaaaaaaaaaaaaaaaaaa + for x in 1 2 3 4 5 6 7 8 + echo aaaaaaaaaaaaaaaaaaaaa + for x in 1 2 3 4 5 6 7 8 + echo aaaaaaaaaaaaaaaaaaaaa + for x in 1 2 3 4 5 6 7 8 + echo aaaaaaaaaaaaaaaaaaaaa + for x in 1 2 3 4 5 6 7 8 + echo aaaaaaaaaaaaaaaaaaaaa + for x in 1 2 3 4 5 6 7 8 + echo aaaaaaaaaaaaaaaaaaaaa + for x in 1 2 3 4 5 6 7 8 + echo aaaaaaaaaaaaaaaaaaaaa + compress -c ./t/dist-tarZ.sh: line 31: compress: command not found + skip_ 'cannot find a working '\''compress'\'' program' + warn_ 'dist-tarZ: skipped test: cannot find a working '\''compress'\'' program' + echo 'dist-tarZ: skipped test: cannot find a working '\''compress'\'' program' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dist-tarZ: exit 77 SKIP: t/dist-shar ================= dist-shar: running shar --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: shar: command not found FAIL: t/dist-auxdir-many-subdirs ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dist-auxdir-many-subdirs.dir + count=0 ++ pwd + ocwd=/build/automake-1.14.1/t/dist-auxdir-many-subdirs.dir + do_check . + case $1 in + add_missing=no + auxdir=. + count=1 + mkdir T1.d + cd T1.d + distdir=dist-auxdir-many-subdirs-1 + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + required_files=' install-sh missing compile depcomp py-compile test-driver ' + echo 'SUBDIRS =' + suffixes='0 1 2 3 4 5 6 7 8 9' + for x in '$suffixes' + mkdir sub0 + echo 'SUBDIRS += sub0' + echo 'AC_CONFIG_FILES([sub0/Makefile])' + cp Makefile.stub sub0/Makefile.am + echo 'int main (void) { return 0; }' + touch sub0/bar.py sub0/baz.el + for x in '$suffixes' + mkdir sub1 + echo 'SUBDIRS += sub1' + echo 'AC_CONFIG_FILES([sub1/Makefile])' + cp Makefile.stub sub1/Makefile.am + echo 'int main (void) { return 0; }' + touch sub1/bar.py sub1/baz.el + for x in '$suffixes' + mkdir sub2 + echo 'SUBDIRS += sub2' + echo 'AC_CONFIG_FILES([sub2/Makefile])' + cp Makefile.stub sub2/Makefile.am + echo 'int main (void) { return 0; }' + touch sub2/bar.py sub2/baz.el + for x in '$suffixes' + mkdir sub3 + echo 'SUBDIRS += sub3' + echo 'AC_CONFIG_FILES([sub3/Makefile])' + cp Makefile.stub sub3/Makefile.am + echo 'int main (void) { return 0; }' + touch sub3/bar.py sub3/baz.el + for x in '$suffixes' + mkdir sub4 + echo 'SUBDIRS += sub4' + echo 'AC_CONFIG_FILES([sub4/Makefile])' + cp Makefile.stub sub4/Makefile.am + echo 'int main (void) { return 0; }' + touch sub4/bar.py sub4/baz.el + for x in '$suffixes' + mkdir sub5 + echo 'SUBDIRS += sub5' + echo 'AC_CONFIG_FILES([sub5/Makefile])' + cp Makefile.stub sub5/Makefile.am + echo 'int main (void) { return 0; }' + touch sub5/bar.py sub5/baz.el + for x in '$suffixes' + mkdir sub6 + echo 'SUBDIRS += sub6' + echo 'AC_CONFIG_FILES([sub6/Makefile])' + cp Makefile.stub sub6/Makefile.am + echo 'int main (void) { return 0; }' + touch sub6/bar.py sub6/baz.el + for x in '$suffixes' + mkdir sub7 + echo 'SUBDIRS += sub7' + echo 'AC_CONFIG_FILES([sub7/Makefile])' + cp Makefile.stub sub7/Makefile.am + echo 'int main (void) { return 0; }' + touch sub7/bar.py sub7/baz.el + for x in '$suffixes' + mkdir sub8 + echo 'SUBDIRS += sub8' + echo 'AC_CONFIG_FILES([sub8/Makefile])' + cp Makefile.stub sub8/Makefile.am + echo 'int main (void) { return 0; }' + touch sub8/bar.py sub8/baz.el + for x in '$suffixes' + mkdir sub9 + echo 'SUBDIRS += sub9' + echo 'AC_CONFIG_FILES([sub9/Makefile])' + cp Makefile.stub sub9/Makefile.am + echo 'int main (void) { return 0; }' + touch sub9/bar.py sub9/baz.el + echo AC_OUTPUT + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dist-auxdir-many-subdirs.sh: line 86: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dist-auxdir-many-subdirs: exit 1 FAIL: t/dist-auxfile-2 ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dist-auxfile-2.dir + cat + cat + mkdir sub + : + echo dummy + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dist-auxfile-2.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dist-auxfile-2: exit 1 FAIL: t/dist-auxfile ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dist-auxfile.dir + i=0 + for auxdir in build-aux ''\'''\''' + echo '*** Testing with auxdir '\''build-aux'\'' ***' *** Testing with auxdir 'build-aux' *** + i=1 + mkdir T1.d + cd T1.d + unindent + test x = x ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' ++ sed -e 's/ *# .*//' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo auxdir = build-aux/ + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + mkdir subdir + : + test -z build-aux + mkdir build-aux + test -z build-aux + auxdir_rx=build-aux + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dist-auxfile.sh: line 73: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dist-auxfile: exit 1 FAIL: t/dist-included-parent-dir ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dist-included-parent-dir.dir + cat + cat + : + : + mkdir sub + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dist-included-parent-dir.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dist-included-parent-dir: exit 1 FAIL: t/dist-missing-am ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dist-missing-am.dir + echo AC_OUTPUT + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dist-missing-am.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dist-missing-am: exit 1 FAIL: t/dist-missing-included-m4 ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dist-missing-included-m4.dir + cat + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dist-missing-included-m4.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dist-missing-included-m4: exit 1 FAIL: t/dist-missing-m4 ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dist-missing-m4.dir + cat + mkdir m4 + echo 'AC_DEFUN([MY_FOOBAR], [:])' + echo 'AC_DEFUN([MY_ZARDOZ], [:])' + echo 'ACLOCAL_AMFLAGS = -I m4' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4 ./t/dist-missing-m4.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dist-missing-m4: exit 1 SKIP: t/dist-readonly ===================== FAIL: t/dist-repeated ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dist-repeated.dir + echo AC_OUTPUT + cat ++ pwd + ocwd=/build/automake-1.14.1/t/dist-repeated.dir + mkdir bin + cat + chmod a+x bin/cp ++ pwd + PATH=/build/automake-1.14.1/t/dist-repeated.dir/bin:/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export PATH + : + : + : + chmod a-w foo.c bar.py + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dist-repeated.sh: line 92: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dist-repeated: exit 1 ERROR: t/dist-pr109765 ====================== dist-pr109765: running bzip2 --help bzip2, a block-sorting file compressor. Version 1.0.5, 10-Dec-2007. usage: bzip2 [flags and input files in any order] -h --help print this message -d --decompress force decompression -z --compress force compression -k --keep keep (don't delete) input files -f --force overwrite existing output files -t --test test compressed file integrity -c --stdout output to standard out -q --quiet suppress noncritical error messages -v --verbose be verbose (a 2nd -v gives more) -L --license display software version & license -V --version display software version & license -s --small use less memory (at most 2500k) -1 .. -9 set block size to 100k .. 900k --fast alias for -1 --best alias for -9 If invoked as `bzip2', default action is to compress. as `bunzip2', default action is to decompress. as `bzcat', default action is to decompress to stdout. If no file names are given, bzip2 compresses or decompresses from standard input to standard output. You can combine short flags, so `-v -4' means the same as -v4 or -4v, &c. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dist-pr109765.dir + echo AC_OUTPUT + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dist-pr109765.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + fatal_ 'aclocal failed' + warn_ 'dist-pr109765: hard error: aclocal failed' + echo 'dist-pr109765: hard error: aclocal failed' + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dist-pr109765: exit 99 FAIL: t/distcleancheck ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcleancheck.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcleancheck.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcleancheck: exit 1 FAIL: t/distcom2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcom2.dir + cat + cat + mkdir subdir + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcom2.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcom2: exit 1 FAIL: t/distcom3 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcom3.dir + cat + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcom3.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcom3: exit 1 FAIL: t/distcom4 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcom4.dir + cat + mkdir tests + : + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcom4.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcom4: exit 1 FAIL: t/distcom5 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcom5.dir + cat + mkdir tests + : + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcom5.sh: line 68: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcom5: exit 1 FAIL: t/distcom-subdir ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcom-subdir.dir + cat + cat + rm -f depcomp + mkdir subdir + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcom-subdir.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcom-subdir: exit 1 FAIL: t/distdir =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distdir.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distdir.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distdir: exit 1 FAIL: t/disthook ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/disthook.dir + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/disthook.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x disthook: exit 1 FAIL: t/distlinks ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distlinks.dir + echo text + ln -s file lnk + mkdir A + mkdir B + echo aaa + cd B + ln -s ../A/aaa bbb + cd .. + echo FooBarBaz + ln -s foo bar1 + ln -s bar1 bar2 + ln -s bar2 bar3 ++ pwd + ln -s /build/automake-1.14.1/t/distlinks.dir/foo quux + cat + echo 'me = distlinks' + cat + ls -l . A B .: total 80 drwxr-xr-x 2 root root 4096 Feb 10 02:28 A drwxr-xr-x 2 root root 4096 Feb 10 02:28 B lrwxrwxrwx 1 root root 3 Feb 10 02:28 bar1 -> foo lrwxrwxrwx 1 root root 4 Feb 10 02:28 bar2 -> bar1 lrwxrwxrwx 1 root root 4 Feb 10 02:28 bar3 -> bar2 -rwxr-xr-x 1 root root 7333 Feb 10 02:28 compile -rw-r--r-- 1 root root 83 Feb 10 02:28 configure.ac -rwxr-xr-x 1 root root 23566 Feb 10 02:28 depcomp -rw-r--r-- 1 root root 5 Feb 10 02:28 file -rw-r--r-- 1 root root 10 Feb 10 02:28 foo -rwxr-xr-x 1 root root 13997 Feb 10 02:28 install-sh lrwxrwxrwx 1 root root 4 Feb 10 02:28 lnk -> file -rw-r--r-- 1 root root 505 Feb 10 02:28 Makefile.am -rwxr-xr-x 1 root root 6872 Feb 10 02:28 missing lrwxrwxrwx 1 root root 42 Feb 10 02:28 quux -> /build/automake-1.14.1/t/distlinks.dir/foo A: total 4 -rw-r--r-- 1 root root 4 Feb 10 02:28 aaa B: total 0 lrwxrwxrwx 1 root root 8 Feb 10 02:28 bbb -> ../A/aaa + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distlinks.sh: line 65: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distlinks: exit 1 FAIL: t/distlinksbrk ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distlinksbrk.dir + lnk_base=BrknSymlnk + lnk1=BrknSymlnk__001 + lnk2=BrknSymlnk__002 + lnka=BrknSymlnk__aaa + lnkb=BrknSymlnk__bbb + ln -s nonesuch BrknSymlnk__001 ++ pwd + ln -s /build/automake-1.14.1/t/distlinksbrk.dir/nonesuch BrknSymlnk__002 + ln -s BrknSymlnk__001 BrknSymlnk__aaa + ln -s BrknSymlnk__aaa BrknSymlnk__bbb + test '!' -e BrknSymlnk__001 + test '!' -e BrknSymlnk__002 + test '!' -e BrknSymlnk__aaa + test '!' -e BrknSymlnk__bbb + test -h BrknSymlnk__001 + test -h BrknSymlnk__002 + test -h BrknSymlnk__aaa + test -h BrknSymlnk__bbb + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distlinksbrk.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distlinksbrk: exit 1 FAIL: t/distname ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distname.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distname.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distname: exit 1 FAIL: t/distcheck-configure-flags ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcheck-configure-flags.dir + cat + unset sentence + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcheck-configure-flags.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-configure-flags: exit 1 FAIL: t/distcheck-configure-flags-am ==================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcheck-configure-flags-am.dir + cat + unset sentence + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcheck-configure-flags-am.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-configure-flags-am: exit 1 FAIL: t/distcheck-configure-flags-subpkg ======================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcheck-configure-flags-subpkg.dir + cat + mkdir subpkg + sed -e 's/^AC_INIT.*/AC_INIT([subpkg], [2.0])/' -e '/^AC_CONFIG_SUBDIRS/d' + cat configure.ac AC_INIT([distcheck-configure-flags-subpkg], [1.0]) AM_INIT_AUTOMAKE AC_CONFIG_FILES([Makefile]) AC_CONFIG_SUBDIRS([subpkg]) if test $dc != ok || test $am_dc != ok; then AC_MSG_ERROR([dc=$dc am_dc=$dc]) fi AC_OUTPUT + cat subpkg/configure.ac AC_INIT([subpkg], [2.0]) AM_INIT_AUTOMAKE AC_CONFIG_FILES([Makefile]) if test $dc != ok || test $am_dc != ok; then AC_MSG_ERROR([dc=$dc am_dc=$dc]) fi AC_OUTPUT + dc=KO + am_dc=KO + export dc am_dc + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcheck-configure-flags-subpkg.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-configure-flags-subpkg: exit 1 FAIL: t/distcheck-hook ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcheck-hook.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcheck-hook.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-hook: exit 1 FAIL: t/distcheck-hook2 ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcheck-hook2.dir + cat + mkdir subpkg + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcheck-hook2.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-hook2: exit 1 FAIL: t/distcheck-writable-srcdir ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcheck-writable-srcdir.dir + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcheck-writable-srcdir.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-writable-srcdir: exit 1 FAIL: t/distcheck-missing-m4 ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcheck-missing-m4.dir ++ pwd + cwd=/build/automake-1.14.1/t/distcheck-missing-m4.dir + cp /build/automake-1.14.1/t/ax/distcheck-hook-m4.am . + cat + cat + mkdir m4 acdir acdir1 acdir2 pth + cat + echo 'AC_DEFUN([MY_FOO], [:])' + echo 'AC_DEFUN([MY_BAR], [:])' + echo 'AC_DEFUN([MY_BAZ], [:])' + echo 'AC_DEFUN([MY_QUX], [:])' + echo 'AC_DEFUN([MY_ZAR], [:])' + echo 'AC_DEFUN([MY_BLA], [:])' + ACLOCAL='"/build/automake-1.14.1/t/wrap/aclocal-1.14" -Werror --system-acdir=/build/automake-1.14.1/t/distcheck-missing-m4.dir/acdir' + export ACLOCAL + ACLOCAL_PATH=/build/automake-1.14.1/t/distcheck-missing-m4.dir/pth + export ACLOCAL_PATH + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --system-acdir=/build/automake-1.14.1/t/distcheck-missing-m4.dir/acdir -I m4 ./t/distcheck-missing-m4.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-missing-m4: exit 1 FAIL: t/distcheck-outdated-m4 ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcheck-outdated-m4.dir ++ pwd + cwd=/build/automake-1.14.1/t/distcheck-outdated-m4.dir + cp /build/automake-1.14.1/t/ax/distcheck-hook-m4.am . + cat + cat + mkdir m4 acdir + echo 'AC_DEFUN([MY_FOO], [:])' + echo 'AC_DEFUN([MY_BAR], [:])' + cat + ACLOCAL='"/build/automake-1.14.1/t/wrap/aclocal-1.14" -Werror --system-acdir=/build/automake-1.14.1/t/distcheck-outdated-m4.dir/acdir' + export ACLOCAL + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror --system-acdir=/build/automake-1.14.1/t/distcheck-outdated-m4.dir/acdir -I m4 --install ./t/distcheck-outdated-m4.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-outdated-m4: exit 1 FAIL: t/distcheck-no-prefix-or-srcdir-override ============================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcheck-no-prefix-or-srcdir-override.dir + echo AC_OUTPUT ++ pwd + orig_cwd=/build/automake-1.14.1/t/distcheck-no-prefix-or-srcdir-override.dir + export orig_cwd + cat + DISTCHECK_CONFIGURE_FLAGS='--srcdir user-src --prefix user-pfx' + export DISTCHECK_CONFIGURE_FLAGS + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcheck-no-prefix-or-srcdir-override.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-no-prefix-or-srcdir-override: exit 1 SKIP: t/distcheck-override-infodir ================================== distcheck-override-infodir: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. FAIL: t/distcheck-pr9579 ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcheck-pr9579.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/distcheck-pr9579.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-pr9579: exit 1 SKIP: t/distcheck-pr10470 ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/distcheck-pr10470.dir + mkdir foo.d + sleep 1 + sh -c 'cd foo.d && sleep '\''4'\''' + rm -rf foo.d + skip_ 'system is able to remove "in use" directories' + warn_ 'distcheck-pr10470: skipped test: system is able to remove "in use" directories' + echo 'distcheck-pr10470: skipped test: system is able to remove "in use" directories' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x distcheck-pr10470: exit 77 FAIL: t/dmalloc =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dmalloc.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dmalloc.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dmalloc: exit 1 FAIL: t/doc-parsing-buglets-colneq-subst ======================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/doc-parsing-buglets-colneq-subst.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/doc-parsing-buglets-colneq-subst.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x doc-parsing-buglets-colneq-subst: exit 1 FAIL: t/doc-parsing-buglets-tabs ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/doc-parsing-buglets-tabs.dir + cat + echo AC_OUTPUT + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/doc-parsing-buglets-tabs.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x doc-parsing-buglets-tabs: exit 1 FAIL: t/dollar ============== dollar: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dollar.dir + echo AC_OUTPUT + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dollar.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dollar: exit 1 FAIL: t/dollarvar ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dollarvar.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dollarvar.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dollarvar: exit 1 FAIL: t/dollarvar2 ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dollarvar2.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dollarvar2.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dollarvar2: exit 1 FAIL: t/double ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/double.dir + echo AC_PROG_CC + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/double.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x double: exit 1 FAIL: t/dup2 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/dup2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/dup2.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x dup2: exit 1 FAIL: t/else ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/else.dir + echo 'AM_CONDITIONAL(FOO, true)' + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/else.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x else: exit 1 FAIL: t/empty-data-primary ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/empty-data-primary.dir + echo AC_OUTPUT + echo 'data_DATA =' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/empty-data-primary.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x empty-data-primary: exit 1 FAIL: t/empty-sources-primary ============================= Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/empty-sources-primary.dir + plan_ 5 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x5 = xunknown + test x5 = xlater + test x5 = xlazy + test x5 = xnow + test 5 -ge 0 + planned_=5 + echo 1..5 1..5 + cat + cat + command_ok_ aclocal '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_=aclocal + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- aclocal + set +x not ok 1 - aclocal FAIL: t/empty-sources-primary.tap 1 - aclocal + command_ok_ automake automake-1.14 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_=automake + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) /build/automake-1.14.1/lib/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL /build/automake-1.14.1/lib/am/depend2.am: The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC' /build/automake-1.14.1/lib/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again /build/automake-1.14.1/lib/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL /build/automake-1.14.1/lib/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests /build/automake-1.14.1/lib/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX, /build/automake-1.14.1/lib/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC /build/automake-1.14.1/lib/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- automake + set +x not ok 2 - automake FAIL: t/empty-sources-primary.tap 2 - automake + command_ok_ 'default _SOURCES' /bin/grep -F ' pavel.c' Makefile.in + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='default _SOURCES' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + /bin/grep -F ' pavel.c' Makefile.in /bin/grep: Makefile.in: No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'default _SOURCES' + set +x not ok 3 - default _SOURCES FAIL: t/empty-sources-primary.tap 3 - default _SOURCES + command_ok_ 'empty _SOURCES (basic)' not /bin/grep -F pavel2. Makefile.in + tap_directive_= + tap_reason_= + test 6 -gt 0 + tap_description_='empty _SOURCES (basic)' + shift + test 5 -gt 0 + case $1 in + break + tap_result_=ok + not /bin/grep -F pavel2. Makefile.in + /bin/grep -F pavel2. Makefile.in /bin/grep: Makefile.in: No such file or directory + result_ ok -D '' -r '' -- 'empty _SOURCES (basic)' + set +x ok 4 - empty _SOURCES (basic) PASS: t/empty-sources-primary.tap 4 - empty _SOURCES (basic) + command_ok_ 'empty _SOURCES (elaborate)' not /bin/grep -F zoo. Makefile.in + tap_directive_= + tap_reason_= + test 6 -gt 0 + tap_description_='empty _SOURCES (elaborate)' + shift + test 5 -gt 0 + case $1 in + break + tap_result_=ok + not /bin/grep -F zoo. Makefile.in + /bin/grep -F zoo. Makefile.in /bin/grep: Makefile.in: No such file or directory + result_ ok -D '' -r '' -- 'empty _SOURCES (elaborate)' + set +x ok 5 - empty _SOURCES (elaborate) PASS: t/empty-sources-primary.tap 5 - empty _SOURCES (elaborate) + : + am_exit_trap 0 + exit_status=0 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 5 = later + test 0 -eq 0 + test 2 -eq 5 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x empty-sources-primary: exit 0 FAIL: t/exdir ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/exdir.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/exdir.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x exdir: exit 1 FAIL: t/exdir2 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/exdir2.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/exdir2.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x exdir2: exit 1 FAIL: t/exdir3 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/exdir3.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/exdir3.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x exdir3: exit 1 FAIL: t/exeext ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/exeext.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/exeext.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x exeext: exit 1 FAIL: t/exeext2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/exeext2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/exeext2.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x exeext2: exit 1 FAIL: t/exeext3 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/exeext3.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/exeext3.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x exeext3: exit 1 FAIL: t/exeext4 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/exeext4.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/exeext4.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x exeext4: exit 1 FAIL: t/extra-sources ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-sources.dir + echo AC_PROG_CC + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-sources.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-sources: exit 1 FAIL: t/ext =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ext.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ext.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ext: exit 1 FAIL: t/ext2 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ext2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ext2.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ext2: exit 1 FAIL: t/ext3 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ext3.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ext3.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ext3: exit 1 FAIL: t/extra ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra: exit 1 FAIL: t/extra-sources-no-spurious ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-sources-no-spurious.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-sources-no-spurious.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-sources-no-spurious: exit 1 FAIL: t/extra-data ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-data.dir + echo 'AC_SUBST([CODICIL])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-data.sh: line 23: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-data: exit 1 FAIL: t/extra-dist-vpath-dir ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-dist-vpath-dir.dir + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-dist-vpath-dir.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-dist-vpath-dir: exit 1 FAIL: t/extra-dist-dirs-and-subdirs =================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-dist-dirs-and-subdirs.dir + echo AC_OUTPUT + cat + mkdir foo + mkdir foo/bar + touch foo/bar/baz + mkdir baz + touch baz/foo + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-dist-dirs-and-subdirs.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-dist-dirs-and-subdirs: exit 1 FAIL: t/extra-dist-vpath-dir-merge ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-dist-vpath-dir-merge.dir + echo AC_OUTPUT + cat + mkdir foo + mkdir foo/bar + echo source + echo source + mkdir baz + echo source + echo source + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-dist-vpath-dir-merge.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-dist-vpath-dir-merge: exit 1 FAIL: t/extra-dist-wildcards ============================ extra-dist-wildcards: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-dist-wildcards.dir + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-dist-wildcards.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-dist-wildcards: exit 1 FAIL: t/extra-dist-wildcards-gnu ================================ extra-dist-wildcards-gnu: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-dist-wildcards-gnu.dir + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-dist-wildcards-gnu.sh: line 83: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-dist-wildcards-gnu: exit 1 FAIL: t/extra-dist-wildcards-vpath ================================== extra-dist-wildcards-vpath: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-dist-wildcards-vpath.dir + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-dist-wildcards-vpath.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-dist-wildcards-vpath: exit 1 FAIL: t/extra-programs-misc =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-programs-misc.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-programs-misc.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-programs-misc: exit 1 FAIL: t/extra-programs-and-libs =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-programs-and-libs.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-programs-and-libs.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-programs-and-libs: exit 1 FAIL: t/extra-programs-empty ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-programs-empty.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-programs-empty.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-programs-empty: exit 1 FAIL: t/extra-portability ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-portability.dir + AUTOMAKE='automake-1.14 --foreign -Werror' + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-portability.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-portability: exit 1 FAIL: t/extra-portability2 ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-portability2.dir + AUTOMAKE=automake-1.14 + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-portability2.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-portability2: exit 1 FAIL: t/extra-portability3 ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-portability3.dir + AUTOMAKE='automake-1.14 --foreign -Werror' + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-portability3.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-portability3: exit 1 FAIL: t/extra-deps ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-deps.dir + cat + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/extra-deps.sh: line 67: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-deps: exit 1 FAIL: t/extra-deps-lt ===================== extra-deps-lt: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/extra-deps-lt.dir + cat + cat + cat + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/extra-deps-lt.sh: line 60: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x extra-deps-lt: exit 1 FAIL: t/f90only =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/f90only.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/f90only.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x f90only: exit 1 FAIL: t/flavor ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/flavor.dir + cat + : + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/flavor.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x flavor: exit 1 FAIL: t/flibs ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/flibs.dir + cat + cat + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/flibs.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x flibs: exit 1 FAIL: t/fn99 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/fn99.dir + echo AC_OUTPUT + cat + for i in 1 2 3 4 5 6 7 8 9 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 9 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 9 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 9 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 9 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 9 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 9 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 9 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 9 + mkdir -p 12345678 + cd 12345678 + touch x + cp -R 12345678 t + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/fn99.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x fn99: exit 1 FAIL: t/fn99subdir ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/fn99subdir.dir + subdirname=cnfsubdir + cat + cat + mkdir cnfsubdir + cat + cat + cd cnfsubdir + for i in 1 2 3 4 5 6 7 8 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 + mkdir -p 12345678 + cd 12345678 + touch x + for i in 1 2 3 4 5 6 7 8 + mkdir -p 12345678 + cd 12345678 + touch x + cp -R cnfsubdir t + cd cnfsubdir + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/fn99subdir.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x fn99subdir: exit 1 FAIL: t/fnoc ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/fnoc.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/fnoc.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x fnoc: exit 1 FAIL: t/forcemiss ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/forcemiss.dir + rm -f install-sh + echo zot + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/forcemiss.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x forcemiss: exit 1 FAIL: t/forcemiss2 ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/forcemiss2.dir + rm -f install-sh + echo zot + cp foo foo2 + ln -s foo2 install-sh + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/forcemiss2.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x forcemiss2: exit 1 FAIL: t/fort1 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/fort1.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/fort1.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x fort1: exit 1 SKIP: t/fort2 ============= SKIP: t/fort4 ============= SKIP: t/fort5 ============= fort5: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. FAIL: t/fonly ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/fonly.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/fonly.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x fonly: exit 1 FAIL: t/fortdep =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/fortdep.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/fortdep.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x fortdep: exit 1 FAIL: t/gcj =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gcj.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/gcj.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gcj: exit 1 FAIL: t/gcj2 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gcj2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/gcj2.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gcj2: exit 1 FAIL: t/gcj3 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gcj3.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/gcj3.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gcj3: exit 1 FAIL: t/gcj4 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gcj4.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/gcj4.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gcj4: exit 1 FAIL: t/gcj5 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gcj5.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/gcj5.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gcj5: exit 1 XFAIL: t/gcj6 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gcj6.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/gcj6.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gcj6: exit 1 FAIL: t/gettext-basics ====================== gettext-basics: running gettext --version gettext (GNU gettext-runtime) 0.18.1 Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Ulrich Drepper. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gettext-basics.dir + cat + : + : + mkdir po intl + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-obsolete -Wno-syntax ./t/gettext-basics.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gettext-basics: exit 1 SKIP: t/gettext-config-rpath ============================ gettext-config-rpath: running gettext --version gettext (GNU gettext-runtime) 0.18.1 Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Ulrich Drepper. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gettext-config-rpath.dir + cat + echo 'SUBDIRS = po intl' + mkdir po intl + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-obsolete -Wno-syntax ./t/gettext-config-rpath.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + autopoint -n Copy file ABOUT-NLS Copy file config.rpath Copy file intl/ChangeLog Copy file intl/Makefile.in Copy file intl/VERSION Copy file intl/bindtextdom.c Copy file intl/config.charset Copy file intl/dcgettext.c Copy file intl/dcigettext.c Copy file intl/dcngettext.c Copy file intl/dgettext.c Copy file intl/dngettext.c Copy file intl/eval-plural.h Copy file intl/explodename.c Copy file intl/finddomain.c Copy file intl/gettext.c Copy file intl/gettextP.h Copy file intl/gmo.h Copy file intl/hash-string.h Copy file intl/intl-compat.c Copy file intl/l10nflist.c Copy file intl/langprefs.c Copy file intl/libgnuintl.h.in Copy file intl/loadinfo.h Copy file intl/loadmsgcat.c Copy file intl/localcharset.c Copy file intl/localcharset.h Copy file intl/locale.alias Copy file intl/localealias.c Copy file intl/localename.c Copy file intl/log.c Copy file intl/ngettext.c Copy file intl/os2compat.c Copy file intl/os2compat.h Copy file intl/osdep.c Copy file intl/plural-exp.c Copy file intl/plural-exp.h Copy file intl/plural.c Copy file intl/plural.y Copy file intl/printf-args.c Copy file intl/printf-args.h Copy file intl/printf-parse.c Copy file intl/printf-parse.h Copy file intl/printf.c Copy file intl/ref-add.sin Copy file intl/ref-del.sin Copy file intl/relocatable.c Copy file intl/relocatable.h Copy file intl/textdomain.c Copy file intl/vasnprintf.c Copy file intl/vasnprintf.h Copy file intl/vasnwprintf.h Copy file intl/wprintf-parse.h Copy file intl/xsize.h Copy file m4/codeset.m4 Copy file m4/gettext.m4 Copy file m4/glibc2.m4 Copy file m4/glibc21.m4 Copy file m4/iconv.m4 Copy file m4/intdiv0.m4 Copy file m4/intmax.m4 Copy file m4/inttypes-pri.m4 Copy file m4/inttypes.m4 Copy file m4/inttypes_h.m4 Copy file m4/isc-posix.m4 Copy file m4/lcmessage.m4 Copy file m4/lib-ld.m4 Copy file m4/lib-link.m4 Copy file m4/lib-prefix.m4 Copy file m4/longdouble.m4 Copy file m4/longlong.m4 Copy file m4/nls.m4 Copy file m4/po.m4 Copy file m4/printf-posix.m4 Copy file m4/progtest.m4 Copy file m4/signed.m4 Copy file m4/size_max.m4 Copy file m4/stdint_h.m4 Copy file m4/uintmax_t.m4 Copy file m4/ulonglong.m4 Copy file m4/wchar_t.m4 Copy file m4/wint_t.m4 Copy file m4/xsize.m4 Copy file mkinstalldirs Copy file po/Makefile.in.in Copy file po/Makevars.template Copy file po/Rules-quot Copy file po/boldquot.sed Copy file po/address@hidden Copy file po/address@hidden Copy file po/insert-header.sin Copy file po/quot.sed Copy file po/remove-potcdate.sin + skip_ 'too old gettext installation' + warn_ 'gettext-config-rpath: skipped test: too old gettext installation' + echo 'gettext-config-rpath: skipped test: too old gettext installation' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gettext-config-rpath: exit 77 FAIL: t/gettext-external-pr338 ============================== gettext-external-pr338: running gettext --version gettext (GNU gettext-runtime) 0.18.1 Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Ulrich Drepper. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gettext-external-pr338.dir + cat + : + mkdir foo po + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-obsolete -Wno-syntax ./t/gettext-external-pr338.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gettext-external-pr338: exit 1 SKIP: t/gettext-intl-subdir =========================== gettext-intl-subdir: running gettext --version gettext (GNU gettext-runtime) 0.18.1 Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Ulrich Drepper. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gettext-intl-subdir.dir + cat + echo 'SUBDIRS = po' + mkdir po + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-obsolete -Wno-syntax ./t/gettext-intl-subdir.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + skip_ 'your gettext macros are probably too old' + warn_ 'gettext-intl-subdir: skipped test: your gettext macros are probably too old' + echo 'gettext-intl-subdir: skipped test: your gettext macros are probably too old' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gettext-intl-subdir: exit 77 FAIL: t/gettext-pr381 ===================== gettext-pr381: running gettext --version gettext (GNU gettext-runtime) 0.18.1 Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Ulrich Drepper. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gettext-pr381.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-obsolete -Wno-syntax ./t/gettext-pr381.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gettext-pr381: exit 1 FAIL: t/gnumake =============== gnumake: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gnumake.dir + cat + mkdir sub + echo SUBDIRS = sub + cat + echo 'this should not cause any problem' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/gnumake.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gnumake: exit 1 FAIL: t/gnuwarn =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gnuwarn.dir + AUTOMAKE='automake-1.14 -Werror' + cat + : + : + : + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/gnuwarn.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gnuwarn: exit 1 FAIL: t/gnuwarn2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gnuwarn2.dir + cat + : + : + : + : + : + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/gnuwarn2.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gnuwarn2: exit 1 FAIL: t/gnits ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gnits.dir + cat + cat + : + : + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/gnits.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gnits: exit 1 FAIL: t/gnits2 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gnits2.dir + cat + cat + cat + cat + mkdir sub + cat + cat + chmod +x sub/scriptok.sh + chmod +x sub/scriptnok.sh + : + : + : + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/gnits2.sh: line 97: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gnits2: exit 1 FAIL: t/gnits3 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/gnits3.dir + cat + cat + cat + mkdir sub + cat + cp nok.sh sub/nok.sh + chmod +x nok.sh + chmod +x sub/nok.sh + : + : + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/gnits3.sh: line 78: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x gnits3: exit 1 FAIL: t/hdr-vars-defined-once ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/hdr-vars-defined-once.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/hdr-vars-defined-once.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x hdr-vars-defined-once: exit 1 FAIL: t/header ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/header.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/header.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x header: exit 1 FAIL: t/help ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/help.dir + mkdir emptydir + cd emptydir + ACLOCAL='"/build/automake-1.14.1/t/wrap/aclocal-1.14"' + AUTOMAKE=automake-1.14 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' --version ./t/help.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x help: exit 1 FAIL: t/help2 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/help2.dir + mkdir cleandir + cd cleandir + ACLOCAL='"/build/automake-1.14.1/t/wrap/aclocal-1.14"' + AUTOMAKE=automake-1.14 + echo '[' + echo '[' + automake-1.14 --version automake (GNU automake) 1.14.1 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Tom Tromey and Alexandre Duret-Lutz . + automake-1.14 --help Usage: /build/automake-1.14.1/t/wrap/automake-1.14 [OPTION]... [Makefile]... Generate Makefile.in for configure from Makefile.am. Operation modes: --help print this help, then exit --version print version number, then exit -v, --verbose verbosely list files processed --no-force only update Makefile.in's that are out of date -W, --warnings=CATEGORY report the warnings falling in CATEGORY Dependency tracking: -i, --ignore-deps disable dependency tracking code --include-deps enable dependency tracking code Flavors: --foreign set strictness to foreign --gnits set strictness to gnits --gnu set strictness to gnu Library files: -a, --add-missing add missing standard files to package --libdir=DIR set directory storing library files --print-libdir print directory storing library files -c, --copy with -a, copy missing files (default is symlink) -f, --force-missing force update of standard files Warning categories include: gnu GNU coding standards (default in gnu and gnits modes) obsolete obsolete features or constructions override user redefinitions of Automake rules or variables portability portability issues (default in gnu and gnits modes) extra-portability extra portability issues related to obscure tools syntax dubious syntactic constructs (default) unsupported unsupported or incomplete features (default) all all the warnings no-CATEGORY turn off warnings in CATEGORY none turn off all the warnings error treat warnings as errors Files automatically distributed if found (always): ABOUT-GNU INSTALL config.rpath ltconfig ABOUT-NLS NEWS config.sub ltmain.sh AUTHORS README depcomp mdate-sh BACKLOG THANKS install-sh missing COPYING TODO libversion.in mkinstalldirs COPYING.DOC ar-lib ltcf-c.sh py-compile COPYING.LESSER compile ltcf-cxx.sh texinfo.tex COPYING.LIB config.guess ltcf-gcj.sh ylwrap ChangeLog Files automatically distributed if found (under certain conditions): acconfig.h config.h.bot configure configure.in aclocal.m4 config.h.top configure.ac stamp-vti Report bugs to . GNU Automake home page: . General help using GNU software: . + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' --version ./t/help2.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x help2: exit 1 FAIL: t/help3 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/help3.dir + mkdir cleandir + cd cleandir + ACLOCAL='"/build/automake-1.14.1/t/wrap/aclocal-1.14"' + AUTOMAKE=automake-1.14 + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' --force --help --output=foo.m4 ./t/help3.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x help3: exit 1 FAIL: t/help4 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/help4.dir + mkdir emptydir + cd emptydir + ACLOCAL='"/build/automake-1.14.1/t/wrap/aclocal-1.14"' + AUTOMAKE=automake-1.14 ++ echo 1.14 ++ escape_dots ++ sed 's/\./\\./g' + apiversion_rx='1\.14' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' --version --help ./t/help4.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + cat stdout + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x help4: exit 1 FAIL: t/help-depend =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/help-depend.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/help-depend.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x help-depend: exit 1 FAIL: t/help-depend2 ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/help-depend2.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/help-depend2.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x help-depend2: exit 1 FAIL: t/help-dmalloc ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/help-dmalloc.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/help-dmalloc.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x help-dmalloc: exit 1 FAIL: t/help-init ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/help-init.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/help-init.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x help-init: exit 1 FAIL: t/help-lispdir ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/help-lispdir.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/help-lispdir.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x help-lispdir: exit 1 FAIL: t/help-python =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/help-python.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/help-python.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x help-python: exit 1 FAIL: t/help-silent =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/help-silent.dir + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/help-silent.sh: line 23: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x help-silent: exit 1 FAIL: t/help-upc ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/help-upc.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/help-upc.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x help-upc: exit 1 FAIL: t/hfs =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/hfs.dir + echo AC_OUTPUT + : + echo 'EXTRA_DIST = CHANGELOG' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/hfs.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x hfs: exit 1 FAIL: t/implicit ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/implicit.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/implicit.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x implicit: exit 1 FAIL: t/init ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/init.dir + for ac_init_args in ''\'''\''' ''\''([x])'\''' + for am_init_args in ''\'''\''' ''\''([1.10])'\''' + rm -rf aclocal.m4 'autom4te*.cache' + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat configure.ac AC_INIT AM_INIT_AUTOMAKE + cat stderr + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/init.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + /bin/grep -F AC_PACKAGE_VERSION stderr + grep 'configure\.ac:.* AC_INIT .*arguments' stderr + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x init: exit 1 FAIL: t/init2 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/init2.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/init2.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x init2: exit 1 FAIL: t/insh2 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/insh2.dir + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/insh2.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x insh2: exit 1 FAIL: t/install2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/install2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/install2.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x install2: exit 1 FAIL: t/installdir ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/installdir.dir + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/installdir.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x installdir: exit 1 FAIL: t/instsh ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instsh.dir + : + rm -f install-sh + mkdir frob + mv Makefile.am configure.ac frob/ + cd frob + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instsh.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instsh: exit 1 SKIP: t/instsh3 =============== FAIL: t/instdat =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instdat.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instdat.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instdat: exit 1 FAIL: t/instdat2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instdat2.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instdat2.sh: line 65: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instdat2: exit 1 FAIL: t/instdir =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instdir.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instdir.sh: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instdir: exit 1 FAIL: t/instdir2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instdir2.dir + cat + mkdir sub + cat + : + : + : + : + : + : + : + : + : + : + : + : + : + : + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instdir2.sh: line 68: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instdir2: exit 1 FAIL: t/instdir-cond ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instdir-cond.dir + cat + : + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instdir-cond.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instdir-cond: exit 1 XFAIL: t/instdir-cond2 ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instdir-cond2.dir + cat + : + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instdir-cond2.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instdir-cond2: exit 1 FAIL: t/instdir-no-empty ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instdir-no-empty.dir + cat + cat + for dir in sbin bin libexec pkglibexec myexec + for dst in ''\'''\''' dist_ nodist_ + echo 'sbin_SCRIPTS =' + for dst in ''\'''\''' dist_ nodist_ + echo 'dist_sbin_SCRIPTS =' + for dst in ''\'''\''' dist_ nodist_ + echo 'nodist_sbin_SCRIPTS =' + echo 'sbin_PROGRAMS =' + for dir in sbin bin libexec pkglibexec myexec + for dst in ''\'''\''' dist_ nodist_ + echo 'bin_SCRIPTS =' + for dst in ''\'''\''' dist_ nodist_ + echo 'dist_bin_SCRIPTS =' + for dst in ''\'''\''' dist_ nodist_ + echo 'nodist_bin_SCRIPTS =' + echo 'bin_PROGRAMS =' + for dir in sbin bin libexec pkglibexec myexec + for dst in ''\'''\''' dist_ nodist_ + echo 'libexec_SCRIPTS =' + for dst in ''\'''\''' dist_ nodist_ + echo 'dist_libexec_SCRIPTS =' + for dst in ''\'''\''' dist_ nodist_ + echo 'nodist_libexec_SCRIPTS =' + echo 'libexec_PROGRAMS =' + for dir in sbin bin libexec pkglibexec myexec + for dst in ''\'''\''' dist_ nodist_ + echo 'pkglibexec_SCRIPTS =' + for dst in ''\'''\''' dist_ nodist_ + echo 'dist_pkglibexec_SCRIPTS =' + for dst in ''\'''\''' dist_ nodist_ + echo 'nodist_pkglibexec_SCRIPTS =' + echo 'pkglibexec_PROGRAMS =' + for dir in sbin bin libexec pkglibexec myexec + for dst in ''\'''\''' dist_ nodist_ + echo 'myexec_SCRIPTS =' + for dst in ''\'''\''' dist_ nodist_ + echo 'dist_myexec_SCRIPTS =' + for dst in ''\'''\''' dist_ nodist_ + echo 'nodist_myexec_SCRIPTS =' + echo 'myexec_PROGRAMS =' + for dir in lib pkglib myexec my + echo 'lib_LIBRARIES =' + echo 'lib_LTLIBRARIES =' + for dir in lib pkglib myexec my + echo 'pkglib_LIBRARIES =' + echo 'pkglib_LTLIBRARIES =' + for dir in lib pkglib myexec my + echo 'myexec_LIBRARIES =' + echo 'myexec_LTLIBRARIES =' + for dir in lib pkglib myexec my + echo 'my_LIBRARIES =' + echo 'my_LTLIBRARIES =' + for p1 in ''\'''\''' notrans_ + for p2 in ''\'''\''' dist_ nodist_ + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'man_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'man1_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'man2_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'man3_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'man4_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'man5_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'man6_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'man7_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'man8_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'man9_MANS =' + for p2 in ''\'''\''' dist_ nodist_ + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'dist_man_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'dist_man1_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'dist_man2_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'dist_man3_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'dist_man4_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'dist_man5_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'dist_man6_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'dist_man7_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'dist_man8_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'dist_man9_MANS =' + for p2 in ''\'''\''' dist_ nodist_ + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'nodist_man_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'nodist_man1_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'nodist_man2_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'nodist_man3_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'nodist_man4_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'nodist_man5_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'nodist_man6_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'nodist_man7_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'nodist_man8_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'nodist_man9_MANS =' + for p1 in ''\'''\''' notrans_ + for p2 in ''\'''\''' dist_ nodist_ + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_man_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_man1_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_man2_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_man3_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_man4_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_man5_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_man6_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_man7_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_man8_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_man9_MANS =' + for p2 in ''\'''\''' dist_ nodist_ + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_dist_man_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_dist_man1_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_dist_man2_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_dist_man3_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_dist_man4_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_dist_man5_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_dist_man6_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_dist_man7_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_dist_man8_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_dist_man9_MANS =' + for p2 in ''\'''\''' dist_ nodist_ + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_nodist_man_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_nodist_man1_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_nodist_man2_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_nodist_man3_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_nodist_man4_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_nodist_man5_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_nodist_man6_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_nodist_man7_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_nodist_man8_MANS =' + for s in ''\'''\''' 1 2 3 4 5 6 7 8 9 + echo 'notrans_nodist_man9_MANS =' + for dst in ''\'''\''' dist_ nodist_ + for dir in dataroot data pkgdata doc lisp my + echo 'dataroot_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'data_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'pkgdata_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'doc_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'lisp_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'my_DATA =' + for dir in include pkginclude oldinclude my + echo 'include_HEADERS =' + for dir in include pkginclude oldinclude my + echo 'pkginclude_HEADERS =' + for dir in include pkginclude oldinclude my + echo 'oldinclude_HEADERS =' + for dir in include pkginclude oldinclude my + echo 'my_HEADERS =' + for dir in python my + echo 'python_PYTHON =' + for dir in python my + echo 'my_PYTHON =' + for dir in info my + echo 'info_TEXINFOS =' + for dir in info my + echo 'my_TEXINFOS =' + for dir in java my + echo 'java_JAVA =' + for dir in java my + echo 'my_JAVA =' + for dir in lisp my + echo 'lisp_LISP =' + for dir in lisp my + echo 'my_LISP =' + for dst in ''\'''\''' dist_ nodist_ + for dir in dataroot data pkgdata doc lisp my + echo 'dist_dataroot_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'dist_data_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'dist_pkgdata_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'dist_doc_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'dist_lisp_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'dist_my_DATA =' + for dir in include pkginclude oldinclude my + echo 'dist_include_HEADERS =' + for dir in include pkginclude oldinclude my + echo 'dist_pkginclude_HEADERS =' + for dir in include pkginclude oldinclude my + echo 'dist_oldinclude_HEADERS =' + for dir in include pkginclude oldinclude my + echo 'dist_my_HEADERS =' + for dir in python my + echo 'dist_python_PYTHON =' + for dir in python my + echo 'dist_my_PYTHON =' + for dir in info my + echo 'dist_info_TEXINFOS =' + for dir in info my + echo 'dist_my_TEXINFOS =' + for dir in java my + echo 'dist_java_JAVA =' + for dir in java my + echo 'dist_my_JAVA =' + for dir in lisp my + echo 'dist_lisp_LISP =' + for dir in lisp my + echo 'dist_my_LISP =' + for dst in ''\'''\''' dist_ nodist_ + for dir in dataroot data pkgdata doc lisp my + echo 'nodist_dataroot_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'nodist_data_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'nodist_pkgdata_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'nodist_doc_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'nodist_lisp_DATA =' + for dir in dataroot data pkgdata doc lisp my + echo 'nodist_my_DATA =' + for dir in include pkginclude oldinclude my + echo 'nodist_include_HEADERS =' + for dir in include pkginclude oldinclude my + echo 'nodist_pkginclude_HEADERS =' + for dir in include pkginclude oldinclude my + echo 'nodist_oldinclude_HEADERS =' + for dir in include pkginclude oldinclude my + echo 'nodist_my_HEADERS =' + for dir in python my + echo 'nodist_python_PYTHON =' + for dir in python my + echo 'nodist_my_PYTHON =' + for dir in info my + echo 'nodist_info_TEXINFOS =' + for dir in info my + echo 'nodist_my_TEXINFOS =' + for dir in java my + echo 'nodist_java_JAVA =' + for dir in java my + echo 'nodist_my_JAVA =' + for dir in lisp my + echo 'nodist_lisp_LISP =' + for dir in lisp my + echo 'nodist_my_LISP =' + cat t + sed 's/^/nobase_/' t + rm -f t + cat Makefile.am AUTOMAKE_OPTIONS = no-dependencies mydir = $(prefix)/my myexecdir = $(prefix)/myexec javadir = $(prefix)/java sbin_SCRIPTS = dist_sbin_SCRIPTS = nodist_sbin_SCRIPTS = sbin_PROGRAMS = bin_SCRIPTS = dist_bin_SCRIPTS = nodist_bin_SCRIPTS = bin_PROGRAMS = libexec_SCRIPTS = dist_libexec_SCRIPTS = nodist_libexec_SCRIPTS = libexec_PROGRAMS = pkglibexec_SCRIPTS = dist_pkglibexec_SCRIPTS = nodist_pkglibexec_SCRIPTS = pkglibexec_PROGRAMS = myexec_SCRIPTS = dist_myexec_SCRIPTS = nodist_myexec_SCRIPTS = myexec_PROGRAMS = lib_LIBRARIES = lib_LTLIBRARIES = pkglib_LIBRARIES = pkglib_LTLIBRARIES = myexec_LIBRARIES = myexec_LTLIBRARIES = my_LIBRARIES = my_LTLIBRARIES = man_MANS = man1_MANS = man2_MANS = man3_MANS = man4_MANS = man5_MANS = man6_MANS = man7_MANS = man8_MANS = man9_MANS = dist_man_MANS = dist_man1_MANS = dist_man2_MANS = dist_man3_MANS = dist_man4_MANS = dist_man5_MANS = dist_man6_MANS = dist_man7_MANS = dist_man8_MANS = dist_man9_MANS = nodist_man_MANS = nodist_man1_MANS = nodist_man2_MANS = nodist_man3_MANS = nodist_man4_MANS = nodist_man5_MANS = nodist_man6_MANS = nodist_man7_MANS = nodist_man8_MANS = nodist_man9_MANS = notrans_man_MANS = notrans_man1_MANS = notrans_man2_MANS = notrans_man3_MANS = notrans_man4_MANS = notrans_man5_MANS = notrans_man6_MANS = notrans_man7_MANS = notrans_man8_MANS = notrans_man9_MANS = notrans_dist_man_MANS = notrans_dist_man1_MANS = notrans_dist_man2_MANS = notrans_dist_man3_MANS = notrans_dist_man4_MANS = notrans_dist_man5_MANS = notrans_dist_man6_MANS = notrans_dist_man7_MANS = notrans_dist_man8_MANS = notrans_dist_man9_MANS = notrans_nodist_man_MANS = notrans_nodist_man1_MANS = notrans_nodist_man2_MANS = notrans_nodist_man3_MANS = notrans_nodist_man4_MANS = notrans_nodist_man5_MANS = notrans_nodist_man6_MANS = notrans_nodist_man7_MANS = notrans_nodist_man8_MANS = notrans_nodist_man9_MANS = dataroot_DATA = data_DATA = pkgdata_DATA = doc_DATA = lisp_DATA = my_DATA = include_HEADERS = pkginclude_HEADERS = oldinclude_HEADERS = my_HEADERS = python_PYTHON = my_PYTHON = info_TEXINFOS = my_TEXINFOS = java_JAVA = my_JAVA = lisp_LISP = my_LISP = dist_dataroot_DATA = dist_data_DATA = dist_pkgdata_DATA = dist_doc_DATA = dist_lisp_DATA = dist_my_DATA = dist_include_HEADERS = dist_pkginclude_HEADERS = dist_oldinclude_HEADERS = dist_my_HEADERS = dist_python_PYTHON = dist_my_PYTHON = dist_info_TEXINFOS = dist_my_TEXINFOS = dist_java_JAVA = dist_my_JAVA = dist_lisp_LISP = dist_my_LISP = nodist_dataroot_DATA = nodist_data_DATA = nodist_pkgdata_DATA = nodist_doc_DATA = nodist_lisp_DATA = nodist_my_DATA = nodist_include_HEADERS = nodist_pkginclude_HEADERS = nodist_oldinclude_HEADERS = nodist_my_HEADERS = nodist_python_PYTHON = nodist_my_PYTHON = nodist_info_TEXINFOS = nodist_my_TEXINFOS = nodist_java_JAVA = nodist_my_JAVA = nodist_lisp_LISP = nodist_my_LISP = nobase_sbin_SCRIPTS = nobase_dist_sbin_SCRIPTS = nobase_nodist_sbin_SCRIPTS = nobase_sbin_PROGRAMS = nobase_bin_SCRIPTS = nobase_dist_bin_SCRIPTS = nobase_nodist_bin_SCRIPTS = nobase_bin_PROGRAMS = nobase_libexec_SCRIPTS = nobase_dist_libexec_SCRIPTS = nobase_nodist_libexec_SCRIPTS = nobase_libexec_PROGRAMS = nobase_pkglibexec_SCRIPTS = nobase_dist_pkglibexec_SCRIPTS = nobase_nodist_pkglibexec_SCRIPTS = nobase_pkglibexec_PROGRAMS = nobase_myexec_SCRIPTS = nobase_dist_myexec_SCRIPTS = nobase_nodist_myexec_SCRIPTS = nobase_myexec_PROGRAMS = nobase_lib_LIBRARIES = nobase_lib_LTLIBRARIES = nobase_pkglib_LIBRARIES = nobase_pkglib_LTLIBRARIES = nobase_myexec_LIBRARIES = nobase_myexec_LTLIBRARIES = nobase_my_LIBRARIES = nobase_my_LTLIBRARIES = nobase_man_MANS = nobase_man1_MANS = nobase_man2_MANS = nobase_man3_MANS = nobase_man4_MANS = nobase_man5_MANS = nobase_man6_MANS = nobase_man7_MANS = nobase_man8_MANS = nobase_man9_MANS = nobase_dist_man_MANS = nobase_dist_man1_MANS = nobase_dist_man2_MANS = nobase_dist_man3_MANS = nobase_dist_man4_MANS = nobase_dist_man5_MANS = nobase_dist_man6_MANS = nobase_dist_man7_MANS = nobase_dist_man8_MANS = nobase_dist_man9_MANS = nobase_nodist_man_MANS = nobase_nodist_man1_MANS = nobase_nodist_man2_MANS = nobase_nodist_man3_MANS = nobase_nodist_man4_MANS = nobase_nodist_man5_MANS = nobase_nodist_man6_MANS = nobase_nodist_man7_MANS = nobase_nodist_man8_MANS = nobase_nodist_man9_MANS = nobase_notrans_man_MANS = nobase_notrans_man1_MANS = nobase_notrans_man2_MANS = nobase_notrans_man3_MANS = nobase_notrans_man4_MANS = nobase_notrans_man5_MANS = nobase_notrans_man6_MANS = nobase_notrans_man7_MANS = nobase_notrans_man8_MANS = nobase_notrans_man9_MANS = nobase_notrans_dist_man_MANS = nobase_notrans_dist_man1_MANS = nobase_notrans_dist_man2_MANS = nobase_notrans_dist_man3_MANS = nobase_notrans_dist_man4_MANS = nobase_notrans_dist_man5_MANS = nobase_notrans_dist_man6_MANS = nobase_notrans_dist_man7_MANS = nobase_notrans_dist_man8_MANS = nobase_notrans_dist_man9_MANS = nobase_notrans_nodist_man_MANS = nobase_notrans_nodist_man1_MANS = nobase_notrans_nodist_man2_MANS = nobase_notrans_nodist_man3_MANS = nobase_notrans_nodist_man4_MANS = nobase_notrans_nodist_man5_MANS = nobase_notrans_nodist_man6_MANS = nobase_notrans_nodist_man7_MANS = nobase_notrans_nodist_man8_MANS = nobase_notrans_nodist_man9_MANS = nobase_dataroot_DATA = nobase_data_DATA = nobase_pkgdata_DATA = nobase_doc_DATA = nobase_lisp_DATA = nobase_my_DATA = nobase_include_HEADERS = nobase_pkginclude_HEADERS = nobase_oldinclude_HEADERS = nobase_my_HEADERS = nobase_python_PYTHON = nobase_my_PYTHON = nobase_info_TEXINFOS = nobase_my_TEXINFOS = nobase_java_JAVA = nobase_my_JAVA = nobase_lisp_LISP = nobase_my_LISP = nobase_dist_dataroot_DATA = nobase_dist_data_DATA = nobase_dist_pkgdata_DATA = nobase_dist_doc_DATA = nobase_dist_lisp_DATA = nobase_dist_my_DATA = nobase_dist_include_HEADERS = nobase_dist_pkginclude_HEADERS = nobase_dist_oldinclude_HEADERS = nobase_dist_my_HEADERS = nobase_dist_python_PYTHON = nobase_dist_my_PYTHON = nobase_dist_info_TEXINFOS = nobase_dist_my_TEXINFOS = nobase_dist_java_JAVA = nobase_dist_my_JAVA = nobase_dist_lisp_LISP = nobase_dist_my_LISP = nobase_nodist_dataroot_DATA = nobase_nodist_data_DATA = nobase_nodist_pkgdata_DATA = nobase_nodist_doc_DATA = nobase_nodist_lisp_DATA = nobase_nodist_my_DATA = nobase_nodist_include_HEADERS = nobase_nodist_pkginclude_HEADERS = nobase_nodist_oldinclude_HEADERS = nobase_nodist_my_HEADERS = nobase_nodist_python_PYTHON = nobase_nodist_my_PYTHON = nobase_nodist_info_TEXINFOS = nobase_nodist_my_TEXINFOS = nobase_nodist_java_JAVA = nobase_nodist_my_JAVA = nobase_nodist_lisp_LISP = nobase_nodist_my_LISP = + grep '^oldinclude_HEADERS =' Makefile.am oldinclude_HEADERS = + grep '^nodist_my_PYTHON =' Makefile.am nodist_my_PYTHON = + grep '^notrans_dist_man5_MANS =' Makefile.am notrans_dist_man5_MANS = + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instdir-no-empty.sh: line 94: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instdir-no-empty: exit 1 FAIL: t/instdir-java ==================== instdir-java: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instdir-java.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instdir-java.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instdir-java: exit 1 SKIP: t/instdir-lisp ==================== instdir-lisp: running emacs --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: emacs: command not found FAIL: t/instdir-ltlib ===================== instdir-ltlib: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instdir-ltlib.dir + cat + mkdir sub + cat + cat + cp p.c np.c + cp p.c sub/np.c + cp p.c libfoo.c + cp p.c libnfoo.c + cp p.c sub/libnfoo.c + cp p.c libpy.c + cp p.c libnpy.c + cp p.c sub/libnpy.c + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/instdir-ltlib.sh: line 57: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instdir-ltlib: exit 1 FAIL: t/instdir-prog ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instdir-prog.dir + cat + mkdir sub + cat + cat + cp p.c np.c + cp p.c sub/np.c + cp p.c libfoo.c + cp p.c libnfoo.c + cp p.c sub/libnfoo.c + cp p.c py.c + cp p.c npy.c + cp p.c sub/npy.c + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instdir-prog.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instdir-prog: exit 1 FAIL: t/instdir-python ====================== instdir-python: running python -V Python 2.6.5 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instdir-python.dir + cat + mkdir sub + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instdir-python.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instdir-python: exit 1 SKIP: t/instdir-texi ==================== instdir-texi: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. FAIL: t/instexec ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instexec.dir + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instexec.sh: line 24: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instexec: exit 1 FAIL: t/instfail ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instfail.dir + cat + cat + for n in 1 2 3 + echo 'int main () { return 0; }' + echo 'int main () { return 0; }' + echo 'int foo1 () { return 0; }' + echo 'int foon1 () { return 0; }' + echo + echo + for n in 1 2 3 + echo 'int main () { return 0; }' + echo 'int main () { return 0; }' + echo 'int foo2 () { return 0; }' + echo 'int foon2 () { return 0; }' + echo + echo + for n in 1 2 3 + echo 'int main () { return 0; }' + echo 'int main () { return 0; }' + echo 'int foo3 () { return 0; }' + echo 'int foon3 () { return 0; }' + echo + echo + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instfail.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instfail: exit 1 FAIL: t/instfail-info ===================== instfail-info: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instfail-info.dir + cat + cat + for n in 1 2 3 + cat + for n in 1 2 3 + cat + for n in 1 2 3 + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instfail-info.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instfail-info: exit 1 FAIL: t/instfail-java ===================== instfail-java: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instfail-java.dir + cat + cat + for n in 1 2 3 + echo 'class java1 { }' + for n in 1 2 3 + echo 'class java2 { }' + for n in 1 2 3 + echo 'class java3 { }' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instfail-java.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instfail-java: exit 1 FAIL: t/instfail-libtool ======================== instfail-libtool: running libtool --version libtool (GNU libtool) 2.2.10 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. instfail-libtool: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instfail-libtool.dir + cat + cat + for n in 1 2 3 + echo 'int main () { return 0; }' + echo 'int main () { return 0; }' + echo 'int foolt1 () { return 0; }' + echo 'int fooltn1 () { return 0; }' + for n in 1 2 3 + echo 'int main () { return 0; }' + echo 'int main () { return 0; }' + echo 'int foolt2 () { return 0; }' + echo 'int fooltn2 () { return 0; }' + for n in 1 2 3 + echo 'int main () { return 0; }' + echo 'int main () { return 0; }' + echo 'int foolt3 () { return 0; }' + echo 'int fooltn3 () { return 0; }' + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/instfail-libtool.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instfail-libtool: exit 1 FAIL: t/insthook ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/insthook.dir + cat + cat + echo a + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/insthook.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x insthook: exit 1 FAIL: t/instman =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instman.dir + echo AC_OUTPUT + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instman.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instman: exit 1 FAIL: t/instman2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instman2.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instman2.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instman2: exit 1 FAIL: t/instmany ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instmany.dir + limit=2500 + subdir=long_subdir_name_with_many_characters + nfiles=81 ++ seq_ 1 81 ++ case $# in ++ seq_first=1 ++ seq_incr=1 ++ seq_last=81 ++ i=1 ++ test 1 -le 81 ++ echo 1 ++ i=2 ++ test 2 -le 81 ++ echo 2 ++ i=3 ++ test 3 -le 81 ++ echo 3 ++ i=4 ++ test 4 -le 81 ++ echo 4 ++ i=5 ++ test 5 -le 81 ++ echo 5 ++ i=6 ++ test 6 -le 81 ++ echo 6 ++ i=7 ++ test 7 -le 81 ++ echo 7 ++ i=8 ++ test 8 -le 81 ++ echo 8 ++ i=9 ++ test 9 -le 81 ++ echo 9 ++ i=10 ++ test 10 -le 81 ++ echo 10 ++ i=11 ++ test 11 -le 81 ++ echo 11 ++ i=12 ++ test 12 -le 81 ++ echo 12 ++ i=13 ++ test 13 -le 81 ++ echo 13 ++ i=14 ++ test 14 -le 81 ++ echo 14 ++ i=15 ++ test 15 -le 81 ++ echo 15 ++ i=16 ++ test 16 -le 81 ++ echo 16 ++ i=17 ++ test 17 -le 81 ++ echo 17 ++ i=18 ++ test 18 -le 81 ++ echo 18 ++ i=19 ++ test 19 -le 81 ++ echo 19 ++ i=20 ++ test 20 -le 81 ++ echo 20 ++ i=21 ++ test 21 -le 81 ++ echo 21 ++ i=22 ++ test 22 -le 81 ++ echo 22 ++ i=23 ++ test 23 -le 81 ++ echo 23 ++ i=24 ++ test 24 -le 81 ++ echo 24 ++ i=25 ++ test 25 -le 81 ++ echo 25 ++ i=26 ++ test 26 -le 81 ++ echo 26 ++ i=27 ++ test 27 -le 81 ++ echo 27 ++ i=28 ++ test 28 -le 81 ++ echo 28 ++ i=29 ++ test 29 -le 81 ++ echo 29 ++ i=30 ++ test 30 -le 81 ++ echo 30 ++ i=31 ++ test 31 -le 81 ++ echo 31 ++ i=32 ++ test 32 -le 81 ++ echo 32 ++ i=33 ++ test 33 -le 81 ++ echo 33 ++ i=34 ++ test 34 -le 81 ++ echo 34 ++ i=35 ++ test 35 -le 81 ++ echo 35 ++ i=36 ++ test 36 -le 81 ++ echo 36 ++ i=37 ++ test 37 -le 81 ++ echo 37 ++ i=38 ++ test 38 -le 81 ++ echo 38 ++ i=39 ++ test 39 -le 81 ++ echo 39 ++ i=40 ++ test 40 -le 81 ++ echo 40 ++ i=41 ++ test 41 -le 81 ++ echo 41 ++ i=42 ++ test 42 -le 81 ++ echo 42 ++ i=43 ++ test 43 -le 81 ++ echo 43 ++ i=44 ++ test 44 -le 81 ++ echo 44 ++ i=45 ++ test 45 -le 81 ++ echo 45 ++ i=46 ++ test 46 -le 81 ++ echo 46 ++ i=47 ++ test 47 -le 81 ++ echo 47 ++ i=48 ++ test 48 -le 81 ++ echo 48 ++ i=49 ++ test 49 -le 81 ++ echo 49 ++ i=50 ++ test 50 -le 81 ++ echo 50 ++ i=51 ++ test 51 -le 81 ++ echo 51 ++ i=52 ++ test 52 -le 81 ++ echo 52 ++ i=53 ++ test 53 -le 81 ++ echo 53 ++ i=54 ++ test 54 -le 81 ++ echo 54 ++ i=55 ++ test 55 -le 81 ++ echo 55 ++ i=56 ++ test 56 -le 81 ++ echo 56 ++ i=57 ++ test 57 -le 81 ++ echo 57 ++ i=58 ++ test 58 -le 81 ++ echo 58 ++ i=59 ++ test 59 -le 81 ++ echo 59 ++ i=60 ++ test 60 -le 81 ++ echo 60 ++ i=61 ++ test 61 -le 81 ++ echo 61 ++ i=62 ++ test 62 -le 81 ++ echo 62 ++ i=63 ++ test 63 -le 81 ++ echo 63 ++ i=64 ++ test 64 -le 81 ++ echo 64 ++ i=65 ++ test 65 -le 81 ++ echo 65 ++ i=66 ++ test 66 -le 81 ++ echo 66 ++ i=67 ++ test 67 -le 81 ++ echo 67 ++ i=68 ++ test 68 -le 81 ++ echo 68 ++ i=69 ++ test 69 -le 81 ++ echo 69 ++ i=70 ++ test 70 -le 81 ++ echo 70 ++ i=71 ++ test 71 -le 81 ++ echo 71 ++ i=72 ++ test 72 -le 81 ++ echo 72 ++ i=73 ++ test 73 -le 81 ++ echo 73 ++ i=74 ++ test 74 -le 81 ++ echo 74 ++ i=75 ++ test 75 -le 81 ++ echo 75 ++ i=76 ++ test 76 -le 81 ++ echo 76 ++ i=77 ++ test 77 -le 81 ++ echo 77 ++ i=78 ++ test 78 -le 81 ++ echo 78 ++ i=79 ++ test 79 -le 81 ++ echo 79 ++ i=80 ++ test 80 -le 81 ++ echo 80 ++ i=81 ++ test 81 -le 81 ++ echo 81 ++ i=82 ++ test 82 -le 81 + list='1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81' + oPATH=/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export oPATH ++ pwd + nPATH=/build/automake-1.14.1/t/instmany.dir/x-bin:/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export nPATH + mkdir x-bin + sed 's|@limit@|2500|g' + sed 's|@limit@|2500|g' + chmod +x x-bin/rm x-bin/my-install + cat + cat + cat + mkdir long_subdir_name_with_many_characters + cd long_subdir_name_with_many_characters + cat + for n in '$list' + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + cd .. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instmany.sh: line 127: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instmany: exit 1 FAIL: t/instmany-mans ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instmany-mans.dir + limit=2500 + subdir=long_subdir_name_with_many_characters + nfiles=81 ++ seq_ 1 81 ++ case $# in ++ seq_first=1 ++ seq_incr=1 ++ seq_last=81 ++ i=1 ++ test 1 -le 81 ++ echo 1 ++ i=2 ++ test 2 -le 81 ++ echo 2 ++ i=3 ++ test 3 -le 81 ++ echo 3 ++ i=4 ++ test 4 -le 81 ++ echo 4 ++ i=5 ++ test 5 -le 81 ++ echo 5 ++ i=6 ++ test 6 -le 81 ++ echo 6 ++ i=7 ++ test 7 -le 81 ++ echo 7 ++ i=8 ++ test 8 -le 81 ++ echo 8 ++ i=9 ++ test 9 -le 81 ++ echo 9 ++ i=10 ++ test 10 -le 81 ++ echo 10 ++ i=11 ++ test 11 -le 81 ++ echo 11 ++ i=12 ++ test 12 -le 81 ++ echo 12 ++ i=13 ++ test 13 -le 81 ++ echo 13 ++ i=14 ++ test 14 -le 81 ++ echo 14 ++ i=15 ++ test 15 -le 81 ++ echo 15 ++ i=16 ++ test 16 -le 81 ++ echo 16 ++ i=17 ++ test 17 -le 81 ++ echo 17 ++ i=18 ++ test 18 -le 81 ++ echo 18 ++ i=19 ++ test 19 -le 81 ++ echo 19 ++ i=20 ++ test 20 -le 81 ++ echo 20 ++ i=21 ++ test 21 -le 81 ++ echo 21 ++ i=22 ++ test 22 -le 81 ++ echo 22 ++ i=23 ++ test 23 -le 81 ++ echo 23 ++ i=24 ++ test 24 -le 81 ++ echo 24 ++ i=25 ++ test 25 -le 81 ++ echo 25 ++ i=26 ++ test 26 -le 81 ++ echo 26 ++ i=27 ++ test 27 -le 81 ++ echo 27 ++ i=28 ++ test 28 -le 81 ++ echo 28 ++ i=29 ++ test 29 -le 81 ++ echo 29 ++ i=30 ++ test 30 -le 81 ++ echo 30 ++ i=31 ++ test 31 -le 81 ++ echo 31 ++ i=32 ++ test 32 -le 81 ++ echo 32 ++ i=33 ++ test 33 -le 81 ++ echo 33 ++ i=34 ++ test 34 -le 81 ++ echo 34 ++ i=35 ++ test 35 -le 81 ++ echo 35 ++ i=36 ++ test 36 -le 81 ++ echo 36 ++ i=37 ++ test 37 -le 81 ++ echo 37 ++ i=38 ++ test 38 -le 81 ++ echo 38 ++ i=39 ++ test 39 -le 81 ++ echo 39 ++ i=40 ++ test 40 -le 81 ++ echo 40 ++ i=41 ++ test 41 -le 81 ++ echo 41 ++ i=42 ++ test 42 -le 81 ++ echo 42 ++ i=43 ++ test 43 -le 81 ++ echo 43 ++ i=44 ++ test 44 -le 81 ++ echo 44 ++ i=45 ++ test 45 -le 81 ++ echo 45 ++ i=46 ++ test 46 -le 81 ++ echo 46 ++ i=47 ++ test 47 -le 81 ++ echo 47 ++ i=48 ++ test 48 -le 81 ++ echo 48 ++ i=49 ++ test 49 -le 81 ++ echo 49 ++ i=50 ++ test 50 -le 81 ++ echo 50 ++ i=51 ++ test 51 -le 81 ++ echo 51 ++ i=52 ++ test 52 -le 81 ++ echo 52 ++ i=53 ++ test 53 -le 81 ++ echo 53 ++ i=54 ++ test 54 -le 81 ++ echo 54 ++ i=55 ++ test 55 -le 81 ++ echo 55 ++ i=56 ++ test 56 -le 81 ++ echo 56 ++ i=57 ++ test 57 -le 81 ++ echo 57 ++ i=58 ++ test 58 -le 81 ++ echo 58 ++ i=59 ++ test 59 -le 81 ++ echo 59 ++ i=60 ++ test 60 -le 81 ++ echo 60 ++ i=61 ++ test 61 -le 81 ++ echo 61 ++ i=62 ++ test 62 -le 81 ++ echo 62 ++ i=63 ++ test 63 -le 81 ++ echo 63 ++ i=64 ++ test 64 -le 81 ++ echo 64 ++ i=65 ++ test 65 -le 81 ++ echo 65 ++ i=66 ++ test 66 -le 81 ++ echo 66 ++ i=67 ++ test 67 -le 81 ++ echo 67 ++ i=68 ++ test 68 -le 81 ++ echo 68 ++ i=69 ++ test 69 -le 81 ++ echo 69 ++ i=70 ++ test 70 -le 81 ++ echo 70 ++ i=71 ++ test 71 -le 81 ++ echo 71 ++ i=72 ++ test 72 -le 81 ++ echo 72 ++ i=73 ++ test 73 -le 81 ++ echo 73 ++ i=74 ++ test 74 -le 81 ++ echo 74 ++ i=75 ++ test 75 -le 81 ++ echo 75 ++ i=76 ++ test 76 -le 81 ++ echo 76 ++ i=77 ++ test 77 -le 81 ++ echo 77 ++ i=78 ++ test 78 -le 81 ++ echo 78 ++ i=79 ++ test 79 -le 81 ++ echo 79 ++ i=80 ++ test 80 -le 81 ++ echo 80 ++ i=81 ++ test 81 -le 81 ++ echo 81 ++ i=82 ++ test 82 -le 81 + list='1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81' + oPATH=/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export oPATH ++ pwd + nPATH=/build/automake-1.14.1/t/instmany-mans.dir/x-bin:/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export nPATH + mkdir x-bin + sed 's|@limit@|2500|g' + sed 's|@limit@|2500|g' + chmod +x x-bin/rm x-bin/my-install + cat + cat + cat + mkdir long_subdir_name_with_many_characters + cd long_subdir_name_with_many_characters + cat + for n in '$list' + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + cd .. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instmany-mans.sh: line 113: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instmany-mans: exit 1 FAIL: t/instmany-python ======================= instmany-python: running python -V Python 2.6.5 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/instmany-python.dir + limit=2500 + subdir=long_subdir_name_with_many_characters + nfiles=81 ++ seq_ 1 81 ++ case $# in ++ seq_first=1 ++ seq_incr=1 ++ seq_last=81 ++ i=1 ++ test 1 -le 81 ++ echo 1 ++ i=2 ++ test 2 -le 81 ++ echo 2 ++ i=3 ++ test 3 -le 81 ++ echo 3 ++ i=4 ++ test 4 -le 81 ++ echo 4 ++ i=5 ++ test 5 -le 81 ++ echo 5 ++ i=6 ++ test 6 -le 81 ++ echo 6 ++ i=7 ++ test 7 -le 81 ++ echo 7 ++ i=8 ++ test 8 -le 81 ++ echo 8 ++ i=9 ++ test 9 -le 81 ++ echo 9 ++ i=10 ++ test 10 -le 81 ++ echo 10 ++ i=11 ++ test 11 -le 81 ++ echo 11 ++ i=12 ++ test 12 -le 81 ++ echo 12 ++ i=13 ++ test 13 -le 81 ++ echo 13 ++ i=14 ++ test 14 -le 81 ++ echo 14 ++ i=15 ++ test 15 -le 81 ++ echo 15 ++ i=16 ++ test 16 -le 81 ++ echo 16 ++ i=17 ++ test 17 -le 81 ++ echo 17 ++ i=18 ++ test 18 -le 81 ++ echo 18 ++ i=19 ++ test 19 -le 81 ++ echo 19 ++ i=20 ++ test 20 -le 81 ++ echo 20 ++ i=21 ++ test 21 -le 81 ++ echo 21 ++ i=22 ++ test 22 -le 81 ++ echo 22 ++ i=23 ++ test 23 -le 81 ++ echo 23 ++ i=24 ++ test 24 -le 81 ++ echo 24 ++ i=25 ++ test 25 -le 81 ++ echo 25 ++ i=26 ++ test 26 -le 81 ++ echo 26 ++ i=27 ++ test 27 -le 81 ++ echo 27 ++ i=28 ++ test 28 -le 81 ++ echo 28 ++ i=29 ++ test 29 -le 81 ++ echo 29 ++ i=30 ++ test 30 -le 81 ++ echo 30 ++ i=31 ++ test 31 -le 81 ++ echo 31 ++ i=32 ++ test 32 -le 81 ++ echo 32 ++ i=33 ++ test 33 -le 81 ++ echo 33 ++ i=34 ++ test 34 -le 81 ++ echo 34 ++ i=35 ++ test 35 -le 81 ++ echo 35 ++ i=36 ++ test 36 -le 81 ++ echo 36 ++ i=37 ++ test 37 -le 81 ++ echo 37 ++ i=38 ++ test 38 -le 81 ++ echo 38 ++ i=39 ++ test 39 -le 81 ++ echo 39 ++ i=40 ++ test 40 -le 81 ++ echo 40 ++ i=41 ++ test 41 -le 81 ++ echo 41 ++ i=42 ++ test 42 -le 81 ++ echo 42 ++ i=43 ++ test 43 -le 81 ++ echo 43 ++ i=44 ++ test 44 -le 81 ++ echo 44 ++ i=45 ++ test 45 -le 81 ++ echo 45 ++ i=46 ++ test 46 -le 81 ++ echo 46 ++ i=47 ++ test 47 -le 81 ++ echo 47 ++ i=48 ++ test 48 -le 81 ++ echo 48 ++ i=49 ++ test 49 -le 81 ++ echo 49 ++ i=50 ++ test 50 -le 81 ++ echo 50 ++ i=51 ++ test 51 -le 81 ++ echo 51 ++ i=52 ++ test 52 -le 81 ++ echo 52 ++ i=53 ++ test 53 -le 81 ++ echo 53 ++ i=54 ++ test 54 -le 81 ++ echo 54 ++ i=55 ++ test 55 -le 81 ++ echo 55 ++ i=56 ++ test 56 -le 81 ++ echo 56 ++ i=57 ++ test 57 -le 81 ++ echo 57 ++ i=58 ++ test 58 -le 81 ++ echo 58 ++ i=59 ++ test 59 -le 81 ++ echo 59 ++ i=60 ++ test 60 -le 81 ++ echo 60 ++ i=61 ++ test 61 -le 81 ++ echo 61 ++ i=62 ++ test 62 -le 81 ++ echo 62 ++ i=63 ++ test 63 -le 81 ++ echo 63 ++ i=64 ++ test 64 -le 81 ++ echo 64 ++ i=65 ++ test 65 -le 81 ++ echo 65 ++ i=66 ++ test 66 -le 81 ++ echo 66 ++ i=67 ++ test 67 -le 81 ++ echo 67 ++ i=68 ++ test 68 -le 81 ++ echo 68 ++ i=69 ++ test 69 -le 81 ++ echo 69 ++ i=70 ++ test 70 -le 81 ++ echo 70 ++ i=71 ++ test 71 -le 81 ++ echo 71 ++ i=72 ++ test 72 -le 81 ++ echo 72 ++ i=73 ++ test 73 -le 81 ++ echo 73 ++ i=74 ++ test 74 -le 81 ++ echo 74 ++ i=75 ++ test 75 -le 81 ++ echo 75 ++ i=76 ++ test 76 -le 81 ++ echo 76 ++ i=77 ++ test 77 -le 81 ++ echo 77 ++ i=78 ++ test 78 -le 81 ++ echo 78 ++ i=79 ++ test 79 -le 81 ++ echo 79 ++ i=80 ++ test 80 -le 81 ++ echo 80 ++ i=81 ++ test 81 -le 81 ++ echo 81 ++ i=82 ++ test 82 -le 81 + list='1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81' + oPATH=/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export oPATH ++ pwd + nPATH=/build/automake-1.14.1/t/instmany-python.dir/x-bin:/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export nPATH + mkdir x-bin + sed 's|@limit@|2500|g' + sed 's|@limit@|2500|g' + chmod +x x-bin/rm x-bin/my-install + cat + cat + cat + mkdir long_subdir_name_with_many_characters + cd long_subdir_name_with_many_characters + cat + for n in '$list' + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + cd .. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/instmany-python.sh: line 104: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instmany-python: exit 1 FAIL: t/install-info-dir ======================== install-info-dir: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/install-info-dir.dir ++ pwd + cwd=/build/automake-1.14.1/t/install-info-dir.dir + mkdir bin + saved_PATH=/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export saved_PATH + PATH=/build/automake-1.14.1/t/install-info-dir.dir/bin:/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export PATH + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/install-info-dir.sh: line 57: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x install-info-dir: exit 1 FAIL: t/interp ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/interp.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/interp.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x interp: exit 1 FAIL: t/interp2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/interp2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/interp2.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x interp2: exit 1 FAIL: t/java ============ java: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java: exit 1 FAIL: t/java2 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java2.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java2.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java2: exit 1 FAIL: t/java3 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java3.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java3.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java3: exit 1 FAIL: t/javadir-undefined ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/javadir-undefined.dir + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/javadir-undefined.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x javadir-undefined: exit 1 FAIL: t/javaflags ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/javaflags.dir + cat + chmod a+x fake-javac + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/javaflags.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x javaflags: exit 1 FAIL: t/java-check ================== java-check: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-check.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-check.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-check: exit 1 FAIL: t/java-clean ================== java-clean: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-clean.dir + cat + cat + for base in ''\'''\''' Nobase + for dist in ''\'''\''' Dist Nodist + echo 'class Class {}' + for dist in ''\'''\''' Dist Nodist + echo 'class ClassDist {}' + for dist in ''\'''\''' Dist Nodist + echo 'class ClassNodist {}' + for base in ''\'''\''' Nobase + for dist in ''\'''\''' Dist Nodist + echo 'class ClassNobase {}' + for dist in ''\'''\''' Dist Nodist + echo 'class ClassNobaseDist {}' + for dist in ''\'''\''' Dist Nodist + echo 'class ClassNobaseNodist {}' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-clean.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-clean: exit 1 FAIL: t/java-compile-install ============================ java-compile-install: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-compile-install.dir + cat + cat + echo 'class aClass {}' + echo 'class Zardoz {}' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-compile-install.sh: line 86: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-compile-install: exit 1 FAIL: t/java-compile-run-flat ============================= java-compile-run-flat: running java -version -help java version "1.6.0_27" Java(TM) SE Runtime Environment (build 1.6.0_27-b07) Java HotSpot(TM) 64-Bit Server VM (build 20.2-b06, mixed mode) java-compile-run-flat: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-compile-run-flat.dir + echo 'AC_SUBST([PATH_SEPARATOR], ['\'':'\''])' + cat + cat + cat + cat + cat + cat + cat + cat + cat + cat + cat + cat + cat + cat + chmod a+x badarg.test prefix.test simple.test stderr.test stdout.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-compile-run-flat.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-compile-run-flat: exit 1 FAIL: t/java-compile-run-nested =============================== java-compile-run-nested: running java -version -help java version "1.6.0_27" Java(TM) SE Runtime Environment (build 1.6.0_27-b07) Java HotSpot(TM) 64-Bit Server VM (build 20.2-b06, mixed mode) java-compile-run-nested: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-compile-run-nested.dir + echo 'AC_SUBST([PATH_SEPARATOR], ['\'':'\''])' + cat + cat + mkdir bin + cat + cat + mkdir jprog + cat + cat + cat + cat + mkdir tests + cat + cat + cat + cat + cat + cat + chmod a+x tests/badarg.test tests/prefix.test tests/simple.test tests/stderr.test tests/stdout.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-compile-run-nested.sh: line 235: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-compile-run-nested: exit 1 FAIL: t/java-empty-classpath ============================ java-empty-classpath: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-empty-classpath.dir + cat + mkdir org org/gnu org/gnu/bug + cat + echo SUBDIRS = gnu + echo SUBDIRS = bug + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-empty-classpath.sh: line 72: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-empty-classpath: exit 1 FAIL: t/javaprim ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/javaprim.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/javaprim.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x javaprim: exit 1 FAIL: t/javasubst ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/javasubst.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/javasubst.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x javasubst: exit 1 FAIL: t/java-extra ================== java-extra: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-extra.dir + cat + cat + echo 'class Class1 {}' + echo 'class Class2 {}' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-extra.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-extra: exit 1 FAIL: t/java-mix ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-mix.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-mix.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-mix: exit 1 FAIL: t/java-no-duplicate ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-no-duplicate.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-no-duplicate.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-no-duplicate: exit 1 XFAIL: t/java-nobase ==================== java-nobase: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-nobase.dir + cat + cat + mkdir sub sub/subsub + echo 'class Foo {}' + echo 'class Bar {}' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-nobase.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-nobase: exit 1 FAIL: t/java-noinst =================== java-noinst: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-noinst.dir + cat + cat + for i in 1 2 3 4 5 6 + echo 'class Class1 {}' + for i in 1 2 3 4 5 6 + echo 'class Class2 {}' + for i in 1 2 3 4 5 6 + echo 'class Class3 {}' + for i in 1 2 3 4 5 6 + echo 'class Class4 {}' + for i in 1 2 3 4 5 6 + echo 'class Class5 {}' + for i in 1 2 3 4 5 6 + echo 'class Class6 {}' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-noinst.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-noinst: exit 1 FAIL: t/java-rebuild ==================== java-rebuild: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-rebuild.dir + cat + cat + echo 'class _x {}' + echo 'class x_ {}' + echo 'class a {} class d {}' + echo 'class Nobase_Foo {} class Nobase_Bar {}' + echo 'class NobaseDist {}' + echo 'class NobaseNoDist {}' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-rebuild.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-rebuild: exit 1 FAIL: t/java-sources ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-sources.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-sources.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-sources: exit 1 FAIL: t/java-uninstall ====================== java-uninstall: running javac -version -help javac 1.6.0_27 Usage: javac where possible options include: -g Generate all debugging info -g:none Generate no debugging info -g:{lines,vars,source} Generate only some debugging info -nowarn Generate no warnings -verbose Output messages about what the compiler is doing -deprecation Output source locations where deprecated APIs are used -classpath Specify where to find user class files and annotation processors -cp Specify where to find user class files and annotation processors -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -endorseddirs Override location of endorsed standards path -proc:{none,only} Control whether annotation processing and/or compilation is done. -processor [,,...]Names of the annotation processors to run; bypasses default discovery process -processorpath Specify where to find annotation processors -d Specify where to place generated class files -s Specify where to place generated source files -implicit:{none,class} Specify whether or not to generate class files for implicitly referenced files -encoding Specify character encoding used by source files -source Provide source compatibility with specified release -target Generate class files for specific VM version -version Version information -help Print a synopsis of standard options -Akey[=value] Options to pass to annotation processors -X Print a synopsis of nonstandard options -J Pass directly to the runtime system Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/java-uninstall.dir + cat + cat + echo 'class aClass {}' + echo 'class Zardoz {}' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/java-uninstall.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x java-uninstall: exit 1 FAIL: t/ldadd ============= ldadd: running libtool --version libtool (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ldadd.dir + cat + cat + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ldadd.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ldadd: exit 1 FAIL: t/ldflags =============== ldflags: running libtool --version libtool (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ldflags.dir + cat + cat + : + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ldflags.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ldflags: exit 1 FAIL: t/lex =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex: exit 1 FAIL: t/lex2 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex2.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex2: exit 1 FAIL: t/lex3 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex3.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex3.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex3: exit 1 FAIL: t/lex5 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex5.dir + cat + cat + mkdir foo + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex5.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex5: exit 1 FAIL: t/lexcpp ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lexcpp.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lexcpp.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lexcpp: exit 1 FAIL: t/lexvpath ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lexvpath.dir + cat + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lexvpath.sh: line 69: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lexvpath: exit 1 XFAIL: t/lex-subobj-nodep ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-subobj-nodep.dir + cat + cat + mkdir sub1 sub2 + cat + cp sub1/s1.l sub2/s2.l + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-subobj-nodep.sh: line 62: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-subobj-nodep: exit 1 FAIL: t/lex-header ================== lex-header: running flex --version flex 2.5.35 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-header.dir + flex --help + grep '.*--header-file' --header-file=FILE create a C header file in addition to the scanner + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-header.sh: line 71: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-header: exit 1 FAIL: t/lex-lib =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-lib.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-lib.sh: line 63: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-lib: exit 1 FAIL: t/lex-lib-external ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-lib-external.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-lib-external.sh: line 63: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-lib-external: exit 1 FAIL: t/lex-libobj ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-libobj.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-libobj.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-libobj: exit 1 FAIL: t/lex-multiple ==================== lex-multiple: running flex --version flex 2.5.35 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-multiple.dir + cat + cat + cat + cat + sed s/VANILLA/FOO/ 0.l + sed s/VANILLA/BAR/ 0.l + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-multiple.sh: line 89: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-multiple: exit 1 FAIL: t/lex-noyywrap ==================== lex-noyywrap: running flex --version flex 2.5.35 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-noyywrap.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-noyywrap.sh: line 58: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-noyywrap: exit 1 FAIL: t/lex-clean-cxx ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-clean-cxx.dir + cat + cat + cat + cp parsefoo.lxx parsebar.ll + cat + cp mainfoo.cc mainbar.cpp + cp mainfoo.cc mainbaz.c++ + cp mainfoo.cc mainqux.cxx + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-clean-cxx.sh: line 83: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-clean-cxx: exit 1 FAIL: t/lex-clean ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-clean.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-clean.sh: line 76: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-clean: exit 1 FAIL: t/lex-depend-cxx ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-depend-cxx.dir + cat + cat + cat + cp joe.ll moe.l++ + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-depend-cxx.sh: line 74: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-depend-cxx: exit 1 FAIL: t/lex-depend-grep ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-depend-grep.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-depend-grep.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-depend-grep: exit 1 FAIL: t/lex-depend ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-depend.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-depend.sh: line 70: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-depend: exit 1 FAIL: t/lex-line ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-line.dir + cat + mkdir dir sub sub/dir + cat + cat + cat + cp zardoz.l dir/quux.l + cp zardoz.l sub/zardoz.l + cp zardoz.l sub/dir/quux.l + c_outputs='zardoz.c bar-quux.c sub/foo-zardoz.c sub/dir/quux.c' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-line.sh: line 87: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-line: exit 1 FAIL: t/lex-nodist ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-nodist.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-nodist.sh: line 77: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-nodist: exit 1 FAIL: t/lex-pr204 ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lex-pr204.dir + cat + cat + cat + cp lexer.l lexer2.l + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lex-pr204.sh: line 67: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-pr204: exit 1 FAIL: t/lflags ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lflags.dir + cat + chmod a+x fake-lex + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lflags.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lflags: exit 1 FAIL: t/lflags-cxx ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lflags-cxx.dir + cat + chmod a+x fake-lex + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lflags-cxx.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lflags-cxx: exit 1 FAIL: t/libexec =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libexec.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libexec.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libexec: exit 1 FAIL: t/libobj-basic ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj-basic.dir + mv configure.ac configure.proto + cat + cat + cat + cat + cat + cat configure.proto - + cat + cp /build/automake-1.14.1/lib/ar-lib . + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj-basic.sh: line 83: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj-basic: exit 1 FAIL: t/libobj2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj2.dir + cat + cat + mkdir subdir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj2.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj2: exit 1 FAIL: t/libobj3 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj3.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj3.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj3: exit 1 FAIL: t/libobj4 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj4.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj4.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj4: exit 1 FAIL: t/libobj5 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj5.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj5.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj5: exit 1 FAIL: t/libobj7 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj7.dir + cat + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj7.sh: line 62: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj7: exit 1 FAIL: t/libobj10 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj10.dir + cat + cat + cp /build/automake-1.14.1/lib/ar-lib . + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj10.sh: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj10: exit 1 FAIL: t/libobj12 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj12.dir + cat + cat + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj12.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj12: exit 1 FAIL: t/libobj13 ================ libobj13: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj13.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/libobj13.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj13: exit 1 FAIL: t/libobj14 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj14.dir + cat + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj14.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj14: exit 1 FAIL: t/libobj15a ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj15a.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj15a.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj15a: exit 1 FAIL: t/libobj15b ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj15b.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj15b.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj15b: exit 1 FAIL: t/libobj15c ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj15c.dir + cat + cat + AUTOMAKE='automake-1.14 --foreign -Werror -Wall -Wno-extra-portability' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj15c.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj15c: exit 1 FAIL: t/libobj16a ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj16a.dir + mv configure.ac configure.proto + cat + cat + cat + cat + sed '/%LIBOBJ-STUFF%/{ s/.*// i\ AC_LIBOBJ([maude]) }' configure.proto + cat configure.ac AC_INIT([libobj16a], [1.0]) AM_INIT_AUTOMAKE AC_CONFIG_FILES([Makefile]) AC_PROG_CC AM_PROG_AR AC_PROG_RANLIB AC_LIBOBJ([maude]) AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj16a.sh: line 87: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj16a: exit 1 FAIL: t/libobj16b ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj16b.dir + mv configure.ac configure.proto + cat + cat + cat + cat + sed '/%LIBOBJ-STUFF%/{ s/.*// i\ AC_LIBOBJ(maude) dnl: do not quote this! }' configure.proto + cat configure.ac AC_INIT([libobj16b], [1.0]) AM_INIT_AUTOMAKE AC_CONFIG_FILES([Makefile]) AC_PROG_CC AM_PROG_AR AC_PROG_RANLIB AC_LIBOBJ(maude) dnl: do not quote this! AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj16b.sh: line 87: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj16b: exit 1 FAIL: t/libobj17 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj17.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj17.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj17: exit 1 FAIL: t/libobj18 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj18.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj18.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj18: exit 1 FAIL: t/libobj19 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj19.dir + cat + cat + mkdir libobj-dir + cat + cp /build/automake-1.14.1/lib/ar-lib . + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj19.sh: line 58: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj19: exit 1 FAIL: t/libobj20a ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj20a.dir + cat + cat + mkdir libobj-dir + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj20a.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj20a: exit 1 FAIL: t/libobj20b ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj20b.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj20b.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj20b: exit 1 FAIL: t/libobj20c ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libobj20c.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libobj20c.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libobj20c: exit 1 FAIL: t/library =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/library.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/library.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x library: exit 1 FAIL: t/library2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/library2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/library2.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x library2: exit 1 FAIL: t/library3 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/library3.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/library3.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x library3: exit 1 FAIL: t/libtool =============== libtool: running libtool --version libtool (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libtool.dir + cat + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/libtool.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libtool: exit 1 FAIL: t/libtool2 ================ libtool2: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libtool2.dir + cat + cat + mkdir sub + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/libtool2.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libtool2: exit 1 FAIL: t/libtool3 ================ libtool3: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libtool3.dir + cat + cat + mkdir liba sub + cat + cat + cat + libtoolize --force --copy libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/libtool3.sh: line 78: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libtool3: exit 1 FAIL: t/libtool4 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libtool4.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/libtool4.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libtool4: exit 1 FAIL: t/libtool5 ================ libtool5: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libtool5.dir + cat + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/libtool5.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libtool5: exit 1 FAIL: t/libtool6 ================ libtool6: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libtool6.dir + cat + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/libtool6.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libtool6: exit 1 FAIL: t/libtool7 ================ libtool7: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libtool7.dir + cat + cat + mkdir sub liba + cat + cat + cat + libtoolize --force --copy libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/libtool7.sh: line 77: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libtool7: exit 1 FAIL: t/libtool8 ================ libtool8: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libtool8.dir + cat + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/libtool8.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libtool8: exit 1 FAIL: t/libtool9 ================ libtool9: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libtool9.dir + cat + cat + mkdir liba + cat + cat + cat + libtoolize --force --copy libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/libtool9.sh: line 82: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libtool9: exit 1 FAIL: t/libtoo10 ================ libtoo10: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libtoo10.dir + cat + cat + mkdir lib src check + cat + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/libtoo10.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libtoo10: exit 1 FAIL: t/libtoo11 ================ libtoo11: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/libtoo11.dir + cat + : + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/libtoo11.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x libtoo11: exit 1 FAIL: t/license =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/license.dir + echo AC_OUTPUT + cat + : + : + : + : + test '!' -e COPYING + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/license.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x license: exit 1 FAIL: t/license2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/license2.dir + cat + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/license2.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x license2: exit 1 FAIL: t/link_c_cxx ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/link_c_cxx.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/link_c_cxx.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x link_c_cxx: exit 1 FAIL: t/link_cond ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/link_cond.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/link_cond.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x link_cond: exit 1 FAIL: t/link_dist ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/link_dist.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/link_dist.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x link_dist: exit 1 FAIL: t/link_f90_only ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/link_f90_only.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/link_f90_only.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x link_f90_only: exit 1 FAIL: t/link_fc =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/link_fc.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/link_fc.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x link_fc: exit 1 FAIL: t/link_fccxx ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/link_fccxx.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/link_fccxx.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x link_fccxx: exit 1 FAIL: t/link_fcxx ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/link_fcxx.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/link_fcxx.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x link_fcxx: exit 1 FAIL: t/link_f_only =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/link_f_only.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/link_f_only.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x link_f_only: exit 1 FAIL: t/link_override ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/link_override.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/link_override.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x link_override: exit 1 FAIL: t/lisp2 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lisp2.dir + : TRY 1 -- We lack both EMACS and lispdir. + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lisp2.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lisp2: exit 1 SKIP: t/lisp3 ============= lisp3: running emacs --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: emacs: command not found SKIP: t/lisp4 ============= lisp4: running emacs --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: emacs: command not found SKIP: t/lisp5 ============= lisp5: running emacs --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: emacs: command not found SKIP: t/lisp6 ============= lisp6: running emacs --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: emacs: command not found FAIL: t/lisp7 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lisp7.dir + cat + cat + echo '(require '\''am-two)' + echo '(require '\''am-three) (provide '\''am-two)' + echo '(provide '\''am-three)' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lisp7.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lisp7: exit 1 SKIP: t/lisp8 ============= lisp8: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later lisp8: running emacs --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: emacs: command not found SKIP: t/lisp-loadpath ===================== lisp-loadpath: running emacs --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: emacs: command not found SKIP: t/lisp-subdir =================== lisp-subdir: running emacs --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: emacs: command not found SKIP: t/lisp-subdir2 ==================== lisp-subdir2: running emacs --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: emacs: command not found SKIP: t/lisp-subdir-mix ======================= lisp-subdir-mix: running emacs --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: emacs: command not found SKIP: t/lispdry =============== lispdry: running emacs --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: emacs: command not found SKIP: t/lisp-pr11806 ==================== lisp-pr11806: running emacs --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: emacs: command not found FAIL: t/lisp-flags ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/lisp-flags.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/lisp-flags.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lisp-flags: exit 1 FAIL: t/listval =============== listval: running libtool --version libtool (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/listval.dir + cat + cat + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/listval.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x listval: exit 1 FAIL: t/location ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/location.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/location.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x location: exit 1 FAIL: t/longline ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/longline.dir + echo DUMMY = some_long_filename_1 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_2 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_3 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_4 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_5 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_6 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_7 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_8 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_9 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_10 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_11 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_12 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_13 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_14 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_15 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_16 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_17 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_18 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_19 + for i in 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 + echo DUMMY += some_long_filename_20 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/longline.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x longline: exit 1 FAIL: t/longlin2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/longlin2.dir + n=1 + files= + match= + test 1 -le 100 + files=' filename1' + match=.......... + n=2 + test 2 -le 100 + files=' filename1 filename2' + match=.................... + n=3 + test 3 -le 100 + files=' filename1 filename2 filename3' + match=.............................. + n=4 + test 4 -le 100 + files=' filename1 filename2 filename3 filename4' + match=........................................ + n=5 + test 5 -le 100 + files=' filename1 filename2 filename3 filename4 filename5' + match=.................................................. + n=6 + test 6 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6' + match=............................................................ + n=7 + test 7 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7' + match=...................................................................... + n=8 + test 8 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8' + match=................................................................................ + n=9 + test 9 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9' + match=.......................................................................................... + n=10 + test 10 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10' + match=.................................................................................................... + n=11 + test 11 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11' + match=.............................................................................................................. + n=12 + test 12 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12' + match=........................................................................................................................ + n=13 + test 13 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13' + match=.................................................................................................................................. + n=14 + test 14 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14' + match=............................................................................................................................................ + n=15 + test 15 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15' + match=...................................................................................................................................................... + n=16 + test 16 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16' + match=................................................................................................................................................................ + n=17 + test 17 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17' + match=.......................................................................................................................................................................... + n=18 + test 18 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18' + match=.................................................................................................................................................................................... + n=19 + test 19 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19' + match=.............................................................................................................................................................................................. + n=20 + test 20 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20' + match=........................................................................................................................................................................................................ + n=21 + test 21 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21' + match=.................................................................................................................................................................................................................. + n=22 + test 22 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22' + match=............................................................................................................................................................................................................................ + n=23 + test 23 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23' + match=...................................................................................................................................................................................................................................... + n=24 + test 24 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24' + match=................................................................................................................................................................................................................................................ + n=25 + test 25 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25' + match=.......................................................................................................................................................................................................................................................... + n=26 + test 26 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26' + match=.................................................................................................................................................................................................................................................................... + n=27 + test 27 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27' + match=.............................................................................................................................................................................................................................................................................. + n=28 + test 28 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28' + match=........................................................................................................................................................................................................................................................................................ + n=29 + test 29 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29' + match=.................................................................................................................................................................................................................................................................................................. + n=30 + test 30 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30' + match=............................................................................................................................................................................................................................................................................................................ + n=31 + test 31 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31' + match=...................................................................................................................................................................................................................................................................................................................... + n=32 + test 32 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32' + match=................................................................................................................................................................................................................................................................................................................................ + n=33 + test 33 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33' + match=.......................................................................................................................................................................................................................................................................................................................................... + n=34 + test 34 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34' + match=.................................................................................................................................................................................................................................................................................................................................................... + n=35 + test 35 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35' + match=.............................................................................................................................................................................................................................................................................................................................................................. + n=36 + test 36 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36' + match=........................................................................................................................................................................................................................................................................................................................................................................ + n=37 + test 37 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37' + match=.................................................................................................................................................................................................................................................................................................................................................................................. + n=38 + test 38 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38' + match=............................................................................................................................................................................................................................................................................................................................................................................................ + n=39 + test 39 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39' + match=...................................................................................................................................................................................................................................................................................................................................................................................................... + n=40 + test 40 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40' + match=................................................................................................................................................................................................................................................................................................................................................................................................................ + n=41 + test 41 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41' + match=.......................................................................................................................................................................................................................................................................................................................................................................................................................... + n=42 + test 42 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=43 + test 43 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43' + match=.............................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=44 + test 44 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44' + match=........................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=45 + test 45 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=46 + test 46 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46' + match=............................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=47 + test 47 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47' + match=...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=48 + test 48 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48' + match=................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=49 + test 49 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49' + match=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=50 + test 50 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=51 + test 51 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51' + match=.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=52 + test 52 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52' + match=........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=53 + test 53 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=54 + test 54 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54' + match=............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=55 + test 55 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55' + match=...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=56 + test 56 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56' + match=................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=57 + test 57 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57' + match=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=58 + test 58 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=59 + test 59 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59' + match=.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=60 + test 60 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60' + match=........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=61 + test 61 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=62 + test 62 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62' + match=............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=63 + test 63 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63' + match=...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=64 + test 64 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64' + match=................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=65 + test 65 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65' + match=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=66 + test 66 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=67 + test 67 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67' + match=.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=68 + test 68 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68' + match=........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=69 + test 69 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=70 + test 70 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70' + match=............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=71 + test 71 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71' + match=...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=72 + test 72 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72' + match=................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=73 + test 73 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73' + match=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=74 + test 74 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=75 + test 75 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75' + match=.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=76 + test 76 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76' + match=........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=77 + test 77 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=78 + test 78 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78' + match=............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=79 + test 79 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79' + match=...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=80 + test 80 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80' + match=................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=81 + test 81 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81' + match=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=82 + test 82 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=83 + test 83 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83' + match=.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=84 + test 84 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84' + match=........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=85 + test 85 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=86 + test 86 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86' + match=............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=87 + test 87 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87' + match=...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=88 + test 88 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88' + match=................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=89 + test 89 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88 filename89' + match=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=90 + test 90 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88 filename89 filename90' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=91 + test 91 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88 filename89 filename90 filename91' + match=.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=92 + test 92 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88 filename89 filename90 filename91 filename92' + match=........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=93 + test 93 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88 filename89 filename90 filename91 filename92 filename93' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=94 + test 94 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88 filename89 filename90 filename91 filename92 filename93 filename94' + match=............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=95 + test 95 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88 filename89 filename90 filename91 filename92 filename93 filename94 filename95' + match=...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=96 + test 96 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88 filename89 filename90 filename91 filename92 filename93 filename94 filename95 filename96' + match=................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=97 + test 97 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88 filename89 filename90 filename91 filename92 filename93 filename94 filename95 filename96 filename97' + match=.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=98 + test 98 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88 filename89 filename90 filename91 filename92 filename93 filename94 filename95 filename96 filename97 filename98' + match=.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... + n=99 + test 99 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88 filename89 filename90 filename91 filename92 filename93 filename94 filename95 filename96 filename97 filename98 filename99' + match=.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. + n=100 + test 100 -le 100 + files=' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88 filename89 filename90 filename91 filename92 filename93 filename94 filename95 filename96 filename97 filename98 filename99 filename100' + match=........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ + n=101 + test 101 -le 100 ++ echo ' filename1 filename2 filename3 filename4 filename5 filename6 filename7 filename8 filename9 filename10 filename11 filename12 filename13 filename14 filename15 filename16 filename17 filename18 filename19 filename20 filename21 filename22 filename23 filename24 filename25 filename26 filename27 filename28 filename29 filename30 filename31 filename32 filename33 filename34 filename35 filename36 filename37 filename38 filename39 filename40 filename41 filename42 filename43 filename44 filename45 filename46 filename47 filename48 filename49 filename50 filename51 filename52 filename53 filename54 filename55 filename56 filename57 filename58 filename59 filename60 filename61 filename62 filename63 filename64 filename65 filename66 filename67 filename68 filename69 filename70 filename71 filename72 filename73 filename74 filename75 filename76 filename77 filename78 filename79 filename80 filename81 filename82 filename83 filename84 filename85 filename86 filename87 filename88 filename89 filename90 filename91 filename92 filename93 filename94 filename95 filename96 filename97 filename98 filename99 filename100' + files2=' filenameb1 filenameb2 filenameb3 filenameb4 filenameb5 filenameb6 filenameb7 filenameb8 filenameb9 filenameb10 filenameb11 filenameb12 filenameb13 filenameb14 filenameb15 filenameb16 filenameb17 filenameb18 filenameb19 filenameb20 filenameb21 filenameb22 filenameb23 filenameb24 filenameb25 filenameb26 filenameb27 filenameb28 filenameb29 filenameb30 filenameb31 filenameb32 filenameb33 filenameb34 filenameb35 filenameb36 filenameb37 filenameb38 filenameb39 filenameb40 filenameb41 filenameb42 filenameb43 filenameb44 filenameb45 filenameb46 filenameb47 filenameb48 filenameb49 filenameb50 filenameb51 filenameb52 filenameb53 filenameb54 filenameb55 filenameb56 filenameb57 filenameb58 filenameb59 filenameb60 filenameb61 filenameb62 filenameb63 filenameb64 filenameb65 filenameb66 filenameb67 filenameb68 filenameb69 filenameb70 filenameb71 filenameb72 filenameb73 filenameb74 filenameb75 filenameb76 filenameb77 filenameb78 filenameb79 filenameb80 filenameb81 filenameb82 filenameb83 filenameb84 filenameb85 filenameb86 filenameb87 filenameb88 filenameb89 filenameb90 filenameb91 filenameb92 filenameb93 filenameb94 filenameb95 filenameb96 filenameb97 filenameb98 filenameb99 filenameb100' + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/longlin2.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x longlin2: exit 1 FAIL: t/ltcond ============== ltcond: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ltcond.dir + cat + cat + echo 'int one () { return 1; }' + echo 'int two () { return 2; }' + mkdir empty + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ltcond.sh: line 60: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ltcond: exit 1 FAIL: t/ltcond2 =============== ltcond2: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ltcond2.dir + cat + cat + cat + cat + cat + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ltcond2.sh: line 84: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ltcond2: exit 1 FAIL: t/ltconv ============== ltconv: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ltconv.dir + cat + mkdir sub1 + mkdir sub2 + mkdir sub2/sub21 + mkdir sub2/sub22 + mkdir empty + cat + cat + echo 'int sub1 () { return 1; }' + cat + echo 'int sub2 () { return 2; }' + cat + echo 'int sub21 () { return 21; }' + cat + echo 'int sub22 () { return 22; }' + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ltconv.sh: line 109: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ltconv: exit 1 FAIL: t/ltdeps ============== ltdeps: running libtool --version libtool (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ltdeps.dir + cat + cat + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ltdeps.sh: line 57: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ltdeps: exit 1 FAIL: t/ltinit ============== ltinit: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ltinit.dir + cat + cat + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ltinit.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + test 1 -eq 63 + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ltinit: exit 1 FAIL: t/ltinstloc ================= ltinstloc: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ltinstloc.dir + cat + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ltinstloc.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ltinstloc: exit 1 FAIL: t/ltlibobjs ================= ltlibobjs: running libtool --version libtool (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ltlibobjs.dir + cat + cat + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ltlibobjs.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ltlibobjs: exit 1 FAIL: t/ltlibsrc ================ ltlibsrc: running libtool --version libtool (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ltlibsrc.dir + cat + mkdir zoo.d + cat + cat + cp foo.c zoo.d/bar.c + cp foo.c old_la.c + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ltlibsrc.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ltlibsrc: exit 1 FAIL: t/ltorder =============== ltorder: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ltorder.dir + cat + cat + mkdir sub + echo 'int a1 () { return 1; }' + echo 'extern int a1 (); int a2 () { return a1 (); }' + echo 'extern int a2 (); int a3 () { return a2 (); }' + echo 'extern int a3 (); int a4 () { return a3 (); }' + echo 'extern int a4 (); int a5 () { return a4 (); }' + echo 'extern int a5 (); int main () { return a5 (); }' + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/ltorder.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ltorder: exit 1 FAIL: t/m4-inclusion ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/m4-inclusion.dir + cat + mkdir sub + cat + cat + cat + : + echo 'sinclude([sub/g.m4])' + echo 'm4_sinclude([sub/doesntexist.m4])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/m4-inclusion.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x m4-inclusion: exit 1 FAIL: t/maintclean ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/maintclean.dir + cat + cat + mkdir sub + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/maintclean.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x maintclean: exit 1 FAIL: t/maintclean-vpath ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/maintclean-vpath.dir + cat + cat + mkdir sub + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/maintclean-vpath.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x maintclean-vpath: exit 1 FAIL: t/maintmode-configure-msg =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/maintmode-configure-msg.dir + set_maintmode DEFAULT + rm -rf 'autom4te*.cache' + echo 'AC_INIT([maintmode-configure-msg], [1.0])' + case $1 in + echo AM_MAINTAINER_MODE + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/maintmode-configure-msg.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x maintmode-configure-msg: exit 1 FAIL: t/make ============ make: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/make.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/make.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x make: exit 1 FAIL: t/makefile-deps ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/makefile-deps.dir + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/makefile-deps.sh: line 24: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x makefile-deps: exit 1 FAIL: t/makej ============= makej: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/makej.dir + cat + echo 'm4_define([THE_VERSION], [2.718])' + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/makej.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x makej: exit 1 FAIL: t/makej2 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/makej2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/makej2.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x makej2: exit 1 FAIL: t/maken ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/maken.dir + mkdir sub + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/maken.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x maken: exit 1 FAIL: t/maken3 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/maken3.dir + have_dotmake=false + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + have_dotmake=: + mkdir sub sub2 + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/maken3.sh: line 134: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x maken3: exit 1 FAIL: t/makevars ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/makevars.dir + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/makevars.sh: line 23: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x makevars: exit 1 ERROR: t/make-dryrun ==================== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/make-dryrun.dir + plan_ 60 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x60 = xunknown + test x60 = xlater + test x60 = xlazy + test x60 = xnow + test 60 -ge 0 + planned_=60 + echo 1..60 1..60 + echo 'all: ; address@hidden %sbb%s aa cc' + make -n -f - + grep aabbcc aabbcc + mkdir none + echo nil: + make -I none -f - make: Nothing to be done for `nil'. + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/make-dryrun.tap: line 85: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + fatal_ 'aclocal failed' + bailout_ 'aclocal failed' + echo 'Bail out!' 'aclocal failed' Bail out! aclocal failed ERROR: t/make-dryrun.tap - Bail out! aclocal failed + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 60 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x make-dryrun: exit 99 ERROR: t/make-keepgoing ======================= Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/make-keepgoing.dir + plan_ 60 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x60 = xunknown + test x60 = xlater + test x60 = xlazy + test x60 = xnow + test 60 -ge 0 + planned_=60 + echo 1..60 1..60 + mkdir kool + echo nil: + make -I kool -f - make: Nothing to be done for `nil'. + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/make-keepgoing.tap: line 76: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + fatal_ 'aclocal failed' + bailout_ 'aclocal failed' + echo 'Bail out!' 'aclocal failed' Bail out! aclocal failed ERROR: t/make-keepgoing.tap - Bail out! aclocal failed + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 60 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x make-keepgoing: exit 99 FAIL: t/make-is-gnu =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/make-is-gnu.dir + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/make-is-gnu.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x make-is-gnu: exit 1 FAIL: t/man =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/man.dir + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/man.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x man: exit 1 FAIL: t/man2 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/man2.dir + cat + cat + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/man2.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x man2: exit 1 FAIL: t/man3 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/man3.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/man3.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x man3: exit 1 FAIL: t/man5 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/man5.dir + cat + cat + mkdir foo-1.4.5 + : + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/man5.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x man5: exit 1 SKIP: t/man6 ============ man6: running help2man --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: help2man: command not found FAIL: t/man7 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/man7.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/man7.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x man7: exit 1 FAIL: t/man8 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/man8.dir + useless_vpath_rebuild + test -z '' + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + am__useless_vpath_rebuild=no + return 1 + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/man8.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x man8: exit 1 FAIL: t/mdate ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/mdate.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/mdate.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x mdate: exit 1 FAIL: t/mdate2 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/mdate2.dir + cat + cat + : + : + echo '@setfilename textutils.info' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/mdate2.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x mdate2: exit 1 FAIL: t/mdate3 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/mdate3.dir + cat + cat + cat + mkdir foo + : + : + mv install-sh foo + mv missing foo + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/mdate3.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x mdate3: exit 1 FAIL: t/mdate4 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/mdate4.dir + cat + cat + mkdir sub + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/mdate4.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x mdate4: exit 1 FAIL: t/missing-version-mismatch ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/missing-version-mismatch.dir + get_shell_script missing + test '!' -f missing + test x = xyes + cp -f /build/automake-1.14.1/lib/missing . + sed 10q missing #! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2013 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by + echo 'AC_INIT([x], [1.0]) AC_PREREQ([9999])' + do_check autoconf autoconf + progname=autoconf + shift + ./missing autoconf + cat stderr configure.ac:1: error: Autoconf version 9999 or higher is required configure.ac:1: the top level autom4te: /usr/bin/m4 failed with exit status: 63 WARNING: 'autoconf' is probably too old. You should only need it if you modified 'configure.ac', or m4 files included by it. The 'autoconf' program is part of the GNU Autoconf package: It also requires GNU m4 and Perl in order to run: + /bin/grep -F 'WARNING: '\''autoconf'\'' is probably too old.' stderr WARNING: 'autoconf' is probably too old. + do_check autoheader autoheader + progname=autoheader + shift + ./missing autoheader + cat stderr configure.ac:1: error: Autoconf version 9999 or higher is required configure.ac:1: the top level autom4te: /usr/bin/m4 failed with exit status: 63 autoheader: '/usr/bin/autom4te' failed with exit status: 63 WARNING: 'autoheader' is probably too old. You should only need it if you modified 'acconfig.h' or 'configure.ac' or m4 files included by 'configure.ac'. The 'autoheader' program is part of the GNU Autoconf package: It also requires GNU m4 and Perl in order to run: + /bin/grep -F 'WARNING: '\''autoheader'\'' is probably too old.' stderr WARNING: 'autoheader' is probably too old. + do_check aclocal-1.14 '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' + progname=aclocal-1.14 + shift + ./missing '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' + cat stderr ./missing: line 81: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory WARNING: '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' is missing on your system. You might have modified some files without having the proper tools for further handling them. Check the 'README' file, it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case some other package contains this missing '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' program. + /bin/grep -F 'WARNING: '\''aclocal-1.14'\'' is probably too old.' stderr + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x missing-version-mismatch: exit 1 FAIL: t/am-missing-prog ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/am-missing-prog.dir + cat + mkdir bin + cat + cat + cat + chmod a+x bin/am-exit-63 bin/am-overridden bin/my-command ++ pwd + PATH=/build/automake-1.14.1/t/am-missing-prog.dir/bin:/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export PATH + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/am-missing-prog.sh: line 81: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x am-missing-prog: exit 1 FAIL: t/missing-auxfile-stops-makefiles-creation ================================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/missing-auxfile-stops-makefiles-creation.dir + cat + echo SUBDIRS = + for i in 1 2 3 4 5 + echo 'AC_CONFIG_FILES([sub1/Makefile])' + echo 'SUBDIRS += sub1' + mkdir sub1 + echo python_PYTHON = foo.py + for i in 1 2 3 4 5 + echo 'AC_CONFIG_FILES([sub2/Makefile])' + echo 'SUBDIRS += sub2' + mkdir sub2 + echo python_PYTHON = foo.py + for i in 1 2 3 4 5 + echo 'AC_CONFIG_FILES([sub3/Makefile])' + echo 'SUBDIRS += sub3' + mkdir sub3 + echo python_PYTHON = foo.py + for i in 1 2 3 4 5 + echo 'AC_CONFIG_FILES([sub4/Makefile])' + echo 'SUBDIRS += sub4' + mkdir sub4 + echo python_PYTHON = foo.py + for i in 1 2 3 4 5 + echo 'AC_CONFIG_FILES([sub5/Makefile])' + echo 'SUBDIRS += sub5' + mkdir sub5 + echo python_PYTHON = foo.py + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/missing-auxfile-stops-makefiles-creation.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x missing-auxfile-stops-makefiles-creation: exit 1 FAIL: t/mkdir_p =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/mkdir_p.dir + cat + cat + mkdir sub + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/mkdir_p.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x mkdir_p: exit 1 FAIL: t/mkdirp-deprecation ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/mkdirp-deprecation.dir + echo AM_PROG_MKDIR_P + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/mkdirp-deprecation.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x mkdirp-deprecation: exit 1 FAIL: t/mkinstall ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/mkinstall.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/mkinstall.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x mkinstall: exit 1 FAIL: t/mkinst2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/mkinst2.dir + echo AC_OUTPUT + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/mkinst2.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x mkinst2: exit 1 FAIL: t/mmode ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/mmode.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/mmode.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x mmode: exit 1 FAIL: t/mmodely =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/mmodely.dir + cat + cat + cat + cat + sleep 2 + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/mmodely.sh: line 69: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x mmodely: exit 1 FAIL: t/no-extra-c-stuff ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/no-extra-c-stuff.dir + cat + cat + mkdir sub sub2 + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/no-extra-c-stuff.sh: line 57: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x no-extra-c-stuff: exit 1 FAIL: t/no-extra-makefile-code ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/no-extra-makefile-code.dir + echo AC_OUTPUT + : + rm -f depcomp compile + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/no-extra-makefile-code.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x no-extra-makefile-code: exit 1 FAIL: t/no-spurious-install-recursive ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/no-spurious-install-recursive.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/no-spurious-install-recursive.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x no-spurious-install-recursive: exit 1 FAIL: t/nobase ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nobase.dir + cat + cat + mkdir sub + : + : + : + : + : + : + cat + cp source.c source2.c + rm -f install-sh + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/nobase.sh: line 120: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nobase: exit 1 FAIL: t/nobase-libtool ====================== nobase-libtool: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nobase-libtool.dir + cat + cat + mkdir sub + cat + cp source.c source2.c + rm -f install-sh + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/nobase-libtool.sh: line 67: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nobase-libtool: exit 1 FAIL: t/nobase-python ===================== nobase-python: running python -V Python 2.6.5 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nobase-python.dir + cat + cat + mkdir sub + for file in one.py sub/base.py two.py sub/nobase.py + echo 'def one(): return 1' + for file in one.py sub/base.py two.py sub/nobase.py + echo 'def one(): return 1' + for file in one.py sub/base.py two.py sub/nobase.py + echo 'def one(): return 1' + for file in one.py sub/base.py two.py sub/nobase.py + echo 'def one(): return 1' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/nobase-python.sh: line 62: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nobase-python: exit 1 FAIL: t/nobase-nodist ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nobase-nodist.dir + EMACS=no + PYTHON=: + export EMCAS PYTHON + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/nobase-nodist.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nobase-nodist: exit 1 FAIL: t/nodef ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nodef.dir + cat + echo 'DEFS = @DEFS@' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/nodef.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nodef: exit 1 FAIL: t/nodef2 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nodef2.dir + cat + echo 'DEFS = @DEFS@' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/nodef2.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nodef2: exit 1 FAIL: t/nodep ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nodep.dir + cat + cat + mkdir x + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/nodep.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nodep: exit 1 FAIL: t/nodep2 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nodep2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/nodep2.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nodep2: exit 1 FAIL: t/nodepcomp ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nodepcomp.dir + rm -f depcomp + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/nodepcomp.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nodepcomp: exit 1 FAIL: t/nodist ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nodist.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/nodist.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nodist: exit 1 FAIL: t/nodist2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nodist2.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/nodist2.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nodist2: exit 1 FAIL: t/nodist3 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nodist3.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/nodist3.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nodist3: exit 1 FAIL: t/noinst ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/noinst.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/noinst.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x noinst: exit 1 FAIL: t/noinstdir ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/noinstdir.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/noinstdir.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x noinstdir: exit 1 FAIL: t/nolink ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nolink.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/nolink.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nolink: exit 1 FAIL: t/nostdinc ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/nostdinc.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/nostdinc.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x nostdinc: exit 1 FAIL: t/notrans =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/notrans.dir + cat + cat + : + : + : + : + : + : + : + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/notrans.sh: line 99: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x notrans: exit 1 FAIL: t/number ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/number.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/number.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x number: exit 1 FAIL: t/objc-basic ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/objc-basic.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/objc-basic.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x objc-basic: exit 1 FAIL: t/objc-minidemo ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/objc-minidemo.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/objc-minidemo.sh: line 58: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + test 1 -eq 63 + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x objc-minidemo: exit 1 FAIL: t/objc-flags ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/objc-flags.dir + cat + cat + for i in 2 4 + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in 2 4 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/objc-flags.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x objc-flags: exit 1 FAIL: t/objc-deps ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/objc-deps.dir + cat + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/objc-deps.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x objc-deps: exit 1 FAIL: t/objcxx-basic ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/objcxx-basic.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/objcxx-basic.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x objcxx-basic: exit 1 FAIL: t/objcxx-minidemo ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/objcxx-minidemo.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/objcxx-minidemo.sh: line 58: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x objcxx-minidemo: exit 1 FAIL: t/objcxx-flags ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/objcxx-flags.dir + cat + cat + for i in 2 4 + unindent + test x = x ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' ++ sed -e 's/ *# .*//' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in 2 4 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/objcxx-flags.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x objcxx-flags: exit 1 FAIL: t/objcxx-deps =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/objcxx-deps.dir + cat + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/objcxx-deps.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x objcxx-deps: exit 1 FAIL: t/objc-megademo ===================== objc-megademo: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/objc-megademo.dir + cat + cat + libtoolize libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: linking file `build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: linking file `m4/libtool.m4' libtoolize: linking file `m4/ltoptions.m4' libtoolize: linking file `m4/ltsugar.m4' libtoolize: linking file `m4/ltversion.m4' libtoolize: linking file `m4/lt~obsolete.m4' libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/objc-megademo.sh: line 88: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x objc-megademo: exit 1 XFAIL: t/objext-pr10128 ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/objext-pr10128.dir + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/objext-pr10128.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x objext-pr10128: exit 1 FAIL: t/oldvars =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/oldvars.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/oldvars.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x oldvars: exit 1 FAIL: t/order ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/order.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/order.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x order: exit 1 FAIL: t/output ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output.dir + cat + : + mkdir frob + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output: exit 1 FAIL: t/output2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output2.dir + cat + : + mkdir intl po misc + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output2.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output2: exit 1 FAIL: t/output3 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output3.dir + cat + : + mkdir tests + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output3.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output3: exit 1 FAIL: t/output4 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output4.dir + cat + mkdir tests + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output4.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output4: exit 1 FAIL: t/output5 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output5.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output5.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output5: exit 1 FAIL: t/output6 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output6.dir + cat + cat + cat + cat + echo 'd = D' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output6.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output6: exit 1 FAIL: t/output7 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output7.dir + cat + mkdir mk sub + cat + cat + cat + echo bar + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output7.sh: line 62: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output7: exit 1 FAIL: t/output8 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output8.dir + mkdir testdir + cd testdir + mv ../configure.ac . + cat + mkdir a + echo SUBDIRS = a + : + echo foo + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output8.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output8: exit 1 FAIL: t/output9 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output9.dir + cat + mkdir a + mkdir b + cat + : + : + echo foo + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output9.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output9: exit 1 FAIL: t/output10 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output10.dir + cat + mkdir a + mkdir b + cat + cat + echo address@hidden@ + echo address@hidden@ + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output10.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output10: exit 1 FAIL: t/output11 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output11.dir + cat + mkdir sub + cat + echo @FOO@ + echo @FOO@ + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output11.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output11: exit 1 FAIL: t/output12 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output12.dir + cat + mkdir sub + cat + echo @FOO@ + echo @FOO@ + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output12.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output12: exit 1 FAIL: t/output13 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output13.dir + cat + : + echo link + echo @FOO@ + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output13.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output13: exit 1 FAIL: t/output-order ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/output-order.dir + cat + : + : + : + : + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/output-order.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x output-order: exit 1 FAIL: t/override-conditional-1 ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/override-conditional-1.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/override-conditional-1.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x override-conditional-1: exit 1 XFAIL: t/override-conditional-2 =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/override-conditional-2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/override-conditional-2.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x override-conditional-2: exit 1 XFAIL: t/override-conditional-pr13940 ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/override-conditional-pr13940.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/override-conditional-pr13940.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x override-conditional-pr13940: exit 1 FAIL: t/override-html ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/override-html.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/override-html.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x override-html: exit 1 FAIL: t/override-suggest-local ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/override-suggest-local.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/override-suggest-local.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x override-suggest-local: exit 1 FAIL: t/parallel-am =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-am.dir + cat + cat + list='1 2 3 4 5 6 7 8 9' + for i in '$list' + echo 'AC_CONFIG_FILES([sub1/Makefile])' + echo 'SUBDIRS += sub1' + mkdir sub1 + echo + for i in '$list' + echo 'AC_CONFIG_FILES([sub2/Makefile])' + echo 'SUBDIRS += sub2' + mkdir sub2 + echo + for i in '$list' + echo 'AC_CONFIG_FILES([sub3/Makefile])' + echo 'SUBDIRS += sub3' + mkdir sub3 + echo + for i in '$list' + echo 'AC_CONFIG_FILES([sub4/Makefile])' + echo 'SUBDIRS += sub4' + mkdir sub4 + echo + for i in '$list' + echo 'AC_CONFIG_FILES([sub5/Makefile])' + echo 'SUBDIRS += sub5' + mkdir sub5 + echo + for i in '$list' + echo 'AC_CONFIG_FILES([sub6/Makefile])' + echo 'SUBDIRS += sub6' + mkdir sub6 + echo + for i in '$list' + echo 'AC_CONFIG_FILES([sub7/Makefile])' + echo 'SUBDIRS += sub7' + mkdir sub7 + echo + for i in '$list' + echo 'AC_CONFIG_FILES([sub8/Makefile])' + echo 'SUBDIRS += sub8' + mkdir sub8 + echo + for i in '$list' + echo 'AC_CONFIG_FILES([sub9/Makefile])' + echo 'SUBDIRS += sub9' + mkdir sub9 + echo + echo 'include foo.am' + echo 'include bar.am' + echo 'python_PYTHON = foo.py' + echo 'lisp_LISP = foo.el' + echo 'bin_PROGRAMS = p' + rm -f install-sh missing depcomp + mkdir build-aux + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-am.sh: line 73: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-am: exit 1 FAIL: t/parallel-am2 ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-am2.dir + mkdir sub + cat + list='1 2 3' + for i in '$list' + echo 'AC_CONFIG_FILES([sub1/Makefile])' + echo 'SUBDIRS += sub1' + mkdir sub1 sub1/sub + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in '$list' + echo 'AC_CONFIG_FILES([sub2/Makefile])' + echo 'SUBDIRS += sub2' + mkdir sub2 sub2/sub + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in '$list' + echo 'AC_CONFIG_FILES([sub3/Makefile])' + echo 'SUBDIRS += sub3' + mkdir sub3 sub3/sub + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + mkdir build-aux + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-am2.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-am2: exit 1 FAIL: t/parallel-am3 ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-am3.dir + cat + cat + list='1 2 3' + for i in '$list' + echo 'AC_CONFIG_FILES([sub1/Makefile])' + echo 'SUBDIRS += sub1' + mkdir sub1 + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in '$list' + echo 'AC_CONFIG_FILES([sub2/Makefile])' + echo 'SUBDIRS += sub2' + mkdir sub2 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in '$list' + echo 'AC_CONFIG_FILES([sub3/Makefile])' + echo 'SUBDIRS += sub3' + mkdir sub3 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + rm -f install-sh missing depcomp + mkdir build-aux + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-am3.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-am3: exit 1 FAIL: t/serial-tests ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/serial-tests.dir + mkdir one two + cat + echo 'TESTS = foo.test bar.test' + cat + cp one/Makefile.am two/aMakefile.am + cat - one/Makefile.am + cd one + touch missing install-sh + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/serial-tests.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x serial-tests: exit 1 FAIL: t/parallel-tests-basics ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-basics.dir + cat + cat + cat + cat + cat + chmod a+x foo.test bar.test baz.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-basics.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-basics: exit 1 FAIL: t/parallel-tests-concurrency ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-concurrency.dir + case $MAKE in + using_gmake + case $am__using_gmake in + grep GNU + make --version -v GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + j=-j + cat + cat + cat + chmod a+x ./x + mkdir sub + for i in 1 2 3 + echo 'TESTS += foo1.test' + cp x foo1.test + echo 'TESTS += zap1' + cp x zap1 + echo 'TESTS += sub/bar1.test' + cp x sub/bar1.test + echo 'TESTS += sub/mu1' + cp x sub/mu1 + for i in 1 2 3 + echo 'TESTS += foo2.test' + cp x foo2.test + echo 'TESTS += zap2' + cp x zap2 + echo 'TESTS += sub/bar2.test' + cp x sub/bar2.test + echo 'TESTS += sub/mu2' + cp x sub/mu2 + for i in 1 2 3 + echo 'TESTS += foo3.test' + cp x foo3.test + echo 'TESTS += zap3' + cp x zap3 + echo 'TESTS += sub/bar3.test' + cp x sub/bar3.test + echo 'TESTS += sub/mu3' + cp x sub/mu3 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-concurrency.sh: line 79: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-concurrency: exit 1 FAIL: t/parallel-tests-concurrency-2 ==================================== parallel-tests-concurrency-2: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-concurrency-2.dir + cat + cat + for i in 1 2 3 4 5 6 7 8 + echo 'scripts += foo1.test' + echo 'programs += foo1.prog' + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat + chmod a+x foo1.test + for i in 1 2 3 4 5 6 7 8 + echo 'scripts += foo2.test' + echo 'programs += foo2.prog' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat + chmod a+x foo2.test + for i in 1 2 3 4 5 6 7 8 + echo 'scripts += foo3.test' + echo 'programs += foo3.prog' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat + chmod a+x foo3.test + for i in 1 2 3 4 5 6 7 8 + echo 'scripts += foo4.test' + echo 'programs += foo4.prog' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat + chmod a+x foo4.test + for i in 1 2 3 4 5 6 7 8 + echo 'scripts += foo5.test' + echo 'programs += foo5.prog' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat + chmod a+x foo5.test + for i in 1 2 3 4 5 6 7 8 + echo 'scripts += foo6.test' + echo 'programs += foo6.prog' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat + chmod a+x foo6.test + for i in 1 2 3 4 5 6 7 8 + echo 'scripts += foo7.test' + echo 'programs += foo7.prog' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat + chmod a+x foo7.test + for i in 1 2 3 4 5 6 7 8 + echo 'scripts += foo8.test' + echo 'programs += foo8.prog' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat + chmod a+x foo8.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-concurrency-2.sh: line 57: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-concurrency-2: exit 1 FAIL: t/parallel-tests-empty ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-empty.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-empty.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-empty: exit 1 FAIL: t/parallel-tests-generated-and-distributed ================================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-generated-and-distributed.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-generated-and-distributed.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-generated-and-distributed: exit 1 FAIL: t/parallel-tests-recheck ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-recheck.dir + cat + cat + cat + cat + cat + chmod a+x foo.test bar.test baz.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-recheck.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-recheck: exit 1 FAIL: t/parallel-tests-trailing-whitespace ========================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-trailing-whitespace.dir + cat + cat + cat + chmod +x ./foo + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-trailing-whitespace.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-trailing-whitespace: exit 1 FAIL: t/parallel-tests-recheck-depends-on-all ============================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-recheck-depends-on-all.dir + cat + cat + cat + cat + cat + cat + chmod a+x a.test b.test c.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-recheck-depends-on-all.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-recheck-depends-on-all: exit 1 FAIL: t/parallel-tests-recheck-pr11791 ====================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-recheck-pr11791.dir + cat + cat + echo 'int main (void) { return 1; }' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-recheck-pr11791.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-recheck-pr11791: exit 1 FAIL: t/parallel-tests-exeext ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-exeext.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-exeext.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-exeext: exit 1 FAIL: t/parallel-tests-suffix ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-suffix.dir + cat + cat + mkdir sub + cat + chmod a+x foo.chk + cp foo.chk bar.test + cp foo.chk baz + cp foo.chk bli.suff + cp foo.chk sub/test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-suffix.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-suffix: exit 1 FAIL: t/parallel-tests-suffix-prog ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-suffix-prog.dir + cat + cat + mkdir sub + cat + chmod a+x foo.chk + cp foo.chk bar.test + cp foo.chk sub/test + cat + cp baz.c bla.c + cp baz.c bli.c + cp baz.c sub/chk.c + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-suffix-prog.sh: line 60: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-suffix-prog: exit 1 FAIL: t/parallel-tests-log-compiler-1 ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-log-compiler-1.dir + cat + cat + mkdir sub + cat + sed s/--chk/--am-test/ chk-compiler + mkdir bin ++ pwd + PATH=/build/automake-1.14.1/t/parallel-tests-log-compiler-1.dir/bin:/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export PATH + cat + sed s/--am-t,--t/-a,-b/ bin/t-compiler + chmod a+x chk-compiler chk-compiler test-compiler bin/t-compiler noext-compiler + cat + chmod a+x foo.chk + cp foo.chk bar.test + cp foo.chk baz + cp foo.chk bla.t + cp foo.chk bli.suff + cp foo.chk sub/test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-log-compiler-1.sh: line 99: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-log-compiler-1: exit 1 FAIL: t/parallel-tests-log-compiler-2 ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-log-compiler-2.dir + cat + cat + mkdir sub + cat + chmod a+x chk-compiler + cp chk-compiler test-compiler + cp chk-compiler noext-compiler + cat + chmod a+x foo.chk + cp foo.chk bar.test + cp foo.chk sub/test + cat + cp baz.c bla.c + cp baz.c bli.c + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-log-compiler-2.sh: line 78: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-log-compiler-2: exit 1 FAIL: t/parallel-tests-dry-run-1 ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-dry-run-1.dir + echo AC_OUTPUT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-dry-run-1.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-dry-run-1: exit 1 FAIL: t/parallel-tests-dry-run-2 ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-dry-run-2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-dry-run-2.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-dry-run-2: exit 1 FAIL: t/parallel-tests-fd-redirect ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-fd-redirect.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-fd-redirect.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-fd-redirect: exit 1 FAIL: t/parallel-tests-fd-redirect-exeext ========================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-fd-redirect-exeext.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-fd-redirect-exeext.sh: line 62: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-fd-redirect-exeext: exit 1 FAIL: t/parallel-tests-extra-programs ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-extra-programs.dir + cat + cat + cat + cat + cat + cat + cat + chmod a+x baz.test + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-extra-programs.sh: line 104: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-extra-programs: exit 1 SKIP: t/parallel-tests-unreadable ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-unreadable.dir + : + chmod a-r t + test '!' -r t + skip_ 'you can still read unreadable files' + warn_ 'parallel-tests-unreadable: skipped test: you can still read unreadable files' + echo 'parallel-tests-unreadable: skipped test: you can still read unreadable files' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-unreadable: exit 77 FAIL: t/parallel-tests-subdir ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-subdir.dir + cat + cat + mkdir dir1 dir2 dir2/dir3 + echo : + echo : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-subdir.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-subdir: exit 1 ERROR: t/parallel-tests-interrupt ================================= Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-interrupt.dir + plan_ 16 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x16 = xunknown + test x16 = xlater + test x16 = xlazy + test x16 = xnow + test 16 -ge 0 + planned_=16 + echo 1..16 1..16 + cat + cat + cat - /build/automake-1.14.1/lib/test-driver + cat + chmod a+x foo.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-interrupt.tap: line 89: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + fatal_ 'aclocal failed' + bailout_ 'aclocal failed' + echo 'Bail out!' 'aclocal failed' Bail out! aclocal failed ERROR: t/parallel-tests-interrupt.tap - Bail out! aclocal failed + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 16 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-interrupt: exit 99 FAIL: t/parallel-tests-reset-term ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-reset-term.dir + TERM=ansi + export TERM + cat + cat + cat + chmod a+x foobar + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-reset-term.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-reset-term: exit 1 FAIL: t/parallel-tests-harderror ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-harderror.dir + cat + mkdir sub + cat + cat + cat + chmod a+x foo.test + cp foo.test sub/bar.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-harderror.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-harderror: exit 1 FAIL: t/parallel-tests-log-override-1 ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-log-override-1.dir + cat + cat + cat + cat + cat + chmod a+x pass.test skip.test xfail.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-log-override-1.sh: line 64: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-log-override-1: exit 1 FAIL: t/parallel-tests-log-override-2 ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-log-override-2.dir + cat + cat + cat + cp pass.test pass2.test + cat + cp skip.test skip2.test + cat + chmod a+x fail.test pass2.test pass.test skip2.test skip.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-log-override-2.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-log-override-2: exit 1 FAIL: t/parallel-tests-log-override-recheck =========================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-log-override-recheck.dir + cat + cat + cat + cat + cat + chmod a+x barbar.test bazbaz.test foofoo.test + unset BAZ_EXIT_STATUS + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-log-override-recheck.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-log-override-recheck: exit 1 FAIL: t/parallel-tests-log-compiler-example =========================================== parallel-tests-log-compiler-example: running python -V Python 2.6.5 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-log-compiler-example.dir + cat + cat + echo 'my $a =+ 2; exit (0);' + echo 'import sys; sys.exit(0);' + : + cat + chmod a+x wrapper-script + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-log-compiler-example.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-log-compiler-example: exit 1 FAIL: t/parallel-tests-cmdline-override ======================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-cmdline-override.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-cmdline-override.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-cmdline-override: exit 1 FAIL: t/parallel-tests-fork-bomb ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-fork-bomb.dir + LANG=C + LANGUAGE=C + LC_ALL=C + export LANG LANGUAGE LC_ALL + cat + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + cond=: + cat + ulimit -t 8 + ulimit -t 8 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-fork-bomb.sh: line 93: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-fork-bomb: exit 1 FAIL: t/parallel-tests-empty-testlogs ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-empty-testlogs.dir + cat + cat + mkdir sub1 sub2 + cat + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat + cat + chmod a+x sub2/foo.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-empty-testlogs.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-empty-testlogs: exit 1 FAIL: t/parallel-tests-driver-install ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-driver-install.dir + cat + mkdir sub my_aux_dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-driver-install.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-driver-install: exit 1 FAIL: t/parallel-tests-no-color-in-log ====================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-no-color-in-log.dir + TERM=ansi + export TERM + cat + cat + echo 'exit 0' + echo 'exit 0' + echo 'exit 1' + echo 'exit 1' + echo 'exit 77' + echo 'exit 99' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-no-color-in-log.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-no-color-in-log: exit 1 FAIL: t/parallel-tests-no-spurious-summary ========================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-no-spurious-summary.dir + cat + cat + cat + cat + chmod a+x foo.test bar.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-no-spurious-summary.sh: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-no-spurious-summary: exit 1 FAIL: t/parallel-tests-exit-statuses ==================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-exit-statuses.dir + cat ++ seq_ 1 255 ++ case $# in ++ seq_first=1 ++ seq_incr=1 ++ seq_last=255 ++ i=1 ++ test 1 -le 255 ++ echo 1 ++ tr ' ' ' ' ++ test 2 -le 255 ++ echo 2 ++ i=3 ++ test 3 -le 255 ++ echo 3 ++ i=4 ++ test 4 -le 255 ++ echo 4 ++ i=5 ++ test 5 -le 255 ++ echo 5 ++ i=6 ++ test 6 -le 255 ++ echo 6 ++ i=7 ++ test 7 -le 255 ++ echo 7 ++ i=8 ++ test 8 -le 255 ++ echo 8 ++ i=9 ++ test 9 -le 255 ++ echo 9 ++ i=10 ++ test 10 -le 255 ++ echo 10 ++ i=11 ++ test 11 -le 255 ++ echo 11 ++ i=12 ++ test 12 -le 255 ++ echo 12 ++ i=13 ++ test 13 -le 255 ++ echo 13 ++ i=14 ++ test 14 -le 255 ++ echo 14 ++ i=15 ++ test 15 -le 255 ++ echo 15 ++ i=16 ++ test 16 -le 255 ++ echo 16 ++ i=17 ++ test 17 -le 255 ++ echo 17 ++ i=18 ++ test 18 -le 255 ++ echo 18 ++ i=19 ++ test 19 -le 255 ++ echo 19 ++ i=20 ++ test 20 -le 255 ++ echo 20 ++ i=21 ++ test 21 -le 255 ++ echo 21 ++ i=22 ++ test 22 -le 255 ++ echo 22 ++ i=23 ++ test 23 -le 255 ++ echo 23 ++ i=24 ++ test 24 -le 255 ++ echo 24 ++ i=25 ++ test 25 -le 255 ++ echo 25 ++ i=26 ++ test 26 -le 255 ++ echo 26 ++ i=27 ++ test 27 -le 255 ++ echo 27 ++ i=28 ++ test 28 -le 255 ++ echo 28 ++ i=29 ++ test 29 -le 255 ++ echo 29 ++ i=30 ++ test 30 -le 255 ++ echo 30 ++ i=31 ++ test 31 -le 255 ++ echo 31 ++ i=32 ++ test 32 -le 255 ++ echo 32 ++ i=33 ++ test 33 -le 255 ++ echo 33 ++ i=34 ++ test 34 -le 255 ++ echo 34 ++ i=35 ++ test 35 -le 255 ++ echo 35 ++ i=36 ++ test 36 -le 255 ++ echo 36 ++ i=37 ++ test 37 -le 255 ++ echo 37 ++ i=38 ++ test 38 -le 255 ++ echo 38 ++ i=39 ++ test 39 -le 255 ++ echo 39 ++ i=40 ++ test 40 -le 255 ++ echo 40 ++ i=41 ++ test 41 -le 255 ++ echo 41 ++ i=42 ++ test 42 -le 255 ++ echo 42 ++ i=43 ++ test 43 -le 255 ++ echo 43 ++ i=44 ++ test 44 -le 255 ++ echo 44 ++ i=45 ++ test 45 -le 255 ++ echo 45 ++ i=46 ++ test 46 -le 255 ++ echo 46 ++ i=47 ++ test 47 -le 255 ++ echo 47 ++ i=48 ++ test 48 -le 255 ++ echo 48 ++ i=49 ++ test 49 -le 255 ++ echo 49 ++ i=50 ++ test 50 -le 255 ++ echo 50 ++ i=51 ++ test 51 -le 255 ++ echo 51 ++ i=52 ++ test 52 -le 255 ++ echo 52 ++ i=53 ++ test 53 -le 255 ++ echo 53 ++ i=54 ++ test 54 -le 255 ++ echo 54 ++ i=55 ++ test 55 -le 255 ++ echo 55 ++ i=56 ++ test 56 -le 255 ++ echo 56 ++ i=57 ++ test 57 -le 255 ++ echo 57 ++ i=58 ++ test 58 -le 255 ++ echo 58 ++ i=59 ++ test 59 -le 255 ++ echo 59 ++ i=60 ++ test 60 -le 255 ++ echo 60 ++ i=61 ++ test 61 -le 255 ++ echo 61 ++ i=62 ++ test 62 -le 255 ++ echo 62 ++ i=63 ++ test 63 -le 255 ++ echo 63 ++ i=64 ++ test 64 -le 255 ++ echo 64 ++ i=65 ++ test 65 -le 255 ++ echo 65 ++ i=66 ++ test 66 -le 255 ++ echo 66 ++ i=67 ++ test 67 -le 255 ++ echo 67 ++ i=68 ++ test 68 -le 255 ++ echo 68 ++ i=69 ++ test 69 -le 255 ++ echo 69 ++ i=70 ++ test 70 -le 255 ++ echo 70 ++ i=71 ++ test 71 -le 255 ++ echo 71 ++ i=72 ++ test 72 -le 255 ++ echo 72 ++ i=73 ++ test 73 -le 255 ++ echo 73 ++ i=74 ++ test 74 -le 255 ++ echo 74 ++ i=75 ++ test 75 -le 255 ++ echo 75 ++ i=76 ++ test 76 -le 255 ++ echo 76 ++ i=77 ++ test 77 -le 255 ++ echo 77 ++ i=78 ++ test 78 -le 255 ++ echo 78 ++ i=79 ++ test 79 -le 255 ++ echo 79 ++ i=80 ++ test 80 -le 255 ++ echo 80 ++ i=81 ++ test 81 -le 255 ++ echo 81 ++ i=82 ++ test 82 -le 255 ++ echo 82 ++ i=83 ++ test 83 -le 255 ++ echo 83 ++ i=84 ++ test 84 -le 255 ++ echo 84 ++ i=85 ++ test 85 -le 255 ++ echo 85 ++ i=86 ++ test 86 -le 255 ++ echo 86 ++ i=87 ++ test 87 -le 255 ++ echo 87 ++ i=88 ++ test 88 -le 255 ++ echo 88 ++ i=89 ++ test 89 -le 255 ++ echo 89 ++ i=90 ++ test 90 -le 255 ++ echo 90 ++ i=91 ++ test 91 -le 255 ++ echo 91 ++ i=92 ++ test 92 -le 255 ++ echo 92 ++ i=93 ++ test 93 -le 255 ++ echo 93 ++ i=94 ++ test 94 -le 255 ++ echo 94 ++ i=95 ++ test 95 -le 255 ++ echo 95 ++ i=96 ++ test 96 -le 255 ++ echo 96 ++ i=97 ++ test 97 -le 255 ++ echo 97 ++ i=98 ++ test 98 -le 255 ++ echo 98 ++ i=99 ++ test 99 -le 255 ++ echo 99 ++ i=100 ++ test 100 -le 255 ++ echo 100 ++ i=101 ++ test 101 -le 255 ++ echo 101 ++ i=102 ++ test 102 -le 255 ++ echo 102 ++ i=103 ++ test 103 -le 255 ++ echo 103 ++ i=104 ++ test 104 -le 255 ++ echo 104 ++ i=105 ++ test 105 -le 255 ++ echo 105 ++ i=106 ++ test 106 -le 255 ++ echo 106 ++ i=107 ++ test 107 -le 255 ++ echo 107 ++ i=108 ++ test 108 -le 255 ++ echo 108 ++ i=109 ++ test 109 -le 255 ++ echo 109 ++ i=110 ++ test 110 -le 255 ++ echo 110 ++ i=111 ++ test 111 -le 255 ++ echo 111 ++ i=112 ++ test 112 -le 255 ++ echo 112 ++ i=113 ++ test 113 -le 255 ++ echo 113 ++ i=114 ++ test 114 -le 255 ++ echo 114 ++ i=115 ++ test 115 -le 255 ++ echo 115 ++ i=116 ++ test 116 -le 255 ++ echo 116 ++ i=117 ++ test 117 -le 255 ++ echo 117 ++ i=118 ++ test 118 -le 255 ++ echo 118 ++ i=119 ++ test 119 -le 255 ++ echo 119 ++ i=120 ++ test 120 -le 255 ++ echo 120 ++ i=121 ++ test 121 -le 255 ++ echo 121 ++ i=122 ++ test 122 -le 255 ++ echo 122 ++ i=123 ++ test 123 -le 255 ++ echo 123 ++ i=124 ++ test 124 -le 255 ++ echo 124 ++ i=125 ++ test 125 -le 255 ++ echo 125 ++ i=126 ++ test 126 -le 255 ++ echo 126 ++ i=127 ++ test 127 -le 255 ++ echo 127 ++ i=128 ++ test 128 -le 255 ++ echo 128 ++ i=129 ++ test 129 -le 255 ++ echo 129 ++ i=130 ++ test 130 -le 255 ++ echo 130 ++ i=131 ++ test 131 -le 255 ++ echo 131 ++ i=132 ++ test 132 -le 255 ++ echo 132 ++ i=133 ++ test 133 -le 255 ++ echo 133 ++ i=134 ++ test 134 -le 255 ++ echo 134 ++ i=135 ++ test 135 -le 255 ++ echo 135 ++ i=136 ++ test 136 -le 255 ++ echo 136 ++ i=137 ++ test 137 -le 255 ++ echo 137 ++ i=138 ++ test 138 -le 255 ++ echo 138 ++ i=139 ++ test 139 -le 255 ++ echo 139 ++ i=140 ++ test 140 -le 255 ++ echo 140 ++ i=141 ++ test 141 -le 255 ++ echo 141 ++ i=142 ++ test 142 -le 255 ++ echo 142 ++ i=143 ++ test 143 -le 255 ++ echo 143 ++ i=144 ++ test 144 -le 255 ++ echo 144 ++ i=145 ++ test 145 -le 255 ++ echo 145 ++ i=146 ++ test 146 -le 255 ++ echo 146 ++ i=147 ++ test 147 -le 255 ++ echo 147 ++ i=148 ++ test 148 -le 255 ++ echo 148 ++ i=149 ++ test 149 -le 255 ++ echo 149 ++ i=150 ++ test 150 -le 255 ++ echo 150 ++ i=151 ++ test 151 -le 255 ++ echo 151 ++ i=152 ++ test 152 -le 255 ++ echo 152 ++ i=153 ++ test 153 -le 255 ++ echo 153 ++ i=154 ++ test 154 -le 255 ++ echo 154 ++ i=155 ++ test 155 -le 255 ++ echo 155 ++ i=156 ++ test 156 -le 255 ++ echo 156 ++ i=157 ++ test 157 -le 255 ++ echo 157 ++ i=158 ++ test 158 -le 255 ++ echo 158 ++ i=159 ++ test 159 -le 255 ++ echo 159 ++ i=160 ++ test 160 -le 255 ++ echo 160 ++ i=161 ++ test 161 -le 255 ++ echo 161 ++ i=162 ++ test 162 -le 255 ++ echo 162 ++ i=163 ++ test 163 -le 255 ++ echo 163 ++ i=164 ++ test 164 -le 255 ++ echo 164 ++ i=165 ++ test 165 -le 255 ++ echo 165 ++ i=166 ++ test 166 -le 255 ++ echo 166 ++ i=167 ++ test 167 -le 255 ++ echo 167 ++ i=168 ++ test 168 -le 255 ++ echo 168 ++ i=169 ++ test 169 -le 255 ++ echo 169 ++ i=170 ++ test 170 -le 255 ++ echo 170 ++ i=171 ++ test 171 -le 255 ++ echo 171 ++ i=172 ++ test 172 -le 255 ++ echo 172 ++ i=173 ++ test 173 -le 255 ++ echo 173 ++ i=174 ++ test 174 -le 255 ++ echo 174 ++ i=175 ++ test 175 -le 255 ++ echo 175 ++ i=176 ++ test 176 -le 255 ++ echo 176 ++ i=177 ++ test 177 -le 255 ++ echo 177 ++ i=178 ++ test 178 -le 255 ++ echo 178 ++ i=179 ++ test 179 -le 255 ++ echo 179 ++ i=180 ++ test 180 -le 255 ++ echo 180 ++ i=181 ++ test 181 -le 255 ++ echo 181 ++ i=182 ++ test 182 -le 255 ++ echo 182 ++ i=183 ++ test 183 -le 255 ++ echo 183 ++ i=184 ++ test 184 -le 255 ++ echo 184 ++ i=185 ++ test 185 -le 255 ++ echo 185 ++ i=186 ++ test 186 -le 255 ++ echo 186 ++ i=187 ++ test 187 -le 255 ++ echo 187 ++ i=188 ++ test 188 -le 255 ++ echo 188 ++ i=189 ++ test 189 -le 255 ++ echo 189 ++ i=190 ++ test 190 -le 255 ++ echo 190 ++ i=191 ++ test 191 -le 255 ++ echo 191 ++ i=192 ++ test 192 -le 255 ++ echo 192 ++ i=193 ++ test 193 -le 255 ++ echo 193 ++ i=194 ++ test 194 -le 255 ++ echo 194 ++ i=195 ++ test 195 -le 255 ++ echo 195 ++ i=196 ++ test 196 -le 255 ++ echo 196 ++ i=197 ++ test 197 -le 255 ++ echo 197 ++ i=198 ++ test 198 -le 255 ++ echo 198 ++ i=199 ++ test 199 -le 255 ++ echo 199 ++ i=200 ++ test 200 -le 255 ++ echo 200 ++ i=201 ++ test 201 -le 255 ++ echo 201 ++ i=202 ++ test 202 -le 255 ++ echo 202 ++ i=203 ++ test 203 -le 255 ++ echo 203 ++ i=204 ++ test 204 -le 255 ++ echo 204 ++ i=205 ++ test 205 -le 255 ++ echo 205 ++ i=206 ++ test 206 -le 255 ++ echo 206 ++ i=207 ++ test 207 -le 255 ++ echo 207 ++ i=208 ++ test 208 -le 255 ++ echo 208 ++ i=209 ++ test 209 -le 255 ++ echo 209 ++ i=210 ++ test 210 -le 255 ++ echo 210 ++ i=211 ++ test 211 -le 255 ++ echo 211 ++ i=212 ++ test 212 -le 255 ++ echo 212 ++ i=213 ++ test 213 -le 255 ++ echo 213 ++ i=214 ++ test 214 -le 255 ++ echo 214 ++ i=215 ++ test 215 -le 255 ++ echo 215 ++ i=216 ++ test 216 -le 255 ++ echo 216 ++ i=217 ++ test 217 -le 255 ++ echo 217 ++ i=218 ++ test 218 -le 255 ++ echo 218 ++ i=219 ++ test 219 -le 255 ++ echo 219 ++ i=220 ++ test 220 -le 255 ++ echo 220 ++ i=221 ++ test 221 -le 255 ++ echo 221 ++ i=222 ++ test 222 -le 255 ++ echo 222 ++ i=223 ++ test 223 -le 255 ++ echo 223 ++ i=224 ++ test 224 -le 255 ++ echo 224 ++ i=225 ++ test 225 -le 255 ++ echo 225 ++ i=226 ++ test 226 -le 255 ++ echo 226 ++ i=227 ++ test 227 -le 255 ++ echo 227 ++ i=228 ++ test 228 -le 255 ++ echo 228 ++ i=229 ++ test 229 -le 255 ++ echo 229 ++ i=230 ++ test 230 -le 255 ++ echo 230 ++ i=231 ++ test 231 -le 255 ++ echo 231 ++ i=232 ++ test 232 -le 255 ++ echo 232 ++ i=233 ++ test 233 -le 255 ++ echo 233 ++ i=234 ++ test 234 -le 255 ++ echo 234 ++ i=235 ++ test 235 -le 255 ++ echo 235 ++ i=236 ++ test 236 -le 255 ++ echo 236 ++ i=237 ++ test 237 -le 255 ++ echo 237 ++ i=238 ++ test 238 -le 255 ++ echo 238 ++ i=239 ++ test 239 -le 255 ++ echo 239 ++ i=240 ++ test 240 -le 255 ++ echo 240 ++ i=241 ++ test 241 -le 255 ++ echo 241 ++ i=242 ++ test 242 -le 255 ++ echo 242 ++ i=243 ++ test 243 -le 255 ++ echo 243 ++ i=244 ++ test 244 -le 255 ++ echo 244 ++ i=245 ++ test 245 -le 255 ++ echo 245 ++ i=246 ++ test 246 -le 255 ++ echo 246 ++ i=247 ++ test 247 -le 255 ++ echo 247 ++ i=248 ++ test 248 -le 255 ++ echo 248 ++ i=249 ++ test 249 -le 255 ++ echo 249 ++ i=250 ++ test 250 -le 255 ++ echo 250 ++ i=251 ++ test 251 -le 255 ++ echo 251 ++ i=252 ++ test 252 -le 255 ++ echo 252 ++ i=253 ++ test 253 -le 255 ++ echo 253 ++ i=254 ++ test 254 -le 255 ++ echo 254 ++ i=255 ++ test 255 -le 255 ++ echo 255 ++ i=256 ++ test 256 -le 255 + failure_statuses='1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ' + echo 'failure_statuses: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ' failure_statuses: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 ++ wc -l ++ for st in '$failure_statuses' ++ echo 1 ++ for st in '$failure_statuses' ++ echo 2 ++ for st in '$failure_statuses' ++ echo 3 ++ for st in '$failure_statuses' ++ echo 4 ++ for st in '$failure_statuses' ++ echo 5 ++ for st in '$failure_statuses' ++ echo 6 ++ for st in '$failure_statuses' ++ echo 7 ++ for st in '$failure_statuses' ++ echo 8 ++ for st in '$failure_statuses' ++ echo 9 ++ for st in '$failure_statuses' ++ echo 10 ++ for st in '$failure_statuses' ++ echo 11 ++ for st in '$failure_statuses' ++ echo 12 ++ for st in '$failure_statuses' ++ echo 13 ++ for st in '$failure_statuses' ++ echo 14 ++ for st in '$failure_statuses' ++ echo 15 ++ for st in '$failure_statuses' ++ echo 16 ++ for st in '$failure_statuses' ++ echo 17 ++ for st in '$failure_statuses' ++ echo 18 ++ for st in '$failure_statuses' ++ echo 19 ++ for st in '$failure_statuses' ++ echo 20 ++ for st in '$failure_statuses' ++ echo 21 ++ for st in '$failure_statuses' ++ echo 22 ++ for st in '$failure_statuses' ++ echo 23 ++ for st in '$failure_statuses' ++ echo 24 ++ for st in '$failure_statuses' ++ echo 25 ++ for st in '$failure_statuses' ++ echo 26 ++ for st in '$failure_statuses' ++ echo 27 ++ for st in '$failure_statuses' ++ echo 28 ++ for st in '$failure_statuses' ++ echo 29 ++ for st in '$failure_statuses' ++ echo 30 ++ for st in '$failure_statuses' ++ echo 31 ++ for st in '$failure_statuses' ++ echo 32 ++ for st in '$failure_statuses' ++ echo 33 ++ for st in '$failure_statuses' ++ echo 34 ++ for st in '$failure_statuses' ++ echo 35 ++ for st in '$failure_statuses' ++ echo 36 ++ for st in '$failure_statuses' ++ echo 37 ++ for st in '$failure_statuses' ++ echo 38 ++ for st in '$failure_statuses' ++ echo 39 ++ for st in '$failure_statuses' ++ echo 40 ++ for st in '$failure_statuses' ++ echo 41 ++ for st in '$failure_statuses' ++ echo 42 ++ for st in '$failure_statuses' ++ echo 43 ++ for st in '$failure_statuses' ++ echo 44 ++ for st in '$failure_statuses' ++ echo 45 ++ for st in '$failure_statuses' ++ echo 46 ++ for st in '$failure_statuses' ++ echo 47 ++ for st in '$failure_statuses' ++ echo 48 ++ for st in '$failure_statuses' ++ echo 49 ++ for st in '$failure_statuses' ++ echo 50 ++ for st in '$failure_statuses' ++ echo 51 ++ for st in '$failure_statuses' ++ echo 52 ++ for st in '$failure_statuses' ++ echo 53 ++ for st in '$failure_statuses' ++ echo 54 ++ for st in '$failure_statuses' ++ echo 55 ++ for st in '$failure_statuses' ++ echo 56 ++ for st in '$failure_statuses' ++ echo 57 ++ for st in '$failure_statuses' ++ echo 58 ++ for st in '$failure_statuses' ++ echo 59 ++ for st in '$failure_statuses' ++ echo 60 ++ for st in '$failure_statuses' ++ echo 61 ++ for st in '$failure_statuses' ++ echo 62 ++ for st in '$failure_statuses' ++ echo 63 ++ for st in '$failure_statuses' ++ echo 64 ++ for st in '$failure_statuses' ++ echo 65 ++ for st in '$failure_statuses' ++ echo 66 ++ for st in '$failure_statuses' ++ echo 67 ++ for st in '$failure_statuses' ++ echo 68 ++ for st in '$failure_statuses' ++ echo 69 ++ for st in '$failure_statuses' ++ echo 70 ++ for st in '$failure_statuses' ++ echo 71 ++ for st in '$failure_statuses' ++ echo 72 ++ for st in '$failure_statuses' ++ echo 73 ++ for st in '$failure_statuses' ++ echo 74 ++ for st in '$failure_statuses' ++ echo 75 ++ for st in '$failure_statuses' ++ echo 76 ++ for st in '$failure_statuses' ++ echo 78 ++ for st in '$failure_statuses' ++ echo 79 ++ for st in '$failure_statuses' ++ echo 80 ++ for st in '$failure_statuses' ++ echo 81 ++ for st in '$failure_statuses' ++ echo 82 ++ for st in '$failure_statuses' ++ echo 83 ++ for st in '$failure_statuses' ++ echo 84 ++ for st in '$failure_statuses' ++ echo 85 ++ for st in '$failure_statuses' ++ echo 86 ++ for st in '$failure_statuses' ++ echo 87 ++ for st in '$failure_statuses' ++ echo 88 ++ for st in '$failure_statuses' ++ echo 89 ++ for st in '$failure_statuses' ++ echo 90 ++ for st in '$failure_statuses' ++ echo 91 ++ for st in '$failure_statuses' ++ echo 92 ++ for st in '$failure_statuses' ++ echo 93 ++ for st in '$failure_statuses' ++ echo 94 ++ for st in '$failure_statuses' ++ echo 95 ++ for st in '$failure_statuses' ++ echo 96 ++ for st in '$failure_statuses' ++ echo 97 ++ for st in '$failure_statuses' ++ echo 98 ++ for st in '$failure_statuses' ++ echo 100 ++ for st in '$failure_statuses' ++ echo 101 ++ for st in '$failure_statuses' ++ echo 102 ++ for st in '$failure_statuses' ++ echo 103 ++ for st in '$failure_statuses' ++ echo 104 ++ for st in '$failure_statuses' ++ echo 105 ++ for st in '$failure_statuses' ++ echo 106 ++ for st in '$failure_statuses' ++ echo 107 ++ for st in '$failure_statuses' ++ echo 108 ++ for st in '$failure_statuses' ++ echo 109 ++ for st in '$failure_statuses' ++ echo 110 ++ for st in '$failure_statuses' ++ echo 111 ++ for st in '$failure_statuses' ++ echo 112 ++ for st in '$failure_statuses' ++ echo 113 ++ for st in '$failure_statuses' ++ echo 114 ++ for st in '$failure_statuses' ++ echo 115 ++ for st in '$failure_statuses' ++ echo 116 ++ for st in '$failure_statuses' ++ echo 117 ++ for st in '$failure_statuses' ++ echo 118 ++ for st in '$failure_statuses' ++ echo 119 ++ for st in '$failure_statuses' ++ echo 120 ++ for st in '$failure_statuses' ++ echo 121 ++ for st in '$failure_statuses' ++ echo 122 ++ for st in '$failure_statuses' ++ echo 123 ++ for st in '$failure_statuses' ++ echo 124 ++ for st in '$failure_statuses' ++ echo 125 ++ for st in '$failure_statuses' ++ echo 126 ++ for st in '$failure_statuses' ++ echo 127 ++ for st in '$failure_statuses' ++ echo 128 ++ for st in '$failure_statuses' ++ echo 129 ++ for st in '$failure_statuses' ++ echo 130 ++ for st in '$failure_statuses' ++ echo 131 ++ for st in '$failure_statuses' ++ echo 132 ++ for st in '$failure_statuses' ++ echo 133 ++ for st in '$failure_statuses' ++ echo 134 ++ for st in '$failure_statuses' ++ echo 135 ++ for st in '$failure_statuses' ++ echo 136 ++ for st in '$failure_statuses' ++ echo 137 ++ for st in '$failure_statuses' ++ echo 138 ++ for st in '$failure_statuses' ++ echo 139 ++ for st in '$failure_statuses' ++ echo 140 ++ for st in '$failure_statuses' ++ echo 141 ++ for st in '$failure_statuses' ++ echo 142 ++ for st in '$failure_statuses' ++ echo 143 ++ for st in '$failure_statuses' ++ echo 144 ++ for st in '$failure_statuses' ++ echo 145 ++ for st in '$failure_statuses' ++ echo 146 ++ for st in '$failure_statuses' ++ echo 147 ++ for st in '$failure_statuses' ++ echo 148 ++ for st in '$failure_statuses' ++ echo 149 ++ for st in '$failure_statuses' ++ echo 150 ++ for st in '$failure_statuses' ++ echo 151 ++ for st in '$failure_statuses' ++ echo 152 ++ for st in '$failure_statuses' ++ echo 153 ++ for st in '$failure_statuses' ++ echo 154 ++ for st in '$failure_statuses' ++ echo 155 ++ for st in '$failure_statuses' ++ echo 156 ++ for st in '$failure_statuses' ++ echo 157 ++ for st in '$failure_statuses' ++ echo 158 ++ for st in '$failure_statuses' ++ echo 159 ++ for st in '$failure_statuses' ++ echo 160 ++ for st in '$failure_statuses' ++ echo 161 ++ for st in '$failure_statuses' ++ echo 162 ++ for st in '$failure_statuses' ++ echo 163 ++ for st in '$failure_statuses' ++ echo 164 ++ for st in '$failure_statuses' ++ echo 165 ++ for st in '$failure_statuses' ++ echo 166 ++ for st in '$failure_statuses' ++ echo 167 ++ for st in '$failure_statuses' ++ echo 168 ++ for st in '$failure_statuses' ++ echo 169 ++ for st in '$failure_statuses' ++ echo 170 ++ for st in '$failure_statuses' ++ echo 171 ++ for st in '$failure_statuses' ++ echo 172 ++ for st in '$failure_statuses' ++ echo 173 ++ for st in '$failure_statuses' ++ echo 174 ++ for st in '$failure_statuses' ++ echo 175 ++ for st in '$failure_statuses' ++ echo 176 ++ for st in '$failure_statuses' ++ echo 177 ++ for st in '$failure_statuses' ++ echo 178 ++ for st in '$failure_statuses' ++ echo 179 ++ for st in '$failure_statuses' ++ echo 180 ++ for st in '$failure_statuses' ++ echo 181 ++ for st in '$failure_statuses' ++ echo 182 ++ for st in '$failure_statuses' ++ echo 183 ++ for st in '$failure_statuses' ++ echo 184 ++ for st in '$failure_statuses' ++ echo 185 ++ for st in '$failure_statuses' ++ echo 186 ++ for st in '$failure_statuses' ++ echo 187 ++ for st in '$failure_statuses' ++ echo 188 ++ for st in '$failure_statuses' ++ echo 189 ++ for st in '$failure_statuses' ++ echo 190 ++ for st in '$failure_statuses' ++ echo 191 ++ for st in '$failure_statuses' ++ echo 192 ++ for st in '$failure_statuses' ++ echo 193 ++ for st in '$failure_statuses' ++ echo 194 ++ for st in '$failure_statuses' ++ echo 195 ++ for st in '$failure_statuses' ++ echo 196 ++ for st in '$failure_statuses' ++ echo 197 ++ for st in '$failure_statuses' ++ echo 198 ++ for st in '$failure_statuses' ++ echo 199 ++ for st in '$failure_statuses' ++ echo 200 ++ for st in '$failure_statuses' ++ echo 201 ++ for st in '$failure_statuses' ++ echo 202 ++ for st in '$failure_statuses' ++ echo 203 ++ for st in '$failure_statuses' ++ echo 204 ++ for st in '$failure_statuses' ++ echo 205 ++ for st in '$failure_statuses' ++ echo 206 ++ for st in '$failure_statuses' ++ echo 207 ++ for st in '$failure_statuses' ++ echo 208 ++ for st in '$failure_statuses' ++ echo 209 ++ for st in '$failure_statuses' ++ echo 210 ++ for st in '$failure_statuses' ++ echo 211 ++ for st in '$failure_statuses' ++ echo 212 ++ for st in '$failure_statuses' ++ echo 213 ++ for st in '$failure_statuses' ++ echo 214 ++ for st in '$failure_statuses' ++ echo 215 ++ for st in '$failure_statuses' ++ echo 216 ++ for st in '$failure_statuses' ++ echo 217 ++ for st in '$failure_statuses' ++ echo 218 ++ for st in '$failure_statuses' ++ echo 219 ++ for st in '$failure_statuses' ++ echo 220 ++ for st in '$failure_statuses' ++ echo 221 ++ for st in '$failure_statuses' ++ echo 222 ++ for st in '$failure_statuses' ++ echo 223 ++ for st in '$failure_statuses' ++ echo 224 ++ for st in '$failure_statuses' ++ echo 225 ++ for st in '$failure_statuses' ++ echo 226 ++ for st in '$failure_statuses' ++ echo 227 ++ for st in '$failure_statuses' ++ echo 228 ++ for st in '$failure_statuses' ++ echo 229 ++ for st in '$failure_statuses' ++ echo 230 ++ for st in '$failure_statuses' ++ echo 231 ++ for st in '$failure_statuses' ++ echo 232 ++ for st in '$failure_statuses' ++ echo 233 ++ for st in '$failure_statuses' ++ echo 234 ++ for st in '$failure_statuses' ++ echo 235 ++ for st in '$failure_statuses' ++ echo 236 ++ for st in '$failure_statuses' ++ echo 237 ++ for st in '$failure_statuses' ++ echo 238 ++ for st in '$failure_statuses' ++ echo 239 ++ for st in '$failure_statuses' ++ echo 240 ++ for st in '$failure_statuses' ++ echo 241 ++ for st in '$failure_statuses' ++ echo 242 ++ for st in '$failure_statuses' ++ echo 243 ++ for st in '$failure_statuses' ++ echo 244 ++ for st in '$failure_statuses' ++ echo 245 ++ for st in '$failure_statuses' ++ echo 246 ++ for st in '$failure_statuses' ++ echo 247 ++ for st in '$failure_statuses' ++ echo 248 ++ for st in '$failure_statuses' ++ echo 249 ++ for st in '$failure_statuses' ++ echo 250 ++ for st in '$failure_statuses' ++ echo 251 ++ for st in '$failure_statuses' ++ echo 252 ++ for st in '$failure_statuses' ++ echo 253 ++ for st in '$failure_statuses' ++ echo 254 ++ for st in '$failure_statuses' ++ echo 255 + test 253 -eq 253 + cat + cat + chmod a+x do-exit + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-exit-statuses.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-exit-statuses: exit 1 FAIL: t/parallel-tests-console-output ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-console-output.dir + cat + cat + cat + mkdir sub a a/b + cat + cp pass.test sub/xpass.test + cat + cat + cat + cp error.test sub/error2.test + cat + chmod a+x pass.test fail.test xfail.test sub/xpass.test a/b/skip.test error.test sub/error2.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-console-output.sh: line 82: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-console-output: exit 1 FAIL: t/parallel-tests-once =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parallel-tests-once.dir + cat + cat + cat + chmod a+x foo.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parallel-tests-once.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-once: exit 1 FAIL: t/tests-environment ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tests-environment.dir + cat + cat + cat + chmod a+x foo.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tests-environment.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tests-environment: exit 1 FAIL: t/am-tests-environment ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/am-tests-environment.dir + cat + cat + cat + chmod a+x foo.test + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/am-tests-environment.sh: line 71: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x am-tests-environment: exit 1 FAIL: t/tests-environment-backcompat ==================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tests-environment-backcompat.dir + cat + cat + echo 'exit (0);' + echo 'exit (0);' + cat + chmod a+x bar.pl baz.pl foo.pl + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tests-environment-backcompat.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tests-environment-backcompat: exit 1 FAIL: t/testsuite-summary-color =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/testsuite-summary-color.dir ++ case $use_colors in ++ AM_COLOR_TESTS=always ++ export AM_COLOR_TESTS ++ TERM=dumb ++ export TERM ++ cat ++ cat ++ cat ++ br============================================================================= ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/testsuite-summary-checks.sh: line 98: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x testsuite-summary-color: exit 1 FAIL: t/testsuite-summary-count =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/testsuite-summary-count.dir ++ case $use_colors in ++ cat ++ cat ++ cat ++ br============================================================================= ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/testsuite-summary-checks.sh: line 98: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x testsuite-summary-count: exit 1 FAIL: t/testsuite-summary-count-many ==================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/testsuite-summary-count-many.dir + for s in trivial-test-driver extract-testsuite-summary.pl + cp /build/automake-1.14.1/t/ax/trivial-test-driver . + for s in trivial-test-driver extract-testsuite-summary.pl + cp /build/automake-1.14.1/t/ax/extract-testsuite-summary.pl . + br============================================================================= + header='============================================================================ Testsuite summary for testsuite-summary-count-many 1.0 ============================================================================' + footer='============================================================================ See ./test-suite.log ============================================================================' + echo AC_OUTPUT + cat + cat + chmod a+x all.test + /usr/bin/perl -w -e ' use warnings FATAL => "all"; use strict; my $base = 1000; my %count = ( TOTAL => $base * 1000, PASS => $base * 700, SKIP => $base * 200, XFAIL => $base * 80, FAIL => $base * 10, XPASS => $base * 7, ERROR => $base * 3, ); my @results = qw/PASS SKIP XFAIL FAIL XPASS ERROR/; open (RES, ">results.txt") or die "opening results.txt: $!\n"; open (CNT, ">count.txt") or die "opening count.txt: $!\n"; printf CNT "# %-6s %d\n", "TOTAL:", $count{TOTAL}; for my $res (@results) { my $uc_res = uc $res; print STDERR "Generating list of $res ...\n"; for (1..$count{$res}) { print RES "$uc_res: $_\n"; } printf CNT "# %-6s %d\n", $res . ":", $count{$res}; } ' Generating list of PASS ... Generating list of SKIP ... Generating list of XFAIL ... Generating list of FAIL ... Generating list of XPASS ... Generating list of ERROR ... + echo '============================================================================ Testsuite summary for testsuite-summary-count-many 1.0 ============================================================================' + cat count.txt + echo '============================================================================ See ./test-suite.log ============================================================================' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/testsuite-summary-count-many.sh: line 88: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x testsuite-summary-count-many: exit 1 FAIL: t/testsuite-summary-reference-log ======================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/testsuite-summary-reference-log.dir + mv configure.ac configure.stub + cat + chmod a+x fail + cat configure.stub - + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/testsuite-summary-reference-log.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x testsuite-summary-reference-log: exit 1 FAIL: t/test-driver-acsubst =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-driver-acsubst.dir + mkdir test-drivers + cp /build/automake-1.14.1/t/ax/trivial-test-driver test-drivers/triv + cp /build/automake-1.14.1/lib/test-driver test-drivers/dflt + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-driver-acsubst.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-driver-acsubst: exit 1 FAIL: t/test-driver-cond ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-driver-cond.dir + cp /build/automake-1.14.1/t/ax/trivial-test-driver . + cp /build/automake-1.14.1/lib/tap-driver.pl . + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-driver-cond.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-driver-cond: exit 1 FAIL: t/test-driver-custom-no-extra-driver ========================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-driver-custom-no-extra-driver.dir + cat + mkdir sub1 sub2 + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-driver-custom-no-extra-driver.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-driver-custom-no-extra-driver: exit 1 FAIL: t/test-driver-custom ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-driver-custom.dir + cat + cat + mkdir sub bin ++ pwd + PATH=/build/automake-1.14.1/t/test-driver-custom.dir/bin:/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export PATH + cat + sed -e 's|@am_log_wflags@|--am-chk|' -e 's|@log_wflags@|--chk|' + sed -e 's|@am_log_wflags@|-am-test|' -e 's|@log_wflags@|-test|' + sed -e 's|@am_log_wflags@|am|' -e 's|@log_wflags@|_|' + chmod a+x chk-wrapper bin/noext-wrapper + rm -f wrapper.skel + cat + chmod a+x 1.chk + cp 1.chk 2.test + cp 1.chk 3 + cp 1.chk 4.c.chk + cp 1.chk 5.suf + cp 1.chk sub/test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-driver-custom.sh: line 118: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-driver-custom: exit 1 FAIL: t/test-driver-custom-xfail-tests ====================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-driver-custom-xfail-tests.dir + cat + cat + mkdir sub1 sub2 + cat + cat + cat + cat + chmod a+x pass.test xfail.test + cp pass.test sub1/pass.test + cp pass.test sub2/pass.test + for i in 1 2 3 4 5 6 + cp xfail.test sub1/x1.test + cp xfail.test sub2/x1.test + for i in 1 2 3 4 5 6 + cp xfail.test sub1/x2.test + cp xfail.test sub2/x2.test + for i in 1 2 3 4 5 6 + cp xfail.test sub1/x3.test + cp xfail.test sub2/x3.test + for i in 1 2 3 4 5 6 + cp xfail.test sub1/x4.test + cp xfail.test sub2/x4.test + for i in 1 2 3 4 5 6 + cp xfail.test sub1/x5.test + cp xfail.test sub2/x5.test + for i in 1 2 3 4 5 6 + cp xfail.test sub1/x6.test + cp xfail.test sub2/x6.test + cat + chmod a+x td + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-driver-custom-xfail-tests.sh: line 138: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-driver-custom-xfail-tests: exit 1 FAIL: t/test-driver-custom-multitest ==================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-driver-custom-multitest.dir + cp /build/automake-1.14.1/t/ax/trivial-test-driver . + cat + cat + cat + cat + cat + cat + cat + cat + cat + chmod a+x fail2.t fail.t pass3-skip2-xfail.t pass4-skip.t pass-fail.t pass.t pass-xpass-fail-xfail-skip-error.t + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-driver-custom-multitest.sh: line 107: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-driver-custom-multitest: exit 1 FAIL: t/test-driver-custom-multitest-recheck ============================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-driver-custom-multitest-recheck.dir + cp /build/automake-1.14.1/t/ax/trivial-test-driver . + cat + cat + cat + cat + cat + cat + chmod a+x a.test b.test c.test d.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-driver-custom-multitest-recheck.sh: line 82: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-driver-custom-multitest-recheck: exit 1 FAIL: t/test-driver-custom-multitest-recheck2 ============================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-driver-custom-multitest-recheck2.dir + cp /build/automake-1.14.1/t/ax/trivial-test-driver . + cat + cat + cat + cat + cat + chmod a+x a.test b.test c.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-driver-custom-multitest-recheck2.sh: line 70: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-driver-custom-multitest-recheck2: exit 1 FAIL: t/test-driver-create-log-dir ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-driver-create-log-dir.dir + cat + cat + echo '#!/bin/sh' + cat + chmod a+x checkdir-driver + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-driver-create-log-dir.sh: line 74: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-driver-create-log-dir: exit 1 FAIL: t/test-driver-strip-vpath =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-driver-strip-vpath.dir ++ pwd + ocwd=/build/automake-1.14.1/t/test-driver-strip-vpath.dir + mkdir src build + mv install-sh missing configure.ac src + rm -f depcomp + cd src + cat + cat + cat + chmod a+x checkstrip-driver + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-driver-strip-vpath.sh: line 71: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-driver-strip-vpath: exit 1 FAIL: t/test-driver-trs-suffix-registered ========================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-driver-trs-suffix-registered.dir + : + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-driver-trs-suffix-registered.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-driver-trs-suffix-registered: exit 1 FAIL: t/test-driver-fail ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-driver-fail.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-driver-fail.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-driver-fail: exit 1 FAIL: t/test-driver-is-distributed ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-driver-is-distributed.dir ++ pwd + ocwd=/build/automake-1.14.1/t/test-driver-is-distributed.dir + for i in 1 2 + mkdir D1 + cd D1 + test 1 -eq 1 + auxdir=. + test_driver=test-driver + mkdir tests + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + chmod a+x tests/foo.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-driver-is-distributed.sh: line 65: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-driver-is-distributed: exit 1 FAIL: t/test-harness-vpath-rewrite ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-harness-vpath-rewrite.dir + cat + cat + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-harness-vpath-rewrite.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-harness-vpath-rewrite: exit 1 FAIL: t/test-log ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-log.dir + cat + cat + cmarker=::: + pmarker=%%% + cat + cat + cat + cat + cat + cat + chmod a+x error.test fail.test pass.test skip.test xfail.test xpass.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-log.sh: line 85: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-log: exit 1 FAIL: t/test-logs-repeated ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-logs-repeated.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-logs-repeated.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-logs-repeated: exit 1 FAIL: t/test-metadata-global-log ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-metadata-global-log.dir + cat + cat + cat + chmod a+x passthrough-driver + cat + cat + for RES in XPASS FAIL XFAIL SKIP ERROR UNKNOWN + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for RES in XPASS FAIL XFAIL SKIP ERROR UNKNOWN + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for RES in XPASS FAIL XFAIL SKIP ERROR UNKNOWN + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for RES in XPASS FAIL XFAIL SKIP ERROR UNKNOWN + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for RES in XPASS FAIL XFAIL SKIP ERROR UNKNOWN + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for RES in XPASS FAIL XFAIL SKIP ERROR UNKNOWN + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + cat + cat + cat + cat + cat + cat + cat + echo TESTS = corn-1.test corn-2.test corn-3.test ERROR.test FAIL.test no-1.test no-2.test no-3.test no-4.test SKIP.test UNKNOWN.test XFAIL.test XPASS.test yes-1.test yes-2.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-metadata-global-log.sh: line 128: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-metadata-global-log: exit 1 FAIL: t/test-metadata-global-result =================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-metadata-global-result.dir + cat + cat + cat + chmod a+x dummy-driver + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-metadata-global-result.sh: line 69: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-metadata-global-result: exit 1 FAIL: t/test-metadata-recheck ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-metadata-recheck.dir + cat + cat + : + echo 'foo bar' + echo :recheck: + echo :recheck:yes + echo ':recheck: who cares' + echo ':recheck: y' + echo ':recheck: yeah! ' + cat + cat + cat + echo ' :recheck: yes' + echo ':test-result: PASS' + echo 'PASS: y-101' PASS: y-101 + cat + echo :recheck:no + echo ':recheck: no ' + echo ':recheck: no' + echo ':recheck: no ' + cat + cat + cat + echo ' :recheck: no' + cat ++ echo y-1 y-10 y-100 y-102 y-11 y-12 y-2 y-3 y-4 y-5 y-6 y-7 y-8 + rechecked='y-1 y-10 y-100 y-102 y-11 y-12 y-2 y-3 y-4 y-5 y-6 y-7 y-8' + sed 's/.*/TESTS += &/' + for t in '[yn]-[0-9]*' + echo n-1 + for t in '[yn]-[0-9]*' + echo n-100 + for t in '[yn]-[0-9]*' + echo n-2 + for t in '[yn]-[0-9]*' + echo n-3 + for t in '[yn]-[0-9]*' + echo n-4 + for t in '[yn]-[0-9]*' + echo n-5 + for t in '[yn]-[0-9]*' + echo n-6 + for t in '[yn]-[0-9]*' + echo n-7 + for t in '[yn]-[0-9]*' + echo n-8 + for t in '[yn]-[0-9]*' + echo y-1 + for t in '[yn]-[0-9]*' + echo y-10 + for t in '[yn]-[0-9]*' + echo y-100 + for t in '[yn]-[0-9]*' + echo y-102 + for t in '[yn]-[0-9]*' + echo y-11 + for t in '[yn]-[0-9]*' + echo y-12 + for t in '[yn]-[0-9]*' + echo y-2 + for t in '[yn]-[0-9]*' + echo y-3 + for t in '[yn]-[0-9]*' + echo y-4 + for t in '[yn]-[0-9]*' + echo y-5 + for t in '[yn]-[0-9]*' + echo y-6 + for t in '[yn]-[0-9]*' + echo y-7 + for t in '[yn]-[0-9]*' + echo y-8 + cat Makefile.am LOG_DRIVER = ./dummy-driver TEST_EXTENSIONS = TESTS = TESTS += n-1 TESTS += n-100 TESTS += n-2 TESTS += n-3 TESTS += n-4 TESTS += n-5 TESTS += n-6 TESTS += n-7 TESTS += n-8 TESTS += y-1 TESTS += y-10 TESTS += y-100 TESTS += y-102 TESTS += y-11 TESTS += y-12 TESTS += y-2 TESTS += y-3 TESTS += y-4 TESTS += y-5 TESTS += y-6 TESTS += y-7 TESTS += y-8 + cat + chmod a+x dummy-driver + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-metadata-recheck.sh: line 139: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-metadata-recheck: exit 1 FAIL: t/test-metadata-results ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-metadata-results.dir + cat + cat + cat + chmod a+x dummy-driver + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-metadata-results.sh: line 82: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-metadata-results: exit 1 FAIL: t/test-missing ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-missing.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-missing.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-missing: exit 1 FAIL: t/test-missing2 ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-missing2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-missing2.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-missing2: exit 1 FAIL: t/test-trs-basic ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-trs-basic.dir + cat + cat + cat + : + mkdir sub + : + FOO_STATUS=0 + export FOO_STATUS + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-trs-basic.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-trs-basic: exit 1 FAIL: t/test-trs-recover ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-trs-recover.dir + cat + cat + echo 'exit $TEST_STATUS' + echo 'exit $TEST_STATUS' + : + TEST_STATUS=0 + export TEST_STATUS + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-trs-recover.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-trs-recover: exit 1 FAIL: t/test-trs-recover2 ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-trs-recover2.dir + cat + cat + : + : + TEST_STATUS=0 + export TEST_STATUS + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-trs-recover2.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-trs-recover2: exit 1 FAIL: t/test-extensions ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-extensions.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-extensions.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-extensions: exit 1 FAIL: t/test-extensions-cond ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/test-extensions-cond.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/test-extensions-cond.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x test-extensions-cond: exit 1 FAIL: t/parse ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/parse.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/parse.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parse: exit 1 FAIL: t/percent =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/percent.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/percent.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x percent: exit 1 FAIL: t/percent2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/percent2.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/percent2.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x percent2: exit 1 FAIL: t/per-target-flags ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/per-target-flags.dir + makefiles='Makefile libMakefile Makefile2 libMakefile2' + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/per-target-flags.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x per-target-flags: exit 1 FAIL: t/phony ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/phony.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/phony.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x phony: exit 1 FAIL: t/pluseq ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pluseq.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pluseq.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pluseq: exit 1 FAIL: t/pluseq2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pluseq2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pluseq2.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pluseq2: exit 1 FAIL: t/pluseq3 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pluseq3.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pluseq3.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pluseq3: exit 1 FAIL: t/pluseq4 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pluseq4.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pluseq4.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pluseq4: exit 1 FAIL: t/pluseq5 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pluseq5.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pluseq5.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pluseq5: exit 1 FAIL: t/pluseq6 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pluseq6.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pluseq6.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pluseq6: exit 1 FAIL: t/pluseq7 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pluseq7.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pluseq7.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pluseq7: exit 1 FAIL: t/pluseq8 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pluseq8.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pluseq8.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pluseq8: exit 1 FAIL: t/pluseq9 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pluseq9.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pluseq9.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pluseq9: exit 1 FAIL: t/pluseq10 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pluseq10.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pluseq10.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pluseq10: exit 1 FAIL: t/pluseq11 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pluseq11.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pluseq11.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pluseq11: exit 1 FAIL: t/posixsubst-data ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/posixsubst-data.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/posixsubst-data.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x posixsubst-data: exit 1 FAIL: t/posixsubst-extradist ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/posixsubst-extradist.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/posixsubst-extradist.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x posixsubst-extradist: exit 1 FAIL: t/posixsubst-ldadd ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/posixsubst-ldadd.dir + cat + cat + cat + cat + echo 'int quux2(void) { return 0; }' + echo 'int quux3(void) { return 0; }' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/posixsubst-ldadd.sh: line 69: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x posixsubst-ldadd: exit 1 FAIL: t/posixsubst-libraries ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/posixsubst-libraries.dir + cat + cat + echo 'int bar1(void) { return 0; }' + echo 'int bar2(void) { return 0; }' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/posixsubst-libraries.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x posixsubst-libraries: exit 1 FAIL: t/posixsubst-ltlibraries ============================== posixsubst-ltlibraries: running libtool --version libtool (GNU libtool) 2.2.10 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. posixsubst-ltlibraries: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/posixsubst-ltlibraries.dir + cat + cat + echo 'int bar1(void) { return 0; }' + echo 'int bar2(void) { return 0; }' + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/posixsubst-ltlibraries.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x posixsubst-ltlibraries: exit 1 FAIL: t/posixsubst-programs =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/posixsubst-programs.dir + cat + cat + for f in foo1-p.c foo2-p.c barx.c bary.c + echo 'int main(void) { return 0; }' + for f in foo1-p.c foo2-p.c barx.c bary.c + echo 'int main(void) { return 0; }' + for f in foo1-p.c foo2-p.c barx.c bary.c + echo 'int main(void) { return 0; }' + for f in foo1-p.c foo2-p.c barx.c bary.c + echo 'int main(void) { return 0; }' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/posixsubst-programs.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x posixsubst-programs: exit 1 FAIL: t/posixsubst-scripts ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/posixsubst-scripts.dir + cat + cat + cat + cp foo1.sh foo2.sh + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/posixsubst-scripts.sh: line 87: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x posixsubst-scripts: exit 1 FAIL: t/posixsubst-sources ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/posixsubst-sources.dir + cat + cat + cat + echo 'int foo(void) { return 0; }' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/posixsubst-sources.sh: line 72: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x posixsubst-sources: exit 1 FAIL: t/posixsubst-tests ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/posixsubst-tests.dir + cat + cat + cat + sed s/foo1/bary/g foo1.test + chmod +x foo1.test bary + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/posixsubst-tests.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x posixsubst-tests: exit 1 FAIL: t/postproc ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/postproc.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/postproc.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x postproc: exit 1 FAIL: t/ppf77 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/ppf77.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/ppf77.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ppf77: exit 1 FAIL: t/pr2 =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr2.dir + cat + : + mkdir templ + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr2.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr2: exit 1 FAIL: t/pr9 =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr9.dir + cat + : + mkdir support + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr9.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr9: exit 1 FAIL: t/pr72 ============ pr72: running libtool --version libtool (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr72.dir + cat + cat + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/pr72.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr72: exit 1 FAIL: t/pr87 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr87.dir + subdirs='foo bar' + for i in '$subdirs' + mkdir foo + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in '$subdirs' + mkdir bar + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'SUBDIRS = foo bar' + cat ++ echo foo bar ++ sed 's|\([a-z][a-z]*\)|\1/Makefile|g' + mkdir build + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr87.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr87: exit 1 FAIL: t/pr211 ============= pr211: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr211.dir + cat + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/pr211.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr211: exit 1 FAIL: t/pr220 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr220.dir + cat + cat + mkdir build + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr220.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr220: exit 1 FAIL: t/pr224 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr224.dir + mkdir foo + cat + cat + cat + mkdir build + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr224.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr224: exit 1 FAIL: t/pr229 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr229.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr229.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr229: exit 1 FAIL: t/pr243 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr243.dir + cat + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr243.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr243: exit 1 FAIL: t/pr266 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr266.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr266.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr266: exit 1 FAIL: t/pr279 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr279.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr279.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr279: exit 1 FAIL: t/pr279-2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr279-2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr279-2.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr279-2: exit 1 FAIL: t/pr287 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr287.dir + cat + cat + cat + chmod +x foo + mkdir install + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr287.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr287: exit 1 FAIL: t/pr300-lib ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr300-lib.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr300-lib.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr300-lib: exit 1 FAIL: t/pr300-ltlib =================== pr300-ltlib: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr300-ltlib.dir + cat + cat + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/pr300-ltlib.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr300-ltlib: exit 1 FAIL: t/pr300-prog ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr300-prog.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr300-prog.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr300-prog: exit 1 FAIL: t/pr307 ============= pr307: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr307.dir + cat + cat + : + for i in a b c d e f g h + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in a b c d e f g h + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in a b c d e f g h + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in a b c d e f g h + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in a b c d e f g h + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in a b c d e f g h + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in a b c d e f g h + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in a b c d e f g h + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + libtoolize --force libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/pr307.sh: line 68: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr307: exit 1 FAIL: t/pr401 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr401.dir + mkdir lib src + cat + cat + cat + cat + cat + cat + cp /build/automake-1.14.1/lib/ar-lib . + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr401.sh: line 82: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr401: exit 1 FAIL: t/pr401b ============== pr401b: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr401b.dir + mkdir lib src + cat + cat + cat + cat + cat + cat + cp /build/automake-1.14.1/lib/ar-lib . + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/pr401b.sh: line 83: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr401b: exit 1 FAIL: t/pr401c ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pr401c.dir + mkdir lib src + ac_cv_func_alloca_works=no + export ac_cv_func_alloca_works + cat + cat + cat + cat + cat + cat + cp /build/automake-1.14.1/lib/ar-lib . + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/pr401c.sh: line 83: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr401c: exit 1 FAIL: t/prefix ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/prefix.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/prefix.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x prefix: exit 1 FAIL: t/preproc-basics ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/preproc-basics.dir + cat + mkdir foo foo/bar foo/foobar zot + cat + cat + cat + cat + cat + cp local.mk foo + cp local.mk foo/bar + cp local.mk foo/foobar + cp local.mk zot + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/preproc-basics.sh: line 80: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x preproc-basics: exit 1 FAIL: t/preproc-c-compile ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/preproc-c-compile.dir + cat + mkdir foo + mkdir foo/bar + mkdir foo/foobar + mkdir zot + cat + cat + cat + echo 'int main (void) { return 0; }' + sed s/mumble/mumble2/ local.mk + cp local.mk foo/bar + cp local.mk foo/foobar + cp local.mk zot + echo 'include %reldir%/bar/local.mk' + cp one.c foo + cp one.c foo/bar + cp one.c foo/foobar + cp one.c zot + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/preproc-c-compile.sh: line 94: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x preproc-c-compile: exit 1 FAIL: t/preproc-demo ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/preproc-demo.dir + cross_compiling + test x '!=' x + WE_ARE_CROSS_COMPILING=no + export WE_ARE_CROSS_COMPILING + SAFE_PRINT_FAIL= + unset SAFE_PRINT_FAIL + cat + mkdir build-aux lib lib/tests src tests + cat + cat + cat + cat + cat + cat + cat + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/preproc-demo.sh: line 207: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x preproc-demo: exit 1 FAIL: t/preproc-errmsg ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/preproc-errmsg.dir + cat + : + mkdir sub sub/sub2 + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/preproc-errmsg.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x preproc-errmsg: exit 1 FAIL: t/primary =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/primary.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/primary.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x primary: exit 1 FAIL: t/primary2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/primary2.dir + echo AC_PROG_CC + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/primary2.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x primary2: exit 1 FAIL: t/primary3 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/primary3.dir + cat + cat + echo 'int main () { return 0; }' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/primary3.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x primary3: exit 1 ERROR: t/primary-prefix-invalid-couples ======================================= Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/primary-prefix-invalid-couples.dir + plan_ later + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test xlater = xunknown + test xlater = xlater + planned_=later + return 0 + oIFS=' ' + : + : + : + : + : + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/primary-prefix-invalid-couples.tap: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + fatal_ 'aclocal failure' + bailout_ 'aclocal failure' + echo 'Bail out!' 'aclocal failure' Bail out! aclocal failure ERROR: t/primary-prefix-invalid-couples.tap - Bail out! aclocal failure + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test later = later + test 99 -eq 0 + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x primary-prefix-invalid-couples: exit 99 FAIL: t/primary-prefix-valid-couples ==================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/primary-prefix-valid-couples.dir + cat + : + : + : + cat + echo '@setfilename foo.info' + : + : + : + : + for p in bin sbin libexec pkglibexec + echo 'bin_PROGRAMS = prog-bin' + for p in bin sbin libexec pkglibexec + echo 'sbin_PROGRAMS = prog-sbin' + for p in bin sbin libexec pkglibexec + echo 'libexec_PROGRAMS = prog-libexec' + for p in bin sbin libexec pkglibexec + echo 'pkglibexec_PROGRAMS = prog-pkglibexec' + for p in lib pkglib + echo 'lib_LIBRARIES = libs-lib.a' + echo 'lib_LTLIBRARIES = libd-lib.la' + for p in lib pkglib + echo 'pkglib_LIBRARIES = libs-pkglib.a' + echo 'pkglib_LTLIBRARIES = libd-pkglib.la' + for p in bin sbin libexec pkglibexec pkgdata + echo 'bin_SCRIPTS = bin.sh' + for p in bin sbin libexec pkglibexec pkgdata + echo 'sbin_SCRIPTS = sbin.sh' + for p in bin sbin libexec pkglibexec pkgdata + echo 'libexec_SCRIPTS = libexec.sh' + for p in bin sbin libexec pkglibexec pkgdata + echo 'pkglibexec_SCRIPTS = pkglibexec.sh' + for p in bin sbin libexec pkglibexec pkgdata + echo 'pkgdata_SCRIPTS = pkgdata.sh' + for p in data dataroot pkgdata doc html dvi pdf ps sysconf sharedstate localstate lisp + echo 'data_DATA = data.dat' + for p in data dataroot pkgdata doc html dvi pdf ps sysconf sharedstate localstate lisp + echo 'dataroot_DATA = dataroot.dat' + for p in data dataroot pkgdata doc html dvi pdf ps sysconf sharedstate localstate lisp + echo 'pkgdata_DATA = pkgdata.dat' + for p in data dataroot pkgdata doc html dvi pdf ps sysconf sharedstate localstate lisp + echo 'doc_DATA = doc.dat' + for p in data dataroot pkgdata doc html dvi pdf ps sysconf sharedstate localstate lisp + echo 'html_DATA = html.dat' + for p in data dataroot pkgdata doc html dvi pdf ps sysconf sharedstate localstate lisp + echo 'dvi_DATA = dvi.dat' + for p in data dataroot pkgdata doc html dvi pdf ps sysconf sharedstate localstate lisp + echo 'pdf_DATA = pdf.dat' + for p in data dataroot pkgdata doc html dvi pdf ps sysconf sharedstate localstate lisp + echo 'ps_DATA = ps.dat' + for p in data dataroot pkgdata doc html dvi pdf ps sysconf sharedstate localstate lisp + echo 'sysconf_DATA = sysconf.dat' + for p in data dataroot pkgdata doc html dvi pdf ps sysconf sharedstate localstate lisp + echo 'sharedstate_DATA = sharedstate.dat' + for p in data dataroot pkgdata doc html dvi pdf ps sysconf sharedstate localstate lisp + echo 'localstate_DATA = localstate.dat' + for p in data dataroot pkgdata doc html dvi pdf ps sysconf sharedstate localstate lisp + echo 'lisp_DATA = lisp.dat' + for p in include oldinclude pkginclude + echo 'include_HEADERS = include.h' + for p in include oldinclude pkginclude + echo 'oldinclude_HEADERS = oldinclude.h' + for p in include oldinclude pkginclude + echo 'pkginclude_HEADERS = pkginclude.h' + for p in man man1 man2 man3 man4 man5 man6 man7 man8 man9 + echo 'man_MANS = bar.man' man_MANS = bar.man + for p in man man1 man2 man3 man4 man5 man6 man7 man8 man9 + echo 'man1_MANS = bar.man1' man1_MANS = bar.man1 + for p in man man1 man2 man3 man4 man5 man6 man7 man8 man9 + echo 'man2_MANS = bar.man2' man2_MANS = bar.man2 + for p in man man1 man2 man3 man4 man5 man6 man7 man8 man9 + echo 'man3_MANS = bar.man3' man3_MANS = bar.man3 + for p in man man1 man2 man3 man4 man5 man6 man7 man8 man9 + echo 'man4_MANS = bar.man4' man4_MANS = bar.man4 + for p in man man1 man2 man3 man4 man5 man6 man7 man8 man9 + echo 'man5_MANS = bar.man5' man5_MANS = bar.man5 + for p in man man1 man2 man3 man4 man5 man6 man7 man8 man9 + echo 'man6_MANS = bar.man6' man6_MANS = bar.man6 + for p in man man1 man2 man3 man4 man5 man6 man7 man8 man9 + echo 'man7_MANS = bar.man7' man7_MANS = bar.man7 + for p in man man1 man2 man3 man4 man5 man6 man7 man8 man9 + echo 'man8_MANS = bar.man8' man8_MANS = bar.man8 + for p in man man1 man2 man3 man4 man5 man6 man7 man8 man9 + echo 'man9_MANS = bar.man9' man9_MANS = bar.man9 + echo 'info_TEXINFOS = foo.texi' + echo 'lisp_LISP = foo.el' + echo 'python_PYTHON = foo.py' + awk '{print NR ":" $0}' Makefile.am 1:bin_PROGRAMS = prog-bin 2:sbin_PROGRAMS = prog-sbin 3:libexec_PROGRAMS = prog-libexec 4:pkglibexec_PROGRAMS = prog-pkglibexec 5:lib_LIBRARIES = libs-lib.a 6:lib_LTLIBRARIES = libd-lib.la 7:pkglib_LIBRARIES = libs-pkglib.a 8:pkglib_LTLIBRARIES = libd-pkglib.la 9:bin_SCRIPTS = bin.sh 10:sbin_SCRIPTS = sbin.sh 11:libexec_SCRIPTS = libexec.sh 12:pkglibexec_SCRIPTS = pkglibexec.sh 13:pkgdata_SCRIPTS = pkgdata.sh 14:data_DATA = data.dat 15:dataroot_DATA = dataroot.dat 16:pkgdata_DATA = pkgdata.dat 17:doc_DATA = doc.dat 18:html_DATA = html.dat 19:dvi_DATA = dvi.dat 20:pdf_DATA = pdf.dat 21:ps_DATA = ps.dat 22:sysconf_DATA = sysconf.dat 23:sharedstate_DATA = sharedstate.dat 24:localstate_DATA = localstate.dat 25:lisp_DATA = lisp.dat 26:include_HEADERS = include.h 27:oldinclude_HEADERS = oldinclude.h 28:pkginclude_HEADERS = pkginclude.h 29:info_TEXINFOS = foo.texi 30:lisp_LISP = foo.el 31:python_PYTHON = foo.py + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/primary-prefix-valid-couples.sh: line 84: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x primary-prefix-valid-couples: exit 1 FAIL: t/primary-prefix-couples-force-valid ========================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/primary-prefix-couples-force-valid.dir + cat + cat + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/primary-prefix-couples-force-valid.sh: line 81: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x primary-prefix-couples-force-valid: exit 1 FAIL: t/primary-prefix-couples-documented-valid =============================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/primary-prefix-couples-documented-valid.dir + cat + : + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/primary-prefix-couples-documented-valid.sh: line 80: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x primary-prefix-couples-documented-valid: exit 1 FAIL: t/print-libdir ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/print-libdir.dir ++ automake-1.14 --foreign -Werror -Wall --print-libdir + libdir=/build/automake-1.14.1/lib + case $libdir in + test -d /build/automake-1.14.1/lib + test /build/automake-1.14.1/lib = /build/automake-1.14.1/lib + test /build/automake-1.14.1/lib = /build/automake-1.14.1/lib + : + cat + touch ChangeLog README NEWS AUTHORS COPYING + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/print-libdir.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x print-libdir: exit 1 FAIL: t/proginst ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/proginst.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/proginst.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x proginst: exit 1 FAIL: t/programs-primary-rewritten ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/programs-primary-rewritten.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/programs-primary-rewritten.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x programs-primary-rewritten: exit 1 FAIL: t/python ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/python.dir + echo AM_PATH_PYTHON + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/python.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x python: exit 1 FAIL: t/python2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/python2.dir + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/python2.sh: line 21: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x python2: exit 1 FAIL: t/python3 =============== python3: running python -V Python 2.6.5 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/python3.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/python3.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x python3: exit 1 FAIL: t/python10 ================ python10: running python -V Python 2.6.5 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/python10.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/python10.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x python10: exit 1 FAIL: t/python11 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/python11.dir + unset PYTHON + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/python11.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x python11: exit 1 FAIL: t/python12 ================ python12: running python -V Python 2.6.5 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/python12.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/python12.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x python12: exit 1 FAIL: t/python-am-path-iftrue ============================= python-am-path-iftrue: running python -V Python 2.6.5 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/python-am-path-iftrue.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/python-am-path-iftrue.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x python-am-path-iftrue: exit 1 FAIL: t/python-missing ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/python-missing.dir + unset PYTHON + cat + echo AM_PATH_PYTHON + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/python-missing.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x python-missing: exit 1 FAIL: t/python-too-old ====================== python-too-old: running python -V Python 2.6.5 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/python-too-old.dir + saved_PYTHON=python + export saved_PYTHON + unset PYTHON + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/python-too-old.sh: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x python-too-old: exit 1 FAIL: t/python-dist =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/python-dist.dir + cat + cat + : + : + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/python-dist.sh: line 68: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x python-dist: exit 1 FAIL: t/python-vars =================== python-vars: running python -V Python 2.6.5 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/python-vars.dir + CONFIG_SITE=/dev/null + export CONFIG_SITE ++ python -c 'import sys; print(sys.version[:3])' + PYTHON_VERSION=2.6 ++ python -c 'import sys; print(sys.platform)' + PYTHON_PLATFORM=linux2 + PYTHON_EXEC_PREFIX='${exec_prefix}' + PYTHON_PREFIX='${prefix}' + pkgpythondir='${pythondir}/python-vars' + pkgpyexecdir='${pyexecdir}/python-vars' + pyvars='PYTHON_VERSION PYTHON_PLATFORM PYTHON_PREFIX PYTHON_EXEC_PREFIX pkgpythondir pkgpyexecdir' + cat + cat + cat + echo @pythondir@ + echo @pyexecdir@ + : + : + for var in '$pyvars' + eval 'val=$PYTHON_VERSION' ++ val=2.6 + echo var=2.6 + echo address@hidden@ + echo ' test x'\''$(PYTHON_VERSION)'\'' = x'\''2.6'\''' + for var in '$pyvars' + eval 'val=$PYTHON_PLATFORM' ++ val=linux2 + echo var=linux2 + echo address@hidden@ + echo ' test x'\''$(PYTHON_PLATFORM)'\'' = x'\''linux2'\''' + for var in '$pyvars' + eval 'val=$PYTHON_PREFIX' ++ val='${prefix}' + echo 'var=${prefix}' + echo address@hidden@ + echo ' test x'\''$(PYTHON_PREFIX)'\'' = x'\''${prefix}'\''' + for var in '$pyvars' + eval 'val=$PYTHON_EXEC_PREFIX' ++ val='${exec_prefix}' + echo 'var=${exec_prefix}' + echo address@hidden@ + echo ' test x'\''$(PYTHON_EXEC_PREFIX)'\'' = x'\''${exec_prefix}'\''' + for var in '$pyvars' + eval 'val=$pkgpythondir' ++ val='${pythondir}/python-vars' + echo 'var=${pythondir}/python-vars' + echo address@hidden@ + echo ' test x'\''$(pkgpythondir)'\'' = x'\''${pythondir}/python-vars'\''' + for var in '$pyvars' + eval 'val=$pkgpyexecdir' ++ val='${pyexecdir}/python-vars' + echo 'var=${pyexecdir}/python-vars' + echo address@hidden@ + echo ' test x'\''$(pkgpyexecdir)'\'' = x'\''${pyexecdir}/python-vars'\''' + cat Makefile.am python_PYTHON = my.py EXTRA_DIST = vars-exp check-local: test-in test-am .PHONY: test-in test-am test-in: cat pythondir case `cat pythondir` in '$${prefix}'/*);; *) exit 1;; esac cat pyexecdir case `cat pyexecdir` in '$${exec_prefix}'/*);; *) exit 1;; esac cat $(srcdir)/vars-exp cat $(builddir)/vars-got diff $(srcdir)/vars-exp $(builddir)/vars-got ## Note: this target's rules will be extended in the "for" loop below. test-am: case '$(pythondir)' in '$(prefix)'/*);; *) exit 1;; esac case '$(pyexecdir)' in '$(exec_prefix)'/*);; *) exit 1;; esac test x'$(PYTHON_VERSION)' = x'2.6' test x'$(PYTHON_PLATFORM)' = x'linux2' test x'$(PYTHON_PREFIX)' = x'${prefix}' test x'$(PYTHON_EXEC_PREFIX)' = x'${exec_prefix}' test x'$(pkgpythondir)' = x'${pythondir}/python-vars' test x'$(pkgpyexecdir)' = x'${pyexecdir}/python-vars' + cat vars-got.in address@hidden@ address@hidden@ address@hidden@ address@hidden@ address@hidden@ address@hidden@ + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/python-vars.sh: line 92: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x python-vars: exit 1 SKIP: t/python-virtualenv ========================= python-virtualenv: running python -V Python 2.6.5 python-virtualenv: running virtualenv --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 997: virtualenv: command not found FAIL: t/python-pr10995 ====================== python-pr10995: running python -V Python 2.6.5 Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/python-pr10995.dir + cat + cat + echo 'def foo(): return 1' + echo if + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/python-pr10995.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x python-pr10995: exit 1 FAIL: t/recurs-user =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/recurs-user.dir + cat + mkdir sub1 sub2 sub3 sub3/deeper + cat + for i in 1 2 3 + cat + for i in 1 2 3 + cat + for i in 1 2 3 + cat + echo SUBDIRS = deeper + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/recurs-user.sh: line 72: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x recurs-user: exit 1 FAIL: t/recurs-user2 ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/recurs-user2.dir + cat + mkdir sub1 sub2 sub3 sub4 sub3/subsub sub4/subsub + cat + cat + : + rm -f sub3/Makefile.am + cat + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/recurs-user2.sh: line 94: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x recurs-user2: exit 1 FAIL: t/recurs-user-deeply-nested ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/recurs-user-deeply-nested.dir + cat + dirs='sub1 sub1/sub2 sub1/sub2/sub3 sub1/sub2/sub3/sub4' + mkdir sub1 sub1/sub2 sub1/sub2/sub3 sub1/sub2/sub3/sub4 + cat + cat + echo SUBDIRS = sub3 + echo SUBDIRS = sub4 + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/recurs-user-deeply-nested.sh: line 78: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x recurs-user-deeply-nested: exit 1 FAIL: t/recurs-user-indir ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/recurs-user-indir.dir + cat + mkdir sub1 sub1/subsub sub2 sub2/subsub + cat + cat + cat + cat + echo 'SUBDIRS = subsub' + echo 'foo-local: ; pwd && : > foo' + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/recurs-user-indir.sh: line 90: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x recurs-user-indir: exit 1 FAIL: t/recurs-user-keep-going ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/recurs-user-keep-going.dir + cat + mkdir sub1 sub1/subsub1 sub2 sub2/subsub2 sub3 + cat + cat + cat + echo 'foo-local:; @FAIL@' + echo 'foo-local:; @PASS@' + echo 'foo-local:; @PASS@' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/recurs-user-keep-going.sh: line 58: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x recurs-user-keep-going: exit 1 FAIL: t/recurs-user-many ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/recurs-user-many.dir + cat + mkdir sub + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/recurs-user-many.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x recurs-user-many: exit 1 FAIL: t/recurs-user-no-subdirs ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/recurs-user-no-subdirs.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/recurs-user-no-subdirs.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x recurs-user-no-subdirs: exit 1 FAIL: t/recurs-user-no-top-level ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/recurs-user-no-top-level.dir + cat + mkdir sub + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/recurs-user-no-top-level.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x recurs-user-no-top-level: exit 1 FAIL: t/recurs-user-override ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/recurs-user-override.dir + cat + cat + mkdir sub + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/recurs-user-override.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x recurs-user-override: exit 1 FAIL: t/recurs-user-phony ========================= recurs-user-phony: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/recurs-user-phony.dir + cat + cat + mkdir sub + cat + dummy_files=' foo foo-local foo-am foo-recursive sub/foo sub/foo-local sub/foo-am ' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/recurs-user-phony.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x recurs-user-phony: exit 1 FAIL: t/recurs-user-wrap ======================== recurs-user-wrap: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/recurs-user-wrap.dir + cat + mkdir src + echo SUBDIRS = src + echo 'bar: ; : > $@ ' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/recurs-user-wrap.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x recurs-user-wrap: exit 1 ERROR: t/relativize =================== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/relativize.dir + plan_ later + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test xlater = xunknown + test xlater = xlater + planned_=later + return 0 + mkdir uber uber/top + cd uber/top + : + : + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/relativize.tap: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + fatal_ 'setup failure' + bailout_ 'setup failure' + echo 'Bail out!' 'setup failure' Bail out! setup failure ERROR: t/relativize.tap - Bail out! setup failure + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test later = later + test 99 -eq 0 + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x relativize: exit 99 FAIL: t/remake-fail =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-fail.dir + cat + cat + mkdir sub + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-fail.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-fail: exit 1 FAIL: t/remake-not-after-make-dist ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-not-after-make-dist.dir + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-not-after-make-dist.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-not-after-make-dist: exit 1 FAIL: t/remake-maintainer-mode ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-maintainer-mode.dir + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + remake=make + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-maintainer-mode.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-maintainer-mode: exit 1 FAIL: t/remake-makefile-intree ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-makefile-intree.dir + mv -f configure.ac configure.stub + cat + cat configure.stub - + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-makefile-intree.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-makefile-intree: exit 1 FAIL: t/remake-makefile-vpath ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-makefile-vpath.dir + mv -f configure.ac configure.stub + cat + cat configure.stub - + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-makefile-vpath.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-makefile-vpath: exit 1 FAIL: t/remake-after-configure-ac ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-after-configure-ac.dir + magic1=::MagicStringOne:: + magic2=__MagicStringTwo__ + using_gmake + case $am__using_gmake in + grep GNU + make --version -v GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + cat + cat + cat + echo cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-after-configure-ac.sh: line 60: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-after-configure-ac: exit 1 FAIL: t/remake-after-makefile-am ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-after-makefile-am.dir + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + magic1=::MagicStringOne:: + magic2=__MagicStringTwo__ + cat + cat + echo cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-after-makefile-am.sh: line 62: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-after-makefile-am: exit 1 FAIL: t/remake-after-acinclude-m4 ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-after-acinclude-m4.dir + magic1=::MagicStringOne:: + magic2=__MagicStringTwo__ + using_gmake + case $am__using_gmake in + grep GNU + make --version -v GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + cat + cat + cat + echo 'AC_DEFUN([my_fingerprint], [BadBadBad])' + echo : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-after-acinclude-m4.sh: line 65: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-after-acinclude-m4: exit 1 FAIL: t/remake-after-aclocal-m4 =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-after-aclocal-m4.dir + magic1=::MagicStringOne:: + magic2=__MagicStringTwo__ + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + cat + cat + cat + echo cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-after-aclocal-m4.sh: line 62: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-after-aclocal-m4: exit 1 FAIL: t/remake-include-configure ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-include-configure.dir + magic1=::MagicStringOne:: + magic2=__MagicStringTwo__ + magic3=%%MagicStringThree%% + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + remake='make nil' + cat + cat + echo 'm4_define([my_fingerprint], [BadBadBad])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-include-configure.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-include-configure: exit 1 FAIL: t/remake-include-makefile =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-include-makefile.dir + magic1=::MagicStringOne:: + magic2=__MagicStringTwo__ + magic3=%%MagicStringThree%% + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + remake='make nil' + cat + cat + echo 'FINGERPRINT = BadBadBad' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-include-makefile.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-include-makefile: exit 1 FAIL: t/remake-include-aclocal ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-include-aclocal.dir + magic1=::MagicStringOne:: + magic2=__MagicStringTwo__ + magic3=%%MagicStringThree%% + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + remake='make nil' + cat + cat + mkdir m4 + echo 'AC_DEFUN([my_fingerprint], [BadBadBad])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-include-aclocal.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-include-aclocal: exit 1 FAIL: t/remake-config-status-dependencies ========================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-config-status-dependencies.dir + cat + echo EXTRA_VERSION=1.0 + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-config-status-dependencies.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-config-status-dependencies: exit 1 FAIL: t/remake-configure-dependencies ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-configure-dependencies.dir + cat + cat + cat + echo '#!/bin/sh' + echo 'printf %s 1.0' + chmod a+x print-version + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-configure-dependencies.sh: line 57: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-configure-dependencies: exit 1 FAIL: t/remake-deeply-nested ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-deeply-nested.dir ++ pwd + ocwd=/build/automake-1.14.1/t/remake-deeply-nested.dir + magic1=::MagicStringOne:: + magic2=__MagicStringTwo__ + echo 'AC_SUBST([FOO], [::MagicStringOne::])' + echo @FOO@ + echo 'AC_CONFIG_FILES([bar])' + unset d + for i in 0 1 2 3 4 5 6 7 8 9 + d=sub0 + echo 'SUBDIRS = sub0' + echo 'AC_CONFIG_FILES([sub0/Makefile])' + echo 'AC_CONFIG_FILES([sub0/bar])' + mkdir sub0 + cd sub0 + echo 'sub0: @FOO@' + for i in 0 1 2 3 4 5 6 7 8 9 + d=sub0/sub1 + echo 'SUBDIRS = sub1' + echo 'AC_CONFIG_FILES([sub0/sub1/Makefile])' + echo 'AC_CONFIG_FILES([sub0/sub1/bar])' + mkdir sub1 + cd sub1 + echo 'sub0/sub1: @FOO@' + for i in 0 1 2 3 4 5 6 7 8 9 + d=sub0/sub1/sub2 + echo 'SUBDIRS = sub2' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/Makefile])' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/bar])' + mkdir sub2 + cd sub2 + echo 'sub0/sub1/sub2: @FOO@' + for i in 0 1 2 3 4 5 6 7 8 9 + d=sub0/sub1/sub2/sub3 + echo 'SUBDIRS = sub3' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/Makefile])' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/bar])' + mkdir sub3 + cd sub3 + echo 'sub0/sub1/sub2/sub3: @FOO@' + for i in 0 1 2 3 4 5 6 7 8 9 + d=sub0/sub1/sub2/sub3/sub4 + echo 'SUBDIRS = sub4' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/Makefile])' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/bar])' + mkdir sub4 + cd sub4 + echo 'sub0/sub1/sub2/sub3/sub4: @FOO@' + for i in 0 1 2 3 4 5 6 7 8 9 + d=sub0/sub1/sub2/sub3/sub4/sub5 + echo 'SUBDIRS = sub5' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/Makefile])' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/bar])' + mkdir sub5 + cd sub5 + echo 'sub0/sub1/sub2/sub3/sub4/sub5: @FOO@' + for i in 0 1 2 3 4 5 6 7 8 9 + d=sub0/sub1/sub2/sub3/sub4/sub5/sub6 + echo 'SUBDIRS = sub6' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/Makefile])' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/bar])' + mkdir sub6 + cd sub6 + echo 'sub0/sub1/sub2/sub3/sub4/sub5/sub6: @FOO@' + for i in 0 1 2 3 4 5 6 7 8 9 + d=sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7 + echo 'SUBDIRS = sub7' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/Makefile])' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/bar])' + mkdir sub7 + cd sub7 + echo 'sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7: @FOO@' + for i in 0 1 2 3 4 5 6 7 8 9 + d=sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8 + echo 'SUBDIRS = sub8' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/Makefile])' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/bar])' + mkdir sub8 + cd sub8 + echo 'sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8: @FOO@' + for i in 0 1 2 3 4 5 6 7 8 9 + d=sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/sub9 + echo 'SUBDIRS = sub9' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/sub9/Makefile])' + echo 'AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/sub9/bar])' + mkdir sub9 + cd sub9 + echo 'sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/sub9: @FOO@' + echo AC_OUTPUT + : + unset d i ++ pwd + bottom=/build/automake-1.14.1/t/remake-deeply-nested.dir/sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/sub9 + cd /build/automake-1.14.1/t/remake-deeply-nested.dir ++ find . -name Makefile.am ++ LC_ALL=C ++ sort + makefiles_am_list='./Makefile.am ./sub0/Makefile.am ./sub0/sub1/Makefile.am ./sub0/sub1/sub2/Makefile.am ./sub0/sub1/sub2/sub3/Makefile.am ./sub0/sub1/sub2/sub3/sub4/Makefile.am ./sub0/sub1/sub2/sub3/sub4/sub5/Makefile.am ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/Makefile.am ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/Makefile.am ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/Makefile.am ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/sub9/Makefile.am' ++ sed 's/\.am$//' ++ echo './Makefile.am ./sub0/Makefile.am ./sub0/sub1/Makefile.am ./sub0/sub1/sub2/Makefile.am ./sub0/sub1/sub2/sub3/Makefile.am ./sub0/sub1/sub2/sub3/sub4/Makefile.am ./sub0/sub1/sub2/sub3/sub4/sub5/Makefile.am ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/Makefile.am ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/Makefile.am ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/Makefile.am ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/sub9/Makefile.am' + makefiles_list='./Makefile ./sub0/Makefile ./sub0/sub1/Makefile ./sub0/sub1/sub2/Makefile ./sub0/sub1/sub2/sub3/Makefile ./sub0/sub1/sub2/sub3/sub4/Makefile ./sub0/sub1/sub2/sub3/sub4/sub5/Makefile ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/Makefile ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/Makefile ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/Makefile ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/sub9/Makefile' ++ find . -name bar.in ++ LC_ALL=C ++ sort + bar_in_list='./bar.in ./sub0/bar.in ./sub0/sub1/bar.in ./sub0/sub1/sub2/bar.in ./sub0/sub1/sub2/sub3/bar.in ./sub0/sub1/sub2/sub3/sub4/bar.in ./sub0/sub1/sub2/sub3/sub4/sub5/bar.in ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/bar.in ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/bar.in ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/bar.in ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/sub9/bar.in' ++ sed 's/\.in$//' ++ echo './bar.in ./sub0/bar.in ./sub0/sub1/bar.in ./sub0/sub1/sub2/bar.in ./sub0/sub1/sub2/sub3/bar.in ./sub0/sub1/sub2/sub3/sub4/bar.in ./sub0/sub1/sub2/sub3/sub4/sub5/bar.in ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/bar.in ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/bar.in ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/bar.in ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/sub9/bar.in' + bar_list='./bar ./sub0/bar ./sub0/sub1/bar ./sub0/sub1/sub2/bar ./sub0/sub1/sub2/sub3/bar ./sub0/sub1/sub2/sub3/sub4/bar ./sub0/sub1/sub2/sub3/sub4/sub5/bar ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/bar ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/bar ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/bar ./sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/sub9/bar' + cat configure.ac AC_INIT([remake-deeply-nested], [1.0]) AM_INIT_AUTOMAKE AC_CONFIG_FILES([Makefile]) AC_SUBST([FOO], [::MagicStringOne::]) AC_CONFIG_FILES([bar]) AC_CONFIG_FILES([sub0/Makefile]) AC_CONFIG_FILES([sub0/bar]) AC_CONFIG_FILES([sub0/sub1/Makefile]) AC_CONFIG_FILES([sub0/sub1/bar]) AC_CONFIG_FILES([sub0/sub1/sub2/Makefile]) AC_CONFIG_FILES([sub0/sub1/sub2/bar]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/Makefile]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/bar]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/Makefile]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/bar]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/Makefile]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/bar]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/Makefile]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/bar]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/Makefile]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/bar]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/Makefile]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/bar]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/sub9/Makefile]) AC_CONFIG_FILES([sub0/sub1/sub2/sub3/sub4/sub5/sub6/sub7/sub8/sub9/bar]) AC_OUTPUT + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-deeply-nested.sh: line 58: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-deeply-nested: exit 1 FAIL: t/remake-mild-stress ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-mild-stress.dir + magic1=::MagicStringOne:: + magic2=__MagicStringTwo__ + magic3=%%MagicStringThree%% + echo 'all:; @echo include is supported' + echo 'include incl.mk' + echo '.include "incl.mk"' + make -f gnu-style.mk + grep 'include is supported' include is supported + echo 'remake-mild-stress: GNU make include style supported' remake-mild-stress: GNU make include style supported + include_zardoz='include zardoz' + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-mild-stress.sh: line 60: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-mild-stress: exit 1 FAIL: t/remake-all-1 ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-all-1.dir + mkfile=Makefile + magic1=::MagicStringOne:: + magic2=__MagicStringTwo__ + magic3=%%MagicStringThree%% + cat + mkdir sub + echo SUBDIRS = sub + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-all-1.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-all-1: exit 1 FAIL: t/remake-all-2 ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-all-2.dir + mkfile=foobar + magic1=::MagicStringOne:: + magic2=__MagicStringTwo__ + magic3=%%MagicStringThree%% + cat + mkdir sub + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-all-2.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-all-2: exit 1 FAIL: t/remake-recurs-user ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-recurs-user.dir + cat + echo 'AM_EXTRA_RECURSIVE_TARGETS([foo])' + cat + mkdir sub + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-recurs-user.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-recurs-user: exit 1 FAIL: t/remake-subdir ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-subdir.dir + using_gmake + case $am__using_gmake in + grep GNU + make --version -v GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + remake=make + magic1=::MagicString::One:: + magic2=__MagicString__Two__ + cat + cat + mkdir sub + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-subdir.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-subdir: exit 1 FAIL: t/remake-subdir2 ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-subdir2.dir + magic1=::MagicString::One:: + magic2=__MagicString__Two__ + cat + cat + mkdir sub + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-subdir2.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-subdir2: exit 1 FAIL: t/remake-subdir3 ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-subdir3.dir + cat + cat + mkdir sub + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-subdir3.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-subdir3: exit 1 FAIL: t/remake-subdir-only ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-subdir-only.dir + fingerprint==/FiNgErPrInT/= + cat + mkdir sub + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-subdir-only.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-subdir-only: exit 1 FAIL: t/remake-subdir-grepping ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-subdir-grepping.dir + cat + mkdir sub + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-subdir-grepping.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-subdir-grepping: exit 1 FAIL: t/remake-subdir-from-subdir ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-subdir-from-subdir.dir + cat + echo 'AC_CONFIG_FILES([sub/Makefile])' + echo 'SUBDIRS = sub' + mkdir sub + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-subdir-from-subdir.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-subdir-from-subdir: exit 1 FAIL: t/remake-subdir-gnu ========================= remake-subdir-gnu: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-subdir-gnu.dir + magic1=::MagicString::One:: + magic2=__MagicString__Two__ + cat + cat + mkdir sub + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-subdir-gnu.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-subdir-gnu: exit 1 FAIL: t/remake-subdir-no-makefile ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-subdir-no-makefile.dir + cat + cat + mkdir sub + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-subdir-no-makefile.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-subdir-no-makefile: exit 1 FAIL: t/remake-gnulib-add-acsubst ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-gnulib-add-acsubst.dir + cat + cat + mkdir m4 + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4 ./t/remake-gnulib-add-acsubst.sh: line 73: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-gnulib-add-acsubst: exit 1 FAIL: t/remake-gnulib-add-header ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-gnulib-add-header.dir + cat + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I . ./t/remake-gnulib-add-header.sh: line 83: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-gnulib-add-header: exit 1 FAIL: t/remake-gnulib-remove-header =================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-gnulib-remove-header.dir + cat + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I . ./t/remake-gnulib-remove-header.sh: line 82: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-gnulib-remove-header: exit 1 FAIL: t/remake-moved-m4-file ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-moved-m4-file.dir + cat + cat + mkdir d1 d2 d3 + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I d1 ./t/remake-moved-m4-file.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-moved-m4-file: exit 1 FAIL: t/remake-deleted-m4-file ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-deleted-m4-file.dir + cat + cat + macro_value='the_answer=42; AC_SUBST([the_answer])' + mkdir m4 + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4 ./t/remake-deleted-m4-file.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-deleted-m4-file: exit 1 FAIL: t/remake-renamed-m4-file ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-renamed-m4-file.dir + cat + cat + mkdir m4 + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4 ./t/remake-renamed-m4-file.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-renamed-m4-file: exit 1 FAIL: t/remake-renamed-m4-macro-and-file ======================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-renamed-m4-macro-and-file.dir + cat + cat + mkdir m4 + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4 ./t/remake-renamed-m4-macro-and-file.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-renamed-m4-macro-and-file: exit 1 FAIL: t/remake-renamed-m4-macro =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-renamed-m4-macro.dir + cat + cat + mkdir m4 + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -I m4 ./t/remake-renamed-m4-macro.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-renamed-m4-macro: exit 1 XFAIL: t/remake-am-pr10111 ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-am-pr10111.dir + cat + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-am-pr10111.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-am-pr10111: exit 1 XFAIL: t/remake-m4-pr10111 ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-m4-pr10111.dir + cat + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-m4-pr10111.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-m4-pr10111: exit 1 FAIL: t/remake-deleted-am-2 =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-deleted-am-2.dir + echo AC_OUTPUT + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-deleted-am-2.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-deleted-am-2: exit 1 FAIL: t/remake-deleted-am-subdir ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-deleted-am-subdir.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-deleted-am-subdir.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-deleted-am-subdir: exit 1 FAIL: t/remake-deleted-am ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-deleted-am.dir + echo AC_OUTPUT + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-deleted-am.sh: line 24: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-deleted-am: exit 1 FAIL: t/remake-renamed-am ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-renamed-am.dir + echo AC_OUTPUT + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-renamed-am.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-renamed-am: exit 1 FAIL: t/remake-aclocal-version-mismatch ======================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-aclocal-version-mismatch.dir + echo AC_OUTPUT + touch Makefile.am + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-aclocal-version-mismatch.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-aclocal-version-mismatch: exit 1 FAIL: t/remake-macrodir ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-macrodir.dir + cat + : + mkdir macro-dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-macrodir.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-macrodir: exit 1 XFAIL: t/remake-timing-bug-pr8365 ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/remake-timing-bug-pr8365.dir + stat /dev/null File: `/dev/null' Size: 0 Blocks: 0 IO Block: 4096 character special file Device: 10h/16d Inode: 3149 Links: 1 Device type: 1,3 Access: (0666/crw-rw-rw-) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2013-12-29 22:59:24.684000002 +0000 Modify: 2013-12-29 22:59:24.684000002 +0000 Change: 2013-12-29 22:59:24.684000002 +0000 + stat=stat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/remake-timing-bug-pr8365.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-timing-bug-pr8365: exit 1 FAIL: t/reqd2 ============= reqd2: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/reqd2.dir + cat + mkdir autoconf + mkdir main + : + echo 'SUBDIRS = autoconf main' + cat + : + libtoolize --force --copy libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autoconf'. libtoolize: copying file `autoconf/ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/reqd2.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x reqd2: exit 1 FAIL: t/repeated-options ======================== repeated-options: running bzip2 --help bzip2, a block-sorting file compressor. Version 1.0.5, 10-Dec-2007. usage: bzip2 [flags and input files in any order] -h --help print this message -d --decompress force decompression -z --compress force compression -k --keep keep (don't delete) input files -f --force overwrite existing output files -t --test test compressed file integrity -c --stdout output to standard out -q --quiet suppress noncritical error messages -v --verbose be verbose (a 2nd -v gives more) -L --license display software version & license -V --version display software version & license -s --small use less memory (at most 2500k) -1 .. -9 set block size to 100k .. 900k --fast alias for -1 --best alias for -9 If invoked as `bzip2', default action is to compress. as `bunzip2', default action is to decompress. as `bzcat', default action is to decompress to stdout. If no file names are given, bzip2 compresses or decompresses from standard input to standard output. You can combine short flags, so `-v -4' means the same as -v4 or -4v, &c. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/repeated-options.dir + cat + cat + mkdir sub + cat + chmod a+x foo.test + cat + cp /build/automake-1.14.1/lib/test-driver . + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/repeated-options.sh: line 62: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x repeated-options: exit 1 FAIL: t/rm-f-probe ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/rm-f-probe.dir + echo AC_OUTPUT + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/rm-f-probe.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x rm-f-probe: exit 1 FAIL: t/rulepat =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/rulepat.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/rulepat.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x rulepat: exit 1 FAIL: t/sanity ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/sanity.dir + mkdir 'unsafe$' + cd 'unsafe$' + mv ../configure.ac . + mv ../install-sh ../missing . + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/sanity.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x sanity: exit 1 FAIL: t/seenc ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/seenc.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/seenc.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x seenc: exit 1 FAIL: t/silent-c ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/silent-c.dir + mkdir sub + cat + cat + cat + cat + cp foo.c bar.c + cp foo.c sub/baz.c + cp foo.c sub/bla.c + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/silent-c.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x silent-c: exit 1 FAIL: t/silent-cxx ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/silent-cxx.dir + mkdir sub + cat + cat + cat + cat + echo 'class Baz { public: int i; };' + echo 'class Quux { public: bool b; };' + cp foo.cpp sub/bar.cpp + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/silent-cxx.sh: line 60: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x silent-cxx: exit 1 FAIL: t/silent-lt ================= silent-lt: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/silent-lt.dir + mkdir sub + cat + cat + cat + cat + cp libfoo.c libbar.c + cp libfoo.c sub/libbaz.c + cp libfoo.c sub/libbla.c + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/silent-lt.sh: line 58: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x silent-lt: exit 1 SKIP: t/silent-f77 ================== SKIP: t/silent-f90 ================== SKIP: t/silent-many-languages ============================= FAIL: t/silent-gen ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/silent-gen.dir + echo AC_OUTPUT + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/silent-gen.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x silent-gen: exit 1 SKIP: t/silent-texi =================== silent-texi: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. FAIL: t/silent-lex ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/silent-lex.dir + mkdir sub + cat + cat + cat + cat + cp foo.l sub/bar.l + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/silent-lex.sh: line 66: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x silent-lex: exit 1 FAIL: t/silent-yacc =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/silent-yacc.dir + mkdir sub + cat + cat + cat + cat + cp foo.y sub/bar.y + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/silent-yacc.sh: line 63: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x silent-yacc: exit 1 FAIL: t/silent-yacc-headers =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/silent-yacc-headers.dir + mkdir sub + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/silent-yacc-headers.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x silent-yacc-headers: exit 1 FAIL: t/silent-configsite ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/silent-configsite.dir + cat + cat + unset enable_silent_rules + : 'No explicit default in configure.ac, enable by default in config.site' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/silent-configsite.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x silent-configsite: exit 1 FAIL: t/silent-nested-vars ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/silent-nested-vars.dir + cat + cat + cat + cp foo.c bar.c + cat + chmod a+x mymake + mymake_MAKE=make + MAKE=./mymake + export MAKE mymake_MAKE + cat + ./mymake a = $(b$(c)) mymake: Makefile contains nested variables + mv -f Makefile foo.mk + ./mymake -f foo.mk a = $(b$(c)) mymake: foo.mk contains nested variables + cat foo.mk + ./mymake -f - a = $(b$(c)) mymake: - contains nested variables + test -f bar + sed '/a =/d' foo.mk + ./mymake touch bar + test -f bar + rm -f bar Makefile foo.mk + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/silent-nested-vars.sh: line 107: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x silent-nested-vars: exit 1 FAIL: t/silent-custom ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/silent-custom.dir + cat + echo SUBDIRS = sub + mkdir sub + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/silent-custom.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x silent-custom: exit 1 FAIL: t/src-acsubst =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/src-acsubst.dir + echo AC_PROG_CC + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/src-acsubst.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x src-acsubst: exit 1 FAIL: t/sourcefile-in-subdir ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/sourcefile-in-subdir.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/sourcefile-in-subdir.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x sourcefile-in-subdir: exit 1 FAIL: t/space ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/space.dir + echo AC_PROG_CC + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/space.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x space: exit 1 FAIL: t/specflg6 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/specflg6.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/specflg6.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x specflg6: exit 1 FAIL: t/specflg7 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/specflg7.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/specflg7.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x specflg7: exit 1 FAIL: t/specflg8 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/specflg8.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/specflg8.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x specflg8: exit 1 FAIL: t/specflg9 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/specflg9.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/specflg9.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x specflg9: exit 1 FAIL: t/specflg-dummy ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/specflg-dummy.dir + set +f + oIFS=' ' + nl=' ' + matches= + cat + : + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/specflg-dummy.sh: line 75: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x specflg-dummy: exit 1 FAIL: t/spell ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/spell.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/spell.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x spell: exit 1 FAIL: t/spell2 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/spell2.dir + echo AC_PROG_CC + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/spell2.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x spell2: exit 1 FAIL: t/spell3 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/spell3.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/spell3.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x spell3: exit 1 FAIL: t/spelling ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/spelling.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/spelling.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x spelling: exit 1 FAIL: t/stdinc ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/stdinc.dir + cat + cat + mkdir sub + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/stdinc.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x stdinc: exit 1 FAIL: t/stamph2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/stamph2.dir + cat + : + mkdir sdir1 + mkdir sdir2 + : + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/stamph2.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x stamph2: exit 1 FAIL: t/stdlib ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/stdlib.dir + cat + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/stdlib.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x stdlib: exit 1 FAIL: t/stdlib2 =============== stdlib2: running libtool --version libtool (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/stdlib2.dir + : + : + : + : + : + : + : + : + cat + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/stdlib2.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x stdlib2: exit 1 FAIL: t/strictness-override =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/strictness-override.dir + AUTOMAKE=automake-1.14 + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/strictness-override.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x strictness-override: exit 1 FAIL: t/strictness-precedence ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/strictness-precedence.dir + AUTOMAKE=automake-1.14 + cat + touch INSTALL NEWS AUTHORS ChangeLog COPYING + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/strictness-precedence.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x strictness-precedence: exit 1 FAIL: t/strip ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/strip.dir + cat + cat + cat + chmod +x foo + mkdir install + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/strip.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x strip: exit 1 FAIL: t/strip2 ============== strip2: running strip --version GNU strip (GNU Binutils) 2.23.1 Copyright 2012 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) any later version. This program has absolutely no warranty. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/strip2.dir + cat + cat + echo 'int main (void) { return 0; }' + echo 'int foo (void) { return 0; }' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/strip2.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x strip2: exit 1 FAIL: t/strip3 ============== strip3: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. strip3: running strip --version GNU strip (GNU Binutils) 2.23.1 Copyright 2012 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) any later version. This program has absolutely no warranty. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/strip3.dir + cat + cat + echo 'int main (void) { return 0; }' + echo 'int foo (void) { return 0; }' + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/strip3.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x strip3: exit 1 FAIL: t/subdir ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subdir.dir + mkdir zot + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subdir.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subdir: exit 1 FAIL: t/subdir-ac-subst ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subdir-ac-subst.dir + cat + cat + mkdir src opt + : + : + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subdir-ac-subst.sh: line 83: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subdir-ac-subst: exit 1 FAIL: t/subdir-add-pr46 ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subdir-add-pr46.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subdir-add-pr46.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subdir-add-pr46: exit 1 FAIL: t/subdir-add2-pr46 ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subdir-add2-pr46.dir + cat + echo 'AC_CONFIG_FILES([sub/Makefile])' + cat + mkdir sub + : + mkdir m4 + echo 'AC_DEFUN([MORE_DEFS], [])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subdir-add2-pr46.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subdir-add2-pr46: exit 1 FAIL: t/subdir-am-cond ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subdir-am-cond.dir + cat + cat + mkdir src opt + : + : + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subdir-am-cond.sh: line 82: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subdir-am-cond: exit 1 FAIL: t/subdir-cond-err ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subdir-cond-err.dir + cat + cat + mkdir dir1 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subdir-cond-err.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subdir-cond-err: exit 1 FAIL: t/subdir-cond-gettext =========================== subdir-cond-gettext: running gettext --version gettext (GNU gettext-runtime) 0.18.1 Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Ulrich Drepper. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subdir-cond-gettext.dir + cat + mkdir po intl + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-obsolete -Wno-syntax ./t/subdir-cond-gettext.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subdir-cond-gettext: exit 1 FAIL: t/subdir-env-interference =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subdir-env-interference.dir + mkdir sub + cat + echo SUBDIRS = sub + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subdir-env-interference.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subdir-env-interference: exit 1 FAIL: t/subdir-order ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subdir-order.dir + cat + mkdir sub0 sub1 sub2 sub3 sub3/a sub3/b + cat + cat + cat + cat + cat + cat + cat + echo dummy: + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + jobs=-j12 + rm -f Makefile + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subdir-order.sh: line 139: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subdir-order: exit 1 FAIL: t/subdir-with-slash ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subdir-with-slash.dir + cat + echo SUBDIRS = src/subdir + mkdir src + mkdir src/subdir + mkdir src/subdir2 + : + : + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subdir-with-slash.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subdir-with-slash: exit 1 FAIL: t/subdir-subsub ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subdir-subsub.dir + mkdir one + mkdir one/two + cat + : + : + : + : + : + : + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subdir-subsub.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subdir-subsub: exit 1 FAIL: t/subdir-distclean ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subdir-distclean.dir + cat + mkdir sub1 sub2 sub1/subsub + cat + cat + cat + cp sub2/Makefile.am sub1/subsub/Makefile.am + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subdir-distclean.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subdir-distclean: exit 1 FAIL: t/subdir-keep-going-pr12554 ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subdir-keep-going-pr12554.dir + echo nil: + make -I . -f - make: Nothing to be done for `nil'. + cat + mkdir k ./--keep-going sub1 sub2 + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subdir-keep-going-pr12554.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subdir-keep-going-pr12554: exit 1 FAIL: t/subobj ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj: exit 1 FAIL: t/subobj2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj2.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj2: exit 1 FAIL: t/subobj4 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj4.dir + cat + mkdir d1 d2 + cat + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj4.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj4: exit 1 FAIL: t/subobj5 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj5.dir + cat + cat + mkdir generic + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj5.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj5: exit 1 FAIL: t/subobj6 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj6.dir + cat + cat + mkdir generic + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj6.sh: line 51: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj6: exit 1 FAIL: t/subobj7 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj7.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj7.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj7: exit 1 FAIL: t/subobj8 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj8.dir + cat + mkdir tools foo foo/bar + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj8.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj8: exit 1 FAIL: t/subobj9 =============== subobj9: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj9.dir + cat + cat + mkdir src + cat + cat + libtoolize --force libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/subobj9.sh: line 65: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj9: exit 1 FAIL: t/subobj10 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj10.dir + cat + cat + mkdir src + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj10.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj10: exit 1 FAIL: t/subobj11a ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj11a.dir + cat + cat + mkdir src + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj11a.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj11a: exit 1 FAIL: t/subobj11b ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj11b.dir + echo AC_PROG_CC + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj11b.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj11b: exit 1 FAIL: t/subobj11c ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj11c.dir + echo AC_PROG_CC + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj11c.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj11c: exit 1 FAIL: t/subobjname ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobjname.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobjname.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobjname: exit 1 FAIL: t/subobj-clean-pr10697 ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj-clean-pr10697.dir + cat + echo 'OBJEXT='\''@OBJEXT@'\''' + oPATH=/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd + ocwd=/build/automake-1.14.1/t/subobj-clean-pr10697.dir + mkdir rm-wrap + max_rm_invocations=3 + count_file=/build/automake-1.14.1/t/subobj-clean-pr10697.dir/rm-wrap/count + cat + chmod a+x rm-wrap/rm + echo 0 + cat + mkdir sub1 sub2 + echo 'int main (void)' + echo '{' + for i in 1 2 + for j in a b c d e f + echo 'void a1 (void) { }' + echo ' a1 ();' + for j in a b c d e f + echo 'void b1 (void) { }' + echo ' b1 ();' + for j in a b c d e f + echo 'void c1 (void) { }' + echo ' c1 ();' + for j in a b c d e f + echo 'void d1 (void) { }' + echo ' d1 ();' + for j in a b c d e f + echo 'void e1 (void) { }' + echo ' e1 ();' + for j in a b c d e f + echo 'void f1 (void) { }' + echo ' f1 ();' + for i in 1 2 + for j in a b c d e f + echo 'void a2 (void) { }' + echo ' a2 ();' + for j in a b c d e f + echo 'void b2 (void) { }' + echo ' b2 ();' + for j in a b c d e f + echo 'void c2 (void) { }' + echo ' c2 ();' + for j in a b c d e f + echo 'void d2 (void) { }' + echo ' d2 ();' + for j in a b c d e f + echo 'void e2 (void) { }' + echo ' e2 ();' + for j in a b c d e f + echo 'void f2 (void) { }' + echo ' f2 ();' + echo ' return 0;' + echo '}' + cat main.c int main (void) { a1 (); b1 (); c1 (); d1 (); e1 (); f1 (); a2 (); b2 (); c2 (); d2 (); e2 (); f2 (); return 0; } + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj-clean-pr10697.sh: line 96: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj-clean-pr10697: exit 1 FAIL: t/subobj-clean-lt-pr10697 =============================== subobj-clean-lt-pr10697: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj-clean-lt-pr10697.dir + cat + oPATH=/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd + ocwd=/build/automake-1.14.1/t/subobj-clean-lt-pr10697.dir + mkdir rm-wrap + max_rm_invocations=6 + count_file=/build/automake-1.14.1/t/subobj-clean-lt-pr10697.dir/rm-wrap/count + cat + chmod a+x rm-wrap/rm + echo 0 + cat + mkdir sub1 sub2 + echo 'int libmain (void)' + echo '{' + for i in 1 2 + for j in a b c d e f + echo 'void a1 (void) { }' + echo ' a1 ();' + for j in a b c d e f + echo 'void b1 (void) { }' + echo ' b1 ();' + for j in a b c d e f + echo 'void c1 (void) { }' + echo ' c1 ();' + for j in a b c d e f + echo 'void d1 (void) { }' + echo ' d1 ();' + for j in a b c d e f + echo 'void e1 (void) { }' + echo ' e1 ();' + for j in a b c d e f + echo 'void f1 (void) { }' + echo ' f1 ();' + for i in 1 2 + for j in a b c d e f + echo 'void a2 (void) { }' + echo ' a2 ();' + for j in a b c d e f + echo 'void b2 (void) { }' + echo ' b2 ();' + for j in a b c d e f + echo 'void c2 (void) { }' + echo ' c2 ();' + for j in a b c d e f + echo 'void d2 (void) { }' + echo ' d2 ();' + for j in a b c d e f + echo 'void e2 (void) { }' + echo ' e2 ();' + for j in a b c d e f + echo 'void f2 (void) { }' + echo ' f2 ();' + echo ' return 0;' + echo '}' + cat main.c int libmain (void) { a1 (); b1 (); c1 (); d1 (); e1 (); f1 (); a2 (); b2 (); c2 (); d2 (); e2 (); f2 (); return 0; } + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/subobj-clean-lt-pr10697.sh: line 99: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj-clean-lt-pr10697: exit 1 ERROR: t/subobj-indir-pr13928 ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj-indir-pr13928.dir + cat + cat + mkdir s + echo 'int main(void) { return 0; }' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj-indir-pr13928.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + fatal_ 'autotools failed' + warn_ 'subobj-indir-pr13928: hard error: autotools failed' + echo 'subobj-indir-pr13928: hard error: autotools failed' + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj-indir-pr13928: exit 99 ERROR: t/subobj-vpath-pr13928 ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subobj-vpath-pr13928.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subobj-vpath-pr13928.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + fatal_ 'autotools failed' + warn_ 'subobj-vpath-pr13928: hard error: autotools failed' + echo 'subobj-vpath-pr13928: hard error: autotools failed' + _am_exit 99 + set +e + test 77 = 99 + exit 99 + exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subobj-vpath-pr13928: exit 99 FAIL: t/subpkg ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subpkg.dir + mkdir m4 + cat + cat + cat + cat + mkdir lib + mkdir lib/src + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subpkg.sh: line 93: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subpkg: exit 1 FAIL: t/subpkg2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subpkg2.dir + mkdir m4 + cat + cat + cat + mkdir sub + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subpkg2.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subpkg2: exit 1 FAIL: t/subpkg3 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subpkg3.dir + cat + cat + mkdir subpkg + echo foobar + echo SUBDIRS = + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subpkg3.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subpkg3: exit 1 FAIL: t/subpkg4 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subpkg4.dir + cat + cat + mkdir subpkg subpkg/dir + echo foobar + echo baz + chmod go-rwx subpkg/foobar subpkg/dir/baz subpkg/dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subpkg4.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subpkg4: exit 1 FAIL: t/subpkg-yacc =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subpkg-yacc.dir + cat + cat + cat + mkdir lib + mkdir lib/src + cat + cat + cat + cp lib/foo.y lib/bar.y + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subpkg-yacc.sh: line 107: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subpkg-yacc: exit 1 FAIL: t/subst ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subst.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subst.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subst: exit 1 FAIL: t/subst3 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subst3.dir + cat + cat + mkdir sub + : + : + : + : + : + : + cat + cp source.c source2.c + rm -f install-sh + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subst3.sh: line 140: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subst3: exit 1 FAIL: t/subst4 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subst4.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subst4.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subst4: exit 1 FAIL: t/subst5 ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subst5.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subst5.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subst5: exit 1 FAIL: t/subst-no-trailing-empty-line ==================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/subst-no-trailing-empty-line.dir + v1=ABCDEFGHIJKLMNOPQRSTUVWX + v2=ABCDEFGHIJKLMNOPQRSTUVWXY + v3=ABCDEFGHIJKLMNOPQRSTUVWXYZ + bs='\\' + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/subst-no-trailing-empty-line.sh: line 72: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x subst-no-trailing-empty-line: exit 1 FAIL: t/substref ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/substref.dir + cat + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/substref.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x substref: exit 1 FAIL: t/substre2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/substre2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/substre2.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x substre2: exit 1 FAIL: t/substtarg ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/substtarg.dir + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/substtarg.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x substtarg: exit 1 FAIL: t/suffix ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix.dir + cat + cat + for use_arlib in false : + rm -rf 'autom4te*.cache' + false + am_warns=-Wno-extra-portability + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/suffix.sh: line 45: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix: exit 1 FAIL: t/suffix2 =============== suffix2: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix2.dir + cat + cat + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/suffix2.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix2: exit 1 FAIL: t/suffix3 =============== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix3.dir + plan_ 10 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x10 = xunknown + test x10 = xlater + test x10 = xlazy + test x10 = xnow + test 10 -ge 0 + planned_=10 + echo 1..10 1..10 + cat + cat + command_ok_ aclocal '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_=aclocal + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- aclocal + set +x not ok 1 - aclocal FAIL: t/suffix3.tap 1 - aclocal + command_ok_ automake automake-1.14 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_=automake + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) /build/automake-1.14.1/lib/am/depend2.am: error: am__fastdepCXX does not appear in AM_CONDITIONAL /build/automake-1.14.1/lib/am/depend2.am: The usual way to define 'am__fastdepCXX' is to add 'AC_PROG_CXX' /build/automake-1.14.1/lib/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again /build/automake-1.14.1/lib/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL /build/automake-1.14.1/lib/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests /build/automake-1.14.1/lib/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX, /build/automake-1.14.1/lib/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC /build/automake-1.14.1/lib/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- automake + set +x not ok 2 - automake FAIL: t/suffix3.tap 2 - automake + command_ok_ 'intermediate files not mentioned' not /bin/grep -F foo.c Makefile.in + tap_directive_= + tap_reason_= + test 6 -gt 0 + tap_description_='intermediate files not mentioned' + shift + test 5 -gt 0 + case $1 in + break + tap_result_=ok + not /bin/grep -F foo.c Makefile.in + /bin/grep -F foo.c Makefile.in /bin/grep: Makefile.in: No such file or directory + result_ ok -D '' -r '' -- 'intermediate files not mentioned' + set +x ok 3 - intermediate files not mentioned PASS: t/suffix3.tap 3 - intermediate files not mentioned + command_ok_ 'final object file figured out' /bin/grep -F 'foo.$(OBJEXT)' Makefile.in + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='final object file figured out' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + /bin/grep -F 'foo.$(OBJEXT)' Makefile.in /bin/grep: Makefile.in: No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'final object file figured out' + set +x not ok 4 - final object file figured out FAIL: t/suffix3.tap 4 - final object file figured out + command_ok_ autoconf autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_=autoconf + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf configure.ac:2: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- autoconf + set +x not ok 5 - autoconf FAIL: t/suffix3.tap 5 - autoconf + command_ok_ configure ./configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_=configure + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + ./configure ./configure: line 1727: AM_INIT_AUTOMAKE: command not found 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 c++ accepts -g... yes configure: creating ./config.status config.status: error: cannot find input file: `Makefile.in' + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- configure + set +x not ok 6 - configure FAIL: t/suffix3.tap 6 - configure + cat + directive= + make_can_chain_suffix_rules + test -z '' + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + am__can_chain_suffix_rules=yes + return 0 + for target in all distcheck + command_ok_ 'make all' -D '' -r 'suffix rules not chained' make all + tap_directive_= + tap_reason_= + test 7 -gt 0 + tap_description_='make all' + shift + test 6 -gt 0 + case $1 in + tap_directive_= + shift + shift + test 4 -gt 0 + case $1 in + tap_reason_='suffix rules not chained' + shift + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make all make: *** No rule to make target `all'. Stop. + tap_result_='not ok' + result_ 'not ok' -D '' -r 'suffix rules not chained' -- 'make all' + set +x not ok 7 - make all FAIL: t/suffix3.tap 7 - make all + for target in all distcheck + command_ok_ 'make distcheck' -D '' -r 'suffix rules not chained' make distcheck + tap_directive_= + tap_reason_= + test 7 -gt 0 + tap_description_='make distcheck' + shift + test 6 -gt 0 + case $1 in + tap_directive_= + shift + shift + test 4 -gt 0 + case $1 in + tap_reason_='suffix rules not chained' + shift + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make distcheck make: *** No rule to make target `distcheck'. Stop. + tap_result_='not ok' + result_ 'not ok' -D '' -r 'suffix rules not chained' -- 'make distcheck' + set +x not ok 8 - make distcheck FAIL: t/suffix3.tap 8 - make distcheck + command_ok_ 'make distdir' make distdir + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='make distdir' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make distdir make: *** No rule to make target `distdir'. Stop. + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'make distdir' + set +x not ok 9 - make distdir FAIL: t/suffix3.tap 9 - make distdir + command_ok_ 'intermediate file not distributed' test '!' -e suffix3-1.0/foo.cc + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='intermediate file not distributed' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + test '!' -e suffix3-1.0/foo.cc + result_ ok -D '' -r '' -- 'intermediate file not distributed' + set +x ok 10 - intermediate file not distributed PASS: t/suffix3.tap 10 - intermediate file not distributed + : + am_exit_trap 0 + exit_status=0 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 10 = later + test 0 -eq 0 + test 2 -eq 10 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix3: exit 0 FAIL: t/suffix4 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix4.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/suffix4.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix4: exit 1 FAIL: t/suffix5 =============== suffix5: running libtool --version libtool (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix5.dir + cat + cat + : + for auxscript in ar-lib config.guess config.sub + cp /build/automake-1.14.1/lib/ar-lib . + for auxscript in ar-lib config.guess config.sub + cp /build/automake-1.14.1/lib/config.guess . + for auxscript in ar-lib config.guess config.sub + cp /build/automake-1.14.1/lib/config.sub . + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/suffix5.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix5: exit 1 FAIL: t/suffix6 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix6.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/suffix6.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix6: exit 1 FAIL: t/suffix6b ================ suffix6b: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix6b.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/suffix6b.sh: line 63: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix6b: exit 1 FAIL: t/suffix6c ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix6c.dir + cat + unset OBJEXT + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/suffix6c.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix6c: exit 1 FAIL: t/suffix7 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix7.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/suffix7.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix7: exit 1 FAIL: t/suffix8 =============== suffix8: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix8.dir + plan_ 10 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x10 = xunknown + test x10 = xlater + test x10 = xlazy + test x10 = xnow + test 10 -ge 0 + planned_=10 + echo 1..10 1..10 + cat + cat + echo 'int main (void) { return 0; }' + echo 'int bar (void) { return 0; }' + command_ok_ libtoolize libtoolize + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_=libtoolize + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + result_ ok -D '' -r '' -- libtoolize + set +x ok 1 - libtoolize PASS: t/suffix8.tap 1 - libtoolize + command_ok_ aclocal '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_=aclocal + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- aclocal + set +x not ok 2 - aclocal FAIL: t/suffix8.tap 2 - aclocal + command_ok_ autoconf autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_=autoconf + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf configure.ac:2: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:4: error: possibly undefined macro: AM_PROG_AR configure.ac:5: error: possibly undefined macro: AM_PROG_LIBTOOL + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- autoconf + set +x not ok 3 - autoconf FAIL: t/suffix8.tap 3 - autoconf + command_ok_ automake automake-1.14 --foreign -Werror -Wall -a + tap_directive_= + tap_reason_= + test 6 -gt 0 + tap_description_=automake + shift + test 5 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall -a configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) Makefile.am:7: error: Libtool library used but 'LIBTOOL' is undefined Makefile.am:7: The usual way to define 'LIBTOOL' is to add 'LT_INIT' Makefile.am:7: to 'configure.ac' and run 'aclocal' and 'autoconf' again. Makefile.am:7: If 'LT_INIT' is in 'configure.ac', make sure Makefile.am:7: its definition is in aclocal's search path. automake-1.14: warnings are treated as errors /build/automake-1.14.1/lib/am/ltlibrary.am: warning: 'libfoo.la': linking libtool libraries using a non-POSIX /build/automake-1.14.1/lib/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' Makefile.am:7: while processing Libtool library 'libfoo.la' + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- automake + set +x not ok 4 - automake FAIL: t/suffix8.tap 4 - automake + command_ok_ configure protect_output ./configure + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_=configure + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + protect_output ./configure + st=0 + ./configure + st=1 + sed 's/^/ /' output ./configure: line 1664: AM_INIT_AUTOMAKE: command not found ./configure: line 1667: AM_PROG_AR: command not found ./configure: line 1668: AM_PROG_LIBTOOL: command not found configure: creating ./config.status config.status: error: cannot find input file: `Makefile.in' + test 1 -eq 0 + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- configure + set +x not ok 5 - configure FAIL: t/suffix8.tap 5 - configure + command_ok_ 'make test0' run_make OBJEXT=foo test0 + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='make test0' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + run_make OBJEXT=foo test0 + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make OBJEXT=foo test0 + set +x make: *** No rule to make target `test0'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test no = yes + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'make test0' + set +x not ok 6 - make test0 FAIL: t/suffix8.tap 6 - make test0 + command_ok_ 'make test1' make test1 + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='make test1' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make test1 make: *** No rule to make target `test1'. Stop. + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'make test1' + set +x not ok 7 - make test1 FAIL: t/suffix8.tap 7 - make test1 + directive= + make_can_chain_suffix_rules + test -z '' + using_gmake + case $am__using_gmake in + return 0 + am__can_chain_suffix_rules=yes + return 0 + for target in test2 all distcheck + command_ok_ 'make test2' -D '' -r 'suffix rules not chained' protect_output make test2 + tap_directive_= + tap_reason_= + test 8 -gt 0 + tap_description_='make test2' + shift + test 7 -gt 0 + case $1 in + tap_directive_= + shift + shift + test 5 -gt 0 + case $1 in + tap_reason_='suffix rules not chained' + shift + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + protect_output make test2 + st=0 + make test2 + st=1 + sed 's/^/ /' output make: *** No rule to make target `test2'. Stop. + test 1 -eq 0 + tap_result_='not ok' + result_ 'not ok' -D '' -r 'suffix rules not chained' -- 'make test2' + set +x not ok 8 - make test2 FAIL: t/suffix8.tap 8 - make test2 + for target in test2 all distcheck + command_ok_ 'make all' -D '' -r 'suffix rules not chained' protect_output make all + tap_directive_= + tap_reason_= + test 8 -gt 0 + tap_description_='make all' + shift + test 7 -gt 0 + case $1 in + tap_directive_= + shift + shift + test 5 -gt 0 + case $1 in + tap_reason_='suffix rules not chained' + shift + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + protect_output make all + st=0 + make all + st=1 + sed 's/^/ /' output make: *** No rule to make target `all'. Stop. + test 1 -eq 0 + tap_result_='not ok' + result_ 'not ok' -D '' -r 'suffix rules not chained' -- 'make all' + set +x not ok 9 - make all FAIL: t/suffix8.tap 9 - make all + for target in test2 all distcheck + command_ok_ 'make distcheck' -D '' -r 'suffix rules not chained' protect_output make distcheck + tap_directive_= + tap_reason_= + test 8 -gt 0 + tap_description_='make distcheck' + shift + test 7 -gt 0 + case $1 in + tap_directive_= + shift + shift + test 5 -gt 0 + case $1 in + tap_reason_='suffix rules not chained' + shift + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + protect_output make distcheck + st=0 + make distcheck + st=1 + sed 's/^/ /' output make: *** No rule to make target `distcheck'. Stop. + test 1 -eq 0 + tap_result_='not ok' + result_ 'not ok' -D '' -r 'suffix rules not chained' -- 'make distcheck' + set +x not ok 10 - make distcheck FAIL: t/suffix8.tap 10 - make distcheck + : + am_exit_trap 0 + exit_status=0 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 10 = later + test 0 -eq 0 + test 1 -eq 10 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix8: exit 0 FAIL: t/suffix9 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix9.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/suffix9.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix9: exit 1 FAIL: t/suffix10 ================ suffix10: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix10.dir + plan_ 7 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x7 = xunknown + test x7 = xlater + test x7 = xlazy + test x7 = xnow + test 7 -ge 0 + planned_=7 + echo 1..7 1..7 + cat + cat + cat + command_ok_ libtoolize libtoolize --force + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_=libtoolize + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + libtoolize --force libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + result_ ok -D '' -r '' -- libtoolize + set +x ok 1 - libtoolize PASS: t/suffix10.tap 1 - libtoolize + command_ok_ aclocal '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_=aclocal + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- aclocal + set +x not ok 2 - aclocal FAIL: t/suffix10.tap 2 - aclocal + command_ok_ autoconf autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_=autoconf + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf configure.ac:2: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:6: error: possibly undefined macro: AM_PROG_AR configure.ac:7: error: possibly undefined macro: AC_PROG_LIBTOOL + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- autoconf + set +x not ok 3 - autoconf FAIL: t/suffix10.tap 3 - autoconf + command_ok_ automake automake-1.14 --foreign -Werror -Wall --add-missing + tap_directive_= + tap_reason_= + test 6 -gt 0 + tap_description_=automake + shift + test 5 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall --add-missing configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure Makefile.am:1: its definition is in aclocal's search path. automake-1.14: warnings are treated as errors /build/automake-1.14.1/lib/am/ltlibrary.am: warning: 'libfoo.la': linking libtool libraries using a non-POSIX /build/automake-1.14.1/lib/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' Makefile.am:1: while processing Libtool library 'libfoo.la' /build/automake-1.14.1/lib/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL /build/automake-1.14.1/lib/am/depend2.am: The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC' /build/automake-1.14.1/lib/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again /build/automake-1.14.1/lib/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL /build/automake-1.14.1/lib/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests /build/automake-1.14.1/lib/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX, /build/automake-1.14.1/lib/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC /build/automake-1.14.1/lib/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again configure.ac: installing './ylwrap' + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- automake + set +x not ok 4 - automake FAIL: t/suffix10.tap 4 - automake + command_ok_ configure run_configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_=configure + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + run_configure + st=0 + ./configure + st=1 + sed 's/^/ /' output ./configure: line 1736: AM_INIT_AUTOMAKE: command not found checking for gcc... gcc -m64 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 -m64 accepts -g... yes checking for gcc -m64 option to accept ISO C89... none needed checking for bison... yacc ./configure: line 2571: AM_PROG_AR: command not found ./configure: line 2572: AC_PROG_LIBTOOL: command not found configure: creating ./config.status config.status: error: cannot find input file: `Makefile.in' + test 1 -eq 0 + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- configure + set +x not ok 5 - configure FAIL: t/suffix10.tap 5 - configure + command_ok_ 'make test' make test + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='make test' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make test make: *** No rule to make target `test'. Stop. + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'make test' + set +x not ok 6 - make test FAIL: t/suffix10.tap 6 - make test + directive= + make_can_chain_suffix_rules + test -z '' + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + am__can_chain_suffix_rules=yes + return 0 + command_ok_ 'make all' -D '' -r 'suffix rules not chained' make all + tap_directive_= + tap_reason_= + test 7 -gt 0 + tap_description_='make all' + shift + test 6 -gt 0 + case $1 in + tap_directive_= + shift + shift + test 4 -gt 0 + case $1 in + tap_reason_='suffix rules not chained' + shift + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make all make: *** No rule to make target `all'. Stop. + tap_result_='not ok' + result_ 'not ok' -D '' -r 'suffix rules not chained' -- 'make all' + set +x not ok 7 - make all FAIL: t/suffix10.tap 7 - make all + : + am_exit_trap 0 + exit_status=0 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 7 = later + test 0 -eq 0 + test 1 -eq 7 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix10: exit 0 FAIL: t/suffix11 ================ Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix11.dir + plan_ 10 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x10 = xunknown + test x10 = xlater + test x10 = xlazy + test x10 = xnow + test 10 -ge 0 + planned_=10 + echo 1..10 1..10 + cat + cat + echo 'INTEGER main(void) { return 0; }' + echo 'INTEGER main(void) { return 0; }' + echo 'INTEGER main(void) { INTEGER baz(void); return baz(); }' + echo 'INTEGER baz(void) { return 0; }' + command_ok_ aclocal '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_=aclocal + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- aclocal + set +x not ok 1 - aclocal FAIL: t/suffix11.tap 1 - aclocal + command_ok_ autoconf autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_=autoconf + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf configure.ac:2: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- autoconf + set +x not ok 2 - autoconf FAIL: t/suffix11.tap 2 - autoconf + AUTOMAKE_fails -a + AUTOMAKE_run -e 1 -a + am__desc= + am__exp_rc=0 + test 3 -gt 0 + case $1 in + am__exp_rc=1 + shift + shift + test 1 -gt 0 + case $1 in + break + am__got_rc=0 + automake-1.14 --foreign -Werror -Wall -a + am__got_rc=1 + cat stderr configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) automake-1.14: warnings are treated as errors Makefile.am:6: warning: inference rules can have only one target before the colon (POSIX) /build/automake-1.14.1/lib/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL /build/automake-1.14.1/lib/am/depend2.am: The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC' /build/automake-1.14.1/lib/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again /build/automake-1.14.1/lib/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL /build/automake-1.14.1/lib/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests /build/automake-1.14.1/lib/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX, /build/automake-1.14.1/lib/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC /build/automake-1.14.1/lib/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again + cat stdout + test tap = none + test -z '' + test 1 -eq 1 + am__desc='automake exited 1' + command_ok_ 'automake exited 1' test 1 -eq 1 + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='automake exited 1' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + test 1 -eq 1 + result_ ok -D '' -r '' -- 'automake exited 1' + set +x ok 3 - automake exited 1 PASS: t/suffix11.tap 3 - automake exited 1 + command_ok_ 'warn about unportable make usage' grep '[iI]nference rules can have only one target before the colon' stderr + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='warn about unportable make usage' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + grep '[iI]nference rules can have only one target before the colon' stderr Makefile.am:6: warning: inference rules can have only one target before the colon (POSIX) + result_ ok -D '' -r '' -- 'warn about unportable make usage' + set +x ok 4 - warn about unportable make usage PASS: t/suffix11.tap 4 - warn about unportable make usage + command_ok_ automake automake-1.14 --foreign -Werror -Wall -a -Wno-portability + tap_directive_= + tap_reason_= + test 7 -gt 0 + tap_description_=automake + shift + test 6 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall -a -Wno-portability configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) /build/automake-1.14.1/lib/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL /build/automake-1.14.1/lib/am/depend2.am: The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC' /build/automake-1.14.1/lib/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again /build/automake-1.14.1/lib/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL /build/automake-1.14.1/lib/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests /build/automake-1.14.1/lib/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX, /build/automake-1.14.1/lib/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC /build/automake-1.14.1/lib/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- automake + set +x not ok 5 - automake FAIL: t/suffix11.tap 5 - automake + command_ok_ configure ./configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_=configure + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + ./configure ./configure: line 1726: AM_INIT_AUTOMAKE: command not found checking for gcc... gcc -m64 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 -m64 accepts -g... yes checking for gcc -m64 option to accept ISO C89... none needed configure: creating ./config.status config.status: error: cannot find input file: `Makefile.in' + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- configure + set +x not ok 6 - configure FAIL: t/suffix11.tap 6 - configure + command_ok_ 'make test-fake' run_make OBJEXT=foo test-fake + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='make test-fake' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + run_make OBJEXT=foo test-fake + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make OBJEXT=foo test-fake + set +x make: *** No rule to make target `test-fake'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test no = yes + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'make test-fake' + set +x not ok 7 - make test-fake FAIL: t/suffix11.tap 7 - make test-fake + command_ok_ 'make test-real' make test-real + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='make test-real' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make test-real make: *** No rule to make target `test-real'. Stop. + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- 'make test-real' + set +x not ok 8 - make test-real FAIL: t/suffix11.tap 8 - make test-real + directive= + make_can_chain_suffix_rules + test -z '' + using_gmake + case $am__using_gmake in + return 0 + am__can_chain_suffix_rules=yes + return 0 + for target in ''\'''\''' distcheck + command_ok_ 'make ' -D '' -r 'suffix rules not chained' make + tap_directive_= + tap_reason_= + test 6 -gt 0 + tap_description_='make ' + shift + test 5 -gt 0 + case $1 in + tap_directive_= + shift + shift + test 3 -gt 0 + case $1 in + tap_reason_='suffix rules not chained' + shift + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + make make: *** No targets specified and no makefile found. Stop. + tap_result_='not ok' + result_ 'not ok' -D '' -r 'suffix rules not chained' -- 'make ' + set +x not ok 9 - make FAIL: t/suffix11.tap 9 - make + for target in ''\'''\''' distcheck + command_ok_ 'make distcheck' -D '' -r 'suffix rules not chained' make distcheck + tap_directive_= + tap_reason_= + test 7 -gt 0 + tap_description_='make distcheck' + shift + test 6 -gt 0 + case $1 in + tap_directive_= + shift + shift + test 4 -gt 0 + case $1 in + tap_reason_='suffix rules not chained' + shift + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make distcheck make: *** No rule to make target `distcheck'. Stop. + tap_result_='not ok' + result_ 'not ok' -D '' -r 'suffix rules not chained' -- 'make distcheck' + set +x not ok 10 - make distcheck FAIL: t/suffix11.tap 10 - make distcheck + : + am_exit_trap 0 + exit_status=0 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 10 = later + test 0 -eq 0 + test 2 -eq 10 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix11: exit 0 FAIL: t/suffix-chain ==================== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix-chain.dir + plan_ 8 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x8 = xunknown + test x8 = xlater + test x8 = xlazy + test x8 = xnow + test 8 -ge 0 + planned_=8 + echo 1..8 1..8 + cat + cat + echo 'return 0;' + command_ok_ aclocal '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_=aclocal + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-functions.sh: line 226: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- aclocal + set +x not ok 1 - aclocal FAIL: t/suffix-chain.tap 1 - aclocal + command_ok_ automake automake-1.14 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_=automake + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.14 --foreign -Werror -Wall configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) /build/automake-1.14.1/lib/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL /build/automake-1.14.1/lib/am/depend2.am: The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC' /build/automake-1.14.1/lib/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again /build/automake-1.14.1/lib/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL /build/automake-1.14.1/lib/am/depend2.am: The usual way to define 'AMDEP' is to add one of the compiler tests /build/automake-1.14.1/lib/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX, /build/automake-1.14.1/lib/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC /build/automake-1.14.1/lib/am/depend2.am: to 'configure.ac' and run 'aclocal' and 'autoconf' again + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- automake + set +x not ok 2 - automake FAIL: t/suffix-chain.tap 2 - automake + command_ok_ autoconf autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_=autoconf + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf configure.ac:2: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- autoconf + set +x not ok 3 - autoconf FAIL: t/suffix-chain.tap 3 - autoconf + command_ok_ configure ./configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_=configure + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + ./configure ./configure: line 1726: AM_INIT_AUTOMAKE: command not found checking for gcc... gcc -m64 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 -m64 accepts -g... yes checking for gcc -m64 option to accept ISO C89... none needed configure: creating ./config.status config.status: error: cannot find input file: `Makefile.in' + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- configure + set +x not ok 4 - configure FAIL: t/suffix-chain.tap 4 - configure + directive= + make_can_chain_suffix_rules + test -z '' + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + am__can_chain_suffix_rules=yes + return 0 + for target in all distcheck + command_ok_ 'make all' -D '' -r 'suffix rules not chained' make all + tap_directive_= + tap_reason_= + test 7 -gt 0 + tap_description_='make all' + shift + test 6 -gt 0 + case $1 in + tap_directive_= + shift + shift + test 4 -gt 0 + case $1 in + tap_reason_='suffix rules not chained' + shift + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make all make: *** No rule to make target `all'. Stop. + tap_result_='not ok' + result_ 'not ok' -D '' -r 'suffix rules not chained' -- 'make all' + set +x not ok 5 - make all FAIL: t/suffix-chain.tap 5 - make all + for target in all distcheck + command_ok_ 'make distcheck' -D '' -r 'suffix rules not chained' make distcheck + tap_directive_= + tap_reason_= + test 7 -gt 0 + tap_description_='make distcheck' + shift + test 6 -gt 0 + case $1 in + tap_directive_= + shift + shift + test 4 -gt 0 + case $1 in + tap_reason_='suffix rules not chained' + shift + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make distcheck make: *** No rule to make target `distcheck'. Stop. + tap_result_='not ok' + result_ 'not ok' -D '' -r 'suffix rules not chained' -- 'make distcheck' + set +x not ok 6 - make distcheck FAIL: t/suffix-chain.tap 6 - make distcheck + command_ok_ clean make clean + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_=clean + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make clean make: *** No rule to make target `clean'. Stop. + tap_result_='not ok' + result_ 'not ok' -D '' -r '' -- clean + set +x not ok 7 - clean FAIL: t/suffix-chain.tap 7 - clean + cat + command_ok_ 'make with explicit dependencies' make + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='make with explicit dependencies' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + make make: Nothing to be done for `foo.c'. + result_ ok -D '' -r '' -- 'make with explicit dependencies' + set +x ok 8 - make with explicit dependencies PASS: t/suffix-chain.tap 8 - make with explicit dependencies + : + am_exit_trap 0 + exit_status=0 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 8 = later + test 0 -eq 0 + test 1 -eq 8 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix-chain: exit 0 FAIL: t/suffix-custom-pr14441 ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix-custom-pr14441.dir + cat + mkdir sub + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/suffix-custom-pr14441.sh: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix-custom-pr14441: exit 1 FAIL: t/suffix-custom-subobj ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix-custom-subobj.dir + cat + cat + mkdir sub + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/suffix-custom-subobj.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix-custom-subobj: exit 1 FAIL: t/suffix-custom-subobj-and-specflg ======================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix-custom-subobj-and-specflg.dir + cat + cat + mkdir sub + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/suffix-custom-subobj-and-specflg.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix-custom-subobj-and-specflg: exit 1 FAIL: t/suffix-extra-c-stuff-pr14560 ==================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/suffix-extra-c-stuff-pr14560.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/suffix-extra-c-stuff-pr14560.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x suffix-extra-c-stuff-pr14560: exit 1 FAIL: t/symlink =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/symlink.dir + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/symlink.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x symlink: exit 1 FAIL: t/symlink2 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/symlink2.dir + rm -f install-sh + ln -s Zardoz install-sh + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/symlink2.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x symlink2: exit 1 FAIL: t/syntax ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/syntax.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/syntax.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x syntax: exit 1 FAIL: t/tap-ambiguous-directive =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-ambiguous-directive.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=6 pass=2 fail=2 xpass=0 xfail=1 skip=1 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=6 pass=2 fail=2 xpass=0 xfail=1 skip=1 error=0 ++ total=6 ++ pass=2 ++ fail=2 ++ xpass=0 ++ xfail=1 ++ skip=1 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *6$' stdout + rc=1 + grep '^# PASS: *2$' stdout + rc=1 + grep '^# XFAIL: *1$' stdout + rc=1 + grep '^# SKIP: *1$' stdout + rc=1 + grep '^# FAIL: *2$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-ambiguous-directive: exit 1 FAIL: t/tap-autonumber ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-autonumber.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL TESTS=all.test check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 5 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 4 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make TESTS=all.test check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=14 pass=6 fail=5 xpass=1 xfail=1 skip=1 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=14 pass=6 fail=5 xpass=1 xfail=1 skip=1 error=0 ++ total=14 ++ pass=6 ++ fail=5 ++ xpass=1 ++ xfail=1 ++ skip=1 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 6 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 5 + rc=1 ++ grep -c '^XPASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *14$' stdout + rc=1 + grep '^# PASS: *6$' stdout + rc=1 + grep '^# XFAIL: *1$' stdout + rc=1 + grep '^# SKIP: *1$' stdout + rc=1 + grep '^# FAIL: *5$' stdout + rc=1 + grep '^# XPASS: *1$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-autonumber: exit 1 FAIL: t/tap-bailout =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-bailout.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + : + cat + cat + cat + cat + cat + cat + cat + echo 'ERROR: d.test - Bail out! mktemp -d: Permission denied' + cat + echo 'ERROR: e.test - Bail out!' + test_counts='total=12 pass=3 fail=1 xpass=1 xfail=1 skip=1 error=5' + run_make -O -e FAIL 'TESTS=a.test b.test c.test d.test e.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 5 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 4 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=a.test b.test c.test d.test e.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=12 pass=3 fail=1 xpass=1 xfail=1 skip=1 error=5 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=12 pass=3 fail=1 xpass=1 xfail=1 skip=1 error=5 ++ total=12 ++ pass=3 ++ fail=1 ++ xpass=1 ++ xfail=1 ++ skip=1 ++ error=5 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 3 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^XPASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 5 + rc=1 + grep '^# TOTAL: *12$' stdout + rc=1 + grep '^# PASS: *3$' stdout + rc=1 + grep '^# XFAIL: *1$' stdout + rc=1 + grep '^# SKIP: *1$' stdout + rc=1 + grep '^# FAIL: *1$' stdout + rc=1 + grep '^# XPASS: *1$' stdout + rc=1 + grep '^# ERROR: *5$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bailout: exit 1 FAIL: t/tap-bailout-leading-space ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-bailout-leading-space.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + cat + cat + run_make -O -e FAIL 'TESTS=a.test b.test c.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 5 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 4 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=a.test b.test c.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=5 pass=1 fail=0 xpass=0 xfail=0 skip=1 error=3 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=5 pass=1 fail=0 xpass=0 xfail=0 skip=1 error=3 ++ total=5 ++ pass=1 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=1 ++ error=3 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 3 + rc=1 + grep '^# TOTAL: *5$' stdout + rc=1 + grep '^# PASS: *1$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *1$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *3$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bailout-leading-space: exit 1 FAIL: t/tap-bailout-and-logging =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-bailout-and-logging.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + make check make: *** No rule to make target `check'. Stop. + cat all.log cat: all.log: No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bailout-and-logging: exit 1 ERROR: t/tap-bailout-suppress-badexit ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-bailout-suppress-badexit.dir + tests='exit.test exit127.test sighup.test sigterm.test' + cat + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ mv Makefile.am Makefile.am~ ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ mv -f Makefile.am~ Makefile.am ++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' ++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) ++ fatal_ 'failed to remake Makefile.in' ++ warn_ 'tap-bailout-suppress-badexit: hard error: failed to remake Makefile.in' ++ echo 'tap-bailout-suppress-badexit: hard error: failed to remake Makefile.in' ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bailout-suppress-badexit: exit 99 FAIL: t/tap-bailout-suppress-later-diagnostic ============================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-bailout-suppress-later-diagnostic.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + echo AM_TEST_LOG_DRIVER_FLAGS = --comments + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 ++ total=2 ++ pass=1 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=0 ++ error=1 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 1 + rc=1 + grep '^# TOTAL: *2$' stdout + rc=1 + grep '^# PASS: *1$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *0$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *1$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bailout-suppress-later-diagnostic: exit 1 FAIL: t/tap-bailout-suppress-later-errors ========================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-bailout-suppress-later-errors.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + cat + run_make -e FAIL -O 'TESTS=foo.test bar.test baz.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 5 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 3 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=foo.test bar.test baz.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=5 pass=1 fail=0 xpass=0 xfail=0 skip=1 error=3 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=5 pass=1 fail=0 xpass=0 xfail=0 skip=1 error=3 ++ total=5 ++ pass=1 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=1 ++ error=3 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 3 + rc=1 + grep '^# TOTAL: *5$' stdout + rc=1 + grep '^# PASS: *1$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *1$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *3$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bailout-suppress-later-errors: exit 1 ERROR: t/tap-color ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-color.dir + red='\[0;31m' + grn='\[0;32m' + lgn='\[1;32m' + blu='\[1;34m' + mgn='\[0;35m' + std='\[m' + cat + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ mv Makefile.am Makefile.am~ ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ mv -f Makefile.am~ Makefile.am ++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' ++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) ++ fatal_ 'failed to remake Makefile.in' ++ warn_ 'tap-color: hard error: failed to remake Makefile.in' ++ echo 'tap-color: hard error: failed to remake Makefile.in' ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-color: exit 99 ERROR: t/tap-deps ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-deps.dir + cat + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ mv Makefile.am Makefile.am~ ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ mv -f Makefile.am~ Makefile.am ++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' ++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) ++ fatal_ 'failed to remake Makefile.in' ++ warn_ 'tap-deps: hard error: failed to remake Makefile.in' ++ echo 'tap-deps: hard error: failed to remake Makefile.in' ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-deps: exit 99 FAIL: t/tap-diagnostic ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-diagnostic.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + metacharacters=''\''"\$!&()[]<>#;^?*' + cat + cat + run_make -O check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-diagnostic: exit 1 FAIL: t/tap-empty-diagnostic ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-empty-diagnostic.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + sed 's/\$$//' + run_make -O check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-empty-diagnostic: exit 1 FAIL: t/tap-empty ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-empty.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + : + echo + cat + cat + for input in empty blank white white2 + cp empty.test all.test + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=1 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=1 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=1 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=1 ++ total=1 ++ pass=0 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=0 ++ error=1 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 0 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 1 + rc=1 + grep '^# TOTAL: *1$' stdout + rc=1 + grep '^# PASS: *0$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *0$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *1$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-empty: exit 1 FAIL: t/tap-escape-directive ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-escape-directive.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-escape-directive: exit 1 FAIL: t/tap-escape-directive-2 ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-escape-directive-2.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-escape-directive-2: exit 1 ERROR: t/tap-exit ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-exit.dir + echo TESTS = + for st in 1 2 77 99 + unindent + test x = x ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' ++ sed -e 's/ *# .*//' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += exit1.test + for st in 1 2 77 99 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += exit2.test + for st in 1 2 77 99 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += exit77.test + for st in 1 2 77 99 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += exit99.test + chmod a+x exit1.test exit2.test exit77.test exit99.test + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ mv Makefile.am Makefile.am~ ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ mv -f Makefile.am~ Makefile.am ++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' ++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) ++ fatal_ 'failed to remake Makefile.in' ++ warn_ 'tap-exit: hard error: failed to remake Makefile.in' ++ echo 'tap-exit: hard error: failed to remake Makefile.in' ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-exit: exit 99 ERROR: t/tap-signal =================== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-signal.dir + fetch_tap_driver + case $am_tap_implementation in + AM_TAP_AWK=gawk + export AM_TAP_AWK + sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh + chmod a+x tap-driver + sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of + plan_ 10 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x10 = xunknown + test x10 = xlater + test x10 = xlazy + test x10 = xnow + test 10 -ge 0 + planned_=10 + echo 1..10 1..10 + cat + cat + all_signals='1 2 3 9 13 15' + blocked_signals= + for sig in '$all_signals' + is_blocked_signal 1 + /usr/bin/perl -w -e ' use strict; use warnings FATAL => "all"; use POSIX; my %oldsigaction = (); sigaction(1, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' + test 77 -eq 77 + return 1 + unindent + test x = x ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' ++ sed -e 's/ *# .*//' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += signal-1.test + for sig in '$all_signals' + is_blocked_signal 2 + /usr/bin/perl -w -e ' use strict; use warnings FATAL => "all"; use POSIX; my %oldsigaction = (); sigaction(2, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' + test 77 -eq 77 + return 1 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += signal-2.test + for sig in '$all_signals' + is_blocked_signal 3 + /usr/bin/perl -w -e ' use strict; use warnings FATAL => "all"; use POSIX; my %oldsigaction = (); sigaction(3, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' + test 77 -eq 77 + return 1 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += signal-3.test + for sig in '$all_signals' + is_blocked_signal 9 + /usr/bin/perl -w -e ' use strict; use warnings FATAL => "all"; use POSIX; my %oldsigaction = (); sigaction(9, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' + test 77 -eq 77 + return 1 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += signal-9.test + for sig in '$all_signals' + is_blocked_signal 13 + /usr/bin/perl -w -e ' use strict; use warnings FATAL => "all"; use POSIX; my %oldsigaction = (); sigaction(13, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' + test 77 -eq 77 + return 1 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += signal-13.test + for sig in '$all_signals' + is_blocked_signal 15 + /usr/bin/perl -w -e ' use strict; use warnings FATAL => "all"; use POSIX; my %oldsigaction = (); sigaction(15, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' + test 77 -eq 77 + return 1 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += signal-15.test ++ wc -l ++ ls signal-13.test signal-15.test signal-1.test signal-2.test signal-3.test signal-9.test ++ tr -d ' ' + results_count=6 + chmod a+x signal-13.test signal-15.test signal-1.test signal-2.test signal-3.test signal-9.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-signal.tap: line 67: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 10 = later + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-signal: exit 1 ERROR: t/tap-signal.tap - too few tests run (expected 10, got 0) ERROR: t/tap-signal.tap - exited with status 1 FAIL: t/tap-fancy ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-fancy.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=21 pass=6 fail=6 xfail=4 xpass=1 skip=4 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=21 pass=6 fail=6 xfail=4 xpass=1 skip=4 error=0 ++ total=21 ++ pass=6 ++ fail=6 ++ xfail=4 ++ xpass=1 ++ skip=4 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 6 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 4 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 4 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 6 + rc=1 ++ grep -c '^XPASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *21$' stdout + rc=1 + grep '^# PASS: *6$' stdout + rc=1 + grep '^# XFAIL: *4$' stdout + rc=1 + grep '^# SKIP: *4$' stdout + rc=1 + grep '^# FAIL: *6$' stdout + rc=1 + grep '^# XPASS: *1$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-fancy: exit 1 FAIL: t/tap-fancy2 ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-fancy2.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok'\''' + printf '%s\n' 'ok'\''' + xecho 'not ok'\''' + printf '%s\n' 'not ok'\''' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP'\''' + printf '%s\n' 'ok# SKIP'\''' + test 'x'\''' '!=' x# + test 'x'\''' '!=' 'x\' + xecho 'ok'\''#SKIP' + printf '%s\n' 'ok'\''#SKIP' + xecho 'ok'\''# SKIP' + printf '%s\n' 'ok'\''# SKIP' + xecho 'ok'\''#SKIP'\''' + printf '%s\n' 'ok'\''#SKIP'\''' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO'\''' + printf '%s\n' 'not ok# TODO'\''' + test 'x'\''' '!=' x# + test 'x'\''' '!=' 'x\' + xecho 'not ok'\''#TODO' + printf '%s\n' 'not ok'\''#TODO' + xecho 'not ok'\''# TODO' + printf '%s\n' 'not ok'\''# TODO' + xecho 'not ok'\''#TODO'\''' + printf '%s\n' 'not ok'\''#TODO'\''' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO'\''' + printf '%s\n' 'ok# TODO'\''' + test 'x'\''' '!=' x# + test 'x'\''' '!=' 'x\' + xecho 'ok'\''#TODO' + printf '%s\n' 'ok'\''#TODO' + xecho 'ok'\''# TODO' + printf '%s\n' 'ok'\''# TODO' + xecho 'ok'\''#TODO'\''' + printf '%s\n' 'ok'\''#TODO'\''' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok"' + printf '%s\n' 'ok"' + xecho 'not ok"' + printf '%s\n' 'not ok"' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP"' + printf '%s\n' 'ok# SKIP"' + test 'x"' '!=' x# + test 'x"' '!=' 'x\' + xecho 'ok"#SKIP' + printf '%s\n' 'ok"#SKIP' + xecho 'ok"# SKIP' + printf '%s\n' 'ok"# SKIP' + xecho 'ok"#SKIP"' + printf '%s\n' 'ok"#SKIP"' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO"' + printf '%s\n' 'not ok# TODO"' + test 'x"' '!=' x# + test 'x"' '!=' 'x\' + xecho 'not ok"#TODO' + printf '%s\n' 'not ok"#TODO' + xecho 'not ok"# TODO' + printf '%s\n' 'not ok"# TODO' + xecho 'not ok"#TODO"' + printf '%s\n' 'not ok"#TODO"' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO"' + printf '%s\n' 'ok# TODO"' + test 'x"' '!=' x# + test 'x"' '!=' 'x\' + xecho 'ok"#TODO' + printf '%s\n' 'ok"#TODO' + xecho 'ok"# TODO' + printf '%s\n' 'ok"# TODO' + xecho 'ok"#TODO"' + printf '%s\n' 'ok"#TODO"' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok`' + printf '%s\n' 'ok`' + xecho 'not ok`' + printf '%s\n' 'not ok`' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP`' + printf '%s\n' 'ok# SKIP`' + test 'x`' '!=' x# + test 'x`' '!=' 'x\' + xecho 'ok`#SKIP' + printf '%s\n' 'ok`#SKIP' + xecho 'ok`# SKIP' + printf '%s\n' 'ok`# SKIP' + xecho 'ok`#SKIP`' + printf '%s\n' 'ok`#SKIP`' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO`' + printf '%s\n' 'not ok# TODO`' + test 'x`' '!=' x# + test 'x`' '!=' 'x\' + xecho 'not ok`#TODO' + printf '%s\n' 'not ok`#TODO' + xecho 'not ok`# TODO' + printf '%s\n' 'not ok`# TODO' + xecho 'not ok`#TODO`' + printf '%s\n' 'not ok`#TODO`' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO`' + printf '%s\n' 'ok# TODO`' + test 'x`' '!=' x# + test 'x`' '!=' 'x\' + xecho 'ok`#TODO' + printf '%s\n' 'ok`#TODO' + xecho 'ok`# TODO' + printf '%s\n' 'ok`# TODO' + xecho 'ok`#TODO`' + printf '%s\n' 'ok`#TODO`' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho ok# + printf '%s\n' ok# + xecho 'not ok#' + printf '%s\n' 'not ok#' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP#' + printf '%s\n' 'ok# SKIP#' + test x# '!=' x# + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO#' + printf '%s\n' 'not ok# TODO#' + test x# '!=' x# + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO#' + printf '%s\n' 'ok# TODO#' + test x# '!=' x# + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok$' + printf '%s\n' 'ok$' + xecho 'not ok$' + printf '%s\n' 'not ok$' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP$' + printf '%s\n' 'ok# SKIP$' + test 'x$' '!=' x# + test 'x$' '!=' 'x\' + xecho 'ok$#SKIP' + printf '%s\n' 'ok$#SKIP' + xecho 'ok$# SKIP' + printf '%s\n' 'ok$# SKIP' + xecho 'ok$#SKIP$' + printf '%s\n' 'ok$#SKIP$' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO$' + printf '%s\n' 'not ok# TODO$' + test 'x$' '!=' x# + test 'x$' '!=' 'x\' + xecho 'not ok$#TODO' + printf '%s\n' 'not ok$#TODO' + xecho 'not ok$# TODO' + printf '%s\n' 'not ok$# TODO' + xecho 'not ok$#TODO$' + printf '%s\n' 'not ok$#TODO$' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO$' + printf '%s\n' 'ok# TODO$' + test 'x$' '!=' x# + test 'x$' '!=' 'x\' + xecho 'ok$#TODO' + printf '%s\n' 'ok$#TODO' + xecho 'ok$# TODO' + printf '%s\n' 'ok$# TODO' + xecho 'ok$#TODO$' + printf '%s\n' 'ok$#TODO$' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok!' + printf '%s\n' 'ok!' + xecho 'not ok!' + printf '%s\n' 'not ok!' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP!' + printf '%s\n' 'ok# SKIP!' + test 'x!' '!=' x# + test 'x!' '!=' 'x\' + xecho 'ok!#SKIP' + printf '%s\n' 'ok!#SKIP' + xecho 'ok!# SKIP' + printf '%s\n' 'ok!# SKIP' + xecho 'ok!#SKIP!' + printf '%s\n' 'ok!#SKIP!' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO!' + printf '%s\n' 'not ok# TODO!' + test 'x!' '!=' x# + test 'x!' '!=' 'x\' + xecho 'not ok!#TODO' + printf '%s\n' 'not ok!#TODO' + xecho 'not ok!# TODO' + printf '%s\n' 'not ok!# TODO' + xecho 'not ok!#TODO!' + printf '%s\n' 'not ok!#TODO!' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO!' + printf '%s\n' 'ok# TODO!' + test 'x!' '!=' x# + test 'x!' '!=' 'x\' + xecho 'ok!#TODO' + printf '%s\n' 'ok!#TODO' + xecho 'ok!# TODO' + printf '%s\n' 'ok!# TODO' + xecho 'ok!#TODO!' + printf '%s\n' 'ok!#TODO!' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok\' + printf '%s\n' 'ok\' + xecho 'not ok\' + printf '%s\n' 'not ok\' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP\' + printf '%s\n' 'ok# SKIP\' + test 'x\' '!=' x# + test 'x\' '!=' 'x\' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO\' + printf '%s\n' 'not ok# TODO\' + test 'x\' '!=' x# + test 'x\' '!=' 'x\' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO\' + printf '%s\n' 'ok# TODO\' + test 'x\' '!=' x# + test 'x\' '!=' 'x\' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho ok/ + printf '%s\n' ok/ + xecho 'not ok/' + printf '%s\n' 'not ok/' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP/' + printf '%s\n' 'ok# SKIP/' + test x/ '!=' x# + test x/ '!=' 'x\' + xecho ok/#SKIP + printf '%s\n' ok/#SKIP + xecho 'ok/# SKIP' + printf '%s\n' 'ok/# SKIP' + xecho ok/#SKIP/ + printf '%s\n' ok/#SKIP/ + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO/' + printf '%s\n' 'not ok# TODO/' + test x/ '!=' x# + test x/ '!=' 'x\' + xecho 'not ok/#TODO' + printf '%s\n' 'not ok/#TODO' + xecho 'not ok/# TODO' + printf '%s\n' 'not ok/# TODO' + xecho 'not ok/#TODO/' + printf '%s\n' 'not ok/#TODO/' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO/' + printf '%s\n' 'ok# TODO/' + test x/ '!=' x# + test x/ '!=' 'x\' + xecho ok/#TODO + printf '%s\n' ok/#TODO + xecho 'ok/# TODO' + printf '%s\n' 'ok/# TODO' + xecho ok/#TODO/ + printf '%s\n' ok/#TODO/ + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok&' + printf '%s\n' 'ok&' + xecho 'not ok&' + printf '%s\n' 'not ok&' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP&' + printf '%s\n' 'ok# SKIP&' + test 'x&' '!=' x# + test 'x&' '!=' 'x\' + xecho 'ok&#SKIP' + printf '%s\n' 'ok&#SKIP' + xecho 'ok&# SKIP' + printf '%s\n' 'ok&# SKIP' + xecho 'ok&#SKIP&' + printf '%s\n' 'ok&#SKIP&' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO&' + printf '%s\n' 'not ok# TODO&' + test 'x&' '!=' x# + test 'x&' '!=' 'x\' + xecho 'not ok&#TODO' + printf '%s\n' 'not ok&#TODO' + xecho 'not ok&# TODO' + printf '%s\n' 'not ok&# TODO' + xecho 'not ok&#TODO&' + printf '%s\n' 'not ok&#TODO&' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO&' + printf '%s\n' 'ok# TODO&' + test 'x&' '!=' x# + test 'x&' '!=' 'x\' + xecho 'ok&#TODO' + printf '%s\n' 'ok&#TODO' + xecho 'ok&# TODO' + printf '%s\n' 'ok&# TODO' + xecho 'ok&#TODO&' + printf '%s\n' 'ok&#TODO&' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho ok% + printf '%s\n' ok% + xecho 'not ok%' + printf '%s\n' 'not ok%' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP%' + printf '%s\n' 'ok# SKIP%' + test x% '!=' x# + test x% '!=' 'x\' + xecho ok%#SKIP + printf '%s\n' ok%#SKIP + xecho 'ok%# SKIP' + printf '%s\n' 'ok%# SKIP' + xecho ok%#SKIP% + printf '%s\n' ok%#SKIP% + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO%' + printf '%s\n' 'not ok# TODO%' + test x% '!=' x# + test x% '!=' 'x\' + xecho 'not ok%#TODO' + printf '%s\n' 'not ok%#TODO' + xecho 'not ok%# TODO' + printf '%s\n' 'not ok%# TODO' + xecho 'not ok%#TODO%' + printf '%s\n' 'not ok%#TODO%' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO%' + printf '%s\n' 'ok# TODO%' + test x% '!=' x# + test x% '!=' 'x\' + xecho ok%#TODO + printf '%s\n' ok%#TODO + xecho 'ok%# TODO' + printf '%s\n' 'ok%# TODO' + xecho ok%#TODO% + printf '%s\n' ok%#TODO% + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok(' + printf '%s\n' 'ok(' + xecho 'not ok(' + printf '%s\n' 'not ok(' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP(' + printf '%s\n' 'ok# SKIP(' + test 'x(' '!=' x# + test 'x(' '!=' 'x\' + xecho 'ok(#SKIP' + printf '%s\n' 'ok(#SKIP' + xecho 'ok(# SKIP' + printf '%s\n' 'ok(# SKIP' + xecho 'ok(#SKIP(' + printf '%s\n' 'ok(#SKIP(' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO(' + printf '%s\n' 'not ok# TODO(' + test 'x(' '!=' x# + test 'x(' '!=' 'x\' + xecho 'not ok(#TODO' + printf '%s\n' 'not ok(#TODO' + xecho 'not ok(# TODO' + printf '%s\n' 'not ok(# TODO' + xecho 'not ok(#TODO(' + printf '%s\n' 'not ok(#TODO(' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO(' + printf '%s\n' 'ok# TODO(' + test 'x(' '!=' x# + test 'x(' '!=' 'x\' + xecho 'ok(#TODO' + printf '%s\n' 'ok(#TODO' + xecho 'ok(# TODO' + printf '%s\n' 'ok(# TODO' + xecho 'ok(#TODO(' + printf '%s\n' 'ok(#TODO(' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok)' + printf '%s\n' 'ok)' + xecho 'not ok)' + printf '%s\n' 'not ok)' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP)' + printf '%s\n' 'ok# SKIP)' + test 'x)' '!=' x# + test 'x)' '!=' 'x\' + xecho 'ok)#SKIP' + printf '%s\n' 'ok)#SKIP' + xecho 'ok)# SKIP' + printf '%s\n' 'ok)# SKIP' + xecho 'ok)#SKIP)' + printf '%s\n' 'ok)#SKIP)' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO)' + printf '%s\n' 'not ok# TODO)' + test 'x)' '!=' x# + test 'x)' '!=' 'x\' + xecho 'not ok)#TODO' + printf '%s\n' 'not ok)#TODO' + xecho 'not ok)# TODO' + printf '%s\n' 'not ok)# TODO' + xecho 'not ok)#TODO)' + printf '%s\n' 'not ok)#TODO)' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO)' + printf '%s\n' 'ok# TODO)' + test 'x)' '!=' x# + test 'x)' '!=' 'x\' + xecho 'ok)#TODO' + printf '%s\n' 'ok)#TODO' + xecho 'ok)# TODO' + printf '%s\n' 'ok)# TODO' + xecho 'ok)#TODO)' + printf '%s\n' 'ok)#TODO)' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok|' + printf '%s\n' 'ok|' + xecho 'not ok|' + printf '%s\n' 'not ok|' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP|' + printf '%s\n' 'ok# SKIP|' + test 'x|' '!=' x# + test 'x|' '!=' 'x\' + xecho 'ok|#SKIP' + printf '%s\n' 'ok|#SKIP' + xecho 'ok|# SKIP' + printf '%s\n' 'ok|# SKIP' + xecho 'ok|#SKIP|' + printf '%s\n' 'ok|#SKIP|' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO|' + printf '%s\n' 'not ok# TODO|' + test 'x|' '!=' x# + test 'x|' '!=' 'x\' + xecho 'not ok|#TODO' + printf '%s\n' 'not ok|#TODO' + xecho 'not ok|# TODO' + printf '%s\n' 'not ok|# TODO' + xecho 'not ok|#TODO|' + printf '%s\n' 'not ok|#TODO|' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO|' + printf '%s\n' 'ok# TODO|' + test 'x|' '!=' x# + test 'x|' '!=' 'x\' + xecho 'ok|#TODO' + printf '%s\n' 'ok|#TODO' + xecho 'ok|# TODO' + printf '%s\n' 'ok|# TODO' + xecho 'ok|#TODO|' + printf '%s\n' 'ok|#TODO|' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok^' + printf '%s\n' 'ok^' + xecho 'not ok^' + printf '%s\n' 'not ok^' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP^' + printf '%s\n' 'ok# SKIP^' + test 'x^' '!=' x# + test 'x^' '!=' 'x\' + xecho 'ok^#SKIP' + printf '%s\n' 'ok^#SKIP' + xecho 'ok^# SKIP' + printf '%s\n' 'ok^# SKIP' + xecho 'ok^#SKIP^' + printf '%s\n' 'ok^#SKIP^' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO^' + printf '%s\n' 'not ok# TODO^' + test 'x^' '!=' x# + test 'x^' '!=' 'x\' + xecho 'not ok^#TODO' + printf '%s\n' 'not ok^#TODO' + xecho 'not ok^# TODO' + printf '%s\n' 'not ok^# TODO' + xecho 'not ok^#TODO^' + printf '%s\n' 'not ok^#TODO^' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO^' + printf '%s\n' 'ok# TODO^' + test 'x^' '!=' x# + test 'x^' '!=' 'x\' + xecho 'ok^#TODO' + printf '%s\n' 'ok^#TODO' + xecho 'ok^# TODO' + printf '%s\n' 'ok^# TODO' + xecho 'ok^#TODO^' + printf '%s\n' 'ok^#TODO^' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho ok~ + printf '%s\n' ok~ + xecho 'not ok~' + printf '%s\n' 'not ok~' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP~' + printf '%s\n' 'ok# SKIP~' + test x~ '!=' x# + test x~ '!=' 'x\' + xecho ok~#SKIP + printf '%s\n' ok~#SKIP + xecho 'ok~# SKIP' + printf '%s\n' 'ok~# SKIP' + xecho ok~#SKIP~ + printf '%s\n' ok~#SKIP~ + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO~' + printf '%s\n' 'not ok# TODO~' + test x~ '!=' x# + test x~ '!=' 'x\' + xecho 'not ok~#TODO' + printf '%s\n' 'not ok~#TODO' + xecho 'not ok~# TODO' + printf '%s\n' 'not ok~# TODO' + xecho 'not ok~#TODO~' + printf '%s\n' 'not ok~#TODO~' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO~' + printf '%s\n' 'ok# TODO~' + test x~ '!=' x# + test x~ '!=' 'x\' + xecho ok~#TODO + printf '%s\n' ok~#TODO + xecho 'ok~# TODO' + printf '%s\n' 'ok~# TODO' + xecho ok~#TODO~ + printf '%s\n' ok~#TODO~ + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok?' + printf '%s\n' 'ok?' + xecho 'not ok?' + printf '%s\n' 'not ok?' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP?' + printf '%s\n' 'ok# SKIP?' + test 'x?' '!=' x# + test 'x?' '!=' 'x\' + xecho 'ok?#SKIP' + printf '%s\n' 'ok?#SKIP' + xecho 'ok?# SKIP' + printf '%s\n' 'ok?# SKIP' + xecho 'ok?#SKIP?' + printf '%s\n' 'ok?#SKIP?' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO?' + printf '%s\n' 'not ok# TODO?' + test 'x?' '!=' x# + test 'x?' '!=' 'x\' + xecho 'not ok?#TODO' + printf '%s\n' 'not ok?#TODO' + xecho 'not ok?# TODO' + printf '%s\n' 'not ok?# TODO' + xecho 'not ok?#TODO?' + printf '%s\n' 'not ok?#TODO?' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO?' + printf '%s\n' 'ok# TODO?' + test 'x?' '!=' x# + test 'x?' '!=' 'x\' + xecho 'ok?#TODO' + printf '%s\n' 'ok?#TODO' + xecho 'ok?# TODO' + printf '%s\n' 'ok?# TODO' + xecho 'ok?#TODO?' + printf '%s\n' 'ok?#TODO?' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok*' + printf '%s\n' 'ok*' + xecho 'not ok*' + printf '%s\n' 'not ok*' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP*' + printf '%s\n' 'ok# SKIP*' + test 'x*' '!=' x# + test 'x*' '!=' 'x\' + xecho 'ok*#SKIP' + printf '%s\n' 'ok*#SKIP' + xecho 'ok*# SKIP' + printf '%s\n' 'ok*# SKIP' + xecho 'ok*#SKIP*' + printf '%s\n' 'ok*#SKIP*' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO*' + printf '%s\n' 'not ok# TODO*' + test 'x*' '!=' x# + test 'x*' '!=' 'x\' + xecho 'not ok*#TODO' + printf '%s\n' 'not ok*#TODO' + xecho 'not ok*# TODO' + printf '%s\n' 'not ok*# TODO' + xecho 'not ok*#TODO*' + printf '%s\n' 'not ok*#TODO*' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO*' + printf '%s\n' 'ok# TODO*' + test 'x*' '!=' x# + test 'x*' '!=' 'x\' + xecho 'ok*#TODO' + printf '%s\n' 'ok*#TODO' + xecho 'ok*# TODO' + printf '%s\n' 'ok*# TODO' + xecho 'ok*#TODO*' + printf '%s\n' 'ok*#TODO*' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho ok+ + printf '%s\n' ok+ + xecho 'not ok+' + printf '%s\n' 'not ok+' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP+' + printf '%s\n' 'ok# SKIP+' + test x+ '!=' x# + test x+ '!=' 'x\' + xecho ok+#SKIP + printf '%s\n' ok+#SKIP + xecho 'ok+# SKIP' + printf '%s\n' 'ok+# SKIP' + xecho ok+#SKIP+ + printf '%s\n' ok+#SKIP+ + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO+' + printf '%s\n' 'not ok# TODO+' + test x+ '!=' x# + test x+ '!=' 'x\' + xecho 'not ok+#TODO' + printf '%s\n' 'not ok+#TODO' + xecho 'not ok+# TODO' + printf '%s\n' 'not ok+# TODO' + xecho 'not ok+#TODO+' + printf '%s\n' 'not ok+#TODO+' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO+' + printf '%s\n' 'ok# TODO+' + test x+ '!=' x# + test x+ '!=' 'x\' + xecho ok+#TODO + printf '%s\n' ok+#TODO + xecho 'ok+# TODO' + printf '%s\n' 'ok+# TODO' + xecho ok+#TODO+ + printf '%s\n' ok+#TODO+ + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho ok- + printf '%s\n' ok- + xecho 'not ok-' + printf '%s\n' 'not ok-' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP-' + printf '%s\n' 'ok# SKIP-' + test x- '!=' x# + test x- '!=' 'x\' + xecho ok-#SKIP + printf '%s\n' ok-#SKIP + xecho 'ok-# SKIP' + printf '%s\n' 'ok-# SKIP' + xecho ok-#SKIP- + printf '%s\n' ok-#SKIP- + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO-' + printf '%s\n' 'not ok# TODO-' + test x- '!=' x# + test x- '!=' 'x\' + xecho 'not ok-#TODO' + printf '%s\n' 'not ok-#TODO' + xecho 'not ok-# TODO' + printf '%s\n' 'not ok-# TODO' + xecho 'not ok-#TODO-' + printf '%s\n' 'not ok-#TODO-' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO-' + printf '%s\n' 'ok# TODO-' + test x- '!=' x# + test x- '!=' 'x\' + xecho ok-#TODO + printf '%s\n' ok-#TODO + xecho 'ok-# TODO' + printf '%s\n' 'ok-# TODO' + xecho ok-#TODO- + printf '%s\n' ok-#TODO- + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho ok, + printf '%s\n' ok, + xecho 'not ok,' + printf '%s\n' 'not ok,' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP,' + printf '%s\n' 'ok# SKIP,' + test x, '!=' x# + test x, '!=' 'x\' + xecho ok,#SKIP + printf '%s\n' ok,#SKIP + xecho 'ok,# SKIP' + printf '%s\n' 'ok,# SKIP' + xecho ok,#SKIP, + printf '%s\n' ok,#SKIP, + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO,' + printf '%s\n' 'not ok# TODO,' + test x, '!=' x# + test x, '!=' 'x\' + xecho 'not ok,#TODO' + printf '%s\n' 'not ok,#TODO' + xecho 'not ok,# TODO' + printf '%s\n' 'not ok,# TODO' + xecho 'not ok,#TODO,' + printf '%s\n' 'not ok,#TODO,' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO,' + printf '%s\n' 'ok# TODO,' + test x, '!=' x# + test x, '!=' 'x\' + xecho ok,#TODO + printf '%s\n' ok,#TODO + xecho 'ok,# TODO' + printf '%s\n' 'ok,# TODO' + xecho ok,#TODO, + printf '%s\n' ok,#TODO, + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho ok: + printf '%s\n' ok: + xecho 'not ok:' + printf '%s\n' 'not ok:' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP:' + printf '%s\n' 'ok# SKIP:' + test x: '!=' x# + test x: '!=' 'x\' + xecho ok:#SKIP + printf '%s\n' ok:#SKIP + xecho 'ok:# SKIP' + printf '%s\n' 'ok:# SKIP' + xecho ok:#SKIP: + printf '%s\n' ok:#SKIP: + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO:' + printf '%s\n' 'not ok# TODO:' + test x: '!=' x# + test x: '!=' 'x\' + xecho 'not ok:#TODO' + printf '%s\n' 'not ok:#TODO' + xecho 'not ok:# TODO' + printf '%s\n' 'not ok:# TODO' + xecho 'not ok:#TODO:' + printf '%s\n' 'not ok:#TODO:' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO:' + printf '%s\n' 'ok# TODO:' + test x: '!=' x# + test x: '!=' 'x\' + xecho ok:#TODO + printf '%s\n' ok:#TODO + xecho 'ok:# TODO' + printf '%s\n' 'ok:# TODO' + xecho ok:#TODO: + printf '%s\n' ok:#TODO: + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok;' + printf '%s\n' 'ok;' + xecho 'not ok;' + printf '%s\n' 'not ok;' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP;' + printf '%s\n' 'ok# SKIP;' + test 'x;' '!=' x# + test 'x;' '!=' 'x\' + xecho 'ok;#SKIP' + printf '%s\n' 'ok;#SKIP' + xecho 'ok;# SKIP' + printf '%s\n' 'ok;# SKIP' + xecho 'ok;#SKIP;' + printf '%s\n' 'ok;#SKIP;' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO;' + printf '%s\n' 'not ok# TODO;' + test 'x;' '!=' x# + test 'x;' '!=' 'x\' + xecho 'not ok;#TODO' + printf '%s\n' 'not ok;#TODO' + xecho 'not ok;# TODO' + printf '%s\n' 'not ok;# TODO' + xecho 'not ok;#TODO;' + printf '%s\n' 'not ok;#TODO;' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO;' + printf '%s\n' 'ok# TODO;' + test 'x;' '!=' x# + test 'x;' '!=' 'x\' + xecho 'ok;#TODO' + printf '%s\n' 'ok;#TODO' + xecho 'ok;# TODO' + printf '%s\n' 'ok;# TODO' + xecho 'ok;#TODO;' + printf '%s\n' 'ok;#TODO;' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho ok= + printf '%s\n' ok= + xecho 'not ok=' + printf '%s\n' 'not ok=' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP=' + printf '%s\n' 'ok# SKIP=' + test x= '!=' x# + test x= '!=' 'x\' + xecho ok=#SKIP + printf '%s\n' ok=#SKIP + xecho 'ok=# SKIP' + printf '%s\n' 'ok=# SKIP' + xecho ok=#SKIP= + printf '%s\n' ok=#SKIP= + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO=' + printf '%s\n' 'not ok# TODO=' + test x= '!=' x# + test x= '!=' 'x\' + xecho 'not ok=#TODO' + printf '%s\n' 'not ok=#TODO' + xecho 'not ok=# TODO' + printf '%s\n' 'not ok=# TODO' + xecho 'not ok=#TODO=' + printf '%s\n' 'not ok=#TODO=' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO=' + printf '%s\n' 'ok# TODO=' + test x= '!=' x# + test x= '!=' 'x\' + xecho ok=#TODO + printf '%s\n' ok=#TODO + xecho 'ok=# TODO' + printf '%s\n' 'ok=# TODO' + xecho ok=#TODO= + printf '%s\n' ok=#TODO= + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok<' + printf '%s\n' 'ok<' + xecho 'not ok<' + printf '%s\n' 'not ok<' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP<' + printf '%s\n' 'ok# SKIP<' + test 'x<' '!=' x# + test 'x<' '!=' 'x\' + xecho 'ok<#SKIP' + printf '%s\n' 'ok<#SKIP' + xecho 'ok<# SKIP' + printf '%s\n' 'ok<# SKIP' + xecho 'ok<#SKIP<' + printf '%s\n' 'ok<#SKIP<' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO<' + printf '%s\n' 'not ok# TODO<' + test 'x<' '!=' x# + test 'x<' '!=' 'x\' + xecho 'not ok<#TODO' + printf '%s\n' 'not ok<#TODO' + xecho 'not ok<# TODO' + printf '%s\n' 'not ok<# TODO' + xecho 'not ok<#TODO<' + printf '%s\n' 'not ok<#TODO<' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO<' + printf '%s\n' 'ok# TODO<' + test 'x<' '!=' x# + test 'x<' '!=' 'x\' + xecho 'ok<#TODO' + printf '%s\n' 'ok<#TODO' + xecho 'ok<# TODO' + printf '%s\n' 'ok<# TODO' + xecho 'ok<#TODO<' + printf '%s\n' 'ok<#TODO<' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok>' + printf '%s\n' 'ok>' + xecho 'not ok>' + printf '%s\n' 'not ok>' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP>' + printf '%s\n' 'ok# SKIP>' + test 'x>' '!=' x# + test 'x>' '!=' 'x\' + xecho 'ok>#SKIP' + printf '%s\n' 'ok>#SKIP' + xecho 'ok># SKIP' + printf '%s\n' 'ok># SKIP' + xecho 'ok>#SKIP>' + printf '%s\n' 'ok>#SKIP>' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO>' + printf '%s\n' 'not ok# TODO>' + test 'x>' '!=' x# + test 'x>' '!=' 'x\' + xecho 'not ok>#TODO' + printf '%s\n' 'not ok>#TODO' + xecho 'not ok># TODO' + printf '%s\n' 'not ok># TODO' + xecho 'not ok>#TODO>' + printf '%s\n' 'not ok>#TODO>' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO>' + printf '%s\n' 'ok# TODO>' + test 'x>' '!=' x# + test 'x>' '!=' 'x\' + xecho 'ok>#TODO' + printf '%s\n' 'ok>#TODO' + xecho 'ok># TODO' + printf '%s\n' 'ok># TODO' + xecho 'ok>#TODO>' + printf '%s\n' 'ok>#TODO>' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho ok@ + printf '%s\n' ok@ + xecho 'not ok@' + printf '%s\n' 'not ok@' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP@' + printf '%s\n' 'ok# SKIP@' + test x@ '!=' x# + test x@ '!=' 'x\' + xecho address@hidden + printf '%s\n' address@hidden + xecho 'address@hidden SKIP' + printf '%s\n' 'address@hidden SKIP' + xecho address@hidden@ + printf '%s\n' address@hidden@ + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO@' + printf '%s\n' 'not ok# TODO@' + test x@ '!=' x# + test x@ '!=' 'x\' + xecho 'not address@hidden' + printf '%s\n' 'not address@hidden' + xecho 'not address@hidden TODO' + printf '%s\n' 'not address@hidden TODO' + xecho 'not address@hidden@' + printf '%s\n' 'not address@hidden@' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO@' + printf '%s\n' 'ok# TODO@' + test x@ '!=' x# + test x@ '!=' 'x\' + xecho address@hidden + printf '%s\n' address@hidden + xecho 'address@hidden TODO' + printf '%s\n' 'address@hidden TODO' + xecho address@hidden@ + printf '%s\n' address@hidden@ + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok[' + printf '%s\n' 'ok[' + xecho 'not ok[' + printf '%s\n' 'not ok[' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP[' + printf '%s\n' 'ok# SKIP[' + test 'x[' '!=' x# + test 'x[' '!=' 'x\' + xecho 'ok[#SKIP' + printf '%s\n' 'ok[#SKIP' + xecho 'ok[# SKIP' + printf '%s\n' 'ok[# SKIP' + xecho 'ok[#SKIP[' + printf '%s\n' 'ok[#SKIP[' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO[' + printf '%s\n' 'not ok# TODO[' + test 'x[' '!=' x# + test 'x[' '!=' 'x\' + xecho 'not ok[#TODO' + printf '%s\n' 'not ok[#TODO' + xecho 'not ok[# TODO' + printf '%s\n' 'not ok[# TODO' + xecho 'not ok[#TODO[' + printf '%s\n' 'not ok[#TODO[' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO[' + printf '%s\n' 'ok# TODO[' + test 'x[' '!=' x# + test 'x[' '!=' 'x\' + xecho 'ok[#TODO' + printf '%s\n' 'ok[#TODO' + xecho 'ok[# TODO' + printf '%s\n' 'ok[# TODO' + xecho 'ok[#TODO[' + printf '%s\n' 'ok[#TODO[' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok]' + printf '%s\n' 'ok]' + xecho 'not ok]' + printf '%s\n' 'not ok]' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP]' + printf '%s\n' 'ok# SKIP]' + test 'x]' '!=' x# + test 'x]' '!=' 'x\' + xecho 'ok]#SKIP' + printf '%s\n' 'ok]#SKIP' + xecho 'ok]# SKIP' + printf '%s\n' 'ok]# SKIP' + xecho 'ok]#SKIP]' + printf '%s\n' 'ok]#SKIP]' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO]' + printf '%s\n' 'not ok# TODO]' + test 'x]' '!=' x# + test 'x]' '!=' 'x\' + xecho 'not ok]#TODO' + printf '%s\n' 'not ok]#TODO' + xecho 'not ok]# TODO' + printf '%s\n' 'not ok]# TODO' + xecho 'not ok]#TODO]' + printf '%s\n' 'not ok]#TODO]' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO]' + printf '%s\n' 'ok# TODO]' + test 'x]' '!=' x# + test 'x]' '!=' 'x\' + xecho 'ok]#TODO' + printf '%s\n' 'ok]#TODO' + xecho 'ok]# TODO' + printf '%s\n' 'ok]# TODO' + xecho 'ok]#TODO]' + printf '%s\n' 'ok]#TODO]' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok{' + printf '%s\n' 'ok{' + xecho 'not ok{' + printf '%s\n' 'not ok{' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP{' + printf '%s\n' 'ok# SKIP{' + test 'x{' '!=' x# + test 'x{' '!=' 'x\' + xecho 'ok{#SKIP' + printf '%s\n' 'ok{#SKIP' + xecho 'ok{# SKIP' + printf '%s\n' 'ok{# SKIP' + xecho 'ok{#SKIP{' + printf '%s\n' 'ok{#SKIP{' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO{' + printf '%s\n' 'not ok# TODO{' + test 'x{' '!=' x# + test 'x{' '!=' 'x\' + xecho 'not ok{#TODO' + printf '%s\n' 'not ok{#TODO' + xecho 'not ok{# TODO' + printf '%s\n' 'not ok{# TODO' + xecho 'not ok{#TODO{' + printf '%s\n' 'not ok{#TODO{' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO{' + printf '%s\n' 'ok# TODO{' + test 'x{' '!=' x# + test 'x{' '!=' 'x\' + xecho 'ok{#TODO' + printf '%s\n' 'ok{#TODO' + xecho 'ok{# TODO' + printf '%s\n' 'ok{# TODO' + xecho 'ok{#TODO{' + printf '%s\n' 'ok{#TODO{' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok}' + printf '%s\n' 'ok}' + xecho 'not ok}' + printf '%s\n' 'not ok}' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP}' + printf '%s\n' 'ok# SKIP}' + test 'x}' '!=' x# + test 'x}' '!=' 'x\' + xecho 'ok}#SKIP' + printf '%s\n' 'ok}#SKIP' + xecho 'ok}# SKIP' + printf '%s\n' 'ok}# SKIP' + xecho 'ok}#SKIP}' + printf '%s\n' 'ok}#SKIP}' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO}' + printf '%s\n' 'not ok# TODO}' + test 'x}' '!=' x# + test 'x}' '!=' 'x\' + xecho 'not ok}#TODO' + printf '%s\n' 'not ok}#TODO' + xecho 'not ok}# TODO' + printf '%s\n' 'not ok}# TODO' + xecho 'not ok}#TODO}' + printf '%s\n' 'not ok}#TODO}' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO}' + printf '%s\n' 'ok# TODO}' + test 'x}' '!=' x# + test 'x}' '!=' 'x\' + xecho 'ok}#TODO' + printf '%s\n' 'ok}#TODO' + xecho 'ok}# TODO' + printf '%s\n' 'ok}# TODO' + xecho 'ok}#TODO}' + printf '%s\n' 'ok}#TODO}' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok\\' + printf '%s\n' 'ok\\' + xecho 'not ok\\' + printf '%s\n' 'not ok\\' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP\\' + printf '%s\n' 'ok# SKIP\\' + test 'x\\' '!=' x# + test 'x\\' '!=' 'x\' + xecho 'ok\\#SKIP' + printf '%s\n' 'ok\\#SKIP' + xecho 'ok\\# SKIP' + printf '%s\n' 'ok\\# SKIP' + xecho 'ok\\#SKIP\\' + printf '%s\n' 'ok\\#SKIP\\' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO\\' + printf '%s\n' 'not ok# TODO\\' + test 'x\\' '!=' x# + test 'x\\' '!=' 'x\' + xecho 'not ok\\#TODO' + printf '%s\n' 'not ok\\#TODO' + xecho 'not ok\\# TODO' + printf '%s\n' 'not ok\\# TODO' + xecho 'not ok\\#TODO\\' + printf '%s\n' 'not ok\\#TODO\\' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO\\' + printf '%s\n' 'ok# TODO\\' + test 'x\\' '!=' x# + test 'x\\' '!=' 'x\' + xecho 'ok\\#TODO' + printf '%s\n' 'ok\\#TODO' + xecho 'ok\\# TODO' + printf '%s\n' 'ok\\# TODO' + xecho 'ok\\#TODO\\' + printf '%s\n' 'ok\\#TODO\\' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho ok... + printf '%s\n' ok... + xecho 'not ok...' + printf '%s\n' 'not ok...' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP...' + printf '%s\n' 'ok# SKIP...' + test x... '!=' x# + test x... '!=' 'x\' + xecho ok...#SKIP + printf '%s\n' ok...#SKIP + xecho 'ok...# SKIP' + printf '%s\n' 'ok...# SKIP' + xecho ok...#SKIP... + printf '%s\n' ok...#SKIP... + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO...' + printf '%s\n' 'not ok# TODO...' + test x... '!=' x# + test x... '!=' 'x\' + xecho 'not ok...#TODO' + printf '%s\n' 'not ok...#TODO' + xecho 'not ok...# TODO' + printf '%s\n' 'not ok...# TODO' + xecho 'not ok...#TODO...' + printf '%s\n' 'not ok...#TODO...' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO...' + printf '%s\n' 'ok# TODO...' + test x... '!=' x# + test x... '!=' 'x\' + xecho ok...#TODO + printf '%s\n' ok...#TODO + xecho 'ok...# TODO' + printf '%s\n' 'ok...# TODO' + xecho ok...#TODO... + printf '%s\n' ok...#TODO... + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok?[a-zA-Z0-9]*' + printf '%s\n' 'ok?[a-zA-Z0-9]*' + xecho 'not ok?[a-zA-Z0-9]*' + printf '%s\n' 'not ok?[a-zA-Z0-9]*' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP?[a-zA-Z0-9]*' + printf '%s\n' 'ok# SKIP?[a-zA-Z0-9]*' + test 'x?[a-zA-Z0-9]*' '!=' x# + test 'x?[a-zA-Z0-9]*' '!=' 'x\' + xecho 'ok?[a-zA-Z0-9]*#SKIP' + printf '%s\n' 'ok?[a-zA-Z0-9]*#SKIP' + xecho 'ok?[a-zA-Z0-9]*# SKIP' + printf '%s\n' 'ok?[a-zA-Z0-9]*# SKIP' + xecho 'ok?[a-zA-Z0-9]*#SKIP?[a-zA-Z0-9]*' + printf '%s\n' 'ok?[a-zA-Z0-9]*#SKIP?[a-zA-Z0-9]*' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO?[a-zA-Z0-9]*' + printf '%s\n' 'not ok# TODO?[a-zA-Z0-9]*' + test 'x?[a-zA-Z0-9]*' '!=' x# + test 'x?[a-zA-Z0-9]*' '!=' 'x\' + xecho 'not ok?[a-zA-Z0-9]*#TODO' + printf '%s\n' 'not ok?[a-zA-Z0-9]*#TODO' + xecho 'not ok?[a-zA-Z0-9]*# TODO' + printf '%s\n' 'not ok?[a-zA-Z0-9]*# TODO' + xecho 'not ok?[a-zA-Z0-9]*#TODO?[a-zA-Z0-9]*' + printf '%s\n' 'not ok?[a-zA-Z0-9]*#TODO?[a-zA-Z0-9]*' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO?[a-zA-Z0-9]*' + printf '%s\n' 'ok# TODO?[a-zA-Z0-9]*' + test 'x?[a-zA-Z0-9]*' '!=' x# + test 'x?[a-zA-Z0-9]*' '!=' 'x\' + xecho 'ok?[a-zA-Z0-9]*#TODO' + printf '%s\n' 'ok?[a-zA-Z0-9]*#TODO' + xecho 'ok?[a-zA-Z0-9]*# TODO' + printf '%s\n' 'ok?[a-zA-Z0-9]*# TODO' + xecho 'ok?[a-zA-Z0-9]*#TODO?[a-zA-Z0-9]*' + printf '%s\n' 'ok?[a-zA-Z0-9]*#TODO?[a-zA-Z0-9]*' + for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' + xecho 'ok*.*' + printf '%s\n' 'ok*.*' + xecho 'not ok*.*' + printf '%s\n' 'not ok*.*' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=SKIP' ++ result=ok ++ directive=SKIP + xecho 'ok# SKIP*.*' + printf '%s\n' 'ok# SKIP*.*' + test 'x*.*' '!=' x# + test 'x*.*' '!=' 'x\' + xecho 'ok*.*#SKIP' + printf '%s\n' 'ok*.*#SKIP' + xecho 'ok*.*# SKIP' + printf '%s\n' 'ok*.*# SKIP' + xecho 'ok*.*#SKIP*.*' + printf '%s\n' 'ok*.*#SKIP*.*' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="not ok" directive=TODO' ++ result='not ok' ++ directive=TODO + xecho 'not ok# TODO*.*' + printf '%s\n' 'not ok# TODO*.*' + test 'x*.*' '!=' x# + test 'x*.*' '!=' 'x\' + xecho 'not ok*.*#TODO' + printf '%s\n' 'not ok*.*#TODO' + xecho 'not ok*.*# TODO' + printf '%s\n' 'not ok*.*# TODO' + xecho 'not ok*.*#TODO*.*' + printf '%s\n' 'not ok*.*#TODO*.*' + for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' + eval 'result="ok" directive=TODO' ++ result=ok ++ directive=TODO + xecho 'ok# TODO*.*' + printf '%s\n' 'ok# TODO*.*' + test 'x*.*' '!=' x# + test 'x*.*' '!=' 'x\' + xecho 'ok*.*#TODO' + printf '%s\n' 'ok*.*#TODO' + xecho 'ok*.*# TODO' + printf '%s\n' 'ok*.*# TODO' + xecho 'ok*.*#TODO*.*' + printf '%s\n' 'ok*.*#TODO*.*' + grep '[^\\]\\#' all.test + pass=34 + fail=34 + xfail=130 + xpass=130 + skip=130 + error=0 + total=458 + for result in ''\''ok'\''' ''\''not ok'\''' + echo 'ok{[(<# TODO>)]}' + for result in ''\''ok'\''' ''\''not ok'\''' + echo 'not ok{[(<# TODO>)]}' + echo 'ok{[(<# SKIP>)]}' + xfail=131 + xpass=131 + skip=131 + total=461 + echo 1..461 + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + /bin/grep -E '^(PASS|FAIL|SKIP).*#.*TODO' stdout + /bin/grep -E '^X?(PASS|FAIL).*#.*SKIP' stdout + count_test_results total=461 pass=34 fail=34 skip=131 xpass=131 xfail=131 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=461 pass=34 fail=34 skip=131 xpass=131 xfail=131 error=0 ++ total=461 ++ pass=34 ++ fail=34 ++ skip=131 ++ xpass=131 ++ xfail=131 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 34 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 131 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 131 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 34 + rc=1 ++ grep -c '^XPASS:' stdout + test 0 -eq 131 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *461$' stdout + rc=1 + grep '^# PASS: *34$' stdout + rc=1 + grep '^# XFAIL: *131$' stdout + rc=1 + grep '^# SKIP: *131$' stdout + rc=1 + grep '^# FAIL: *34$' stdout + rc=1 + grep '^# XPASS: *131$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-fancy2: exit 1 FAIL: t/tap-global-log ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-global-log.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + cat + cat top - bot + cat top - bot + cat top - bot + cat top - bot + cat top - bot + cat top - bot + cat + exec + echo 'ok # SKIP' + cat hodgepodge + echo 'not ok # TODO' + echo ok + exec + cat ++ echo bail.test error.test fail.test misc.test ok.test skipall.test skip.test todo.test xpass.test + run_make -e IGNORE 'TESTS=bail.test error.test fail.test misc.test ok.test skipall.test skip.test todo.test xpass.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_rc_exp=IGNORE + shift + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=bail.test error.test fail.test misc.test ok.test skipall.test skip.test todo.test xpass.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test no = yes + test no = yes + case $am__make_rc_exp in + : Ignore exit status + cat test-suite.log cat: test-suite.log: No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-global-log: exit 1 FAIL: t/tap-global-result ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-global-result.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + cat + cat + sed '1s/.*/1..4/' ok.test + echo 'not ok 4' + cat + sed '1s/.*/1..4/' ok.test + echo 'ok 4 # TODO' + echo 'Bail out!' + cat ok.test + echo 'Bail out!' + cat + cat + cat + cat + cat + cat + cat + cat + cat + cat ++ echo bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test + tests='bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test' + run_make -O -e FAIL 'TESTS=bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 5 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 4 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 ++ echo ' bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test ' ++ sed 's/\.test / /' + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' + echo :copy-in-global-log: yes + rm -f test-suite.log + run_make -e FAIL 'TESTS=bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test' test-suite.log + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + return 0 + : + test x '!=' x + : exec make 'TESTS=bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test' test-suite.log + set +x make: *** No rule to make target `test-suite.log'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test no = yes + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + cat test-suite.log cat: test-suite.log: No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-global-result: exit 1 ERROR: t/tap-log ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-log.dir + cat + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ mv Makefile.am Makefile.am~ ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ mv -f Makefile.am~ Makefile.am ++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' ++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) ++ fatal_ 'failed to remake Makefile.in' ++ warn_ 'tap-log: hard error: failed to remake Makefile.in' ++ echo 'tap-log: hard error: failed to remake Makefile.in' ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-log: exit 99 FAIL: t/tap-msg0-result ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-msg0-result.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=10 pass=2 fail=2 xpass=2 xfail=2 skip=2 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=10 pass=2 fail=2 xpass=2 xfail=2 skip=2 error=0 ++ total=10 ++ pass=2 ++ fail=2 ++ xpass=2 ++ xfail=2 ++ skip=2 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^XPASS:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *10$' stdout + rc=1 + grep '^# PASS: *2$' stdout + rc=1 + grep '^# XFAIL: *2$' stdout + rc=1 + grep '^# SKIP: *2$' stdout + rc=1 + grep '^# FAIL: *2$' stdout + rc=1 + grep '^# XPASS: *2$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-msg0-result: exit 1 FAIL: t/tap-msg0-directive ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-msg0-directive.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=3 pass=0 fail=0 xpass=1 xfail=1 skip=1 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=3 pass=0 fail=0 xpass=1 xfail=1 skip=1 error=0 ++ total=3 ++ pass=0 ++ fail=0 ++ xpass=1 ++ xfail=1 ++ skip=1 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 0 ++ grep -c '^XFAIL:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *3$' stdout + rc=1 + grep '^# PASS: *0$' stdout + rc=1 + grep '^# XFAIL: *1$' stdout + rc=1 + grep '^# SKIP: *1$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *1$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-msg0-directive: exit 1 FAIL: t/tap-msg0-planskip ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-msg0-planskip.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + echo '1..0 # SKIP 0' + echo '1..0 # SKIP 0.0' + run_make -O 'TESTS=a.test b.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 3 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=a.test b.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-msg0-planskip: exit 1 FAIL: t/tap-msg0-bailout ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-msg0-bailout.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + echo 'Bail out! 0' + echo 'Bail out! 0.0' + run_make -O -e FAIL 'TESTS=a.test b.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 5 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 4 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=a.test b.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=2 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=2 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=2 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=2 ++ total=2 ++ pass=0 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=0 ++ error=2 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 0 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 2 + rc=1 + grep '^# TOTAL: *2$' stdout + rc=1 + grep '^# PASS: *0$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *0$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *2$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-msg0-bailout: exit 1 FAIL: t/tap-msg0-misc ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-msg0-misc.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=14 pass=2 fail=0 xpass=4 xfail=4 skip=4 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=14 pass=2 fail=0 xpass=4 xfail=4 skip=4 error=0 ++ total=14 ++ pass=2 ++ fail=0 ++ xpass=4 ++ xfail=4 ++ skip=4 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 4 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 4 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 4 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *14$' stdout + rc=1 + grep '^# PASS: *2$' stdout + rc=1 + grep '^# XFAIL: *4$' stdout + rc=1 + grep '^# SKIP: *4$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *4$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-msg0-misc: exit 1 ERROR: t/tap-merge-stdout-stderr ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-merge-stdout-stderr.dir + fetch_tap_driver + case $am_tap_implementation in + AM_TAP_AWK=gawk + export AM_TAP_AWK + sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh + chmod a+x tap-driver + sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of + cat + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ mv Makefile.am Makefile.am~ ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ mv -f Makefile.am~ Makefile.am ++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' ++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) ++ fatal_ 'failed to remake Makefile.in' ++ warn_ 'tap-merge-stdout-stderr: hard error: failed to remake Makefile.in' ++ echo 'tap-merge-stdout-stderr: hard error: failed to remake Makefile.in' ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-merge-stdout-stderr: exit 99 ERROR: t/tap-no-merge-stdout-stderr =================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-no-merge-stdout-stderr.dir + cat + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ mv Makefile.am Makefile.am~ ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ mv -f Makefile.am~ Makefile.am ++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' ++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) ++ fatal_ 'failed to remake Makefile.in' ++ warn_ 'tap-no-merge-stdout-stderr: hard error: failed to remake Makefile.in' ++ echo 'tap-no-merge-stdout-stderr: hard error: failed to remake Makefile.in' ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-no-merge-stdout-stderr: exit 99 ERROR: t/tap-no-disable-hard-error ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-no-disable-hard-error.dir + cat + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ mv Makefile.am Makefile.am~ ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ mv -f Makefile.am~ Makefile.am ++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' ++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) ++ fatal_ 'failed to remake Makefile.in' ++ warn_ 'tap-no-disable-hard-error: hard error: failed to remake Makefile.in' ++ echo 'tap-no-disable-hard-error: hard error: failed to remake Makefile.in' ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-no-disable-hard-error: exit 99 FAIL: t/tap-no-spurious-summary =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-no-spurious-summary.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-no-spurious-summary: exit 1 FAIL: t/tap-no-spurious-numbers =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-no-spurious-numbers.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat ++ wc -l + n=32 + pass=96 + fail=96 + skip=93 + xfail=93 + xpass=93 + error=0 + total=471 + echo 1..471 + highno=1000 + for result in ''\''ok'\''' ''\''not ok'\''' + for spacing in '""' '" "' '"$tab"' + subst='ok &' + sed -e 's|.*|ok &|' prefixes + for directive in TODO SKIP + test 'ok TODO' '!=' 'not ok SKIP' + sed -e '/^#$/d' -e 's|.*|ok & # TODO|' prefixes + for directive in TODO SKIP + test 'ok SKIP' '!=' 'not ok SKIP' + sed -e '/^#$/d' -e 's|.*|ok & # SKIP|' prefixes + for spacing in '""' '" "' '"$tab"' + subst='ok & ' + sed -e 's|.*|ok & |' prefixes + for directive in TODO SKIP + test 'ok TODO' '!=' 'not ok SKIP' + sed -e '/^#$/d' -e 's|.*|ok & # TODO|' prefixes + for directive in TODO SKIP + test 'ok SKIP' '!=' 'not ok SKIP' + sed -e '/^#$/d' -e 's|.*|ok & # SKIP|' prefixes + for spacing in '""' '" "' '"$tab"' + subst='ok & ' + sed -e 's|.*|ok & |' prefixes + for directive in TODO SKIP + test 'ok TODO' '!=' 'not ok SKIP' + sed -e '/^#$/d' -e 's|.*|ok & # TODO|' prefixes + for directive in TODO SKIP + test 'ok SKIP' '!=' 'not ok SKIP' + sed -e '/^#$/d' -e 's|.*|ok & # SKIP|' prefixes + for result in ''\''ok'\''' ''\''not ok'\''' + for spacing in '""' '" "' '"$tab"' + subst='not ok &' + sed -e 's|.*|not ok &|' prefixes + for directive in TODO SKIP + test 'not ok TODO' '!=' 'not ok SKIP' + sed -e '/^#$/d' -e 's|.*|not ok & # TODO|' prefixes + for directive in TODO SKIP + test 'not ok SKIP' '!=' 'not ok SKIP' + continue + for spacing in '""' '" "' '"$tab"' + subst='not ok & ' + sed -e 's|.*|not ok & |' prefixes + for directive in TODO SKIP + test 'not ok TODO' '!=' 'not ok SKIP' + sed -e '/^#$/d' -e 's|.*|not ok & # TODO|' prefixes + for directive in TODO SKIP + test 'not ok SKIP' '!=' 'not ok SKIP' + continue + for spacing in '""' '" "' '"$tab"' + subst='not ok & ' + sed -e 's|.*|not ok & |' prefixes + for directive in TODO SKIP + test 'not ok TODO' '!=' 'not ok SKIP' + sed -e '/^#$/d' -e 's|.*|not ok & # TODO|' prefixes + for directive in TODO SKIP + test 'not ok SKIP' '!=' 'not ok SKIP' + continue + cat all.test 1..471 ok A ok a ok _ ok + ok - ok = ok / ok * ok . ok : ok , ok ; ok $ ok @ ok % ok & ok # ok ? ok ! ok | ok \ ok " ok ` ok ' ok ( ok ) ok [ ok ] ok { ok } ok < ok > ok A # TODO ok a # TODO ok _ # TODO ok + # TODO ok - # TODO ok = # TODO ok / # TODO ok * # TODO ok . # TODO ok : # TODO ok , # TODO ok ; # TODO ok $ # TODO ok @ # TODO ok % # TODO ok & # TODO ok ? # TODO ok ! # TODO ok | # TODO ok \ # TODO ok " # TODO ok ` # TODO ok ' # TODO ok ( # TODO ok ) # TODO ok [ # TODO ok ] # TODO ok { # TODO ok } # TODO ok < # TODO ok > # TODO ok A # SKIP ok a # SKIP ok _ # SKIP ok + # SKIP ok - # SKIP ok = # SKIP ok / # SKIP ok * # SKIP ok . # SKIP ok : # SKIP ok , # SKIP ok ; # SKIP ok $ # SKIP ok @ # SKIP ok % # SKIP ok & # SKIP ok ? # SKIP ok ! # SKIP ok | # SKIP ok \ # SKIP ok " # SKIP ok ` # SKIP ok ' # SKIP ok ( # SKIP ok ) # SKIP ok [ # SKIP ok ] # SKIP ok { # SKIP ok } # SKIP ok < # SKIP ok > # SKIP ok A ok a ok _ ok + ok - ok = ok / ok * ok . ok : ok , ok ; ok $ ok @ ok % ok & ok # ok ? ok ! ok | ok \ ok " ok ` ok ' ok ( ok ) ok [ ok ] ok { ok } ok < ok > ok A # TODO ok a # TODO ok _ # TODO ok + # TODO ok - # TODO ok = # TODO ok / # TODO ok * # TODO ok . # TODO ok : # TODO ok , # TODO ok ; # TODO ok $ # TODO ok @ # TODO ok % # TODO ok & # TODO ok ? # TODO ok ! # TODO ok | # TODO ok \ # TODO ok " # TODO ok ` # TODO ok ' # TODO ok ( # TODO ok ) # TODO ok [ # TODO ok ] # TODO ok { # TODO ok } # TODO ok < # TODO ok > # TODO ok A # SKIP ok a # SKIP ok _ # SKIP ok + # SKIP ok - # SKIP ok = # SKIP ok / # SKIP ok * # SKIP ok . # SKIP ok : # SKIP ok , # SKIP ok ; # SKIP ok $ # SKIP ok @ # SKIP ok % # SKIP ok & # SKIP ok ? # SKIP ok ! # SKIP ok | # SKIP ok \ # SKIP ok " # SKIP ok ` # SKIP ok ' # SKIP ok ( # SKIP ok ) # SKIP ok [ # SKIP ok ] # SKIP ok { # SKIP ok } # SKIP ok < # SKIP ok > # SKIP ok A ok a ok _ ok + ok - ok = ok / ok * ok . ok : ok , ok ; ok $ ok @ ok % ok & ok # ok ? ok ! ok | ok \ ok " ok ` ok ' ok ( ok ) ok [ ok ] ok { ok } ok < ok > ok A # TODO ok a # TODO ok _ # TODO ok + # TODO ok - # TODO ok = # TODO ok / # TODO ok * # TODO ok . # TODO ok : # TODO ok , # TODO ok ; # TODO ok $ # TODO ok @ # TODO ok % # TODO ok & # TODO ok ? # TODO ok ! # TODO ok | # TODO ok \ # TODO ok " # TODO ok ` # TODO ok ' # TODO ok ( # TODO ok ) # TODO ok [ # TODO ok ] # TODO ok { # TODO ok } # TODO ok < # TODO ok > # TODO ok A # SKIP ok a # SKIP ok _ # SKIP ok + # SKIP ok - # SKIP ok = # SKIP ok / # SKIP ok * # SKIP ok . # SKIP ok : # SKIP ok , # SKIP ok ; # SKIP ok $ # SKIP ok @ # SKIP ok % # SKIP ok & # SKIP ok ? # SKIP ok ! # SKIP ok | # SKIP ok \ # SKIP ok " # SKIP ok ` # SKIP ok ' # SKIP ok ( # SKIP ok ) # SKIP ok [ # SKIP ok ] # SKIP ok { # SKIP ok } # SKIP ok < # SKIP ok > # SKIP not ok A not ok a not ok _ not ok + not ok - not ok = not ok / not ok * not ok . not ok : not ok , not ok ; not ok $ not ok @ not ok % not ok & not ok # not ok ? not ok ! not ok | not ok \ not ok " not ok ` not ok ' not ok ( not ok ) not ok [ not ok ] not ok { not ok } not ok < not ok > not ok A # TODO not ok a # TODO not ok _ # TODO not ok + # TODO not ok - # TODO not ok = # TODO not ok / # TODO not ok * # TODO not ok . # TODO not ok : # TODO not ok , # TODO not ok ; # TODO not ok $ # TODO not ok @ # TODO not ok % # TODO not ok & # TODO not ok ? # TODO not ok ! # TODO not ok | # TODO not ok \ # TODO not ok " # TODO not ok ` # TODO not ok ' # TODO not ok ( # TODO not ok ) # TODO not ok [ # TODO not ok ] # TODO not ok { # TODO not ok } # TODO not ok < # TODO not ok > # TODO not ok A not ok a not ok _ not ok + not ok - not ok = not ok / not ok * not ok . not ok : not ok , not ok ; not ok $ not ok @ not ok % not ok & not ok # not ok ? not ok ! not ok | not ok \ not ok " not ok ` not ok ' not ok ( not ok ) not ok [ not ok ] not ok { not ok } not ok < not ok > not ok A # TODO not ok a # TODO not ok _ # TODO not ok + # TODO not ok - # TODO not ok = # TODO not ok / # TODO not ok * # TODO not ok . # TODO not ok : # TODO not ok , # TODO not ok ; # TODO not ok $ # TODO not ok @ # TODO not ok % # TODO not ok & # TODO not ok ? # TODO not ok ! # TODO not ok | # TODO not ok \ # TODO not ok " # TODO not ok ` # TODO not ok ' # TODO not ok ( # TODO not ok ) # TODO not ok [ # TODO not ok ] # TODO not ok { # TODO not ok } # TODO not ok < # TODO not ok > # TODO not ok A not ok a not ok _ not ok + not ok - not ok = not ok / not ok * not ok . not ok : not ok , not ok ; not ok $ not ok @ not ok % not ok & not ok # not ok ? not ok ! not ok | not ok \ not ok " not ok ` not ok ' not ok ( not ok ) not ok [ not ok ] not ok { not ok } not ok < not ok > not ok A # TODO not ok a # TODO not ok _ # TODO not ok + # TODO not ok - # TODO not ok = # TODO not ok / # TODO not ok * # TODO not ok . # TODO not ok : # TODO not ok , # TODO not ok ; # TODO not ok $ # TODO not ok @ # TODO not ok % # TODO not ok & # TODO not ok ? # TODO not ok ! # TODO not ok | # TODO not ok \ # TODO not ok " # TODO not ok ` # TODO not ok ' # TODO not ok ( # TODO not ok ) # TODO not ok [ # TODO not ok ] # TODO not ok { # TODO not ok } # TODO not ok < # TODO not ok > # TODO + grep '#.*#' all.test ++ wc -l + test 472 -lt 1000 + run_make -O -e IGNORE check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=IGNORE + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + : Ignore exit status + count_test_results total=471 pass=96 fail=96 skip=93 xpass=93 xfail=93 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=471 pass=96 fail=96 skip=93 xpass=93 xfail=93 error=0 ++ total=471 ++ pass=96 ++ fail=96 ++ skip=93 ++ xpass=93 ++ xfail=93 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 96 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 93 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 93 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 96 + rc=1 ++ grep -c '^XPASS:' stdout + test 0 -eq 93 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *471$' stdout + rc=1 + grep '^# PASS: *96$' stdout + rc=1 + grep '^# XFAIL: *93$' stdout + rc=1 + grep '^# SKIP: *93$' stdout + rc=1 + grep '^# FAIL: *96$' stdout + rc=1 + grep '^# XPASS: *93$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-no-spurious-numbers: exit 1 FAIL: t/tap-no-spurious ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-no-spurious.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + echo 1..5 + cat + cat + set +x + cat + cat all.test 1..5 ok 1 # XFAIL ok 2 # SKIPPED ok 3 # TO DO ok 4 # TODOALL ok 5 # FIXME ok ok 1 ok ok 1 not ok not ok 1 not ok not ok 1 notok notok 1 not ok not ok 1 not ok not ok 1 no ok no ok 1 # ok # not ok # ok 1 # not ok 1 #ok #not ok #ok 1 #not ok 1 oka oka@ oka% oka+ oka- oka= oka/ oka. oka: oka; oka* oka? oka& oka! oka# oka$ oka< oka> oka\ okb okb@ okb% okb+ okb- okb= okb/ okb. okb: okb; okb* okb? okb& okb! okb# okb$ okb< okb> okb\ okc okc@ okc% okc+ okc- okc= okc/ okc. okc: okc; okc* okc? okc& okc! okc# okc$ okc< okc> okc\ okd okd@ okd% okd+ okd- okd= okd/ okd. okd: okd; okd* okd? okd& okd! okd# okd$ okd< okd> okd\ oke oke@ oke% oke+ oke- oke= oke/ oke. oke: oke; oke* oke? oke& oke! oke# oke$ oke< oke> oke\ okf okf@ okf% okf+ okf- okf= okf/ okf. okf: okf; okf* okf? okf& okf! okf# okf$ okf< okf> okf\ okg okg@ okg% okg+ okg- okg= okg/ okg. okg: okg; okg* okg? okg& okg! okg# okg$ okg< okg> okg\ okh okh@ okh% okh+ okh- okh= okh/ okh. okh: okh; okh* okh? okh& okh! okh# okh$ okh< okh> okh\ oki oki@ oki% oki+ oki- oki= oki/ oki. oki: oki; oki* oki? oki& oki! oki# oki$ oki< oki> oki\ okj okj@ okj% okj+ okj- okj= okj/ okj. okj: okj; okj* okj? okj& okj! okj# okj$ okj< okj> okj\ okk okk@ okk% okk+ okk- okk= okk/ okk. okk: okk; okk* okk? okk& okk! okk# okk$ okk< okk> okk\ okl okl@ okl% okl+ okl- okl= okl/ okl. okl: okl; okl* okl? okl& okl! okl# okl$ okl< okl> okl\ okm okm@ okm% okm+ okm- okm= okm/ okm. okm: okm; okm* okm? okm& okm! okm# okm$ okm< okm> okm\ okn okn@ okn% okn+ okn- okn= okn/ okn. okn: okn; okn* okn? okn& okn! okn# okn$ okn< okn> okn\ oko oko@ oko% oko+ oko- oko= oko/ oko. oko: oko; oko* oko? oko& oko! oko# oko$ oko< oko> oko\ okp okp@ okp% okp+ okp- okp= okp/ okp. okp: okp; okp* okp? okp& okp! okp# okp$ okp< okp> okp\ okq okq@ okq% okq+ okq- okq= okq/ okq. okq: okq; okq* okq? okq& okq! okq# okq$ okq< okq> okq\ okr okr@ okr% okr+ okr- okr= okr/ okr. okr: okr; okr* okr? okr& okr! okr# okr$ okr< okr> okr\ oks oks@ oks% oks+ oks- oks= oks/ oks. oks: oks; oks* oks? oks& oks! oks# oks$ oks< oks> oks\ okt okt@ okt% okt+ okt- okt= okt/ okt. okt: okt; okt* okt? okt& okt! okt# okt$ okt< okt> okt\ oku oku@ oku% oku+ oku- oku= oku/ oku. oku: oku; oku* oku? oku& oku! oku# oku$ oku< oku> oku\ okv okv@ okv% okv+ okv- okv= okv/ okv. okv: okv; okv* okv? okv& okv! okv# okv$ okv< okv> okv\ okw okw@ okw% okw+ okw- okw= okw/ okw. okw: okw; okw* okw? okw& okw! okw# okw$ okw< okw> okw\ okx okx@ okx% okx+ okx- okx= okx/ okx. okx: okx; okx* okx? okx& okx! okx# okx$ okx< okx> okx\ oky oky@ oky% oky+ oky- oky= oky/ oky. oky: oky; oky* oky? oky& oky! oky# oky$ oky< oky> oky\ okz okz@ okz% okz+ okz- okz= okz/ okz. okz: okz; okz* okz? okz& okz! okz# okz$ okz< okz> okz\ okA okA@ okA% okA+ okA- okA= okA/ okA. okA: okA; okA* okA? okA& okA! okA# okA$ okA< okA> okA\ okB okB@ okB% okB+ okB- okB= okB/ okB. okB: okB; okB* okB? okB& okB! okB# okB$ okB< okB> okB\ okC okC@ okC% okC+ okC- okC= okC/ okC. okC: okC; okC* okC? okC& okC! okC# okC$ okC< okC> okC\ okD okD@ okD% okD+ okD- okD= okD/ okD. okD: okD; okD* okD? okD& okD! okD# okD$ okD< okD> okD\ okE okE@ okE% okE+ okE- okE= okE/ okE. okE: okE; okE* okE? okE& okE! okE# okE$ okE< okE> okE\ okF okF@ okF% okF+ okF- okF= okF/ okF. okF: okF; okF* okF? okF& okF! okF# okF$ okF< okF> okF\ okG okG@ okG% okG+ okG- okG= okG/ okG. okG: okG; okG* okG? okG& okG! okG# okG$ okG< okG> okG\ okH okH@ okH% okH+ okH- okH= okH/ okH. okH: okH; okH* okH? okH& okH! okH# okH$ okH< okH> okH\ okI okI@ okI% okI+ okI- okI= okI/ okI. okI: okI; okI* okI? okI& okI! okI# okI$ okI< okI> okI\ okJ okJ@ okJ% okJ+ okJ- okJ= okJ/ okJ. okJ: okJ; okJ* okJ? okJ& okJ! okJ# okJ$ okJ< okJ> okJ\ okK okK@ okK% okK+ okK- okK= okK/ okK. okK: okK; okK* okK? okK& okK! okK# okK$ okK< okK> okK\ okL okL@ okL% okL+ okL- okL= okL/ okL. okL: okL; okL* okL? okL& okL! okL# okL$ okL< okL> okL\ okM okM@ okM% okM+ okM- okM= okM/ okM. okM: okM; okM* okM? okM& okM! okM# okM$ okM< okM> okM\ okN okN@ okN% okN+ okN- okN= okN/ okN. okN: okN; okN* okN? okN& okN! okN# okN$ okN< okN> okN\ okO okO@ okO% okO+ okO- okO= okO/ okO. okO: okO; okO* okO? okO& okO! okO# okO$ okO< okO> okO\ okP okP@ okP% okP+ okP- okP= okP/ okP. okP: okP; okP* okP? okP& okP! okP# okP$ okP< okP> okP\ okQ okQ@ okQ% okQ+ okQ- okQ= okQ/ okQ. okQ: okQ; okQ* okQ? okQ& okQ! okQ# okQ$ okQ< okQ> okQ\ okR okR@ okR% okR+ okR- okR= okR/ okR. okR: okR; okR* okR? okR& okR! okR# okR$ okR< okR> okR\ okS okS@ okS% okS+ okS- okS= okS/ okS. okS: okS; okS* okS? okS& okS! okS# okS$ okS< okS> okS\ okT okT@ okT% okT+ okT- okT= okT/ okT. okT: okT; okT* okT? okT& okT! okT# okT$ okT< okT> okT\ okU okU@ okU% okU+ okU- okU= okU/ okU. okU: okU; okU* okU? okU& okU! okU# okU$ okU< okU> okU\ okV okV@ okV% okV+ okV- okV= okV/ okV. okV: okV; okV* okV? okV& okV! okV# okV$ okV< okV> okV\ okW okW@ okW% okW+ okW- okW= okW/ okW. okW: okW; okW* okW? okW& okW! okW# okW$ okW< okW> okW\ okX okX@ okX% okX+ okX- okX= okX/ okX. okX: okX; okX* okX? okX& okX! okX# okX$ okX< okX> okX\ okY okY@ okY% okY+ okY- okY= okY/ okY. okY: okY; okY* okY? okY& okY! okY# okY$ okY< okY> okY\ okZ okZ@ okZ% okZ+ okZ- okZ= okZ/ okZ. okZ: okZ; okZ* okZ? okZ& okZ! okZ# okZ$ okZ< okZ> okZ\ ok0 ok0@ ok0% ok0+ ok0- ok0= ok0/ ok0. ok0: ok0; ok0* ok0? ok0& ok0! ok0# ok0$ ok0< ok0> ok0\ ok1 ok1@ ok1% ok1+ ok1- ok1= ok1/ ok1. ok1: ok1; ok1* ok1? ok1& ok1! ok1# ok1$ ok1< ok1> ok1\ ok2 ok2@ ok2% ok2+ ok2- ok2= ok2/ ok2. ok2: ok2; ok2* ok2? ok2& ok2! ok2# ok2$ ok2< ok2> ok2\ ok3 ok3@ ok3% ok3+ ok3- ok3= ok3/ ok3. ok3: ok3; ok3* ok3? ok3& ok3! ok3# ok3$ ok3< ok3> ok3\ ok4 ok4@ ok4% ok4+ ok4- ok4= ok4/ ok4. ok4: ok4; ok4* ok4? ok4& ok4! ok4# ok4$ ok4< ok4> ok4\ ok5 ok5@ ok5% ok5+ ok5- ok5= ok5/ ok5. ok5: ok5; ok5* ok5? ok5& ok5! ok5# ok5$ ok5< ok5> ok5\ ok6 ok6@ ok6% ok6+ ok6- ok6= ok6/ ok6. ok6: ok6; ok6* ok6? ok6& ok6! ok6# ok6$ ok6< ok6> ok6\ ok7 ok7@ ok7% ok7+ ok7- ok7= ok7/ ok7. ok7: ok7; ok7* ok7? ok7& ok7! ok7# ok7$ ok7< ok7> ok7\ ok8 ok8@ ok8% ok8+ ok8- ok8= ok8/ ok8. ok8: ok8; ok8* ok8? ok8& ok8! ok8# ok8$ ok8< ok8> ok8\ ok9 ok9@ ok9% ok9+ ok9- ok9= ok9/ ok9. ok9: ok9; ok9* ok9? ok9& ok9! ok9# ok9$ ok9< ok9> ok9\ ok_ ok_@ ok_% ok_+ ok_- ok_= ok_/ ok_. ok_: ok_; ok_* ok_? ok_& ok_! ok_# ok_$ ok_< ok_> ok_\ okab okab@ okab% okab+ okab- okab= okab/ okab. okab: okab; okab* okab? okab& okab! okab# okab$ okab< okab> okab\ ok0a ok0a@ ok0a% ok0a+ ok0a- ok0a= ok0a/ ok0a. ok0a: ok0a; ok0a* ok0a? ok0a& ok0a! ok0a# ok0a$ ok0a< ok0a> ok0a\ ok23 ok23@ ok23% ok23+ ok23- ok23= ok23/ ok23. ok23: ok23; ok23* ok23? ok23& ok23! ok23# ok23$ ok23< ok23> ok23\ oka1B2c oka1B2c@ oka1B2c% oka1B2c+ oka1B2c- oka1B2c= oka1B2c/ oka1B2c. oka1B2c: oka1B2c; oka1B2c* oka1B2c? oka1B2c& oka1B2c! oka1B2c# oka1B2c$ oka1B2c< oka1B2c> oka1B2c\ ok_o ok_o@ ok_o% ok_o+ ok_o- ok_o= ok_o/ ok_o. ok_o: ok_o; ok_o* ok_o? ok_o& ok_o! ok_o# ok_o$ ok_o< ok_o> ok_o\ ok_x_y_ ok_x_y_@ ok_x_y_% ok_x_y_+ ok_x_y_- ok_x_y_= ok_x_y_/ ok_x_y_. ok_x_y_: ok_x_y_; ok_x_y_* ok_x_y_? ok_x_y_& ok_x_y_! ok_x_y_# ok_x_y_$ ok_x_y_< ok_x_y_> ok_x_y_\ not oka not oka@ not oka% not oka+ not oka- not oka= not oka/ not oka. not oka: not oka; not oka* not oka? not oka& not oka! not oka# not oka$ not oka< not oka> not oka\ not okb not okb@ not okb% not okb+ not okb- not okb= not okb/ not okb. not okb: not okb; not okb* not okb? not okb& not okb! not okb# not okb$ not okb< not okb> not okb\ not okc not okc@ not okc% not okc+ not okc- not okc= not okc/ not okc. not okc: not okc; not okc* not okc? not okc& not okc! not okc# not okc$ not okc< not okc> not okc\ not okd not okd@ not okd% not okd+ not okd- not okd= not okd/ not okd. not okd: not okd; not okd* not okd? not okd& not okd! not okd# not okd$ not okd< not okd> not okd\ not oke not oke@ not oke% not oke+ not oke- not oke= not oke/ not oke. not oke: not oke; not oke* not oke? not oke& not oke! not oke# not oke$ not oke< not oke> not oke\ not okf not okf@ not okf% not okf+ not okf- not okf= not okf/ not okf. not okf: not okf; not okf* not okf? not okf& not okf! not okf# not okf$ not okf< not okf> not okf\ not okg not okg@ not okg% not okg+ not okg- not okg= not okg/ not okg. not okg: not okg; not okg* not okg? not okg& not okg! not okg# not okg$ not okg< not okg> not okg\ not okh not okh@ not okh% not okh+ not okh- not okh= not okh/ not okh. not okh: not okh; not okh* not okh? not okh& not okh! not okh# not okh$ not okh< not okh> not okh\ not oki not oki@ not oki% not oki+ not oki- not oki= not oki/ not oki. not oki: not oki; not oki* not oki? not oki& not oki! not oki# not oki$ not oki< not oki> not oki\ not okj not okj@ not okj% not okj+ not okj- not okj= not okj/ not okj. not okj: not okj; not okj* not okj? not okj& not okj! not okj# not okj$ not okj< not okj> not okj\ not okk not okk@ not okk% not okk+ not okk- not okk= not okk/ not okk. not okk: not okk; not okk* not okk? not okk& not okk! not okk# not okk$ not okk< not okk> not okk\ not okl not okl@ not okl% not okl+ not okl- not okl= not okl/ not okl. not okl: not okl; not okl* not okl? not okl& not okl! not okl# not okl$ not okl< not okl> not okl\ not okm not okm@ not okm% not okm+ not okm- not okm= not okm/ not okm. not okm: not okm; not okm* not okm? not okm& not okm! not okm# not okm$ not okm< not okm> not okm\ not okn not okn@ not okn% not okn+ not okn- not okn= not okn/ not okn. not okn: not okn; not okn* not okn? not okn& not okn! not okn# not okn$ not okn< not okn> not okn\ not oko not oko@ not oko% not oko+ not oko- not oko= not oko/ not oko. not oko: not oko; not oko* not oko? not oko& not oko! not oko# not oko$ not oko< not oko> not oko\ not okp not okp@ not okp% not okp+ not okp- not okp= not okp/ not okp. not okp: not okp; not okp* not okp? not okp& not okp! not okp# not okp$ not okp< not okp> not okp\ not okq not okq@ not okq% not okq+ not okq- not okq= not okq/ not okq. not okq: not okq; not okq* not okq? not okq& not okq! not okq# not okq$ not okq< not okq> not okq\ not okr not okr@ not okr% not okr+ not okr- not okr= not okr/ not okr. not okr: not okr; not okr* not okr? not okr& not okr! not okr# not okr$ not okr< not okr> not okr\ not oks not oks@ not oks% not oks+ not oks- not oks= not oks/ not oks. not oks: not oks; not oks* not oks? not oks& not oks! not oks# not oks$ not oks< not oks> not oks\ not okt not okt@ not okt% not okt+ not okt- not okt= not okt/ not okt. not okt: not okt; not okt* not okt? not okt& not okt! not okt# not okt$ not okt< not okt> not okt\ not oku not oku@ not oku% not oku+ not oku- not oku= not oku/ not oku. not oku: not oku; not oku* not oku? not oku& not oku! not oku# not oku$ not oku< not oku> not oku\ not okv not okv@ not okv% not okv+ not okv- not okv= not okv/ not okv. not okv: not okv; not okv* not okv? not okv& not okv! not okv# not okv$ not okv< not okv> not okv\ not okw not okw@ not okw% not okw+ not okw- not okw= not okw/ not okw. not okw: not okw; not okw* not okw? not okw& not okw! not okw# not okw$ not okw< not okw> not okw\ not okx not okx@ not okx% not okx+ not okx- not okx= not okx/ not okx. not okx: not okx; not okx* not okx? not okx& not okx! not okx# not okx$ not okx< not okx> not okx\ not oky not oky@ not oky% not oky+ not oky- not oky= not oky/ not oky. not oky: not oky; not oky* not oky? not oky& not oky! not oky# not oky$ not oky< not oky> not oky\ not okz not okz@ not okz% not okz+ not okz- not okz= not okz/ not okz. not okz: not okz; not okz* not okz? not okz& not okz! not okz# not okz$ not okz< not okz> not okz\ not okA not okA@ not okA% not okA+ not okA- not okA= not okA/ not okA. not okA: not okA; not okA* not okA? not okA& not okA! not okA# not okA$ not okA< not okA> not okA\ not okB not okB@ not okB% not okB+ not okB- not okB= not okB/ not okB. not okB: not okB; not okB* not okB? not okB& not okB! not okB# not okB$ not okB< not okB> not okB\ not okC not okC@ not okC% not okC+ not okC- not okC= not okC/ not okC. not okC: not okC; not okC* not okC? not okC& not okC! not okC# not okC$ not okC< not okC> not okC\ not okD not okD@ not okD% not okD+ not okD- not okD= not okD/ not okD. not okD: not okD; not okD* not okD? not okD& not okD! not okD# not okD$ not okD< not okD> not okD\ not okE not okE@ not okE% not okE+ not okE- not okE= not okE/ not okE. not okE: not okE; not okE* not okE? not okE& not okE! not okE# not okE$ not okE< not okE> not okE\ not okF not okF@ not okF% not okF+ not okF- not okF= not okF/ not okF. not okF: not okF; not okF* not okF? not okF& not okF! not okF# not okF$ not okF< not okF> not okF\ not okG not okG@ not okG% not okG+ not okG- not okG= not okG/ not okG. not okG: not okG; not okG* not okG? not okG& not okG! not okG# not okG$ not okG< not okG> not okG\ not okH not okH@ not okH% not okH+ not okH- not okH= not okH/ not okH. not okH: not okH; not okH* not okH? not okH& not okH! not okH# not okH$ not okH< not okH> not okH\ not okI not okI@ not okI% not okI+ not okI- not okI= not okI/ not okI. not okI: not okI; not okI* not okI? not okI& not okI! not okI# not okI$ not okI< not okI> not okI\ not okJ not okJ@ not okJ% not okJ+ not okJ- not okJ= not okJ/ not okJ. not okJ: not okJ; not okJ* not okJ? not okJ& not okJ! not okJ# not okJ$ not okJ< not okJ> not okJ\ not okK not okK@ not okK% not okK+ not okK- not okK= not okK/ not okK. not okK: not okK; not okK* not okK? not okK& not okK! not okK# not okK$ not okK< not okK> not okK\ not okL not okL@ not okL% not okL+ not okL- not okL= not okL/ not okL. not okL: not okL; not okL* not okL? not okL& not okL! not okL# not okL$ not okL< not okL> not okL\ not okM not okM@ not okM% not okM+ not okM- not okM= not okM/ not okM. not okM: not okM; not okM* not okM? not okM& not okM! not okM# not okM$ not okM< not okM> not okM\ not okN not okN@ not okN% not okN+ not okN- not okN= not okN/ not okN. not okN: not okN; not okN* not okN? not okN& not okN! not okN# not okN$ not okN< not okN> not okN\ not okO not okO@ not okO% not okO+ not okO- not okO= not okO/ not okO. not okO: not okO; not okO* not okO? not okO& not okO! not okO# not okO$ not okO< not okO> not okO\ not okP not okP@ not okP% not okP+ not okP- not okP= not okP/ not okP. not okP: not okP; not okP* not okP? not okP& not okP! not okP# not okP$ not okP< not okP> not okP\ not okQ not okQ@ not okQ% not okQ+ not okQ- not okQ= not okQ/ not okQ. not okQ: not okQ; not okQ* not okQ? not okQ& not okQ! not okQ# not okQ$ not okQ< not okQ> not okQ\ not okR not okR@ not okR% not okR+ not okR- not okR= not okR/ not okR. not okR: not okR; not okR* not okR? not okR& not okR! not okR# not okR$ not okR< not okR> not okR\ not okS not okS@ not okS% not okS+ not okS- not okS= not okS/ not okS. not okS: not okS; not okS* not okS? not okS& not okS! not okS# not okS$ not okS< not okS> not okS\ not okT not okT@ not okT% not okT+ not okT- not okT= not okT/ not okT. not okT: not okT; not okT* not okT? not okT& not okT! not okT# not okT$ not okT< not okT> not okT\ not okU not okU@ not okU% not okU+ not okU- not okU= not okU/ not okU. not okU: not okU; not okU* not okU? not okU& not okU! not okU# not okU$ not okU< not okU> not okU\ not okV not okV@ not okV% not okV+ not okV- not okV= not okV/ not okV. not okV: not okV; not okV* not okV? not okV& not okV! not okV# not okV$ not okV< not okV> not okV\ not okW not okW@ not okW% not okW+ not okW- not okW= not okW/ not okW. not okW: not okW; not okW* not okW? not okW& not okW! not okW# not okW$ not okW< not okW> not okW\ not okX not okX@ not okX% not okX+ not okX- not okX= not okX/ not okX. not okX: not okX; not okX* not okX? not okX& not okX! not okX# not okX$ not okX< not okX> not okX\ not okY not okY@ not okY% not okY+ not okY- not okY= not okY/ not okY. not okY: not okY; not okY* not okY? not okY& not okY! not okY# not okY$ not okY< not okY> not okY\ not okZ not okZ@ not okZ% not okZ+ not okZ- not okZ= not okZ/ not okZ. not okZ: not okZ; not okZ* not okZ? not okZ& not okZ! not okZ# not okZ$ not okZ< not okZ> not okZ\ not ok0 not ok0@ not ok0% not ok0+ not ok0- not ok0= not ok0/ not ok0. not ok0: not ok0; not ok0* not ok0? not ok0& not ok0! not ok0# not ok0$ not ok0< not ok0> not ok0\ not ok1 not ok1@ not ok1% not ok1+ not ok1- not ok1= not ok1/ not ok1. not ok1: not ok1; not ok1* not ok1? not ok1& not ok1! not ok1# not ok1$ not ok1< not ok1> not ok1\ not ok2 not ok2@ not ok2% not ok2+ not ok2- not ok2= not ok2/ not ok2. not ok2: not ok2; not ok2* not ok2? not ok2& not ok2! not ok2# not ok2$ not ok2< not ok2> not ok2\ not ok3 not ok3@ not ok3% not ok3+ not ok3- not ok3= not ok3/ not ok3. not ok3: not ok3; not ok3* not ok3? not ok3& not ok3! not ok3# not ok3$ not ok3< not ok3> not ok3\ not ok4 not ok4@ not ok4% not ok4+ not ok4- not ok4= not ok4/ not ok4. not ok4: not ok4; not ok4* not ok4? not ok4& not ok4! not ok4# not ok4$ not ok4< not ok4> not ok4\ not ok5 not ok5@ not ok5% not ok5+ not ok5- not ok5= not ok5/ not ok5. not ok5: not ok5; not ok5* not ok5? not ok5& not ok5! not ok5# not ok5$ not ok5< not ok5> not ok5\ not ok6 not ok6@ not ok6% not ok6+ not ok6- not ok6= not ok6/ not ok6. not ok6: not ok6; not ok6* not ok6? not ok6& not ok6! not ok6# not ok6$ not ok6< not ok6> not ok6\ not ok7 not ok7@ not ok7% not ok7+ not ok7- not ok7= not ok7/ not ok7. not ok7: not ok7; not ok7* not ok7? not ok7& not ok7! not ok7# not ok7$ not ok7< not ok7> not ok7\ not ok8 not ok8@ not ok8% not ok8+ not ok8- not ok8= not ok8/ not ok8. not ok8: not ok8; not ok8* not ok8? not ok8& not ok8! not ok8# not ok8$ not ok8< not ok8> not ok8\ not ok9 not ok9@ not ok9% not ok9+ not ok9- not ok9= not ok9/ not ok9. not ok9: not ok9; not ok9* not ok9? not ok9& not ok9! not ok9# not ok9$ not ok9< not ok9> not ok9\ not ok_ not ok_@ not ok_% not ok_+ not ok_- not ok_= not ok_/ not ok_. not ok_: not ok_; not ok_* not ok_? not ok_& not ok_! not ok_# not ok_$ not ok_< not ok_> not ok_\ not okab not okab@ not okab% not okab+ not okab- not okab= not okab/ not okab. not okab: not okab; not okab* not okab? not okab& not okab! not okab# not okab$ not okab< not okab> not okab\ not ok0a not ok0a@ not ok0a% not ok0a+ not ok0a- not ok0a= not ok0a/ not ok0a. not ok0a: not ok0a; not ok0a* not ok0a? not ok0a& not ok0a! not ok0a# not ok0a$ not ok0a< not ok0a> not ok0a\ not ok23 not ok23@ not ok23% not ok23+ not ok23- not ok23= not ok23/ not ok23. not ok23: not ok23; not ok23* not ok23? not ok23& not ok23! not ok23# not ok23$ not ok23< not ok23> not ok23\ not oka1B2c not oka1B2c@ not oka1B2c% not oka1B2c+ not oka1B2c- not oka1B2c= not oka1B2c/ not oka1B2c. not oka1B2c: not oka1B2c; not oka1B2c* not oka1B2c? not oka1B2c& not oka1B2c! not oka1B2c# not oka1B2c$ not oka1B2c< not oka1B2c> not oka1B2c\ not ok_o not ok_o@ not ok_o% not ok_o+ not ok_o- not ok_o= not ok_o/ not ok_o. not ok_o: not ok_o; not ok_o* not ok_o? not ok_o& not ok_o! not ok_o# not ok_o$ not ok_o< not ok_o> not ok_o\ not ok_x_y_ not ok_x_y_@ not ok_x_y_% not ok_x_y_+ not ok_x_y_- not ok_x_y_= not ok_x_y_/ not ok_x_y_. not ok_x_y_: not ok_x_y_; not ok_x_y_* not ok_x_y_? not ok_x_y_& not ok_x_y_! not ok_x_y_# not ok_x_y_$ not ok_x_y_< not ok_x_y_> not ok_x_y_\ bailout bailout! bail out bail out! Bailout Bailout! Bail out Bail out #Bail out! # Bail out! ++ grep -c '^ok1$' all.test + test 1 -eq 1 ++ grep -c '^not ok1$' all.test + test 1 -eq 1 + run_make -O check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-no-spurious: exit 1 FAIL: t/tap-not-ok-skip ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-not-ok-skip.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=4 pass=0 fail=4 skip=0 xpass=0 xfail=0 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=4 pass=0 fail=4 skip=0 xpass=0 xfail=0 error=0 ++ total=4 ++ pass=0 ++ fail=4 ++ skip=0 ++ xpass=0 ++ xfail=0 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 0 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 4 + rc=1 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *4$' stdout + rc=1 + grep '^# PASS: *0$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *0$' stdout + rc=1 + grep '^# FAIL: *4$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-not-ok-skip: exit 1 FAIL: t/tap-number-wordboundary =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-number-wordboundary.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=5 pass=1 fail=1 skip=1 xpass=1 xfail=1 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=5 pass=1 fail=1 skip=1 xpass=1 xfail=1 error=0 ++ total=5 ++ pass=1 ++ fail=1 ++ skip=1 ++ xpass=1 ++ xfail=1 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^XPASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *5$' stdout + rc=1 + grep '^# PASS: *1$' stdout + rc=1 + grep '^# XFAIL: *1$' stdout + rc=1 + grep '^# SKIP: *1$' stdout + rc=1 + grep '^# FAIL: *1$' stdout + rc=1 + grep '^# XPASS: *1$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-number-wordboundary: exit 1 FAIL: t/tap-numeric-description =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-numeric-description.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + x1=5 + x2=7 + x3=45 + x4=11 + x5=7 + x6=3 + x7=6 + x8=9 + x9=1000 + x10=1 + cat + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=10 pass=2 fail=2 xpass=2 xfail=2 skip=2 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=10 pass=2 fail=2 xpass=2 xfail=2 skip=2 error=0 ++ total=10 ++ pass=2 ++ fail=2 ++ xpass=2 ++ xfail=2 ++ skip=2 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^XPASS:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *10$' stdout + rc=1 + grep '^# PASS: *2$' stdout + rc=1 + grep '^# XFAIL: *2$' stdout + rc=1 + grep '^# SKIP: *2$' stdout + rc=1 + grep '^# FAIL: *2$' stdout + rc=1 + grep '^# XPASS: *2$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-numeric-description: exit 1 FAIL: t/tap-negative-numbers ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-negative-numbers.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=7 pass=2 fail=2 xpass=1 xfail=1 skip=1 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=7 pass=2 fail=2 xpass=1 xfail=1 skip=1 error=0 ++ total=7 ++ pass=2 ++ fail=2 ++ xpass=1 ++ xfail=1 ++ skip=1 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^XPASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *7$' stdout + rc=1 + grep '^# PASS: *2$' stdout + rc=1 + grep '^# XFAIL: *1$' stdout + rc=1 + grep '^# SKIP: *1$' stdout + rc=1 + grep '^# FAIL: *2$' stdout + rc=1 + grep '^# XPASS: *1$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-negative-numbers: exit 1 FAIL: t/tap-numbers-leading-zero ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-numbers-leading-zero.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + do_checks total=15 pass=5 fail=3 xpass=1 xfail=3 skip=3 error=0 + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=15 pass=5 fail=3 xpass=1 xfail=3 skip=3 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=15 pass=5 fail=3 xpass=1 xfail=3 skip=3 error=0 ++ total=15 ++ pass=5 ++ fail=3 ++ xpass=1 ++ xfail=3 ++ skip=3 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 5 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 3 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 3 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 3 + rc=1 ++ grep -c '^XPASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *15$' stdout + rc=1 + grep '^# PASS: *5$' stdout + rc=1 + grep '^# XFAIL: *3$' stdout + rc=1 + grep '^# SKIP: *3$' stdout + rc=1 + grep '^# FAIL: *3$' stdout + rc=1 + grep '^# XPASS: *1$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-numbers-leading-zero: exit 1 FAIL: t/tap-out-of-order ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-out-of-order.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + cat + cat + run_make -O -e FAIL 'TESTS=a.test b.test c.test d.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 5 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 4 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=a.test b.test c.test d.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=17 pass=8 fail=0 xpass=0 xfail=1 skip=0 error=8 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=17 pass=8 fail=0 xpass=0 xfail=1 skip=0 error=8 ++ total=17 ++ pass=8 ++ fail=0 ++ xpass=0 ++ xfail=1 ++ skip=0 ++ error=8 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 8 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 8 + rc=1 + grep '^# TOTAL: *17$' stdout + rc=1 + grep '^# PASS: *8$' stdout + rc=1 + grep '^# XFAIL: *1$' stdout + rc=1 + grep '^# SKIP: *0$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *8$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-out-of-order: exit 1 FAIL: t/tap-passthrough ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-passthrough.dir + weirdchars=''\''"address@hidden&()[]<>#;,:.^?*/' + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make TESTS=ok.test check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make TESTS=ok.test check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test no = yes + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + cat ok.log cat: ok.log: No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-passthrough: exit 1 ERROR: t/tap-passthrough-exit ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-passthrough-exit.dir + cat + exit_statuses='1 2 77 99' + for e in '$exit_statuses' + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += exit-1.test + for e in '$exit_statuses' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += exit-2.test + for e in '$exit_statuses' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += exit-77.test + for e in '$exit_statuses' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo TESTS += exit-99.test + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ mv Makefile.am Makefile.am~ ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ mv -f Makefile.am~ Makefile.am ++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' ++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) ++ fatal_ 'failed to remake Makefile.in' ++ warn_ 'tap-passthrough-exit: hard error: failed to remake Makefile.in' ++ echo 'tap-passthrough-exit: hard error: failed to remake Makefile.in' ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-passthrough-exit: exit 99 FAIL: t/tap-plan ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-plan.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + for tap_flags in '""' '"--comments"' + run_make -O check 'TESTS=top.test bot.test' TEST_LOG_DRIVER_FLAGS= + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check 'TESTS=top.test bot.test' TEST_LOG_DRIVER_FLAGS= + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan: exit 1 FAIL: t/tap-plan-corner ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-plan-corner.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + for pos in leading trailing + run_make -O -e FAIL TESTS=leading-repeated.test check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 5 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 4 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make TESTS=leading-repeated.test check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 ++ total=2 ++ pass=1 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=0 ++ error=1 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 1 + rc=1 + grep '^# TOTAL: *2$' stdout + rc=1 + grep '^# PASS: *1$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *0$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *1$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan-corner: exit 1 FAIL: t/tap-plan-errors ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-plan-errors.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + err='- too few tests run (expected 2, got 1)' + my_check total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 + cat + test -n '- too few tests run (expected 2, got 1)' + cat all.test 1..2 ok 1 + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 ++ total=2 ++ pass=1 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=0 ++ error=1 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 1 + rc=1 + grep '^# TOTAL: *2$' stdout + rc=1 + grep '^# PASS: *1$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *0$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *1$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan-errors: exit 1 FAIL: t/tap-plan-middle ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-plan-middle.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + cat + cat + cat + cat ++ echo bot1.test bot2.test bot3.test top1.test top2.test top3.test + tests='bot1.test bot2.test bot3.test top1.test top2.test top3.test' + for tap_flags in '""' '"--comments"' + run_make -O TEST_LOG_DRIVER_FLAGS= 'TESTS=bot1.test bot2.test bot3.test top1.test top2.test top3.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make TEST_LOG_DRIVER_FLAGS= 'TESTS=bot1.test bot2.test bot3.test top1.test top2.test top3.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan-middle: exit 1 FAIL: t/tap-plan-whitespace =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-plan-whitespace.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + sed 's/\$$//' + cat + run_make -O 'TESTS=foo.test bar.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 3 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=foo.test bar.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan-whitespace: exit 1 FAIL: t/tap-plan-leading-zero ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-plan-leading-zero.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + echo 1..010 + for i in 1 2 3 4 5 6 7 8 9 10 + echo ok 1 + for i in 1 2 3 4 5 6 7 8 9 10 + echo ok 2 + for i in 1 2 3 4 5 6 7 8 9 10 + echo ok 3 + for i in 1 2 3 4 5 6 7 8 9 10 + echo ok 4 + for i in 1 2 3 4 5 6 7 8 9 10 + echo ok 5 + for i in 1 2 3 4 5 6 7 8 9 10 + echo ok 6 + for i in 1 2 3 4 5 6 7 8 9 10 + echo ok 7 + for i in 1 2 3 4 5 6 7 8 9 10 + echo ok 8 + for i in 1 2 3 4 5 6 7 8 9 10 + echo ok 9 + for i in 1 2 3 4 5 6 7 8 9 10 + echo ok 10 + echo 1..00100 + for i in 1 2 3 4 5 6 7 8 9 10 + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for i in 1 2 3 4 5 6 7 8 9 10 + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for i in 1 2 3 4 5 6 7 8 9 10 + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for i in 1 2 3 4 5 6 7 8 9 10 + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for i in 1 2 3 4 5 6 7 8 9 10 + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for i in 1 2 3 4 5 6 7 8 9 10 + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for i in 1 2 3 4 5 6 7 8 9 10 + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for i in 1 2 3 4 5 6 7 8 9 10 + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for i in 1 2 3 4 5 6 7 8 9 10 + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for i in 1 2 3 4 5 6 7 8 9 10 + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + for j in 1 2 3 4 5 6 7 8 9 10 + echo ok + echo 1..00 + echo '1..000 # SKIP' + run_make -O 'TESTS=a.test b.test c.test d.test e.test f.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 3 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=a.test b.test c.test d.test e.test f.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan-leading-zero: exit 1 FAIL: t/tap-plan-malformed ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-plan-malformed.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + cat + cat + cat ++ echo a.test b.test c.test d.test e.test + tests_list='a.test b.test c.test d.test e.test' + run_make -O -e FAIL 'TESTS=a.test b.test c.test d.test e.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 5 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 4 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=a.test b.test c.test d.test e.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=9 pass=2 fail=0 xpass=0 xfail=2 skip=0 error=5 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=9 pass=2 fail=0 xpass=0 xfail=2 skip=0 error=5 ++ total=9 ++ pass=2 ++ fail=0 ++ xpass=0 ++ xfail=2 ++ skip=0 ++ error=5 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 5 + rc=1 + grep '^# TOTAL: *9$' stdout + rc=1 + grep '^# PASS: *2$' stdout + rc=1 + grep '^# XFAIL: *2$' stdout + rc=1 + grep '^# SKIP: *0$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *5$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan-malformed: exit 1 ERROR: t/tap-missing-plan-and-bad-exit ====================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-missing-plan-and-bad-exit.dir + cat + echo TESTS = foo.test + chmod a+x foo.test + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ mv Makefile.am Makefile.am~ ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ mv -f Makefile.am~ Makefile.am ++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' ++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) ++ fatal_ 'failed to remake Makefile.in' ++ warn_ 'tap-missing-plan-and-bad-exit: hard error: failed to remake Makefile.in' ++ echo 'tap-missing-plan-and-bad-exit: hard error: failed to remake Makefile.in' ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-missing-plan-and-bad-exit: exit 99 FAIL: t/tap-planskip ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-planskip.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + weirdchars=''\''"$!&()[]<>#;^?*/@%=,.:' + cat + cat + cat + cat + cat + cat + run_make -O check 'TESTS=foo.test bar.test baz.test wget.test curl.test mu.test' + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 3 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check 'TESTS=foo.test bar.test baz.test wget.test curl.test mu.test' + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip: exit 1 FAIL: t/tap-planskip-late ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-planskip-late.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + run_make -O 'TESTS=foo.test bar.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 3 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=foo.test bar.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-late: exit 1 FAIL: t/tap-planskip-and-logging ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-planskip-and-logging.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + echo TEST_LOG_DRIVER_FLAGS = --comments + cat + cat + cat + run_make -O 'TESTS=foo.test foo2.test bar.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 3 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=foo.test foo2.test bar.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-and-logging: exit 1 FAIL: t/tap-planskip-unplanned ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-planskip-unplanned.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 ++ total=2 ++ pass=1 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=0 ++ error=1 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 1 + rc=1 + grep '^# TOTAL: *2$' stdout + rc=1 + grep '^# PASS: *1$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *0$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *1$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-unplanned: exit 1 FAIL: t/tap-planskip-unplanned-corner ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-planskip-unplanned-corner.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + run_make -O -e FAIL 'TESTS=foo.test bar.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 5 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 4 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=foo.test bar.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=5 pass=0 fail=0 xpass=0 xfail=0 skip=2 error=3 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=5 pass=0 fail=0 xpass=0 xfail=0 skip=2 error=3 ++ total=5 ++ pass=0 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=2 ++ error=3 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 0 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 3 + rc=1 + grep '^# TOTAL: *5$' stdout + rc=1 + grep '^# PASS: *0$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *2$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *3$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-unplanned-corner: exit 1 FAIL: t/tap-planskip-case-insensitive ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-planskip-case-insensitive.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + i=0 + for c1 in s S + for c2 in k K + for c3 in i I + for c4 in p P + i=1 + case $i in + j=01 + echo '1..0 # skip foobar' + for c4 in p P + i=2 + case $i in + j=02 + echo '1..0 # skiP foobar' + for c3 in i I + for c4 in p P + i=3 + case $i in + j=03 + echo '1..0 # skIp foobar' + for c4 in p P + i=4 + case $i in + j=04 + echo '1..0 # skIP foobar' + for c2 in k K + for c3 in i I + for c4 in p P + i=5 + case $i in + j=05 + echo '1..0 # sKip foobar' + for c4 in p P + i=6 + case $i in + j=06 + echo '1..0 # sKiP foobar' + for c3 in i I + for c4 in p P + i=7 + case $i in + j=07 + echo '1..0 # sKIp foobar' + for c4 in p P + i=8 + case $i in + j=08 + echo '1..0 # sKIP foobar' + for c1 in s S + for c2 in k K + for c3 in i I + for c4 in p P + i=9 + case $i in + j=09 + echo '1..0 # Skip foobar' + for c4 in p P + i=10 + case $i in + j=10 + echo '1..0 # SkiP foobar' + for c3 in i I + for c4 in p P + i=11 + case $i in + j=11 + echo '1..0 # SkIp foobar' + for c4 in p P + i=12 + case $i in + j=12 + echo '1..0 # SkIP foobar' + for c2 in k K + for c3 in i I + for c4 in p P + i=13 + case $i in + j=13 + echo '1..0 # SKip foobar' + for c4 in p P + i=14 + case $i in + j=14 + echo '1..0 # SKiP foobar' + for c3 in i I + for c4 in p P + i=15 + case $i in + j=15 + echo '1..0 # SKIp foobar' + for c4 in p P + i=16 + case $i in + j=16 + echo '1..0 # SKIP foobar' ++ echo 01.test 02.test 03.test 04.test 05.test 06.test 07.test 08.test 09.test 10.test 11.test 12.test 13.test 14.test 15.test 16.test + run_make -O 'TESTS=01.test 02.test 03.test 04.test 05.test 06.test 07.test 08.test 09.test 10.test 11.test 12.test 13.test 14.test 15.test 16.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 3 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=01.test 02.test 03.test 04.test 05.test 06.test 07.test 08.test 09.test 10.test 11.test 12.test 13.test 14.test 15.test 16.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-case-insensitive: exit 1 FAIL: t/tap-planskip-whitespace =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-planskip-whitespace.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + cat + run_make -O 'TESTS=foo.test bar.test baz.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 3 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=foo.test bar.test baz.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-whitespace: exit 1 ERROR: t/tap-planskip-badexit ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-planskip-badexit.dir + echo TESTS = one.test two.test + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ mv Makefile.am Makefile.am~ ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ mv -f Makefile.am~ Makefile.am ++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' ++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) ++ fatal_ 'failed to remake Makefile.in' ++ warn_ 'tap-planskip-badexit: hard error: failed to remake Makefile.in' ++ echo 'tap-planskip-badexit: hard error: failed to remake Makefile.in' ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-badexit: exit 99 FAIL: t/tap-planskip-bailout ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-planskip-bailout.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=2 pass=0 fail=0 xpass=0 xfail=0 skip=1 error=1 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=2 pass=0 fail=0 xpass=0 xfail=0 skip=1 error=1 ++ total=2 ++ pass=0 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=1 ++ error=1 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 0 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 1 + rc=1 + grep '^# TOTAL: *2$' stdout + rc=1 + grep '^# PASS: *0$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *1$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *1$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-bailout: exit 1 FAIL: t/tap-planskip-later-errors ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-planskip-later-errors.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=4 pass=0 fail=0 xpass=0 xfail=0 skip=1 error=3 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=4 pass=0 fail=0 xpass=0 xfail=0 skip=1 error=3 ++ total=4 ++ pass=0 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=1 ++ error=3 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 0 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 3 + rc=1 + grep '^# TOTAL: *4$' stdout + rc=1 + grep '^# PASS: *0$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *1$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *3$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-later-errors: exit 1 FAIL: t/tap-test-number-0 ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-test-number-0.dir + test shell = perl + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + cat + cat + cat + run_make -O -e FAIL 'TESTS=a.test b.test c.test d.test e.test' check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 5 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 4 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make 'TESTS=a.test b.test c.test d.test e.test' check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=5 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=5 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=5 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=5 ++ total=5 ++ pass=0 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=0 ++ error=5 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 0 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 5 + rc=1 + grep '^# TOTAL: *5$' stdout + rc=1 + grep '^# PASS: *0$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *0$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *5$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-test-number-0: exit 1 ERROR: t/tap-recheck-logs ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-recheck-logs.dir + cat + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ mv Makefile.am Makefile.am~ ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ mv -f Makefile.am~ Makefile.am ++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' ++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) ++ fatal_ 'failed to remake Makefile.in' ++ warn_ 'tap-recheck-logs: hard error: failed to remake Makefile.in' ++ echo 'tap-recheck-logs: hard error: failed to remake Makefile.in' ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-recheck-logs: exit 99 FAIL: t/tap-result-comment ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-result-comment.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=5 pass=3 fail=2 xpass=0 xfail=0 skip=0 error=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=5 pass=3 fail=2 xpass=0 xfail=0 skip=0 error=0 ++ total=5 ++ pass=3 ++ fail=2 ++ xpass=0 ++ xfail=0 ++ skip=0 ++ error=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 3 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *5$' stdout + rc=1 + grep '^# PASS: *3$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *0$' stdout + rc=1 + grep '^# FAIL: *2$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-result-comment: exit 1 FAIL: t/tap-todo-skip-together ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-todo-skip-together.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-todo-skip-together: exit 1 FAIL: t/tap-todo-skip-whitespace ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-todo-skip-whitespace.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + cat + plan=1..15 + echo 1..15 + sed -e 's/^/ok /' stub.tap + sed -e 's/^/XPASS: all.test /' stub.exp + my_make_check xpass + xpass=0 + xfail=0 + skip=0 + case $1 in + eval xpass=15 ++ xpass=15 + cat all.test 1..15 ok 1 # TODO ok 2 # TODO foo? ok 3 # TODO: bar! ok 4 aa # TODO ok 5 bb # TODO fnord 5 ok 6 cc # TODO: fnord 6 ok 7 - x # TODO ok 8 - y # TODO fnord 8 ok 9 - z # TODO: fnord 9 ok 10# TODO x0 ok 11 # TODO x1 ok 12 # TODO x2 ok 13 asd# TODO x3 ok 14 sad # TODO x4 ok 15 das # TODO x5 + run_make -O -e IGNORE check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=IGNORE + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + : Ignore exit status + count_test_results total=15 pass=0 fail=0 error=0 xpass=15 xfail=0 skip=0 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=15 pass=0 fail=0 error=0 xpass=15 xfail=0 skip=0 ++ total=15 ++ pass=0 ++ fail=0 ++ error=0 ++ xpass=15 ++ xfail=0 ++ skip=0 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 0 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 15 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 0 + grep '^# TOTAL: *15$' stdout + rc=1 + grep '^# PASS: *0$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *0$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *15$' stdout + rc=1 + grep '^# ERROR: *0$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-todo-skip-whitespace: exit 1 FAIL: t/tap-todo-skip ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-todo-skip.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + echo 1..256 + for c1 in t T + for c2 in o O + for c3 in d D + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # todo' + echo 'not ok# todo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # todo:' + echo 'not ok# todo:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # todo foo' + echo 'not ok# todo foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # todo: foo' + echo 'not ok# todo: foo' + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # todO' + echo 'not ok# todO' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # todO:' + echo 'not ok# todO:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # todO foo' + echo 'not ok# todO foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # todO: foo' + echo 'not ok# todO: foo' + for c3 in d D + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # toDo' + echo 'not ok# toDo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # toDo:' + echo 'not ok# toDo:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # toDo foo' + echo 'not ok# toDo foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # toDo: foo' + echo 'not ok# toDo: foo' + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # toDO' + echo 'not ok# toDO' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # toDO:' + echo 'not ok# toDO:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # toDO foo' + echo 'not ok# toDO foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # toDO: foo' + echo 'not ok# toDO: foo' + for c2 in o O + for c3 in d D + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tOdo' + echo 'not ok# tOdo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tOdo:' + echo 'not ok# tOdo:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tOdo foo' + echo 'not ok# tOdo foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tOdo: foo' + echo 'not ok# tOdo: foo' + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tOdO' + echo 'not ok# tOdO' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tOdO:' + echo 'not ok# tOdO:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tOdO foo' + echo 'not ok# tOdO foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tOdO: foo' + echo 'not ok# tOdO: foo' + for c3 in d D + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tODo' + echo 'not ok# tODo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tODo:' + echo 'not ok# tODo:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tODo foo' + echo 'not ok# tODo foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tODo: foo' + echo 'not ok# tODo: foo' + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tODO' + echo 'not ok# tODO' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tODO:' + echo 'not ok# tODO:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tODO foo' + echo 'not ok# tODO foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # tODO: foo' + echo 'not ok# tODO: foo' + for c1 in t T + for c2 in o O + for c3 in d D + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # Todo' + echo 'not ok# Todo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # Todo:' + echo 'not ok# Todo:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # Todo foo' + echo 'not ok# Todo foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # Todo: foo' + echo 'not ok# Todo: foo' + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TodO' + echo 'not ok# TodO' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TodO:' + echo 'not ok# TodO:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TodO foo' + echo 'not ok# TodO foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TodO: foo' + echo 'not ok# TodO: foo' + for c3 in d D + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # ToDo' + echo 'not ok# ToDo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # ToDo:' + echo 'not ok# ToDo:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # ToDo foo' + echo 'not ok# ToDo foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # ToDo: foo' + echo 'not ok# ToDo: foo' + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # ToDO' + echo 'not ok# ToDO' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # ToDO:' + echo 'not ok# ToDO:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # ToDO foo' + echo 'not ok# ToDO foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # ToDO: foo' + echo 'not ok# ToDO: foo' + for c2 in o O + for c3 in d D + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TOdo' + echo 'not ok# TOdo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TOdo:' + echo 'not ok# TOdo:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TOdo foo' + echo 'not ok# TOdo foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TOdo: foo' + echo 'not ok# TOdo: foo' + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TOdO' + echo 'not ok# TOdO' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TOdO:' + echo 'not ok# TOdO:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TOdO foo' + echo 'not ok# TOdO foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TOdO: foo' + echo 'not ok# TOdO: foo' + for c3 in d D + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TODo' + echo 'not ok# TODo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TODo:' + echo 'not ok# TODo:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TODo foo' + echo 'not ok# TODo foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TODo: foo' + echo 'not ok# TODo: foo' + for c4 in o O + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TODO' + echo 'not ok# TODO' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TODO:' + echo 'not ok# TODO:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TODO foo' + echo 'not ok# TODO foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'not ok # TODO: foo' + echo 'not ok# TODO: foo' + for c1 in s S + for c2 in k K + for c3 in i I + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skip' + echo 'ok# skip' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skip:' + echo 'ok# skip:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skip foo' + echo 'ok# skip foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skip: foo' + echo 'ok# skip: foo' + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skiP' + echo 'ok# skiP' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skiP:' + echo 'ok# skiP:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skiP foo' + echo 'ok# skiP foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skiP: foo' + echo 'ok# skiP: foo' + for c3 in i I + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skIp' + echo 'ok# skIp' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skIp:' + echo 'ok# skIp:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skIp foo' + echo 'ok# skIp foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skIp: foo' + echo 'ok# skIp: foo' + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skIP' + echo 'ok# skIP' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skIP:' + echo 'ok# skIP:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skIP foo' + echo 'ok# skIP foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # skIP: foo' + echo 'ok# skIP: foo' + for c2 in k K + for c3 in i I + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKip' + echo 'ok# sKip' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKip:' + echo 'ok# sKip:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKip foo' + echo 'ok# sKip foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKip: foo' + echo 'ok# sKip: foo' + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKiP' + echo 'ok# sKiP' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKiP:' + echo 'ok# sKiP:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKiP foo' + echo 'ok# sKiP foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKiP: foo' + echo 'ok# sKiP: foo' + for c3 in i I + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKIp' + echo 'ok# sKIp' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKIp:' + echo 'ok# sKIp:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKIp foo' + echo 'ok# sKIp foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKIp: foo' + echo 'ok# sKIp: foo' + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKIP' + echo 'ok# sKIP' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKIP:' + echo 'ok# sKIP:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKIP foo' + echo 'ok# sKIP foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # sKIP: foo' + echo 'ok# sKIP: foo' + for c1 in s S + for c2 in k K + for c3 in i I + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # Skip' + echo 'ok# Skip' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # Skip:' + echo 'ok# Skip:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # Skip foo' + echo 'ok# Skip foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # Skip: foo' + echo 'ok# Skip: foo' + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SkiP' + echo 'ok# SkiP' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SkiP:' + echo 'ok# SkiP:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SkiP foo' + echo 'ok# SkiP foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SkiP: foo' + echo 'ok# SkiP: foo' + for c3 in i I + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SkIp' + echo 'ok# SkIp' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SkIp:' + echo 'ok# SkIp:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SkIp foo' + echo 'ok# SkIp foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SkIp: foo' + echo 'ok# SkIp: foo' + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SkIP' + echo 'ok# SkIP' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SkIP:' + echo 'ok# SkIP:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SkIP foo' + echo 'ok# SkIP foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SkIP: foo' + echo 'ok# SkIP: foo' + for c2 in k K + for c3 in i I + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKip' + echo 'ok# SKip' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKip:' + echo 'ok# SKip:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKip foo' + echo 'ok# SKip foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKip: foo' + echo 'ok# SKip: foo' + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKiP' + echo 'ok# SKiP' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKiP:' + echo 'ok# SKiP:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKiP foo' + echo 'ok# SKiP foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKiP: foo' + echo 'ok# SKiP: foo' + for c3 in i I + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKIp' + echo 'ok# SKIp' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKIp:' + echo 'ok# SKIp:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKIp foo' + echo 'ok# SKIp foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKIp: foo' + echo 'ok# SKIp: foo' + for c4 in p P + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKIP' + echo 'ok# SKIP' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKIP:' + echo 'ok# SKIP:' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKIP foo' + echo 'ok# SKIP foo' + for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' + echo 'ok # SKIP: foo' + echo 'ok# SKIP: foo' + cat all.test 1..256 not ok # todo not ok# todo not ok # todo: not ok# todo: not ok # todo foo not ok# todo foo not ok # todo: foo not ok# todo: foo not ok # todO not ok# todO not ok # todO: not ok# todO: not ok # todO foo not ok# todO foo not ok # todO: foo not ok# todO: foo not ok # toDo not ok# toDo not ok # toDo: not ok# toDo: not ok # toDo foo not ok# toDo foo not ok # toDo: foo not ok# toDo: foo not ok # toDO not ok# toDO not ok # toDO: not ok# toDO: not ok # toDO foo not ok# toDO foo not ok # toDO: foo not ok# toDO: foo not ok # tOdo not ok# tOdo not ok # tOdo: not ok# tOdo: not ok # tOdo foo not ok# tOdo foo not ok # tOdo: foo not ok# tOdo: foo not ok # tOdO not ok# tOdO not ok # tOdO: not ok# tOdO: not ok # tOdO foo not ok# tOdO foo not ok # tOdO: foo not ok# tOdO: foo not ok # tODo not ok# tODo not ok # tODo: not ok# tODo: not ok # tODo foo not ok# tODo foo not ok # tODo: foo not ok# tODo: foo not ok # tODO not ok# tODO not ok # tODO: not ok# tODO: not ok # tODO foo not ok# tODO foo not ok # tODO: foo not ok# tODO: foo not ok # Todo not ok# Todo not ok # Todo: not ok# Todo: not ok # Todo foo not ok# Todo foo not ok # Todo: foo not ok# Todo: foo not ok # TodO not ok# TodO not ok # TodO: not ok# TodO: not ok # TodO foo not ok# TodO foo not ok # TodO: foo not ok# TodO: foo not ok # ToDo not ok# ToDo not ok # ToDo: not ok# ToDo: not ok # ToDo foo not ok# ToDo foo not ok # ToDo: foo not ok# ToDo: foo not ok # ToDO not ok# ToDO not ok # ToDO: not ok# ToDO: not ok # ToDO foo not ok# ToDO foo not ok # ToDO: foo not ok# ToDO: foo not ok # TOdo not ok# TOdo not ok # TOdo: not ok# TOdo: not ok # TOdo foo not ok# TOdo foo not ok # TOdo: foo not ok# TOdo: foo not ok # TOdO not ok# TOdO not ok # TOdO: not ok# TOdO: not ok # TOdO foo not ok# TOdO foo not ok # TOdO: foo not ok# TOdO: foo not ok # TODo not ok# TODo not ok # TODo: not ok# TODo: not ok # TODo foo not ok# TODo foo not ok # TODo: foo not ok# TODo: foo not ok # TODO not ok# TODO not ok # TODO: not ok# TODO: not ok # TODO foo not ok# TODO foo not ok # TODO: foo not ok# TODO: foo ok # skip ok# skip ok # skip: ok# skip: ok # skip foo ok# skip foo ok # skip: foo ok# skip: foo ok # skiP ok# skiP ok # skiP: ok# skiP: ok # skiP foo ok# skiP foo ok # skiP: foo ok# skiP: foo ok # skIp ok# skIp ok # skIp: ok# skIp: ok # skIp foo ok# skIp foo ok # skIp: foo ok# skIp: foo ok # skIP ok# skIP ok # skIP: ok# skIP: ok # skIP foo ok# skIP foo ok # skIP: foo ok# skIP: foo ok # sKip ok# sKip ok # sKip: ok# sKip: ok # sKip foo ok# sKip foo ok # sKip: foo ok# sKip: foo ok # sKiP ok# sKiP ok # sKiP: ok# sKiP: ok # sKiP foo ok# sKiP foo ok # sKiP: foo ok# sKiP: foo ok # sKIp ok# sKIp ok # sKIp: ok# sKIp: ok # sKIp foo ok# sKIp foo ok # sKIp: foo ok# sKIp: foo ok # sKIP ok# sKIP ok # sKIP: ok# sKIP: ok # sKIP foo ok# sKIP foo ok # sKIP: foo ok# sKIP: foo ok # Skip ok# Skip ok # Skip: ok# Skip: ok # Skip foo ok# Skip foo ok # Skip: foo ok# Skip: foo ok # SkiP ok# SkiP ok # SkiP: ok# SkiP: ok # SkiP foo ok# SkiP foo ok # SkiP: foo ok# SkiP: foo ok # SkIp ok# SkIp ok # SkIp: ok# SkIp: ok # SkIp foo ok# SkIp foo ok # SkIp: foo ok# SkIp: foo ok # SkIP ok# SkIP ok # SkIP: ok# SkIP: ok # SkIP foo ok# SkIP foo ok # SkIP: foo ok# SkIP: foo ok # SKip ok# SKip ok # SKip: ok# SKip: ok # SKip foo ok# SKip foo ok # SKip: foo ok# SKip: foo ok # SKiP ok# SKiP ok # SKiP: ok# SKiP: ok # SKiP foo ok# SKiP foo ok # SKiP: foo ok# SKiP: foo ok # SKIp ok# SKIp ok # SKIp: ok# SKIp: ok # SKIp foo ok# SKIp foo ok # SKIp: foo ok# SKIp: foo ok # SKIP ok# SKIP ok # SKIP: ok# SKIP: ok # SKIP foo ok# SKIP foo ok # SKIP: foo ok# SKIP: foo + run_make -O check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-todo-skip: exit 1 FAIL: t/tap-unplanned ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-unplanned.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=3 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=2 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=3 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=2 ++ total=3 ++ pass=1 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=0 ++ error=2 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 0 -eq 2 + rc=1 + grep '^# TOTAL: *3$' stdout + rc=1 + grep '^# PASS: *1$' stdout + rc=1 + grep '^# XFAIL: *0$' stdout + rc=1 + grep '^# SKIP: *0$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *0$' stdout + rc=1 + grep '^# ERROR: *2$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-unplanned: exit 1 ERROR: t/tap-whitespace-normalization ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-whitespace-normalization.dir + cat + : + spaces_a=' ' + spaces_b=' ' + echo TESTS += numbers.test + cat + cat + echo TESTS += description.test + cat + cat + echo TESTS += bailout.test + cat + cat + echo TESTS += bailout2.test + cat + cat + echo AM_TEST_LOG_DRIVER_FLAGS = --comments + echo TESTS += cmnt.test + cat + cat + chmod a+x bailout2.test bailout.test cmnt.test description.test numbers.test + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ mv Makefile.am Makefile.am~ ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ mv -f Makefile.am~ Makefile.am ++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' ++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) ++ fatal_ 'failed to remake Makefile.in' ++ warn_ 'tap-whitespace-normalization: hard error: failed to remake Makefile.in' ++ echo 'tap-whitespace-normalization: hard error: failed to remake Makefile.in' ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-whitespace-normalization: exit 99 FAIL: t/tap-with-and-without-number =================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-with-and-without-number.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + cat + run_make -O check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 2 -eq 0 + return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-with-and-without-number: exit 1 FAIL: t/tap-xfail-tests ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-xfail-tests.dir + . tap-setup.sh ++ test -f ../../bin/automake ++ test -f ../../runtest ++ test -d ../../t ++ test '!' -f Makefile.am ++ test -d ../tap-common-setup.dir ++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ test -f Makefile.am~ ++ : + echo 'XFAIL_TESTS = $(TESTS)' + cat + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make: *** No rule to make target `check'. Stop. + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + count_test_results total=7 pass=0 fail=0 xpass=2 xfail=3 skip=1 error=1 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=7 pass=0 fail=0 xpass=2 xfail=3 skip=1 error=1 ++ total=7 ++ pass=0 ++ fail=0 ++ xpass=2 ++ xfail=3 ++ skip=1 ++ error=1 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout + : + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 0 ++ grep -c '^XFAIL:' stdout + test 0 -eq 3 + rc=1 ++ grep -c '^SKIP:' stdout + test 0 -eq 1 + rc=1 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 2 + rc=1 ++ grep -c '^ERROR:' stdout + test 0 -eq 1 + rc=1 + grep '^# TOTAL: *7$' stdout + rc=1 + grep '^# PASS: *0$' stdout + rc=1 + grep '^# XFAIL: *3$' stdout + rc=1 + grep '^# SKIP: *1$' stdout + rc=1 + grep '^# FAIL: *0$' stdout + rc=1 + grep '^# XPASS: *2$' stdout + rc=1 + grep '^# ERROR: *1$' stdout + rc=1 + test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-xfail-tests: exit 1 FAIL: t/tap-common-setup ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-common-setup.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-common-setup.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-common-setup: exit 1 ERROR: t/tap-bad-prog ===================== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-bad-prog.dir + fetch_tap_driver + case $am_tap_implementation in + AM_TAP_AWK=gawk + export AM_TAP_AWK + sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh + chmod a+x tap-driver + sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of + plan_ 6 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x6 = xunknown + test x6 = xlater + test x6 = xlazy + test x6 = xnow + test 6 -ge 0 + planned_=6 + echo 1..6 1..6 + cat + cat + cat + cp noexec.test noread.test + chmod a-r noread.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-bad-prog.tap: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 6 = later + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bad-prog: exit 1 ERROR: t/tap-bad-prog.tap - too few tests run (expected 6, got 0) ERROR: t/tap-bad-prog.tap - exited with status 1 FAIL: t/tap-basic ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-basic.dir + fetch_tap_driver + case $am_tap_implementation in + AM_TAP_AWK=gawk + export AM_TAP_AWK + sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh + chmod a+x tap-driver + sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-basic.sh: line 75: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-basic: exit 1 FAIL: t/tap-diagnostic-custom ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-diagnostic-custom.dir + fetch_tap_driver + case $am_tap_implementation in + AM_TAP_AWK=gawk + export AM_TAP_AWK + sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh + chmod a+x tap-driver + sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of + cat + cat + : + i=0 + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + continue + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + i=1 + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AM_T1_LOG_DRIVER_FLAGS = --no-comments' + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + continue + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + i=2 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AM_T2_LOG_DRIVER_FLAGS = --no-comments' + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + continue + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + i=3 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AM_T3_LOG_DRIVER_FLAGS = --no-comments' + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + continue + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + i=4 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AM_T4_LOG_DRIVER_FLAGS = --no-comments' + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + continue + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + i=5 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AM_T5_LOG_DRIVER_FLAGS = --no-comments' + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + continue + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + i=6 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AM_T6_LOG_DRIVER_FLAGS = --no-comments' + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + continue + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + i=7 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AM_T7_LOG_DRIVER_FLAGS = --no-comments' + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + continue + for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' + case $string in + continue + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-diagnostic-custom.sh: line 78: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-diagnostic-custom: exit 1 SKIP: t/tap-driver-stderr ========================= FAIL: t/tap-doc =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-doc.dir + fetch_tap_driver + case $am_tap_implementation in + AM_TAP_AWK=gawk + export AM_TAP_AWK + sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh + chmod a+x tap-driver + sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of + cat + cat + cat + cat + cat + cat + chmod a+x bar.sh foo.sh mu.tap zardoz.tap + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-doc.sh: line 67: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-doc: exit 1 FAIL: t/tap-more ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-more.dir + fetch_tap_driver + case $am_tap_implementation in + AM_TAP_AWK=gawk + export AM_TAP_AWK + sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh + chmod a+x tap-driver + sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of + cat + cat + cat + cat + cat + chmod a+x 1.test 2.test 3.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-more.sh: line 75: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-more: exit 1 FAIL: t/tap-more2 ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-more2.dir + fetch_tap_driver + case $am_tap_implementation in + AM_TAP_AWK=gawk + export AM_TAP_AWK + sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh + chmod a+x tap-driver + sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-more2.sh: line 78: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-more2: exit 1 FAIL: t/tap-recheck =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tap-recheck.dir + fetch_tap_driver + case $am_tap_implementation in + AM_TAP_AWK=gawk + export AM_TAP_AWK + sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh + chmod a+x tap-driver + sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of + cat + cat + cat + cat + cat + cat + chmod a+x a.test b.test c.test d.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-recheck.sh: line 81: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-recheck: exit 1 FAIL: t/tap-summary =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-summary.dir ++ br============================================================================= ++ case $use_colors in ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ cat ++ cat ++ test no = yes ++ red= ++ grn= ++ lgn= ++ blu= ++ mgn= ++ brg= ++ std= ++ success_header='============================================================================ Testsuite summary for GNU AutoTAP 5.12 ============================================================================' ++ success_footer============================================================================= ++ failure_header='============================================================================ Testsuite summary for GNU AutoTAP 5.12 ============================================================================' ++ failure_footer='============================================================================ See ./test-suite.log Please report to address@hidden ============================================================================' ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-summary-aux.sh: line 112: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-summary: exit 1 FAIL: t/tap-summary-color ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-summary-color.dir ++ br============================================================================= ++ case $use_colors in ++ fetch_tap_driver ++ case $am_tap_implementation in ++ AM_TAP_AWK=gawk ++ export AM_TAP_AWK ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/tap-driver.sh ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ cat ++ cat ++ test yes = yes ++ red='' ++ grn='' ++ lgn='' ++ blu='' ++ mgn='' ++ brg='' ++ std='' ++ success_header='============================================================================ Testsuite summary for GNU AutoTAP 5.12 ============================================================================' ++ success_footer='============================================================================' ++ failure_header='============================================================================ Testsuite summary for GNU AutoTAP 5.12 ============================================================================' ++ failure_footer='============================================================================ See ./test-suite.log Please report to address@hidden ============================================================================' ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/tap-summary-aux.sh: line 112: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-summary-color: exit 1 FAIL: t/tags ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tags.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tags.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tags: exit 1 FAIL: t/tags2 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tags2.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tags2.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tags2: exit 1 SKIP: t/tagsub ============== tagsub: running etags --version -o /dev/null /build/automake-1.14.1/t/ax/am-test-lib.sh: line 803: etags: command not found SKIP: t/tags-pr12372 ==================== tags-pr12372: running etags --version -o /dev/null /build/automake-1.14.1/t/ax/am-test-lib.sh: line 803: etags: command not found FAIL: t/tar-ustar ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tar-ustar.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tar-ustar.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tar-ustar: exit 1 FAIL: t/tar-pax =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tar-pax.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tar-pax.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tar-pax: exit 1 FAIL: t/tar-opts-errors ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tar-opts-errors.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tar-opts-errors.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tar-opts-errors: exit 1 FAIL: t/tar-ustar-id-too-high ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tar-ustar-id-too-high.dir + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tar-ustar-id-too-high.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tar-ustar-id-too-high: exit 1 FAIL: t/tar-override ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tar-override.dir ++ pwd + cwd=/build/automake-1.14.1/t/tar-override.dir + echo AC_OUTPUT + cat + chmod a+x am--tar + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tar-override.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tar-override: exit 1 FAIL: t/target-cflags ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/target-cflags.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/target-cflags.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x target-cflags: exit 1 FAIL: t/targetclash =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/targetclash.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/targetclash.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x targetclash: exit 1 FAIL: t/tests-environment-fd-redirect ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tests-environment-fd-redirect.dir + cat + cat + echo '#! /usr/bin/perl -w' + cat + chmod a+x foo.test bar.test + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tests-environment-fd-redirect.sh: line 57: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tests-environment-fd-redirect: exit 1 FAIL: t/tests-environment-and-log-compiler ========================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/tests-environment-and-log-compiler.dir + cat + unset v0 v1 v2 v3 v4 + cat + cat + cat + chmod a+x test-log-compiler log-compiler + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tests-environment-and-log-compiler.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tests-environment-and-log-compiler: exit 1 FAIL: t/txinfo-absolute-srcdir-pr408 ==================================== txinfo-absolute-srcdir-pr408: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-absolute-srcdir-pr408.dir + echo AC_OUTPUT + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-absolute-srcdir-pr408.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-absolute-srcdir-pr408: exit 1 FAIL: t/txinfo-add-missing-and-dist =================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-add-missing-and-dist.dir + cat + cat + echo '@setfilename textutils.info' + mkdir auxdir + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-add-missing-and-dist.sh: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-add-missing-and-dist: exit 1 FAIL: t/txinfo-bsd-make-recurs ============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-bsd-make-recurs.dir + mkdir sub + cat + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-bsd-make-recurs.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-bsd-make-recurs: exit 1 SKIP: t/txinfo-builddir ======================= txinfo-builddir: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP: t/txinfo-clean ==================== txinfo-clean: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. FAIL: t/txinfo-dvi-recurs ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-dvi-recurs.dir + cat + mkdir sub + cat + echo '@setfilename maude.info' + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-dvi-recurs.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-dvi-recurs: exit 1 SKIP: t/txinfo-info-in-srcdir ============================= txinfo-info-in-srcdir: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP: t/txinfo-include ====================== txinfo-include: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. FAIL: t/txinfo-makeinfo-error-no-clobber ======================================== txinfo-makeinfo-error-no-clobber: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-makeinfo-error-no-clobber.dir + echo AC_OUTPUT + cat + mkdir sub + cat + cp main.texi sub/main.texi + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-makeinfo-error-no-clobber.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-makeinfo-error-no-clobber: exit 1 SKIP: t/txinfo-many-output-formats ================================== txinfo-many-output-formats: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP: t/txinfo-many-output-formats-vpath ======================================== txinfo-many-output-formats-vpath: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. FAIL: t/txinfo-nodist-info ========================== txinfo-nodist-info: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-nodist-info.dir + echo AC_OUTPUT + cat + mkdir subdir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-nodist-info.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-nodist-info: exit 1 SKIP: t/txinfo-no-clutter ========================= txinfo-no-clutter: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. FAIL: t/txinfo-no-extra-dist ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-no-extra-dist.dir + cat + cat + : + mkdir subdir + echo '@setfilename textutils.info' + echo '@setfilename main.info' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-no-extra-dist.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-no-extra-dist: exit 1 FAIL: t/txinfo-no-installinfo ============================= txinfo-no-installinfo: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-no-installinfo.dir + echo AC_OUTPUT + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-no-installinfo.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-no-installinfo: exit 1 FAIL: t/txinfo-no-repeated-targets ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-no-repeated-targets.dir + cat + echo '@setfilename maude.info' + echo '@setfilename liver.info' + echo '@setfilename heart.info' + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-no-repeated-targets.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-no-repeated-targets: exit 1 FAIL: t/txinfo-other-suffixes ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-other-suffixes.dir + cat + echo '@setfilename foo.info' + echo '@setfilename bar.info' + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-other-suffixes.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-other-suffixes: exit 1 FAIL: t/txinfo-override-infodeps ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-override-infodeps.dir + cat + echo '@setfilename baz.info' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-override-infodeps.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-override-infodeps: exit 1 SKIP: t/txinfo-override-texinfo-tex =================================== txinfo-override-texinfo-tex: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. FAIL: t/txinfo-setfilename-repeated =================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-setfilename-repeated.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-setfilename-repeated.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-setfilename-repeated: exit 1 FAIL: t/txinfo-setfilename-suffix-strip ======================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-setfilename-suffix-strip.dir + echo info_TEXINFOS = bar.texi + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-setfilename-suffix-strip.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-setfilename-suffix-strip: exit 1 SKIP: t/txinfo-subdir-pr343 =========================== txinfo-subdir-pr343: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. FAIL: t/txinfo-tex-dist ======================= txinfo-tex-dist: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-tex-dist.dir + cat + cat + echo '@setfilename textutils.info' + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-tex-dist.sh: line 41: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-tex-dist: exit 1 FAIL: t/txinfo-unrecognized-extension ===================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-unrecognized-extension.dir + cat + echo '@setfilename foobar.info' + echo '@setfilename bazquux.info' + echo '@setfilename zardoz.info' + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-unrecognized-extension.sh: line 31: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-unrecognized-extension: exit 1 FAIL: t/txinfo-unrecognized-info-suffix ======================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-unrecognized-info-suffix.dir + cat + echo '@setfilename textutils.frob' + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-unrecognized-info-suffix.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-unrecognized-info-suffix: exit 1 FAIL: t/txinfo-vtexi ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-vtexi.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-vtexi.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-vtexi: exit 1 FAIL: t/txinfo-vtexi2 ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-vtexi2.dir + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-vtexi2.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-vtexi2: exit 1 FAIL: t/txinfo-vtexi3 ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo-vtexi3.dir + distdir=txinfo-vtexi3-7.45.3a + TEX=false + TEXI2DVI=false + MAKEINFO=false + export TEX TEXI2DVI MAKEINFO + cat + cat + cat + cat + cat + : + cp /build/automake-1.14.1/lib/mdate-sh . + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo-vtexi3.sh: line 70: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo-vtexi3: exit 1 SKIP: t/txinfo-vtexi4 ===================== txinfo-vtexi4: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP: t/txinfo-without-info-suffix ================================== txinfo-without-info-suffix: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. FAIL: t/txinfo19 ================ txinfo19: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/txinfo19.dir + echo AC_OUTPUT + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/txinfo19.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo19: exit 1 SKIP: t/txinfo23 ================ txinfo23: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP: t/txinfo24 ================ txinfo24: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP: t/txinfo25 ================ txinfo25: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP: t/txinfo28 ================ txinfo28: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. FAIL: t/transform ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/transform.dir + cat + cat + cat + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/transform.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x transform: exit 1 FAIL: t/transform2 ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/transform2.dir + cat + cat + cat + cp p1.c p2.c + : + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/transform2.sh: line 65: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x transform2: exit 1 FAIL: t/transform3 ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/transform3.dir + cat + cat + cat + echo 'To be or not to be ...' + cat + cp foo mu + chmod a+x foo mu + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/transform3.sh: line 77: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x transform3: exit 1 SKIP: t/uninstall-fail ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/uninstall-fail.dir + mkdir d + : + chmod a-w d + st=0 + /bin/sh -c 'rm -f d/f' + cat stderr + test 0 -gt 0 + skip_ 'can delete files from unwritable directories' + warn_ 'uninstall-fail: skipped test: can delete files from unwritable directories' + echo 'uninstall-fail: skipped test: can delete files from unwritable directories' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x uninstall-fail: exit 77 FAIL: t/uninstall-pr9578 ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/uninstall-pr9578.dir + cat + : + : + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/uninstall-pr9578.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x uninstall-pr9578: exit 1 FAIL: t/unused ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/unused.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + cat stderr ./t/unused.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x unused: exit 1 FAIL: t/upc =========== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/upc.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/upc.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x upc: exit 1 FAIL: t/upc2 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/upc2.dir + echo AC_PROG_CC + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/upc2.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x upc2: exit 1 FAIL: t/upc3 ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/upc3.dir + cat + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/upc3.sh: line 58: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x upc3: exit 1 FAIL: t/vala-configure ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/vala-configure.dir + cat + cat + mkdir bin + cat + chmod +x bin/valac + cat + chmod +x bin/valac.old ++ pwd + PATH=/build/automake-1.14.1/t/vala-configure.dir/bin:/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export PATH + unset VALAC vala_version + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/vala-configure.sh: line 58: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x vala-configure: exit 1 FAIL: t/vala-grepping ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/vala-grepping.dir + cat + cat + cat + mkdir sub + cat + : + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/vala-grepping.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x vala-grepping: exit 1 SKIP: t/vala-headers ==================== vala-headers: running pkg-config --version 0.25 vala-headers: running valac --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 979: valac: command not found SKIP: t/vala-libs ================= vala-libs: running valac --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 979: valac: command not found SKIP: t/vala-mix ================ vala-mix: running valac --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 979: valac: command not found SKIP: t/vala-mix2 ================= vala-mix2: running valac --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 979: valac: command not found SKIP: t/vala-non-recursive-setup ================================ vala-non-recursive-setup: running pkg-config --version 0.25 vala-non-recursive-setup: running valac --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 979: valac: command not found SKIP: t/vala-parallel ===================== vala-parallel: running valac --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 979: valac: command not found SKIP: t/vala-per-target-flags ============================= vala-per-target-flags: running pkg-config --version 0.25 vala-per-target-flags: running valac --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 979: valac: command not found SKIP: t/vala-recursive-setup ============================ vala-recursive-setup: running pkg-config --version 0.25 vala-recursive-setup: running valac --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 979: valac: command not found SKIP: t/vala-vapi ================= vala-vapi: running pkg-config --version 0.25 vala-vapi: running valac --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 979: valac: command not found SKIP: t/vala-vpath ================== vala-vpath: running valac --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 979: valac: command not found FAIL: t/vars ============ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/vars.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/vars.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x vars: exit 1 FAIL: t/vars3 ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/vars3.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/vars3.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x vars3: exit 1 FAIL: t/var-recurs ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/var-recurs.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/var-recurs.sh: line 30: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x var-recurs: exit 1 FAIL: t/var-recurs2 =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/var-recurs2.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/var-recurs2.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x var-recurs2: exit 1 FAIL: t/vartar ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/vartar.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/vartar.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x vartar: exit 1 FAIL: t/vartypos ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/vartypos.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/vartypos.sh: line 43: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x vartypos: exit 1 FAIL: t/vartypo2 ================ vartypo2: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/vartypo2.dir + cat + cat + libtoolize libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax ./t/vartypo2.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x vartypo2: exit 1 FAIL: t/version3 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/version3.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/version3.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x version3: exit 1 FAIL: t/version4 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/version4.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/version4.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x version4: exit 1 FAIL: t/version6 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/version6.dir ++ automake-1.14 --foreign -Werror -Wall --version ++ sed -e 's/.* //;1q' + amver=1.14.1 + case $amver in + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/version6.sh: line 33: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x version6: exit 1 SKIP: t/version7 ================ version7: running makeinfo --version makeinfo (GNU texinfo) 4.13 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. FAIL: t/version8 ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/version8.dir + echo 'AM_AUTOMAKE_VERSION([1.9])' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror + cat stderr ./t/version8.sh: line 22: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + /bin/grep -F 'AM_INIT_AUTOMAKE([1.9])' stderr + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x version8: exit 1 FAIL: t/vpath ============= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/vpath.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/vpath.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x vpath: exit 1 FAIL: t/warnings-obsolete-default ================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/warnings-obsolete-default.dir + AUTOMAKE='automake-1.14 --foreign -Werror' + echo AC_PROG_CC + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/warnings-obsolete-default.sh: line 32: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x warnings-obsolete-default: exit 1 FAIL: t/warnings-override ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/warnings-override.dir + AUTOMAKE='automake-1.14 -Werror' + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/warnings-override.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x warnings-override: exit 1 FAIL: t/warnings-precedence =========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/warnings-precedence.dir + AUTOMAKE='automake-1.14 -Werror' + cat + touch README INSTALL NEWS AUTHORS ChangeLog COPYING + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/warnings-precedence.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x warnings-precedence: exit 1 FAIL: t/warnings-strictness-interactions ======================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/warnings-strictness-interactions.dir + AUTOMAKE='automake-1.14 -Werror' + cat + set_am_opts -Wportability configure.ac + set +x + cat configure.ac AC_INIT([warnings-strictness-interactions], [1.0]) AM_INIT_AUTOMAKE([-Wportability]) AC_CONFIG_FILES([Makefile]) + set_am_opts foreign Makefile.am + set +x + cat Makefile.am AUTOMAKE_OPTIONS = foreign FOO := bar + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/warnings-strictness-interactions.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x warnings-strictness-interactions: exit 1 FAIL: t/warnings-unknown ======================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/warnings-unknown.dir + AUTOMAKE='automake-1.14 --foreign -Werror' + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/warnings-unknown.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x warnings-unknown: exit 1 FAIL: t/warnopts ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/warnopts.dir + cat + mkdir sub + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/warnopts.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x warnopts: exit 1 FAIL: t/warnings-win-over-strictness ==================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/warnings-win-over-strictness.dir + AUTOMAKE=automake-1.14 + touch README INSTALL NEWS AUTHORS ChangeLog COPYING + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/warnings-win-over-strictness.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x warnings-win-over-strictness: exit 1 FAIL: t/warning-groups-win-over-strictness ========================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/warning-groups-win-over-strictness.dir + AUTOMAKE=automake-1.14 + touch README INSTALL NEWS AUTHORS ChangeLog COPYING THANKS + cat + cat + rm -rf 'autom4te*.cache' + : + echo AM_INIT_AUTOMAKE + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/warning-groups-win-over-strictness.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x warning-groups-win-over-strictness: exit 1 FAIL: t/werror ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/werror.dir + : + rm -f install-sh depcomp missing mkinstalldirs + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/werror.sh: line 25: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x werror: exit 1 FAIL: t/werror2 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/werror2.dir + echo AC_OUTPUT + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/werror2.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x werror2: exit 1 FAIL: t/werror3 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/werror3.dir + cat + mkdir sub + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/werror3.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x werror3: exit 1 FAIL: t/werror4 =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/werror4.dir + cat + mkdir sub + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/werror4.sh: line 38: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x werror4: exit 1 FAIL: t/whoami ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/whoami.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/whoami.sh: line 27: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x whoami: exit 1 FAIL: t/xsource =============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/xsource.dir + cat + cat + mkdir x + : + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/xsource.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x xsource: exit 1 FAIL: t/yacc-misc ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-misc.dir + cat + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-misc.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-misc: exit 1 FAIL: t/yacc-dry ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-dry.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-dry.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-dry: exit 1 FAIL: t/yacc-cxx-grepping ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-cxx-grepping.dir + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-cxx-grepping.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-cxx-grepping: exit 1 FAIL: t/yacc-vpath ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-vpath.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-vpath.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-vpath: exit 1 FAIL: t/yacc-auxdir =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-auxdir.dir + mkdir aux1 sub + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-auxdir.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-auxdir: exit 1 FAIL: t/yacc-basic ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-basic.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-basic.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-basic: exit 1 FAIL: t/yacc-cxx ================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-cxx.dir + cat + cat + cat + cp parse1.yy parse2.y++ + cp parse1.yy parse3.yxx + cp parse1.yy parse4.ypp + cat + cp foo.cc bar.c++ + cp foo.cc bar2.cxx + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-cxx.sh: line 73: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-cxx: exit 1 FAIL: t/yacc-bison-skeleton-cxx =============================== yacc-bison-skeleton-cxx: running bison --version bison (GNU Bison) 2.4.2 Written by Robert Corbett and Richard Stallman. 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-bison-skeleton-cxx.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-bison-skeleton-cxx.sh: line 83: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-bison-skeleton-cxx: exit 1 FAIL: t/yacc-bison-skeleton =========================== yacc-bison-skeleton: running bison --version bison (GNU Bison) 2.4.2 Written by Robert Corbett and Richard Stallman. 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. Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-bison-skeleton.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-bison-skeleton.sh: line 58: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-bison-skeleton: exit 1 FAIL: t/yacc-clean ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-clean.dir + cat + cat + mkdir sub1 sub2 + cat + cat + cat + cp sub1/parse.y sub2/parse.y + cat + cp sub1/main.c sub2/main.c + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-clean.sh: line 84: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-clean: exit 1 FAIL: t/yacc-clean-cxx ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-clean-cxx.dir + cat + cat + mkdir sub1 sub2 + cat + cat + cat + cp sub1/parsefoo.yxx sub1/parsebar.yy + cp sub1/parsefoo.yxx sub2/parsefoo.yxx + cp sub1/parsefoo.yxx sub2/parsebar.yy + cat + cp sub1/mainfoo.cc sub1/mainbar.cpp + cp sub1/mainfoo.cc sub1/mainbaz.c++ + cp sub1/mainfoo.cc sub1/mainqux.cxx + cp sub1/mainbar.cpp sub1/mainbaz.c++ sub1/mainfoo.cc sub1/mainqux.cxx sub2 + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-clean-cxx.sh: line 96: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-clean-cxx: exit 1 FAIL: t/yacc-d-basic ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-d-basic.dir + cat + cat + mkdir foo bar baz + cat + cp foo/Makefile.am bar/Makefile.am + cp foo/Makefile.am baz/Makefile.am + cat + sed -e 's/parse\.h/y.tab.h/' + cat + cp foo/main.c bar/main.c + sed 's/"parse\.h"/"zardoz-parse.h"/' foo/parse.y + sed 's/"parse\.h"/"zardoz-parse.h"/' foo/main.c + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-d-basic.sh: line 83: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-d-basic: exit 1 FAIL: t/yacc-d-cxx ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-d-cxx.dir + cat + mkdir foo bar baz qux baz/sub + cat + cp Makefile.am foo/Makefile.am + cp Makefile.am bar/Makefile.am + cp Makefile.am baz/Makefile.am + cp Makefile.am qux/Makefile.am + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-d-cxx.sh: line 80: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-d-cxx: exit 1 FAIL: t/yacc-d-vpath ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-d-vpath.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-d-vpath.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-d-vpath: exit 1 FAIL: t/yacc-deleted-headers ============================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-deleted-headers.dir + cat + cat + cat + cat + sed 's/"parse1\.h"/"p2-parse2.h"/' parse1.y + sed 's/"parse1\.h"/"p2-parse2.h"/' main1.c + sed 's/"parse1\.h"/"parse3.h"/' parse1.y + sed 's/"parse1\.h"/"parse3.h"/' main1.c + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-deleted-headers.sh: line 95: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-deleted-headers: exit 1 FAIL: t/yacc-depend =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-depend.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-depend.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-depend: exit 1 FAIL: t/yacc-depend2 ==================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-depend2.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-depend2.sh: line 61: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-depend2: exit 1 FAIL: t/yacc-dist-nobuild-subdir ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-dist-nobuild-subdir.dir + useless_vpath_rebuild + test -z '' + using_gmake + case $am__using_gmake in + grep GNU + make --version -v GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + am__useless_vpath_rebuild=no + return 1 + cat + mkdir sub + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-dist-nobuild-subdir.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-dist-nobuild-subdir: exit 1 FAIL: t/yacc-dist-nobuild ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-dist-nobuild.dir + cat + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-dist-nobuild.sh: line 50: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-dist-nobuild: exit 1 FAIL: t/yacc-grepping ===================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-grepping.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-grepping.sh: line 35: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-grepping: exit 1 FAIL: t/yacc-grepping2 ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-grepping2.dir + cat + cat + mkdir sub + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-grepping2.sh: line 36: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-grepping2: exit 1 FAIL: t/yacc-headers-and-dist-pr47 ================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-headers-and-dist-pr47.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-headers-and-dist-pr47.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-headers-and-dist-pr47: exit 1 FAIL: t/yacc-line ================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-line.dir + cat + mkdir dir sub sub/dir + cat + cat + cat + cp zardoz.y dir/quux.y + cp zardoz.y sub/zardoz.y + cp zardoz.y sub/dir/quux.y + c_outputs='zardoz.c bar-quux.c sub/foo-zardoz.c sub/dir/quux.c' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-line.sh: line 77: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-line: exit 1 FAIL: t/yacc-mix-c-cxx ====================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-mix-c-cxx.dir + cat + cat + cat + cat + cat + cat + cat + cat + cat + edit + sed -e s/FOOBAR/BAZQUUX/ -e 's/"parse\.hh"/"parse3.hxx"/' + edit + sed -e s/FOOBAR/BAZQUUX/ -e 's/"parse\.hh"/"parse3.hxx"/' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-mix-c-cxx.sh: line 130: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-mix-c-cxx: exit 1 FAIL: t/yacc-nodist =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-nodist.dir + cat + cat + mkdir sub1 sub2 + cat + cat sub1/Makefile.am - + cat + cat - sub1/main.c + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-nodist.sh: line 90: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-nodist: exit 1 FAIL: t/yacc-pr204 ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-pr204.dir + cat + cat + cat + cp parse.y parse2.y + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-pr204.sh: line 62: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-pr204: exit 1 FAIL: t/yacc-subdir =================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-subdir.dir + cat + cat + mkdir foo + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-subdir.sh: line 58: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-subdir: exit 1 FAIL: t/yacc-weirdnames ======================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yacc-weirdnames.dir + cat + cat + outputs=' parse.y.c bar-parse.s.f..c bar-parse.s.f..h parse..5.c++ bar2-parse.yxx.cc bar2-parse.yxx.hh ' + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yacc-weirdnames.sh: line 44: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yacc-weirdnames: exit 1 FAIL: t/yflags ============== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yflags.dir + cat + chmod a+x fake-yacc + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yflags.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yflags: exit 1 FAIL: t/yflags-cxx ================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yflags-cxx.dir + cat + chmod a+x fake-yacc + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yflags-cxx.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yflags-cxx: exit 1 FAIL: t/yflags-cmdline-override =============================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yflags-cmdline-override.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yflags-cmdline-override.sh: line 53: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yflags-cmdline-override: exit 1 FAIL: t/yflags-conditional ========================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yflags-conditional.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yflags-conditional.sh: line 34: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yflags-conditional: exit 1 FAIL: t/yflags-d-false-positives ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yflags-d-false-positives.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yflags-d-false-positives.sh: line 26: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yflags-d-false-positives: exit 1 FAIL: t/yflags-force-conditional ================================ Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yflags-force-conditional.dir + cat + mkdir bin + cat + chmod a+x bin/fake-yacc ++ pwd + PATH=/build/automake-1.14.1/t/yflags-force-conditional.dir/bin:/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export PATH + YACC=fake-yacc + export YACC + cat + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yflags-force-conditional.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yflags-force-conditional: exit 1 FAIL: t/yflags-force-override ============================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yflags-force-override.dir + cat + cat + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yflags-force-override.sh: line 47: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yflags-force-override: exit 1 FAIL: t/yflags-var-expand ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/yflags-var-expand.dir + cat + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/yflags-var-expand.sh: line 29: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x yflags-var-expand: exit 1 FAIL: t/pkg-config-macros ========================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/pkg-config-macros.dir + echo '# Automatically generated by pkg-config-macros.' + echo : ++ pkg-config --version + ver=0.25 + test -n 0.25 + echo 'printf '\''pkg-config version: %s\n'\'' '\''0.25'\''' + cat + have_pkg_config_macros + autoconf + /bin/grep -F PKG_CHECK_MODULES configure PKG_CHECK_MODULES(GOBJECT, gobject-2.0 >= 2.4) + XT_ACLOCAL_PATH=/usr/local/share/aclocal:/usr/share/aclocal + oIFS=' ' + dir= + IFS=: + for d in '$PATH' + IFS=' ' + test -f /build/automake-1.14.1/t/wrap/pkg-config + test -f /build/automake-1.14.1/t/wrap/pkg-config.exe + for d in '$PATH' + IFS=' ' + test -f /build/automake-1.14.1/t/ax/pkg-config + test -f /build/automake-1.14.1/t/ax/pkg-config.exe + for d in '$PATH' + IFS=' ' + test -f /bin/pkg-config + test -f /bin/pkg-config.exe + for d in '$PATH' + IFS=' ' + test -f /usr/bin/pkg-config + dir=/usr/bin + break + IFS=' ' + test -n /usr/bin + XT_ACLOCAL_PATH=/usr/share/aclocal:/usr/local/share/aclocal:/usr/share/aclocal + XT_ACLOCAL_PATH=/usr/share/aclocal:/usr/local/share/aclocal:/usr/share/aclocal + mkdir m4 + ACLOCAL_PATH=/usr/share/aclocal:/usr/local/share/aclocal:/usr/share/aclocal + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax --install -I m4 ./t/pkg-config-macros.sh: line 72: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pkg-config-macros: exit 1 ERROR: t/tap-signal-w ===================== ./t/tap-signal-w.tap: will source ./t/tap-signal.tap Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-signal-w.dir ++ fetch_tap_driver ++ case $am_tap_implementation in ++ /usr/bin/perl -MTAP::Parser -e 1 ++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ plan_ 10 ++ test 1 -eq 0 ++ test 1 -ge 2 ++ test xnone '!=' xnone ++ test x10 = xunknown ++ test x10 = xlater ++ test x10 = xlazy ++ test x10 = xnow ++ test 10 -ge 0 ++ planned_=10 ++ echo 1..10 1..10 ++ cat ++ cat ++ all_signals='1 2 3 9 13 15' ++ blocked_signals= ++ for sig in '$all_signals' ++ is_blocked_signal 1 ++ /usr/bin/perl -w -e ' use strict; use warnings FATAL => "all"; use POSIX; my %oldsigaction = (); sigaction(1, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' ++ test 77 -eq 77 ++ return 1 ++ unindent ++ test x = x +++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' +++ sed -e 's/ *# .*//' ++ sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += signal-1.test ++ for sig in '$all_signals' ++ is_blocked_signal 2 ++ /usr/bin/perl -w -e ' use strict; use warnings FATAL => "all"; use POSIX; my %oldsigaction = (); sigaction(2, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' ++ test 77 -eq 77 ++ return 1 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += signal-2.test ++ for sig in '$all_signals' ++ is_blocked_signal 3 ++ /usr/bin/perl -w -e ' use strict; use warnings FATAL => "all"; use POSIX; my %oldsigaction = (); sigaction(3, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' ++ test 77 -eq 77 ++ return 1 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += signal-3.test ++ for sig in '$all_signals' ++ is_blocked_signal 9 ++ /usr/bin/perl -w -e ' use strict; use warnings FATAL => "all"; use POSIX; my %oldsigaction = (); sigaction(9, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' ++ test 77 -eq 77 ++ return 1 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += signal-9.test ++ for sig in '$all_signals' ++ is_blocked_signal 13 ++ /usr/bin/perl -w -e ' use strict; use warnings FATAL => "all"; use POSIX; my %oldsigaction = (); sigaction(13, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' ++ test 77 -eq 77 ++ return 1 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += signal-13.test ++ for sig in '$all_signals' ++ is_blocked_signal 15 ++ /usr/bin/perl -w -e ' use strict; use warnings FATAL => "all"; use POSIX; my %oldsigaction = (); sigaction(15, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' ++ test 77 -eq 77 ++ return 1 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += signal-15.test +++ wc -l +++ ls signal-13.test signal-15.test signal-1.test signal-2.test signal-3.test signal-9.test +++ tr -d ' ' ++ results_count=6 ++ chmod a+x signal-13.test signal-15.test signal-1.test signal-2.test signal-3.test signal-9.test ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-signal.tap: line 67: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 10 = later + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-signal-w: exit 1 ERROR: t/tap-signal-w.tap - too few tests run (expected 10, got 0) ERROR: t/tap-signal-w.tap - exited with status 1 FAIL: t/tap-out-of-order-w ========================== ./t/tap-out-of-order-w.sh: will source ./t/tap-out-of-order.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-out-of-order-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ cat ++ cat ++ run_make -O -e FAIL 'TESTS=a.test b.test c.test d.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 5 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 4 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=a.test b.test c.test d.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=17 pass=8 fail=0 xpass=0 xfail=1 skip=0 error=8 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=17 pass=8 fail=0 xpass=0 xfail=1 skip=0 error=8 +++ total=17 +++ pass=8 +++ fail=0 +++ xpass=0 +++ xfail=1 +++ skip=0 +++ error=8 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 8 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 8 ++ rc=1 ++ grep '^# TOTAL: *17$' stdout ++ rc=1 ++ grep '^# PASS: *8$' stdout ++ rc=1 ++ grep '^# XFAIL: *1$' stdout ++ rc=1 ++ grep '^# SKIP: *0$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *8$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-out-of-order-w: exit 1 ERROR: t/tap-no-merge-stdout-stderr-w ===================================== ./t/tap-no-merge-stdout-stderr-w.sh: will source ./t/tap-no-merge-stdout-stderr.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-no-merge-stdout-stderr-w.dir ++ cat ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ mv Makefile.am Makefile.am~ +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ mv -f Makefile.am~ Makefile.am +++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' +++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) +++ fatal_ 'failed to remake Makefile.in' +++ warn_ 'tap-no-merge-stdout-stderr-w: hard error: failed to remake Makefile.in' +++ echo 'tap-no-merge-stdout-stderr-w: hard error: failed to remake Makefile.in' +++ _am_exit 99 +++ set +e +++ test 77 = 99 +++ exit 99 +++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-no-merge-stdout-stderr-w: exit 99 FAIL: t/compile5-w ================== ./t/compile5-w.sh: will source ./t/compile5.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/compile5-w.dir ++ get_shell_script compile ++ test '!' -f compile ++ rm -f compile ++ test xyes = xyes ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/compile ++ chmod a+x compile ++ sed 10q compile #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2013 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by ++ cat ++ chmod +x ./cl ++ cat ++ : ++ cat ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/compile5.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x compile5-w: exit 1 FAIL: t/color-tests-w ===================== ./t/color-tests-w.sh: will source ./t/color-tests.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/color-tests-w.dir ++ red='\[0;31m' ++ grn='\[0;32m' ++ lgn='\[1;32m' ++ blu='\[1;34m' ++ mgn='\[0;35m' ++ std='\[m' ++ cat ++ cat ++ cat ++ cat ++ cat ++ cat ++ cp fail xfail ++ cp pass xpass ++ chmod +x pass fail skip xpass xfail error ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/color-tests.sh: line 66: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x color-tests-w: exit 1 FAIL: t/tap-msg0-misc-w ======================= ./t/tap-msg0-misc-w.sh: will source ./t/tap-msg0-misc.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-msg0-misc-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=14 pass=2 fail=0 xpass=4 xfail=4 skip=4 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=14 pass=2 fail=0 xpass=4 xfail=4 skip=4 error=0 +++ total=14 +++ pass=2 +++ fail=0 +++ xpass=4 +++ xfail=4 +++ skip=4 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 4 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 4 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 4 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *14$' stdout ++ rc=1 ++ grep '^# PASS: *2$' stdout ++ rc=1 ++ grep '^# XFAIL: *4$' stdout ++ rc=1 ++ grep '^# SKIP: *4$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *4$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-msg0-misc-w: exit 1 FAIL: t/tap-global-result-w =========================== ./t/tap-global-result-w.sh: will source ./t/tap-global-result.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-global-result-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ cat ++ cat ++ sed '1s/.*/1..4/' ok.test ++ echo 'not ok 4' ++ cat ++ sed '1s/.*/1..4/' ok.test ++ echo 'ok 4 # TODO' ++ echo 'Bail out!' ++ cat ok.test ++ echo 'Bail out!' ++ cat ++ cat ++ cat ++ cat ++ cat ++ cat ++ cat ++ cat ++ cat ++ cat +++ echo bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test ++ tests='bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test' ++ run_make -O -e FAIL 'TESTS=bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 5 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 4 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 +++ echo ' bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test ' +++ sed 's/\.test / /' ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ for tst in '$(echo " $tests " | sed '\''s/\.test / /'\'')' ++ echo :copy-in-global-log: yes ++ rm -f test-suite.log ++ run_make -e FAIL 'TESTS=bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test' test-suite.log ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=bail2.test bail3.test bail.test error2.test error3.test error4.test error5.test error6.test error7.test error.test fail2.test fail.test hodgepodge-all.test hodgepodge.test ok.test skipall.test skip.test xpass2.test xpass.test' test-suite.log ++ set +x make: *** No rule to make target `test-suite.log'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test no = yes ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ cat test-suite.log cat: test-suite.log: No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-global-result-w: exit 1 FAIL: t/check-subst-w ===================== ./t/check-subst-w.sh: will source ./t/check-subst.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/check-subst-w.dir ++ cat ++ cat ++ test xyes '!=' xyes ++ cat ++ cat ++ cp pass-script.test subst-pass-script.sh ++ cp xfail-script.test subst-xfail-script.sh ++ chmod a+x pass-script.test xfail-script.test ++ test xyes = xyes ++ chmod a+x subst-pass-script.sh subst-xfail-script.sh ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check-subst.sh: line 59: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check-subst-w: exit 1 SKIP: t/color-tests2-w ====================== ./t/color-tests2-w.sh: will source ./t/color-tests2.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/color-tests2-w.dir ++ red='\[0;31m' ++ grn='\[0;32m' ++ lgn='\[1;32m' ++ blu='\[1;34m' ++ mgn='\[0;35m' ++ std='\[m' ++ set +e ++ expect -c 'exit 77' ./t/color-tests2.sh: line 33: expect: command not found ++ test 127 -eq 77 ++ skip_ 'requires a working expect program' ++ warn_ 'color-tests2-w: skipped test: requires a working expect program' ++ echo 'color-tests2-w: skipped test: requires a working expect program' ++ _am_exit 77 ++ set +e ++ test 77 = 77 ++ am__test_skipped=yes ++ exit 77 ++ exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x color-tests2-w: exit 77 FAIL: t/tap-number-wordboundary-w ================================= ./t/tap-number-wordboundary-w.sh: will source ./t/tap-number-wordboundary.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-number-wordboundary-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=5 pass=1 fail=1 skip=1 xpass=1 xfail=1 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=5 pass=1 fail=1 skip=1 xpass=1 xfail=1 error=0 +++ total=5 +++ pass=1 +++ fail=1 +++ skip=1 +++ xpass=1 +++ xfail=1 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *5$' stdout ++ rc=1 ++ grep '^# PASS: *1$' stdout ++ rc=1 ++ grep '^# XFAIL: *1$' stdout ++ rc=1 ++ grep '^# SKIP: *1$' stdout ++ rc=1 ++ grep '^# FAIL: *1$' stdout ++ rc=1 ++ grep '^# XPASS: *1$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-number-wordboundary-w: exit 1 FAIL: t/tap-bailout-and-logging-w ================================= ./t/tap-bailout-and-logging-w.sh: will source ./t/tap-bailout-and-logging.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-bailout-and-logging-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ make check make: *** No rule to make target `check'. Stop. ++ cat all.log cat: all.log: No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bailout-and-logging-w: exit 1 FAIL: t/check-subst-prog-w ========================== ./t/check-subst-prog-w.sh: will source ./t/check-subst-prog.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/check-subst-prog-w.dir ++ cat ++ cat ++ cat ++ cat ++ chmod a+x pass-script.test xfail-script.test ++ cp pass-script.test subst-pass-script.test ++ cp xfail-script.test subst-xfail-script.test ++ cat ++ cat ++ cp pass-prog.c subst-pass-prog.c ++ cp xfail-prog.c subst-xfail-prog.c ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check-subst-prog.sh: line 66: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check-subst-prog-w: exit 1 FAIL: t/tap-more-w ================== ./t/tap-more-w.sh: will source ./t/tap-more.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-more-w.dir ++ fetch_tap_driver ++ case $am_tap_implementation in ++ /usr/bin/perl -MTAP::Parser -e 1 ++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ cat ++ cat ++ cat ++ cat ++ cat ++ chmod a+x 1.test 2.test 3.test ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-more.sh: line 75: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-more-w: exit 1 FAIL: t/tap-global-log-w ======================== ./t/tap-global-log-w.sh: will source ./t/tap-global-log.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-global-log-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ cat ++ cat top - bot ++ cat top - bot ++ cat top - bot ++ cat top - bot ++ cat top - bot ++ cat top - bot ++ cat ++ exec ++ echo 'ok # SKIP' ++ cat hodgepodge ++ echo 'not ok # TODO' ++ echo ok ++ exec ++ cat +++ echo bail.test error.test fail.test misc.test ok.test skipall.test skip.test todo.test xpass.test ++ run_make -e IGNORE 'TESTS=bail.test error.test fail.test misc.test ok.test skipall.test skip.test todo.test xpass.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_rc_exp=IGNORE ++ shift ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=bail.test error.test fail.test misc.test ok.test skipall.test skip.test todo.test xpass.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test no = yes ++ test no = yes ++ case $am__make_rc_exp in ++ : Ignore exit status ++ cat test-suite.log cat: test-suite.log: No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-global-log-w: exit 1 FAIL: t/tap-not-ok-skip-w ========================= ./t/tap-not-ok-skip-w.sh: will source ./t/tap-not-ok-skip.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-not-ok-skip-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=4 pass=0 fail=4 skip=0 xpass=0 xfail=0 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=4 pass=0 fail=4 skip=0 xpass=0 xfail=0 error=0 +++ total=4 +++ pass=0 +++ fail=4 +++ skip=0 +++ xpass=0 +++ xfail=0 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 0 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 4 ++ rc=1 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *4$' stdout ++ rc=1 ++ grep '^# PASS: *0$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *0$' stdout ++ rc=1 ++ grep '^# FAIL: *4$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-not-ok-skip-w: exit 1 ERROR: t/tap-no-disable-hard-error-w ==================================== ./t/tap-no-disable-hard-error-w.sh: will source ./t/tap-no-disable-hard-error.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-no-disable-hard-error-w.dir ++ cat ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ mv Makefile.am Makefile.am~ +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ mv -f Makefile.am~ Makefile.am +++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' +++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) +++ fatal_ 'failed to remake Makefile.in' +++ warn_ 'tap-no-disable-hard-error-w: hard error: failed to remake Makefile.in' +++ echo 'tap-no-disable-hard-error-w: hard error: failed to remake Makefile.in' +++ _am_exit 99 +++ set +e +++ test 77 = 99 +++ exit 99 +++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-no-disable-hard-error-w: exit 99 FAIL: t/tap-xfail-tests-w ========================= ./t/tap-xfail-tests-w.sh: will source ./t/tap-xfail-tests.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-xfail-tests-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ echo 'XFAIL_TESTS = $(TESTS)' ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=7 pass=0 fail=0 xpass=2 xfail=3 skip=1 error=1 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=7 pass=0 fail=0 xpass=2 xfail=3 skip=1 error=1 +++ total=7 +++ pass=0 +++ fail=0 +++ xpass=2 +++ xfail=3 +++ skip=1 +++ error=1 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 0 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 3 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 1 ++ rc=1 ++ grep '^# TOTAL: *7$' stdout ++ rc=1 ++ grep '^# PASS: *0$' stdout ++ rc=1 ++ grep '^# XFAIL: *3$' stdout ++ rc=1 ++ grep '^# SKIP: *1$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *2$' stdout ++ rc=1 ++ grep '^# ERROR: *1$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-xfail-tests-w: exit 1 ERROR: t/tap-passthrough-exit-w =============================== ./t/tap-passthrough-exit-w.sh: will source ./t/tap-passthrough-exit.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-passthrough-exit-w.dir ++ cat ++ exit_statuses='1 2 77 99' ++ for e in '$exit_statuses' ++ unindent ++ test x = x +++ sed -e 's/ *# .*//' +++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' ++ sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += exit-1.test ++ for e in '$exit_statuses' ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += exit-2.test ++ for e in '$exit_statuses' ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += exit-77.test ++ for e in '$exit_statuses' ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += exit-99.test ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ mv Makefile.am Makefile.am~ +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ mv -f Makefile.am~ Makefile.am +++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' +++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) +++ fatal_ 'failed to remake Makefile.in' +++ warn_ 'tap-passthrough-exit-w: hard error: failed to remake Makefile.in' +++ echo 'tap-passthrough-exit-w: hard error: failed to remake Makefile.in' +++ _am_exit 99 +++ set +e +++ test 77 = 99 +++ exit 99 +++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-passthrough-exit-w: exit 99 SKIP: t/check12-w ================= ./t/check12-w.sh: will source ./t/check12.sh check12-w: running runtest SOMEPROGRAM=someprogram --version /build/automake-1.14.1/t/ax/am-test-lib.sh: line 949: runtest: command not found FAIL: t/tap-planskip-and-logging-w ================================== ./t/tap-planskip-and-logging-w.sh: will source ./t/tap-planskip-and-logging.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-planskip-and-logging-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ echo TEST_LOG_DRIVER_FLAGS = --comments ++ cat ++ cat ++ cat ++ run_make -O 'TESTS=foo.test foo2.test bar.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 3 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=foo.test foo2.test bar.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-and-logging-w: exit 1 FAIL: t/tap-diagnostic-custom-w =============================== ./t/tap-diagnostic-custom-w.sh: will source ./t/tap-diagnostic-custom.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-diagnostic-custom-w.dir ++ fetch_tap_driver ++ case $am_tap_implementation in ++ /usr/bin/perl -MTAP::Parser -e 1 ++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ cat ++ cat ++ : ++ i=0 ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ continue ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ i=1 ++ unindent ++ test x = x +++ sed -e 's/ *# .*//' +++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' ++ sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo 'AM_T1_LOG_DRIVER_FLAGS = --no-comments' ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ continue ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ i=2 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo 'AM_T2_LOG_DRIVER_FLAGS = --no-comments' ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ continue ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ i=3 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo 'AM_T3_LOG_DRIVER_FLAGS = --no-comments' ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ continue ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ i=4 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo 'AM_T4_LOG_DRIVER_FLAGS = --no-comments' ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ continue ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ i=5 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo 'AM_T5_LOG_DRIVER_FLAGS = --no-comments' ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ continue ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ i=6 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo 'AM_T6_LOG_DRIVER_FLAGS = --no-comments' ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ continue ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ i=7 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo 'AM_T7_LOG_DRIVER_FLAGS = --no-comments' ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ continue ++ for string in ''\''## A letter'\''' a ''\''## A number'\''' 1023 ''\''## A non-alphabetic character'\''' @ ''\''## Some metacharacters (we need to repeat the "$" for make)'\''' ''\''^>;&*"|$$'\''' ''\''## A whitespace character'\''' '" "' ''\''## A tab character'\''' '"$tab"' ''\''## A string with more whitespace'\''' '" ${tab}a b${tab} c"' ''\''## Note the we do not have the empty string here. We prefer to'\''' ''\''## leave its behaviour in this context undefined for the moment.'\''' ++ case $string in ++ continue ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-diagnostic-custom.sh: line 78: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-diagnostic-custom-w: exit 1 FAIL: t/tap-ambiguous-directive-w ================================= ./t/tap-ambiguous-directive-w.sh: will source ./t/tap-ambiguous-directive.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-ambiguous-directive-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=6 pass=2 fail=2 xpass=0 xfail=1 skip=1 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=6 pass=2 fail=2 xpass=0 xfail=1 skip=1 error=0 +++ total=6 +++ pass=2 +++ fail=2 +++ xpass=0 +++ xfail=1 +++ skip=1 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *6$' stdout ++ rc=1 ++ grep '^# PASS: *2$' stdout ++ rc=1 ++ grep '^# XFAIL: *1$' stdout ++ rc=1 ++ grep '^# SKIP: *1$' stdout ++ rc=1 ++ grep '^# FAIL: *2$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-ambiguous-directive-w: exit 1 ERROR: t/tap-bad-prog-w ======================= ./t/tap-bad-prog-w.tap: will source ./t/tap-bad-prog.tap Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-bad-prog-w.dir ++ fetch_tap_driver ++ case $am_tap_implementation in ++ /usr/bin/perl -MTAP::Parser -e 1 ++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ plan_ 6 ++ test 1 -eq 0 ++ test 1 -ge 2 ++ test xnone '!=' xnone ++ test x6 = xunknown ++ test x6 = xlater ++ test x6 = xlazy ++ test x6 = xnow ++ test 6 -ge 0 ++ planned_=6 ++ echo 1..6 1..6 ++ cat ++ cat ++ cat ++ cp noexec.test noread.test ++ chmod a-r noread.test ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-bad-prog.tap: line 46: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 6 = later + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bad-prog-w: exit 1 ERROR: t/tap-bad-prog-w.tap - too few tests run (expected 6, got 0) ERROR: t/tap-bad-prog-w.tap - exited with status 1 SKIP: t/tap-driver-stderr-w =========================== ./t/tap-driver-stderr-w.sh: will source ./t/tap-driver-stderr.sh FAIL: t/tap-bailout-w ===================== ./t/tap-bailout-w.sh: will source ./t/tap-bailout.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-bailout-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ : ++ cat ++ cat ++ cat ++ cat ++ cat ++ cat ++ cat ++ echo 'ERROR: d.test - Bail out! mktemp -d: Permission denied' ++ cat ++ echo 'ERROR: e.test - Bail out!' ++ test_counts='total=12 pass=3 fail=1 xpass=1 xfail=1 skip=1 error=5' ++ run_make -O -e FAIL 'TESTS=a.test b.test c.test d.test e.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 5 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 4 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=a.test b.test c.test d.test e.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=12 pass=3 fail=1 xpass=1 xfail=1 skip=1 error=5 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=12 pass=3 fail=1 xpass=1 xfail=1 skip=1 error=5 +++ total=12 +++ pass=3 +++ fail=1 +++ xpass=1 +++ xfail=1 +++ skip=1 +++ error=5 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 3 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 5 ++ rc=1 ++ grep '^# TOTAL: *12$' stdout ++ rc=1 ++ grep '^# PASS: *3$' stdout ++ rc=1 ++ grep '^# XFAIL: *1$' stdout ++ rc=1 ++ grep '^# SKIP: *1$' stdout ++ rc=1 ++ grep '^# FAIL: *1$' stdout ++ rc=1 ++ grep '^# XPASS: *1$' stdout ++ rc=1 ++ grep '^# ERROR: *5$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bailout-w: exit 1 FAIL: t/check2-w ================ ./t/check2-w.sh: will source ./t/check2.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/check2-w.dir ++ cat ++ mkdir dir ++ cat ++ cat ++ test xyes = xyes ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check2.sh: line 49: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check2-w: exit 1 FAIL: t/tap-fancy2-w ==================== ./t/tap-fancy2-w.sh: will source ./t/tap-fancy2.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-fancy2-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok'\''' ++ printf '%s\n' 'ok'\''' ++ xecho 'not ok'\''' ++ printf '%s\n' 'not ok'\''' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP'\''' ++ printf '%s\n' 'ok# SKIP'\''' ++ test 'x'\''' '!=' x# ++ test 'x'\''' '!=' 'x\' ++ xecho 'ok'\''#SKIP' ++ printf '%s\n' 'ok'\''#SKIP' ++ xecho 'ok'\''# SKIP' ++ printf '%s\n' 'ok'\''# SKIP' ++ xecho 'ok'\''#SKIP'\''' ++ printf '%s\n' 'ok'\''#SKIP'\''' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO'\''' ++ printf '%s\n' 'not ok# TODO'\''' ++ test 'x'\''' '!=' x# ++ test 'x'\''' '!=' 'x\' ++ xecho 'not ok'\''#TODO' ++ printf '%s\n' 'not ok'\''#TODO' ++ xecho 'not ok'\''# TODO' ++ printf '%s\n' 'not ok'\''# TODO' ++ xecho 'not ok'\''#TODO'\''' ++ printf '%s\n' 'not ok'\''#TODO'\''' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO'\''' ++ printf '%s\n' 'ok# TODO'\''' ++ test 'x'\''' '!=' x# ++ test 'x'\''' '!=' 'x\' ++ xecho 'ok'\''#TODO' ++ printf '%s\n' 'ok'\''#TODO' ++ xecho 'ok'\''# TODO' ++ printf '%s\n' 'ok'\''# TODO' ++ xecho 'ok'\''#TODO'\''' ++ printf '%s\n' 'ok'\''#TODO'\''' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok"' ++ printf '%s\n' 'ok"' ++ xecho 'not ok"' ++ printf '%s\n' 'not ok"' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP"' ++ printf '%s\n' 'ok# SKIP"' ++ test 'x"' '!=' x# ++ test 'x"' '!=' 'x\' ++ xecho 'ok"#SKIP' ++ printf '%s\n' 'ok"#SKIP' ++ xecho 'ok"# SKIP' ++ printf '%s\n' 'ok"# SKIP' ++ xecho 'ok"#SKIP"' ++ printf '%s\n' 'ok"#SKIP"' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO"' ++ printf '%s\n' 'not ok# TODO"' ++ test 'x"' '!=' x# ++ test 'x"' '!=' 'x\' ++ xecho 'not ok"#TODO' ++ printf '%s\n' 'not ok"#TODO' ++ xecho 'not ok"# TODO' ++ printf '%s\n' 'not ok"# TODO' ++ xecho 'not ok"#TODO"' ++ printf '%s\n' 'not ok"#TODO"' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO"' ++ printf '%s\n' 'ok# TODO"' ++ test 'x"' '!=' x# ++ test 'x"' '!=' 'x\' ++ xecho 'ok"#TODO' ++ printf '%s\n' 'ok"#TODO' ++ xecho 'ok"# TODO' ++ printf '%s\n' 'ok"# TODO' ++ xecho 'ok"#TODO"' ++ printf '%s\n' 'ok"#TODO"' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok`' ++ printf '%s\n' 'ok`' ++ xecho 'not ok`' ++ printf '%s\n' 'not ok`' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP`' ++ printf '%s\n' 'ok# SKIP`' ++ test 'x`' '!=' x# ++ test 'x`' '!=' 'x\' ++ xecho 'ok`#SKIP' ++ printf '%s\n' 'ok`#SKIP' ++ xecho 'ok`# SKIP' ++ printf '%s\n' 'ok`# SKIP' ++ xecho 'ok`#SKIP`' ++ printf '%s\n' 'ok`#SKIP`' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO`' ++ printf '%s\n' 'not ok# TODO`' ++ test 'x`' '!=' x# ++ test 'x`' '!=' 'x\' ++ xecho 'not ok`#TODO' ++ printf '%s\n' 'not ok`#TODO' ++ xecho 'not ok`# TODO' ++ printf '%s\n' 'not ok`# TODO' ++ xecho 'not ok`#TODO`' ++ printf '%s\n' 'not ok`#TODO`' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO`' ++ printf '%s\n' 'ok# TODO`' ++ test 'x`' '!=' x# ++ test 'x`' '!=' 'x\' ++ xecho 'ok`#TODO' ++ printf '%s\n' 'ok`#TODO' ++ xecho 'ok`# TODO' ++ printf '%s\n' 'ok`# TODO' ++ xecho 'ok`#TODO`' ++ printf '%s\n' 'ok`#TODO`' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho ok# ++ printf '%s\n' ok# ++ xecho 'not ok#' ++ printf '%s\n' 'not ok#' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP#' ++ printf '%s\n' 'ok# SKIP#' ++ test x# '!=' x# ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO#' ++ printf '%s\n' 'not ok# TODO#' ++ test x# '!=' x# ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO#' ++ printf '%s\n' 'ok# TODO#' ++ test x# '!=' x# ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok$' ++ printf '%s\n' 'ok$' ++ xecho 'not ok$' ++ printf '%s\n' 'not ok$' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP$' ++ printf '%s\n' 'ok# SKIP$' ++ test 'x$' '!=' x# ++ test 'x$' '!=' 'x\' ++ xecho 'ok$#SKIP' ++ printf '%s\n' 'ok$#SKIP' ++ xecho 'ok$# SKIP' ++ printf '%s\n' 'ok$# SKIP' ++ xecho 'ok$#SKIP$' ++ printf '%s\n' 'ok$#SKIP$' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO$' ++ printf '%s\n' 'not ok# TODO$' ++ test 'x$' '!=' x# ++ test 'x$' '!=' 'x\' ++ xecho 'not ok$#TODO' ++ printf '%s\n' 'not ok$#TODO' ++ xecho 'not ok$# TODO' ++ printf '%s\n' 'not ok$# TODO' ++ xecho 'not ok$#TODO$' ++ printf '%s\n' 'not ok$#TODO$' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO$' ++ printf '%s\n' 'ok# TODO$' ++ test 'x$' '!=' x# ++ test 'x$' '!=' 'x\' ++ xecho 'ok$#TODO' ++ printf '%s\n' 'ok$#TODO' ++ xecho 'ok$# TODO' ++ printf '%s\n' 'ok$# TODO' ++ xecho 'ok$#TODO$' ++ printf '%s\n' 'ok$#TODO$' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok!' ++ printf '%s\n' 'ok!' ++ xecho 'not ok!' ++ printf '%s\n' 'not ok!' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP!' ++ printf '%s\n' 'ok# SKIP!' ++ test 'x!' '!=' x# ++ test 'x!' '!=' 'x\' ++ xecho 'ok!#SKIP' ++ printf '%s\n' 'ok!#SKIP' ++ xecho 'ok!# SKIP' ++ printf '%s\n' 'ok!# SKIP' ++ xecho 'ok!#SKIP!' ++ printf '%s\n' 'ok!#SKIP!' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO!' ++ printf '%s\n' 'not ok# TODO!' ++ test 'x!' '!=' x# ++ test 'x!' '!=' 'x\' ++ xecho 'not ok!#TODO' ++ printf '%s\n' 'not ok!#TODO' ++ xecho 'not ok!# TODO' ++ printf '%s\n' 'not ok!# TODO' ++ xecho 'not ok!#TODO!' ++ printf '%s\n' 'not ok!#TODO!' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO!' ++ printf '%s\n' 'ok# TODO!' ++ test 'x!' '!=' x# ++ test 'x!' '!=' 'x\' ++ xecho 'ok!#TODO' ++ printf '%s\n' 'ok!#TODO' ++ xecho 'ok!# TODO' ++ printf '%s\n' 'ok!# TODO' ++ xecho 'ok!#TODO!' ++ printf '%s\n' 'ok!#TODO!' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok\' ++ printf '%s\n' 'ok\' ++ xecho 'not ok\' ++ printf '%s\n' 'not ok\' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP\' ++ printf '%s\n' 'ok# SKIP\' ++ test 'x\' '!=' x# ++ test 'x\' '!=' 'x\' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO\' ++ printf '%s\n' 'not ok# TODO\' ++ test 'x\' '!=' x# ++ test 'x\' '!=' 'x\' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO\' ++ printf '%s\n' 'ok# TODO\' ++ test 'x\' '!=' x# ++ test 'x\' '!=' 'x\' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho ok/ ++ printf '%s\n' ok/ ++ xecho 'not ok/' ++ printf '%s\n' 'not ok/' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP/' ++ printf '%s\n' 'ok# SKIP/' ++ test x/ '!=' x# ++ test x/ '!=' 'x\' ++ xecho ok/#SKIP ++ printf '%s\n' ok/#SKIP ++ xecho 'ok/# SKIP' ++ printf '%s\n' 'ok/# SKIP' ++ xecho ok/#SKIP/ ++ printf '%s\n' ok/#SKIP/ ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO/' ++ printf '%s\n' 'not ok# TODO/' ++ test x/ '!=' x# ++ test x/ '!=' 'x\' ++ xecho 'not ok/#TODO' ++ printf '%s\n' 'not ok/#TODO' ++ xecho 'not ok/# TODO' ++ printf '%s\n' 'not ok/# TODO' ++ xecho 'not ok/#TODO/' ++ printf '%s\n' 'not ok/#TODO/' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO/' ++ printf '%s\n' 'ok# TODO/' ++ test x/ '!=' x# ++ test x/ '!=' 'x\' ++ xecho ok/#TODO ++ printf '%s\n' ok/#TODO ++ xecho 'ok/# TODO' ++ printf '%s\n' 'ok/# TODO' ++ xecho ok/#TODO/ ++ printf '%s\n' ok/#TODO/ ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok&' ++ printf '%s\n' 'ok&' ++ xecho 'not ok&' ++ printf '%s\n' 'not ok&' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP&' ++ printf '%s\n' 'ok# SKIP&' ++ test 'x&' '!=' x# ++ test 'x&' '!=' 'x\' ++ xecho 'ok&#SKIP' ++ printf '%s\n' 'ok&#SKIP' ++ xecho 'ok&# SKIP' ++ printf '%s\n' 'ok&# SKIP' ++ xecho 'ok&#SKIP&' ++ printf '%s\n' 'ok&#SKIP&' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO&' ++ printf '%s\n' 'not ok# TODO&' ++ test 'x&' '!=' x# ++ test 'x&' '!=' 'x\' ++ xecho 'not ok&#TODO' ++ printf '%s\n' 'not ok&#TODO' ++ xecho 'not ok&# TODO' ++ printf '%s\n' 'not ok&# TODO' ++ xecho 'not ok&#TODO&' ++ printf '%s\n' 'not ok&#TODO&' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO&' ++ printf '%s\n' 'ok# TODO&' ++ test 'x&' '!=' x# ++ test 'x&' '!=' 'x\' ++ xecho 'ok&#TODO' ++ printf '%s\n' 'ok&#TODO' ++ xecho 'ok&# TODO' ++ printf '%s\n' 'ok&# TODO' ++ xecho 'ok&#TODO&' ++ printf '%s\n' 'ok&#TODO&' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho ok% ++ printf '%s\n' ok% ++ xecho 'not ok%' ++ printf '%s\n' 'not ok%' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP%' ++ printf '%s\n' 'ok# SKIP%' ++ test x% '!=' x# ++ test x% '!=' 'x\' ++ xecho ok%#SKIP ++ printf '%s\n' ok%#SKIP ++ xecho 'ok%# SKIP' ++ printf '%s\n' 'ok%# SKIP' ++ xecho ok%#SKIP% ++ printf '%s\n' ok%#SKIP% ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO%' ++ printf '%s\n' 'not ok# TODO%' ++ test x% '!=' x# ++ test x% '!=' 'x\' ++ xecho 'not ok%#TODO' ++ printf '%s\n' 'not ok%#TODO' ++ xecho 'not ok%# TODO' ++ printf '%s\n' 'not ok%# TODO' ++ xecho 'not ok%#TODO%' ++ printf '%s\n' 'not ok%#TODO%' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO%' ++ printf '%s\n' 'ok# TODO%' ++ test x% '!=' x# ++ test x% '!=' 'x\' ++ xecho ok%#TODO ++ printf '%s\n' ok%#TODO ++ xecho 'ok%# TODO' ++ printf '%s\n' 'ok%# TODO' ++ xecho ok%#TODO% ++ printf '%s\n' ok%#TODO% ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok(' ++ printf '%s\n' 'ok(' ++ xecho 'not ok(' ++ printf '%s\n' 'not ok(' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP(' ++ printf '%s\n' 'ok# SKIP(' ++ test 'x(' '!=' x# ++ test 'x(' '!=' 'x\' ++ xecho 'ok(#SKIP' ++ printf '%s\n' 'ok(#SKIP' ++ xecho 'ok(# SKIP' ++ printf '%s\n' 'ok(# SKIP' ++ xecho 'ok(#SKIP(' ++ printf '%s\n' 'ok(#SKIP(' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO(' ++ printf '%s\n' 'not ok# TODO(' ++ test 'x(' '!=' x# ++ test 'x(' '!=' 'x\' ++ xecho 'not ok(#TODO' ++ printf '%s\n' 'not ok(#TODO' ++ xecho 'not ok(# TODO' ++ printf '%s\n' 'not ok(# TODO' ++ xecho 'not ok(#TODO(' ++ printf '%s\n' 'not ok(#TODO(' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO(' ++ printf '%s\n' 'ok# TODO(' ++ test 'x(' '!=' x# ++ test 'x(' '!=' 'x\' ++ xecho 'ok(#TODO' ++ printf '%s\n' 'ok(#TODO' ++ xecho 'ok(# TODO' ++ printf '%s\n' 'ok(# TODO' ++ xecho 'ok(#TODO(' ++ printf '%s\n' 'ok(#TODO(' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok)' ++ printf '%s\n' 'ok)' ++ xecho 'not ok)' ++ printf '%s\n' 'not ok)' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP)' ++ printf '%s\n' 'ok# SKIP)' ++ test 'x)' '!=' x# ++ test 'x)' '!=' 'x\' ++ xecho 'ok)#SKIP' ++ printf '%s\n' 'ok)#SKIP' ++ xecho 'ok)# SKIP' ++ printf '%s\n' 'ok)# SKIP' ++ xecho 'ok)#SKIP)' ++ printf '%s\n' 'ok)#SKIP)' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO)' ++ printf '%s\n' 'not ok# TODO)' ++ test 'x)' '!=' x# ++ test 'x)' '!=' 'x\' ++ xecho 'not ok)#TODO' ++ printf '%s\n' 'not ok)#TODO' ++ xecho 'not ok)# TODO' ++ printf '%s\n' 'not ok)# TODO' ++ xecho 'not ok)#TODO)' ++ printf '%s\n' 'not ok)#TODO)' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO)' ++ printf '%s\n' 'ok# TODO)' ++ test 'x)' '!=' x# ++ test 'x)' '!=' 'x\' ++ xecho 'ok)#TODO' ++ printf '%s\n' 'ok)#TODO' ++ xecho 'ok)# TODO' ++ printf '%s\n' 'ok)# TODO' ++ xecho 'ok)#TODO)' ++ printf '%s\n' 'ok)#TODO)' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok|' ++ printf '%s\n' 'ok|' ++ xecho 'not ok|' ++ printf '%s\n' 'not ok|' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP|' ++ printf '%s\n' 'ok# SKIP|' ++ test 'x|' '!=' x# ++ test 'x|' '!=' 'x\' ++ xecho 'ok|#SKIP' ++ printf '%s\n' 'ok|#SKIP' ++ xecho 'ok|# SKIP' ++ printf '%s\n' 'ok|# SKIP' ++ xecho 'ok|#SKIP|' ++ printf '%s\n' 'ok|#SKIP|' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO|' ++ printf '%s\n' 'not ok# TODO|' ++ test 'x|' '!=' x# ++ test 'x|' '!=' 'x\' ++ xecho 'not ok|#TODO' ++ printf '%s\n' 'not ok|#TODO' ++ xecho 'not ok|# TODO' ++ printf '%s\n' 'not ok|# TODO' ++ xecho 'not ok|#TODO|' ++ printf '%s\n' 'not ok|#TODO|' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO|' ++ printf '%s\n' 'ok# TODO|' ++ test 'x|' '!=' x# ++ test 'x|' '!=' 'x\' ++ xecho 'ok|#TODO' ++ printf '%s\n' 'ok|#TODO' ++ xecho 'ok|# TODO' ++ printf '%s\n' 'ok|# TODO' ++ xecho 'ok|#TODO|' ++ printf '%s\n' 'ok|#TODO|' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok^' ++ printf '%s\n' 'ok^' ++ xecho 'not ok^' ++ printf '%s\n' 'not ok^' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP^' ++ printf '%s\n' 'ok# SKIP^' ++ test 'x^' '!=' x# ++ test 'x^' '!=' 'x\' ++ xecho 'ok^#SKIP' ++ printf '%s\n' 'ok^#SKIP' ++ xecho 'ok^# SKIP' ++ printf '%s\n' 'ok^# SKIP' ++ xecho 'ok^#SKIP^' ++ printf '%s\n' 'ok^#SKIP^' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO^' ++ printf '%s\n' 'not ok# TODO^' ++ test 'x^' '!=' x# ++ test 'x^' '!=' 'x\' ++ xecho 'not ok^#TODO' ++ printf '%s\n' 'not ok^#TODO' ++ xecho 'not ok^# TODO' ++ printf '%s\n' 'not ok^# TODO' ++ xecho 'not ok^#TODO^' ++ printf '%s\n' 'not ok^#TODO^' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO^' ++ printf '%s\n' 'ok# TODO^' ++ test 'x^' '!=' x# ++ test 'x^' '!=' 'x\' ++ xecho 'ok^#TODO' ++ printf '%s\n' 'ok^#TODO' ++ xecho 'ok^# TODO' ++ printf '%s\n' 'ok^# TODO' ++ xecho 'ok^#TODO^' ++ printf '%s\n' 'ok^#TODO^' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho ok~ ++ printf '%s\n' ok~ ++ xecho 'not ok~' ++ printf '%s\n' 'not ok~' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP~' ++ printf '%s\n' 'ok# SKIP~' ++ test x~ '!=' x# ++ test x~ '!=' 'x\' ++ xecho ok~#SKIP ++ printf '%s\n' ok~#SKIP ++ xecho 'ok~# SKIP' ++ printf '%s\n' 'ok~# SKIP' ++ xecho ok~#SKIP~ ++ printf '%s\n' ok~#SKIP~ ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO~' ++ printf '%s\n' 'not ok# TODO~' ++ test x~ '!=' x# ++ test x~ '!=' 'x\' ++ xecho 'not ok~#TODO' ++ printf '%s\n' 'not ok~#TODO' ++ xecho 'not ok~# TODO' ++ printf '%s\n' 'not ok~# TODO' ++ xecho 'not ok~#TODO~' ++ printf '%s\n' 'not ok~#TODO~' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO~' ++ printf '%s\n' 'ok# TODO~' ++ test x~ '!=' x# ++ test x~ '!=' 'x\' ++ xecho ok~#TODO ++ printf '%s\n' ok~#TODO ++ xecho 'ok~# TODO' ++ printf '%s\n' 'ok~# TODO' ++ xecho ok~#TODO~ ++ printf '%s\n' ok~#TODO~ ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok?' ++ printf '%s\n' 'ok?' ++ xecho 'not ok?' ++ printf '%s\n' 'not ok?' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP?' ++ printf '%s\n' 'ok# SKIP?' ++ test 'x?' '!=' x# ++ test 'x?' '!=' 'x\' ++ xecho 'ok?#SKIP' ++ printf '%s\n' 'ok?#SKIP' ++ xecho 'ok?# SKIP' ++ printf '%s\n' 'ok?# SKIP' ++ xecho 'ok?#SKIP?' ++ printf '%s\n' 'ok?#SKIP?' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO?' ++ printf '%s\n' 'not ok# TODO?' ++ test 'x?' '!=' x# ++ test 'x?' '!=' 'x\' ++ xecho 'not ok?#TODO' ++ printf '%s\n' 'not ok?#TODO' ++ xecho 'not ok?# TODO' ++ printf '%s\n' 'not ok?# TODO' ++ xecho 'not ok?#TODO?' ++ printf '%s\n' 'not ok?#TODO?' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO?' ++ printf '%s\n' 'ok# TODO?' ++ test 'x?' '!=' x# ++ test 'x?' '!=' 'x\' ++ xecho 'ok?#TODO' ++ printf '%s\n' 'ok?#TODO' ++ xecho 'ok?# TODO' ++ printf '%s\n' 'ok?# TODO' ++ xecho 'ok?#TODO?' ++ printf '%s\n' 'ok?#TODO?' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok*' ++ printf '%s\n' 'ok*' ++ xecho 'not ok*' ++ printf '%s\n' 'not ok*' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP*' ++ printf '%s\n' 'ok# SKIP*' ++ test 'x*' '!=' x# ++ test 'x*' '!=' 'x\' ++ xecho 'ok*#SKIP' ++ printf '%s\n' 'ok*#SKIP' ++ xecho 'ok*# SKIP' ++ printf '%s\n' 'ok*# SKIP' ++ xecho 'ok*#SKIP*' ++ printf '%s\n' 'ok*#SKIP*' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO*' ++ printf '%s\n' 'not ok# TODO*' ++ test 'x*' '!=' x# ++ test 'x*' '!=' 'x\' ++ xecho 'not ok*#TODO' ++ printf '%s\n' 'not ok*#TODO' ++ xecho 'not ok*# TODO' ++ printf '%s\n' 'not ok*# TODO' ++ xecho 'not ok*#TODO*' ++ printf '%s\n' 'not ok*#TODO*' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO*' ++ printf '%s\n' 'ok# TODO*' ++ test 'x*' '!=' x# ++ test 'x*' '!=' 'x\' ++ xecho 'ok*#TODO' ++ printf '%s\n' 'ok*#TODO' ++ xecho 'ok*# TODO' ++ printf '%s\n' 'ok*# TODO' ++ xecho 'ok*#TODO*' ++ printf '%s\n' 'ok*#TODO*' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho ok+ ++ printf '%s\n' ok+ ++ xecho 'not ok+' ++ printf '%s\n' 'not ok+' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP+' ++ printf '%s\n' 'ok# SKIP+' ++ test x+ '!=' x# ++ test x+ '!=' 'x\' ++ xecho ok+#SKIP ++ printf '%s\n' ok+#SKIP ++ xecho 'ok+# SKIP' ++ printf '%s\n' 'ok+# SKIP' ++ xecho ok+#SKIP+ ++ printf '%s\n' ok+#SKIP+ ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO+' ++ printf '%s\n' 'not ok# TODO+' ++ test x+ '!=' x# ++ test x+ '!=' 'x\' ++ xecho 'not ok+#TODO' ++ printf '%s\n' 'not ok+#TODO' ++ xecho 'not ok+# TODO' ++ printf '%s\n' 'not ok+# TODO' ++ xecho 'not ok+#TODO+' ++ printf '%s\n' 'not ok+#TODO+' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO+' ++ printf '%s\n' 'ok# TODO+' ++ test x+ '!=' x# ++ test x+ '!=' 'x\' ++ xecho ok+#TODO ++ printf '%s\n' ok+#TODO ++ xecho 'ok+# TODO' ++ printf '%s\n' 'ok+# TODO' ++ xecho ok+#TODO+ ++ printf '%s\n' ok+#TODO+ ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho ok- ++ printf '%s\n' ok- ++ xecho 'not ok-' ++ printf '%s\n' 'not ok-' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP-' ++ printf '%s\n' 'ok# SKIP-' ++ test x- '!=' x# ++ test x- '!=' 'x\' ++ xecho ok-#SKIP ++ printf '%s\n' ok-#SKIP ++ xecho 'ok-# SKIP' ++ printf '%s\n' 'ok-# SKIP' ++ xecho ok-#SKIP- ++ printf '%s\n' ok-#SKIP- ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO-' ++ printf '%s\n' 'not ok# TODO-' ++ test x- '!=' x# ++ test x- '!=' 'x\' ++ xecho 'not ok-#TODO' ++ printf '%s\n' 'not ok-#TODO' ++ xecho 'not ok-# TODO' ++ printf '%s\n' 'not ok-# TODO' ++ xecho 'not ok-#TODO-' ++ printf '%s\n' 'not ok-#TODO-' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO-' ++ printf '%s\n' 'ok# TODO-' ++ test x- '!=' x# ++ test x- '!=' 'x\' ++ xecho ok-#TODO ++ printf '%s\n' ok-#TODO ++ xecho 'ok-# TODO' ++ printf '%s\n' 'ok-# TODO' ++ xecho ok-#TODO- ++ printf '%s\n' ok-#TODO- ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho ok, ++ printf '%s\n' ok, ++ xecho 'not ok,' ++ printf '%s\n' 'not ok,' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP,' ++ printf '%s\n' 'ok# SKIP,' ++ test x, '!=' x# ++ test x, '!=' 'x\' ++ xecho ok,#SKIP ++ printf '%s\n' ok,#SKIP ++ xecho 'ok,# SKIP' ++ printf '%s\n' 'ok,# SKIP' ++ xecho ok,#SKIP, ++ printf '%s\n' ok,#SKIP, ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO,' ++ printf '%s\n' 'not ok# TODO,' ++ test x, '!=' x# ++ test x, '!=' 'x\' ++ xecho 'not ok,#TODO' ++ printf '%s\n' 'not ok,#TODO' ++ xecho 'not ok,# TODO' ++ printf '%s\n' 'not ok,# TODO' ++ xecho 'not ok,#TODO,' ++ printf '%s\n' 'not ok,#TODO,' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO,' ++ printf '%s\n' 'ok# TODO,' ++ test x, '!=' x# ++ test x, '!=' 'x\' ++ xecho ok,#TODO ++ printf '%s\n' ok,#TODO ++ xecho 'ok,# TODO' ++ printf '%s\n' 'ok,# TODO' ++ xecho ok,#TODO, ++ printf '%s\n' ok,#TODO, ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho ok: ++ printf '%s\n' ok: ++ xecho 'not ok:' ++ printf '%s\n' 'not ok:' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP:' ++ printf '%s\n' 'ok# SKIP:' ++ test x: '!=' x# ++ test x: '!=' 'x\' ++ xecho ok:#SKIP ++ printf '%s\n' ok:#SKIP ++ xecho 'ok:# SKIP' ++ printf '%s\n' 'ok:# SKIP' ++ xecho ok:#SKIP: ++ printf '%s\n' ok:#SKIP: ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO:' ++ printf '%s\n' 'not ok# TODO:' ++ test x: '!=' x# ++ test x: '!=' 'x\' ++ xecho 'not ok:#TODO' ++ printf '%s\n' 'not ok:#TODO' ++ xecho 'not ok:# TODO' ++ printf '%s\n' 'not ok:# TODO' ++ xecho 'not ok:#TODO:' ++ printf '%s\n' 'not ok:#TODO:' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO:' ++ printf '%s\n' 'ok# TODO:' ++ test x: '!=' x# ++ test x: '!=' 'x\' ++ xecho ok:#TODO ++ printf '%s\n' ok:#TODO ++ xecho 'ok:# TODO' ++ printf '%s\n' 'ok:# TODO' ++ xecho ok:#TODO: ++ printf '%s\n' ok:#TODO: ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok;' ++ printf '%s\n' 'ok;' ++ xecho 'not ok;' ++ printf '%s\n' 'not ok;' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP;' ++ printf '%s\n' 'ok# SKIP;' ++ test 'x;' '!=' x# ++ test 'x;' '!=' 'x\' ++ xecho 'ok;#SKIP' ++ printf '%s\n' 'ok;#SKIP' ++ xecho 'ok;# SKIP' ++ printf '%s\n' 'ok;# SKIP' ++ xecho 'ok;#SKIP;' ++ printf '%s\n' 'ok;#SKIP;' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO;' ++ printf '%s\n' 'not ok# TODO;' ++ test 'x;' '!=' x# ++ test 'x;' '!=' 'x\' ++ xecho 'not ok;#TODO' ++ printf '%s\n' 'not ok;#TODO' ++ xecho 'not ok;# TODO' ++ printf '%s\n' 'not ok;# TODO' ++ xecho 'not ok;#TODO;' ++ printf '%s\n' 'not ok;#TODO;' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO;' ++ printf '%s\n' 'ok# TODO;' ++ test 'x;' '!=' x# ++ test 'x;' '!=' 'x\' ++ xecho 'ok;#TODO' ++ printf '%s\n' 'ok;#TODO' ++ xecho 'ok;# TODO' ++ printf '%s\n' 'ok;# TODO' ++ xecho 'ok;#TODO;' ++ printf '%s\n' 'ok;#TODO;' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho ok= ++ printf '%s\n' ok= ++ xecho 'not ok=' ++ printf '%s\n' 'not ok=' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP=' ++ printf '%s\n' 'ok# SKIP=' ++ test x= '!=' x# ++ test x= '!=' 'x\' ++ xecho ok=#SKIP ++ printf '%s\n' ok=#SKIP ++ xecho 'ok=# SKIP' ++ printf '%s\n' 'ok=# SKIP' ++ xecho ok=#SKIP= ++ printf '%s\n' ok=#SKIP= ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO=' ++ printf '%s\n' 'not ok# TODO=' ++ test x= '!=' x# ++ test x= '!=' 'x\' ++ xecho 'not ok=#TODO' ++ printf '%s\n' 'not ok=#TODO' ++ xecho 'not ok=# TODO' ++ printf '%s\n' 'not ok=# TODO' ++ xecho 'not ok=#TODO=' ++ printf '%s\n' 'not ok=#TODO=' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO=' ++ printf '%s\n' 'ok# TODO=' ++ test x= '!=' x# ++ test x= '!=' 'x\' ++ xecho ok=#TODO ++ printf '%s\n' ok=#TODO ++ xecho 'ok=# TODO' ++ printf '%s\n' 'ok=# TODO' ++ xecho ok=#TODO= ++ printf '%s\n' ok=#TODO= ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok<' ++ printf '%s\n' 'ok<' ++ xecho 'not ok<' ++ printf '%s\n' 'not ok<' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP<' ++ printf '%s\n' 'ok# SKIP<' ++ test 'x<' '!=' x# ++ test 'x<' '!=' 'x\' ++ xecho 'ok<#SKIP' ++ printf '%s\n' 'ok<#SKIP' ++ xecho 'ok<# SKIP' ++ printf '%s\n' 'ok<# SKIP' ++ xecho 'ok<#SKIP<' ++ printf '%s\n' 'ok<#SKIP<' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO<' ++ printf '%s\n' 'not ok# TODO<' ++ test 'x<' '!=' x# ++ test 'x<' '!=' 'x\' ++ xecho 'not ok<#TODO' ++ printf '%s\n' 'not ok<#TODO' ++ xecho 'not ok<# TODO' ++ printf '%s\n' 'not ok<# TODO' ++ xecho 'not ok<#TODO<' ++ printf '%s\n' 'not ok<#TODO<' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO<' ++ printf '%s\n' 'ok# TODO<' ++ test 'x<' '!=' x# ++ test 'x<' '!=' 'x\' ++ xecho 'ok<#TODO' ++ printf '%s\n' 'ok<#TODO' ++ xecho 'ok<# TODO' ++ printf '%s\n' 'ok<# TODO' ++ xecho 'ok<#TODO<' ++ printf '%s\n' 'ok<#TODO<' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok>' ++ printf '%s\n' 'ok>' ++ xecho 'not ok>' ++ printf '%s\n' 'not ok>' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP>' ++ printf '%s\n' 'ok# SKIP>' ++ test 'x>' '!=' x# ++ test 'x>' '!=' 'x\' ++ xecho 'ok>#SKIP' ++ printf '%s\n' 'ok>#SKIP' ++ xecho 'ok># SKIP' ++ printf '%s\n' 'ok># SKIP' ++ xecho 'ok>#SKIP>' ++ printf '%s\n' 'ok>#SKIP>' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO>' ++ printf '%s\n' 'not ok# TODO>' ++ test 'x>' '!=' x# ++ test 'x>' '!=' 'x\' ++ xecho 'not ok>#TODO' ++ printf '%s\n' 'not ok>#TODO' ++ xecho 'not ok># TODO' ++ printf '%s\n' 'not ok># TODO' ++ xecho 'not ok>#TODO>' ++ printf '%s\n' 'not ok>#TODO>' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO>' ++ printf '%s\n' 'ok# TODO>' ++ test 'x>' '!=' x# ++ test 'x>' '!=' 'x\' ++ xecho 'ok>#TODO' ++ printf '%s\n' 'ok>#TODO' ++ xecho 'ok># TODO' ++ printf '%s\n' 'ok># TODO' ++ xecho 'ok>#TODO>' ++ printf '%s\n' 'ok>#TODO>' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho ok@ ++ printf '%s\n' ok@ ++ xecho 'not ok@' ++ printf '%s\n' 'not ok@' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP@' ++ printf '%s\n' 'ok# SKIP@' ++ test x@ '!=' x# ++ test x@ '!=' 'x\' ++ xecho address@hidden ++ printf '%s\n' address@hidden ++ xecho 'address@hidden SKIP' ++ printf '%s\n' 'address@hidden SKIP' ++ xecho address@hidden@ ++ printf '%s\n' address@hidden@ ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO@' ++ printf '%s\n' 'not ok# TODO@' ++ test x@ '!=' x# ++ test x@ '!=' 'x\' ++ xecho 'not address@hidden' ++ printf '%s\n' 'not address@hidden' ++ xecho 'not address@hidden TODO' ++ printf '%s\n' 'not address@hidden TODO' ++ xecho 'not address@hidden@' ++ printf '%s\n' 'not address@hidden@' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO@' ++ printf '%s\n' 'ok# TODO@' ++ test x@ '!=' x# ++ test x@ '!=' 'x\' ++ xecho address@hidden ++ printf '%s\n' address@hidden ++ xecho 'address@hidden TODO' ++ printf '%s\n' 'address@hidden TODO' ++ xecho address@hidden@ ++ printf '%s\n' address@hidden@ ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok[' ++ printf '%s\n' 'ok[' ++ xecho 'not ok[' ++ printf '%s\n' 'not ok[' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP[' ++ printf '%s\n' 'ok# SKIP[' ++ test 'x[' '!=' x# ++ test 'x[' '!=' 'x\' ++ xecho 'ok[#SKIP' ++ printf '%s\n' 'ok[#SKIP' ++ xecho 'ok[# SKIP' ++ printf '%s\n' 'ok[# SKIP' ++ xecho 'ok[#SKIP[' ++ printf '%s\n' 'ok[#SKIP[' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO[' ++ printf '%s\n' 'not ok# TODO[' ++ test 'x[' '!=' x# ++ test 'x[' '!=' 'x\' ++ xecho 'not ok[#TODO' ++ printf '%s\n' 'not ok[#TODO' ++ xecho 'not ok[# TODO' ++ printf '%s\n' 'not ok[# TODO' ++ xecho 'not ok[#TODO[' ++ printf '%s\n' 'not ok[#TODO[' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO[' ++ printf '%s\n' 'ok# TODO[' ++ test 'x[' '!=' x# ++ test 'x[' '!=' 'x\' ++ xecho 'ok[#TODO' ++ printf '%s\n' 'ok[#TODO' ++ xecho 'ok[# TODO' ++ printf '%s\n' 'ok[# TODO' ++ xecho 'ok[#TODO[' ++ printf '%s\n' 'ok[#TODO[' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok]' ++ printf '%s\n' 'ok]' ++ xecho 'not ok]' ++ printf '%s\n' 'not ok]' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP]' ++ printf '%s\n' 'ok# SKIP]' ++ test 'x]' '!=' x# ++ test 'x]' '!=' 'x\' ++ xecho 'ok]#SKIP' ++ printf '%s\n' 'ok]#SKIP' ++ xecho 'ok]# SKIP' ++ printf '%s\n' 'ok]# SKIP' ++ xecho 'ok]#SKIP]' ++ printf '%s\n' 'ok]#SKIP]' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO]' ++ printf '%s\n' 'not ok# TODO]' ++ test 'x]' '!=' x# ++ test 'x]' '!=' 'x\' ++ xecho 'not ok]#TODO' ++ printf '%s\n' 'not ok]#TODO' ++ xecho 'not ok]# TODO' ++ printf '%s\n' 'not ok]# TODO' ++ xecho 'not ok]#TODO]' ++ printf '%s\n' 'not ok]#TODO]' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO]' ++ printf '%s\n' 'ok# TODO]' ++ test 'x]' '!=' x# ++ test 'x]' '!=' 'x\' ++ xecho 'ok]#TODO' ++ printf '%s\n' 'ok]#TODO' ++ xecho 'ok]# TODO' ++ printf '%s\n' 'ok]# TODO' ++ xecho 'ok]#TODO]' ++ printf '%s\n' 'ok]#TODO]' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok{' ++ printf '%s\n' 'ok{' ++ xecho 'not ok{' ++ printf '%s\n' 'not ok{' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP{' ++ printf '%s\n' 'ok# SKIP{' ++ test 'x{' '!=' x# ++ test 'x{' '!=' 'x\' ++ xecho 'ok{#SKIP' ++ printf '%s\n' 'ok{#SKIP' ++ xecho 'ok{# SKIP' ++ printf '%s\n' 'ok{# SKIP' ++ xecho 'ok{#SKIP{' ++ printf '%s\n' 'ok{#SKIP{' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO{' ++ printf '%s\n' 'not ok# TODO{' ++ test 'x{' '!=' x# ++ test 'x{' '!=' 'x\' ++ xecho 'not ok{#TODO' ++ printf '%s\n' 'not ok{#TODO' ++ xecho 'not ok{# TODO' ++ printf '%s\n' 'not ok{# TODO' ++ xecho 'not ok{#TODO{' ++ printf '%s\n' 'not ok{#TODO{' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO{' ++ printf '%s\n' 'ok# TODO{' ++ test 'x{' '!=' x# ++ test 'x{' '!=' 'x\' ++ xecho 'ok{#TODO' ++ printf '%s\n' 'ok{#TODO' ++ xecho 'ok{# TODO' ++ printf '%s\n' 'ok{# TODO' ++ xecho 'ok{#TODO{' ++ printf '%s\n' 'ok{#TODO{' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok}' ++ printf '%s\n' 'ok}' ++ xecho 'not ok}' ++ printf '%s\n' 'not ok}' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP}' ++ printf '%s\n' 'ok# SKIP}' ++ test 'x}' '!=' x# ++ test 'x}' '!=' 'x\' ++ xecho 'ok}#SKIP' ++ printf '%s\n' 'ok}#SKIP' ++ xecho 'ok}# SKIP' ++ printf '%s\n' 'ok}# SKIP' ++ xecho 'ok}#SKIP}' ++ printf '%s\n' 'ok}#SKIP}' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO}' ++ printf '%s\n' 'not ok# TODO}' ++ test 'x}' '!=' x# ++ test 'x}' '!=' 'x\' ++ xecho 'not ok}#TODO' ++ printf '%s\n' 'not ok}#TODO' ++ xecho 'not ok}# TODO' ++ printf '%s\n' 'not ok}# TODO' ++ xecho 'not ok}#TODO}' ++ printf '%s\n' 'not ok}#TODO}' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO}' ++ printf '%s\n' 'ok# TODO}' ++ test 'x}' '!=' x# ++ test 'x}' '!=' 'x\' ++ xecho 'ok}#TODO' ++ printf '%s\n' 'ok}#TODO' ++ xecho 'ok}# TODO' ++ printf '%s\n' 'ok}# TODO' ++ xecho 'ok}#TODO}' ++ printf '%s\n' 'ok}#TODO}' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok\\' ++ printf '%s\n' 'ok\\' ++ xecho 'not ok\\' ++ printf '%s\n' 'not ok\\' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP\\' ++ printf '%s\n' 'ok# SKIP\\' ++ test 'x\\' '!=' x# ++ test 'x\\' '!=' 'x\' ++ xecho 'ok\\#SKIP' ++ printf '%s\n' 'ok\\#SKIP' ++ xecho 'ok\\# SKIP' ++ printf '%s\n' 'ok\\# SKIP' ++ xecho 'ok\\#SKIP\\' ++ printf '%s\n' 'ok\\#SKIP\\' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO\\' ++ printf '%s\n' 'not ok# TODO\\' ++ test 'x\\' '!=' x# ++ test 'x\\' '!=' 'x\' ++ xecho 'not ok\\#TODO' ++ printf '%s\n' 'not ok\\#TODO' ++ xecho 'not ok\\# TODO' ++ printf '%s\n' 'not ok\\# TODO' ++ xecho 'not ok\\#TODO\\' ++ printf '%s\n' 'not ok\\#TODO\\' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO\\' ++ printf '%s\n' 'ok# TODO\\' ++ test 'x\\' '!=' x# ++ test 'x\\' '!=' 'x\' ++ xecho 'ok\\#TODO' ++ printf '%s\n' 'ok\\#TODO' ++ xecho 'ok\\# TODO' ++ printf '%s\n' 'ok\\# TODO' ++ xecho 'ok\\#TODO\\' ++ printf '%s\n' 'ok\\#TODO\\' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho ok... ++ printf '%s\n' ok... ++ xecho 'not ok...' ++ printf '%s\n' 'not ok...' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP...' ++ printf '%s\n' 'ok# SKIP...' ++ test x... '!=' x# ++ test x... '!=' 'x\' ++ xecho ok...#SKIP ++ printf '%s\n' ok...#SKIP ++ xecho 'ok...# SKIP' ++ printf '%s\n' 'ok...# SKIP' ++ xecho ok...#SKIP... ++ printf '%s\n' ok...#SKIP... ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO...' ++ printf '%s\n' 'not ok# TODO...' ++ test x... '!=' x# ++ test x... '!=' 'x\' ++ xecho 'not ok...#TODO' ++ printf '%s\n' 'not ok...#TODO' ++ xecho 'not ok...# TODO' ++ printf '%s\n' 'not ok...# TODO' ++ xecho 'not ok...#TODO...' ++ printf '%s\n' 'not ok...#TODO...' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO...' ++ printf '%s\n' 'ok# TODO...' ++ test x... '!=' x# ++ test x... '!=' 'x\' ++ xecho ok...#TODO ++ printf '%s\n' ok...#TODO ++ xecho 'ok...# TODO' ++ printf '%s\n' 'ok...# TODO' ++ xecho ok...#TODO... ++ printf '%s\n' ok...#TODO... ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok?[a-zA-Z0-9]*' ++ printf '%s\n' 'ok?[a-zA-Z0-9]*' ++ xecho 'not ok?[a-zA-Z0-9]*' ++ printf '%s\n' 'not ok?[a-zA-Z0-9]*' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP?[a-zA-Z0-9]*' ++ printf '%s\n' 'ok# SKIP?[a-zA-Z0-9]*' ++ test 'x?[a-zA-Z0-9]*' '!=' x# ++ test 'x?[a-zA-Z0-9]*' '!=' 'x\' ++ xecho 'ok?[a-zA-Z0-9]*#SKIP' ++ printf '%s\n' 'ok?[a-zA-Z0-9]*#SKIP' ++ xecho 'ok?[a-zA-Z0-9]*# SKIP' ++ printf '%s\n' 'ok?[a-zA-Z0-9]*# SKIP' ++ xecho 'ok?[a-zA-Z0-9]*#SKIP?[a-zA-Z0-9]*' ++ printf '%s\n' 'ok?[a-zA-Z0-9]*#SKIP?[a-zA-Z0-9]*' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO?[a-zA-Z0-9]*' ++ printf '%s\n' 'not ok# TODO?[a-zA-Z0-9]*' ++ test 'x?[a-zA-Z0-9]*' '!=' x# ++ test 'x?[a-zA-Z0-9]*' '!=' 'x\' ++ xecho 'not ok?[a-zA-Z0-9]*#TODO' ++ printf '%s\n' 'not ok?[a-zA-Z0-9]*#TODO' ++ xecho 'not ok?[a-zA-Z0-9]*# TODO' ++ printf '%s\n' 'not ok?[a-zA-Z0-9]*# TODO' ++ xecho 'not ok?[a-zA-Z0-9]*#TODO?[a-zA-Z0-9]*' ++ printf '%s\n' 'not ok?[a-zA-Z0-9]*#TODO?[a-zA-Z0-9]*' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO?[a-zA-Z0-9]*' ++ printf '%s\n' 'ok# TODO?[a-zA-Z0-9]*' ++ test 'x?[a-zA-Z0-9]*' '!=' x# ++ test 'x?[a-zA-Z0-9]*' '!=' 'x\' ++ xecho 'ok?[a-zA-Z0-9]*#TODO' ++ printf '%s\n' 'ok?[a-zA-Z0-9]*#TODO' ++ xecho 'ok?[a-zA-Z0-9]*# TODO' ++ printf '%s\n' 'ok?[a-zA-Z0-9]*# TODO' ++ xecho 'ok?[a-zA-Z0-9]*#TODO?[a-zA-Z0-9]*' ++ printf '%s\n' 'ok?[a-zA-Z0-9]*#TODO?[a-zA-Z0-9]*' ++ for str in '\'\''' ''\''"'\''' ''\''`'\''' ''\''#'\''' ''\''$'\''' ''\''!'\''' ''\''\'\''' ''\''/'\''' ''\''&'\''' ''\''%'\''' ''\''('\''' ''\'')'\''' ''\''|'\''' ''\''^'\''' ''\''~'\''' ''\''?'\''' ''\''*'\''' ''\''+'\''' ''\''-'\''' ''\'','\''' ''\'':'\''' ''\'';'\''' ''\''='\''' ''\''<'\''' ''\''>'\''' ''\''@'\''' ''\''['\''' ''\'']'\''' ''\''{'\''' ''\''}'\''' ''\''\\'\''' ''\''...'\''' ''\''?[a-zA-Z0-9]*'\''' ''\''*.*'\''' ++ xecho 'ok*.*' ++ printf '%s\n' 'ok*.*' ++ xecho 'not ok*.*' ++ printf '%s\n' 'not ok*.*' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=SKIP' +++ result=ok +++ directive=SKIP ++ xecho 'ok# SKIP*.*' ++ printf '%s\n' 'ok# SKIP*.*' ++ test 'x*.*' '!=' x# ++ test 'x*.*' '!=' 'x\' ++ xecho 'ok*.*#SKIP' ++ printf '%s\n' 'ok*.*#SKIP' ++ xecho 'ok*.*# SKIP' ++ printf '%s\n' 'ok*.*# SKIP' ++ xecho 'ok*.*#SKIP*.*' ++ printf '%s\n' 'ok*.*#SKIP*.*' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="not ok" directive=TODO' +++ result='not ok' +++ directive=TODO ++ xecho 'not ok# TODO*.*' ++ printf '%s\n' 'not ok# TODO*.*' ++ test 'x*.*' '!=' x# ++ test 'x*.*' '!=' 'x\' ++ xecho 'not ok*.*#TODO' ++ printf '%s\n' 'not ok*.*#TODO' ++ xecho 'not ok*.*# TODO' ++ printf '%s\n' 'not ok*.*# TODO' ++ xecho 'not ok*.*#TODO*.*' ++ printf '%s\n' 'not ok*.*#TODO*.*' ++ for settings in ''\''result="ok" directive=SKIP'\''' ''\''result="not ok" directive=TODO'\''' ''\''result="ok" directive=TODO'\''' ++ eval 'result="ok" directive=TODO' +++ result=ok +++ directive=TODO ++ xecho 'ok# TODO*.*' ++ printf '%s\n' 'ok# TODO*.*' ++ test 'x*.*' '!=' x# ++ test 'x*.*' '!=' 'x\' ++ xecho 'ok*.*#TODO' ++ printf '%s\n' 'ok*.*#TODO' ++ xecho 'ok*.*# TODO' ++ printf '%s\n' 'ok*.*# TODO' ++ xecho 'ok*.*#TODO*.*' ++ printf '%s\n' 'ok*.*#TODO*.*' ++ grep '[^\\]\\#' all.test ++ pass=34 ++ fail=34 ++ xfail=130 ++ xpass=130 ++ skip=130 ++ error=0 ++ total=458 ++ for result in ''\''ok'\''' ''\''not ok'\''' ++ echo 'ok{[(<# TODO>)]}' ++ for result in ''\''ok'\''' ''\''not ok'\''' ++ echo 'not ok{[(<# TODO>)]}' ++ echo 'ok{[(<# SKIP>)]}' ++ xfail=131 ++ xpass=131 ++ skip=131 ++ total=461 ++ echo 1..461 ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ /bin/grep -E '^(PASS|FAIL|SKIP).*#.*TODO' stdout ++ /bin/grep -E '^X?(PASS|FAIL).*#.*SKIP' stdout ++ count_test_results total=461 pass=34 fail=34 skip=131 xpass=131 xfail=131 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=461 pass=34 fail=34 skip=131 xpass=131 xfail=131 error=0 +++ total=461 +++ pass=34 +++ fail=34 +++ skip=131 +++ xpass=131 +++ xfail=131 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 34 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 131 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 131 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 34 ++ rc=1 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 131 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *461$' stdout ++ rc=1 ++ grep '^# PASS: *34$' stdout ++ rc=1 ++ grep '^# XFAIL: *131$' stdout ++ rc=1 ++ grep '^# SKIP: *131$' stdout ++ rc=1 ++ grep '^# FAIL: *34$' stdout ++ rc=1 ++ grep '^# XPASS: *131$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-fancy2-w: exit 1 FAIL: t/tap-passthrough-w ========================= ./t/tap-passthrough-w.sh: will source ./t/tap-passthrough.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-passthrough-w.dir ++ weirdchars=''\''"address@hidden&()[]<>#;,:.^?*/' ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make TESTS=ok.test check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make TESTS=ok.test check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test no = yes ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 ++ cat ok.log cat: ok.log: No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-passthrough-w: exit 1 FAIL: t/tap-msg0-bailout-w ========================== ./t/tap-msg0-bailout-w.sh: will source ./t/tap-msg0-bailout.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-msg0-bailout-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ echo 'Bail out! 0' ++ echo 'Bail out! 0.0' ++ run_make -O -e FAIL 'TESTS=a.test b.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 5 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 4 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=a.test b.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=2 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=2 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=2 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=2 +++ total=2 +++ pass=0 +++ fail=0 +++ xpass=0 +++ xfail=0 +++ skip=0 +++ error=2 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 0 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 2 ++ rc=1 ++ grep '^# TOTAL: *2$' stdout ++ rc=1 ++ grep '^# PASS: *0$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *0$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *2$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-msg0-bailout-w: exit 1 FAIL: t/tap-planskip-late-w =========================== ./t/tap-planskip-late-w.sh: will source ./t/tap-planskip-late.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-planskip-late-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ run_make -O 'TESTS=foo.test bar.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 3 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=foo.test bar.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-late-w: exit 1 FAIL: t/check8-w ================ ./t/check8-w.sh: will source ./t/check8.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/check8-w.dir ++ cat ++ cat ++ mkdir sub ++ cat ++ cat ++ chmod a+x foo sub/foo ++ cat ++ cat ++ cat ++ cat ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check8.sh: line 62: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check8-w: exit 1 FAIL: t/tap-plan-errors-w ========================= ./t/tap-plan-errors-w.sh: will source ./t/tap-plan-errors.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-plan-errors-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ err='- too few tests run (expected 2, got 1)' ++ my_check total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 ++ cat ++ test -n '- too few tests run (expected 2, got 1)' ++ cat all.test 1..2 ok 1 ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 +++ total=2 +++ pass=1 +++ fail=0 +++ xpass=0 +++ xfail=0 +++ skip=0 +++ error=1 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 1 ++ rc=1 ++ grep '^# TOTAL: *2$' stdout ++ rc=1 ++ grep '^# PASS: *1$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *0$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *1$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan-errors-w: exit 1 SKIP: t/compile4-w ================== ./t/compile4-w.sh: will source ./t/compile4.sh compile4-w: running cl -? /build/automake-1.14.1/t/ax/am-test-lib.sh: line 794: cl: command not found ERROR: t/tap-log-w ================== ./t/tap-log-w.sh: will source ./t/tap-log.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-log-w.dir ++ cat ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ mv Makefile.am Makefile.am~ +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ mv -f Makefile.am~ Makefile.am +++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' +++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) +++ fatal_ 'failed to remake Makefile.in' +++ warn_ 'tap-log-w: hard error: failed to remake Makefile.in' +++ echo 'tap-log-w: hard error: failed to remake Makefile.in' +++ _am_exit 99 +++ set +e +++ test 77 = 99 +++ exit 99 +++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-log-w: exit 99 FAIL: t/tap-unplanned-w ======================= ./t/tap-unplanned-w.sh: will source ./t/tap-unplanned.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-unplanned-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=3 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=2 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=3 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=2 +++ total=3 +++ pass=1 +++ fail=0 +++ xpass=0 +++ xfail=0 +++ skip=0 +++ error=2 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 2 ++ rc=1 ++ grep '^# TOTAL: *3$' stdout ++ rc=1 ++ grep '^# PASS: *1$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *0$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *2$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-unplanned-w: exit 1 ERROR: t/tap-merge-stdout-stderr-w ================================== ./t/tap-merge-stdout-stderr-w.sh: will source ./t/tap-merge-stdout-stderr.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-merge-stdout-stderr-w.dir ++ fetch_tap_driver ++ case $am_tap_implementation in ++ /usr/bin/perl -MTAP::Parser -e 1 ++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ cat ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ mv Makefile.am Makefile.am~ +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ mv -f Makefile.am~ Makefile.am +++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' +++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) +++ fatal_ 'failed to remake Makefile.in' +++ warn_ 'tap-merge-stdout-stderr-w: hard error: failed to remake Makefile.in' +++ echo 'tap-merge-stdout-stderr-w: hard error: failed to remake Makefile.in' +++ _am_exit 99 +++ set +e +++ test 77 = 99 +++ exit 99 +++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-merge-stdout-stderr-w: exit 99 FAIL: t/tap-numbers-leading-zero-w ================================== ./t/tap-numbers-leading-zero-w.sh: will source ./t/tap-numbers-leading-zero.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-numbers-leading-zero-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ do_checks total=15 pass=5 fail=3 xpass=1 xfail=3 skip=3 error=0 ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=15 pass=5 fail=3 xpass=1 xfail=3 skip=3 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=15 pass=5 fail=3 xpass=1 xfail=3 skip=3 error=0 +++ total=15 +++ pass=5 +++ fail=3 +++ xpass=1 +++ xfail=3 +++ skip=3 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 5 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 3 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 3 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 3 ++ rc=1 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *15$' stdout ++ rc=1 ++ grep '^# PASS: *5$' stdout ++ rc=1 ++ grep '^# XFAIL: *3$' stdout ++ rc=1 ++ grep '^# SKIP: *3$' stdout ++ rc=1 ++ grep '^# FAIL: *3$' stdout ++ rc=1 ++ grep '^# XPASS: *1$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-numbers-leading-zero-w: exit 1 ERROR: t/tap-color-w ==================== ./t/tap-color-w.sh: will source ./t/tap-color.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-color-w.dir ++ red='\[0;31m' ++ grn='\[0;32m' ++ lgn='\[1;32m' ++ blu='\[1;34m' ++ mgn='\[0;35m' ++ std='\[m' ++ cat ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ mv Makefile.am Makefile.am~ +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ mv -f Makefile.am~ Makefile.am +++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' +++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) +++ fatal_ 'failed to remake Makefile.in' +++ warn_ 'tap-color-w: hard error: failed to remake Makefile.in' +++ echo 'tap-color-w: hard error: failed to remake Makefile.in' +++ _am_exit 99 +++ set +e +++ test 77 = 99 +++ exit 99 +++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-color-w: exit 99 FAIL: t/tap-plan-w ================== ./t/tap-plan-w.sh: will source ./t/tap-plan.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-plan-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ for tap_flags in '""' '"--comments"' ++ run_make -O check 'TESTS=top.test bot.test' TEST_LOG_DRIVER_FLAGS= ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check 'TESTS=top.test bot.test' TEST_LOG_DRIVER_FLAGS= ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan-w: exit 1 FAIL: t/tap-fancy-w =================== ./t/tap-fancy-w.sh: will source ./t/tap-fancy.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-fancy-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=21 pass=6 fail=6 xfail=4 xpass=1 skip=4 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=21 pass=6 fail=6 xfail=4 xpass=1 skip=4 error=0 +++ total=21 +++ pass=6 +++ fail=6 +++ xfail=4 +++ xpass=1 +++ skip=4 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 6 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 4 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 4 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 6 ++ rc=1 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *21$' stdout ++ rc=1 ++ grep '^# PASS: *6$' stdout ++ rc=1 ++ grep '^# XFAIL: *4$' stdout ++ rc=1 ++ grep '^# SKIP: *4$' stdout ++ rc=1 ++ grep '^# FAIL: *6$' stdout ++ rc=1 ++ grep '^# XPASS: *1$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-fancy-w: exit 1 FAIL: t/tap-empty-w =================== ./t/tap-empty-w.sh: will source ./t/tap-empty.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-empty-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ : ++ echo ++ cat ++ cat ++ for input in empty blank white white2 ++ cp empty.test all.test ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=1 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=1 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=1 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=1 +++ total=1 +++ pass=0 +++ fail=0 +++ xpass=0 +++ xfail=0 +++ skip=0 +++ error=1 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 0 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 1 ++ rc=1 ++ grep '^# TOTAL: *1$' stdout ++ rc=1 ++ grep '^# PASS: *0$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *0$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *1$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-empty-w: exit 1 FAIL: t/tap-todo-skip-whitespace-w ================================== ./t/tap-todo-skip-whitespace-w.sh: will source ./t/tap-todo-skip-whitespace.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-todo-skip-whitespace-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ plan=1..15 ++ echo 1..15 ++ sed -e 's/^/ok /' stub.tap ++ sed -e 's/^/XPASS: all.test /' stub.exp ++ my_make_check xpass ++ xpass=0 ++ xfail=0 ++ skip=0 ++ case $1 in ++ eval xpass=15 +++ xpass=15 ++ cat all.test 1..15 ok 1 # TODO ok 2 # TODO foo? ok 3 # TODO: bar! ok 4 aa # TODO ok 5 bb # TODO fnord 5 ok 6 cc # TODO: fnord 6 ok 7 - x # TODO ok 8 - y # TODO fnord 8 ok 9 - z # TODO: fnord 9 ok 10# TODO x0 ok 11 # TODO x1 ok 12 # TODO x2 ok 13 asd# TODO x3 ok 14 sad # TODO x4 ok 15 das # TODO x5 ++ run_make -O -e IGNORE check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=IGNORE ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ : Ignore exit status ++ count_test_results total=15 pass=0 fail=0 error=0 xpass=15 xfail=0 skip=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=15 pass=0 fail=0 error=0 xpass=15 xfail=0 skip=0 +++ total=15 +++ pass=0 +++ fail=0 +++ error=0 +++ xpass=15 +++ xfail=0 +++ skip=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 0 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 15 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *15$' stdout ++ rc=1 ++ grep '^# PASS: *0$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *0$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *15$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-todo-skip-whitespace-w: exit 1 FAIL: t/tap-planskip-case-insensitive-w ======================================= ./t/tap-planskip-case-insensitive-w.sh: will source ./t/tap-planskip-case-insensitive.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-planskip-case-insensitive-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ i=0 ++ for c1 in s S ++ for c2 in k K ++ for c3 in i I ++ for c4 in p P ++ i=1 ++ case $i in ++ j=01 ++ echo '1..0 # skip foobar' ++ for c4 in p P ++ i=2 ++ case $i in ++ j=02 ++ echo '1..0 # skiP foobar' ++ for c3 in i I ++ for c4 in p P ++ i=3 ++ case $i in ++ j=03 ++ echo '1..0 # skIp foobar' ++ for c4 in p P ++ i=4 ++ case $i in ++ j=04 ++ echo '1..0 # skIP foobar' ++ for c2 in k K ++ for c3 in i I ++ for c4 in p P ++ i=5 ++ case $i in ++ j=05 ++ echo '1..0 # sKip foobar' ++ for c4 in p P ++ i=6 ++ case $i in ++ j=06 ++ echo '1..0 # sKiP foobar' ++ for c3 in i I ++ for c4 in p P ++ i=7 ++ case $i in ++ j=07 ++ echo '1..0 # sKIp foobar' ++ for c4 in p P ++ i=8 ++ case $i in ++ j=08 ++ echo '1..0 # sKIP foobar' ++ for c1 in s S ++ for c2 in k K ++ for c3 in i I ++ for c4 in p P ++ i=9 ++ case $i in ++ j=09 ++ echo '1..0 # Skip foobar' ++ for c4 in p P ++ i=10 ++ case $i in ++ j=10 ++ echo '1..0 # SkiP foobar' ++ for c3 in i I ++ for c4 in p P ++ i=11 ++ case $i in ++ j=11 ++ echo '1..0 # SkIp foobar' ++ for c4 in p P ++ i=12 ++ case $i in ++ j=12 ++ echo '1..0 # SkIP foobar' ++ for c2 in k K ++ for c3 in i I ++ for c4 in p P ++ i=13 ++ case $i in ++ j=13 ++ echo '1..0 # SKip foobar' ++ for c4 in p P ++ i=14 ++ case $i in ++ j=14 ++ echo '1..0 # SKiP foobar' ++ for c3 in i I ++ for c4 in p P ++ i=15 ++ case $i in ++ j=15 ++ echo '1..0 # SKIp foobar' ++ for c4 in p P ++ i=16 ++ case $i in ++ j=16 ++ echo '1..0 # SKIP foobar' +++ echo 01.test 02.test 03.test 04.test 05.test 06.test 07.test 08.test 09.test 10.test 11.test 12.test 13.test 14.test 15.test 16.test ++ run_make -O 'TESTS=01.test 02.test 03.test 04.test 05.test 06.test 07.test 08.test 09.test 10.test 11.test 12.test 13.test 14.test 15.test 16.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 3 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=01.test 02.test 03.test 04.test 05.test 06.test 07.test 08.test 09.test 10.test 11.test 12.test 13.test 14.test 15.test 16.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-case-insensitive-w: exit 1 FAIL: t/tap-plan-middle-w ========================= ./t/tap-plan-middle-w.sh: will source ./t/tap-plan-middle.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-plan-middle-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ cat ++ cat ++ cat ++ cat +++ echo bot1.test bot2.test bot3.test top1.test top2.test top3.test ++ tests='bot1.test bot2.test bot3.test top1.test top2.test top3.test' ++ for tap_flags in '""' '"--comments"' ++ run_make -O TEST_LOG_DRIVER_FLAGS= 'TESTS=bot1.test bot2.test bot3.test top1.test top2.test top3.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make TEST_LOG_DRIVER_FLAGS= 'TESTS=bot1.test bot2.test bot3.test top1.test top2.test top3.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan-middle-w: exit 1 ERROR: t/tap-missing-plan-and-bad-exit-w ======================================== ./t/tap-missing-plan-and-bad-exit-w.sh: will source ./t/tap-missing-plan-and-bad-exit.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-missing-plan-and-bad-exit-w.dir ++ cat ++ echo TESTS = foo.test ++ chmod a+x foo.test ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ mv Makefile.am Makefile.am~ +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ mv -f Makefile.am~ Makefile.am +++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' +++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) +++ fatal_ 'failed to remake Makefile.in' +++ warn_ 'tap-missing-plan-and-bad-exit-w: hard error: failed to remake Makefile.in' +++ echo 'tap-missing-plan-and-bad-exit-w: hard error: failed to remake Makefile.in' +++ _am_exit 99 +++ set +e +++ test 77 = 99 +++ exit 99 +++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-missing-plan-and-bad-exit-w: exit 99 FAIL: t/check-tests-in-builddir-w ================================= ./t/check-tests-in-builddir-w.sh: will source ./t/check-tests-in-builddir.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/check-tests-in-builddir-w.dir ++ cat ++ cat ++ cat ++ chmod a+x foo.test ++ unset FOO_EXIT_STATUS ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check-tests-in-builddir.sh: line 40: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check-tests-in-builddir-w: exit 1 FAIL: t/tap-numeric-description-w ================================= ./t/tap-numeric-description-w.sh: will source ./t/tap-numeric-description.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-numeric-description-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ x1=5 ++ x2=7 ++ x3=45 ++ x4=11 ++ x5=7 ++ x6=3 ++ x7=6 ++ x8=9 ++ x9=1000 ++ x10=1 ++ cat ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=10 pass=2 fail=2 xpass=2 xfail=2 skip=2 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=10 pass=2 fail=2 xpass=2 xfail=2 skip=2 error=0 +++ total=10 +++ pass=2 +++ fail=2 +++ xpass=2 +++ xfail=2 +++ skip=2 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *10$' stdout ++ rc=1 ++ grep '^# PASS: *2$' stdout ++ rc=1 ++ grep '^# XFAIL: *2$' stdout ++ rc=1 ++ grep '^# SKIP: *2$' stdout ++ rc=1 ++ grep '^# FAIL: *2$' stdout ++ rc=1 ++ grep '^# XPASS: *2$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-numeric-description-w: exit 1 ERROR: t/tap-exit-w =================== ./t/tap-exit-w.sh: will source ./t/tap-exit.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-exit-w.dir ++ echo TESTS = ++ for st in 1 2 77 99 ++ unindent ++ test x = x +++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' +++ sed -e 's/ *# .*//' ++ sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += exit1.test ++ for st in 1 2 77 99 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += exit2.test ++ for st in 1 2 77 99 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += exit77.test ++ for st in 1 2 77 99 ++ unindent ++ test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x ++ sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' ++ echo TESTS += exit99.test ++ chmod a+x exit1.test exit2.test exit77.test exit99.test ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ mv Makefile.am Makefile.am~ +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ mv -f Makefile.am~ Makefile.am +++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' +++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) +++ fatal_ 'failed to remake Makefile.in' +++ warn_ 'tap-exit-w: hard error: failed to remake Makefile.in' +++ echo 'tap-exit-w: hard error: failed to remake Makefile.in' +++ _am_exit 99 +++ set +e +++ test 77 = 99 +++ exit 99 +++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-exit-w: exit 99 FAIL: t/tap-plan-leading-zero-w =============================== ./t/tap-plan-leading-zero-w.sh: will source ./t/tap-plan-leading-zero.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-plan-leading-zero-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ echo 1..010 ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ echo ok 1 ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ echo ok 2 ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ echo ok 3 ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ echo ok 4 ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ echo ok 5 ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ echo ok 6 ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ echo ok 7 ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ echo ok 8 ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ echo ok 9 ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ echo ok 10 ++ echo 1..00100 ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for i in 1 2 3 4 5 6 7 8 9 10 ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ for j in 1 2 3 4 5 6 7 8 9 10 ++ echo ok ++ echo 1..00 ++ echo '1..000 # SKIP' ++ run_make -O 'TESTS=a.test b.test c.test d.test e.test f.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 3 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=a.test b.test c.test d.test e.test f.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan-leading-zero-w: exit 1 FAIL: t/check-fd-redirect-w =========================== ./t/check-fd-redirect-w.sh: will source ./t/check-fd-redirect.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/check-fd-redirect-w.dir ++ cat ++ cat ++ echo 3333 ++ chmod a-w three ++ : ++ chmod a+x foo.test ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check-fd-redirect.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check-fd-redirect-w: exit 1 FAIL: t/tap-no-spurious-summary-w ================================= ./t/tap-no-spurious-summary-w.sh: will source ./t/tap-no-spurious-summary.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-no-spurious-summary-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 2 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-no-spurious-summary-w: exit 1 FAIL: t/tap-test-number-0-w =========================== ./t/tap-test-number-0-w.sh: will source ./t/tap-test-number-0.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-test-number-0-w.dir ++ test perl = perl ++ /usr/bin/perl -MTAP::Parser -e 1 ++ /usr/bin/perl -w -e ' use warnings FATAL => "all"; use strict; use TAP::Parser; my $parser = TAP::Parser->new({tap => "1..1\n" . "ok 0\n"}); my $result = $parser->next; $result->is_plan or die "first line is not TAP plan"; $result = $parser->next; $result->is_test or die "second line is not TAP test result"; my $testno = $result->number; $parser->next and die "unexpected further TAP stream"; exit ($testno == 0 ? 0 : 77); ' ++ : ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ cat ++ cat ++ cat ++ run_make -O -e FAIL 'TESTS=a.test b.test c.test d.test e.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 5 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 4 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=a.test b.test c.test d.test e.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=5 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=5 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=5 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=5 +++ total=5 +++ pass=0 +++ fail=0 +++ xpass=0 +++ xfail=0 +++ skip=0 +++ error=5 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 0 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 5 ++ rc=1 ++ grep '^# TOTAL: *5$' stdout ++ rc=1 ++ grep '^# PASS: *0$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *0$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *5$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-test-number-0-w: exit 1 FAIL: t/tap-recheck-w ===================== ./t/tap-recheck-w.sh: will source ./t/tap-recheck.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-recheck-w.dir ++ fetch_tap_driver ++ case $am_tap_implementation in ++ /usr/bin/perl -MTAP::Parser -e 1 ++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ cat ++ cat ++ cat ++ cat ++ cat ++ cat ++ chmod a+x a.test b.test c.test d.test ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-recheck.sh: line 81: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-recheck-w: exit 1 FAIL: t/tap-planskip-unplanned-corner-w ======================================= ./t/tap-planskip-unplanned-corner-w.sh: will source ./t/tap-planskip-unplanned-corner.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-planskip-unplanned-corner-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ run_make -O -e FAIL 'TESTS=foo.test bar.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 5 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 4 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=foo.test bar.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=5 pass=0 fail=0 xpass=0 xfail=0 skip=2 error=3 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=5 pass=0 fail=0 xpass=0 xfail=0 skip=2 error=3 +++ total=5 +++ pass=0 +++ fail=0 +++ xpass=0 +++ xfail=0 +++ skip=2 +++ error=3 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 0 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 3 ++ rc=1 ++ grep '^# TOTAL: *5$' stdout ++ rc=1 ++ grep '^# PASS: *0$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *2$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *3$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-unplanned-corner-w: exit 1 FAIL: t/tap-bailout-suppress-later-errors-w =========================================== ./t/tap-bailout-suppress-later-errors-w.sh: will source ./t/tap-bailout-suppress-later-errors.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-bailout-suppress-later-errors-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ cat ++ run_make -e FAIL -O 'TESTS=foo.test bar.test baz.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 5 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=foo.test bar.test baz.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=5 pass=1 fail=0 xpass=0 xfail=0 skip=1 error=3 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=5 pass=1 fail=0 xpass=0 xfail=0 skip=1 error=3 +++ total=5 +++ pass=1 +++ fail=0 +++ xpass=0 +++ xfail=0 +++ skip=1 +++ error=3 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 3 ++ rc=1 ++ grep '^# TOTAL: *5$' stdout ++ rc=1 ++ grep '^# PASS: *1$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *1$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *3$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bailout-suppress-later-errors-w: exit 1 ERROR: t/tap-bailout-suppress-badexit-w ======================================= ./t/tap-bailout-suppress-badexit-w.sh: will source ./t/tap-bailout-suppress-badexit.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-bailout-suppress-badexit-w.dir ++ tests='exit.test exit127.test sighup.test sigterm.test' ++ cat ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ mv Makefile.am Makefile.am~ +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ mv -f Makefile.am~ Makefile.am +++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' +++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) +++ fatal_ 'failed to remake Makefile.in' +++ warn_ 'tap-bailout-suppress-badexit-w: hard error: failed to remake Makefile.in' +++ echo 'tap-bailout-suppress-badexit-w: hard error: failed to remake Makefile.in' +++ _am_exit 99 +++ set +e +++ test 77 = 99 +++ exit 99 +++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bailout-suppress-badexit-w: exit 99 FAIL: t/check-exported-srcdir-w =============================== ./t/check-exported-srcdir-w.sh: will source ./t/check-exported-srcdir.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/check-exported-srcdir-w.dir ++ mkdir SrcDir ++ mv compile configure.ac depcomp install-sh missing SrcDir ++ mkdir BuildDir ++ cd SrcDir ++ cat ++ cat ++ cat ++ chmod a+x foo.test ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check-exported-srcdir.sh: line 54: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check-exported-srcdir-w: exit 1 FAIL: t/maken3-w ================ ./t/maken3-w.sh: will source ./t/maken3.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/maken3-w.dir ++ have_dotmake=false ++ using_gmake ++ case $am__using_gmake in ++ grep GNU ++ make --version -v GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ have_dotmake=: ++ mkdir sub sub2 ++ cat ++ cat ++ cat ++ cat ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/maken3.sh: line 134: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x maken3-w: exit 1 ERROR: t/tap-recheck-logs-w =========================== ./t/tap-recheck-logs-w.sh: will source ./t/tap-recheck-logs.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-recheck-logs-w.dir ++ cat ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ mv Makefile.am Makefile.am~ +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ mv -f Makefile.am~ Makefile.am +++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' +++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) +++ fatal_ 'failed to remake Makefile.in' +++ warn_ 'tap-recheck-logs-w: hard error: failed to remake Makefile.in' +++ echo 'tap-recheck-logs-w: hard error: failed to remake Makefile.in' +++ _am_exit 99 +++ set +e +++ test 77 = 99 +++ exit 99 +++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-recheck-logs-w: exit 99 FAIL: t/tap-planskip-unplanned-w ================================ ./t/tap-planskip-unplanned-w.sh: will source ./t/tap-planskip-unplanned.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-planskip-unplanned-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 +++ total=2 +++ pass=1 +++ fail=0 +++ xpass=0 +++ xfail=0 +++ skip=0 +++ error=1 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 1 ++ rc=1 ++ grep '^# TOTAL: *2$' stdout ++ rc=1 ++ grep '^# PASS: *1$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *0$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *1$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-unplanned-w: exit 1 FAIL: t/check5-w ================ ./t/check5-w.sh: will source ./t/check5.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/check5-w.dir ++ cat ++ cat ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check5.sh: line 39: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check5-w: exit 1 FAIL: t/tap-basic-w =================== ./t/tap-basic-w.sh: will source ./t/tap-basic.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-basic-w.dir ++ fetch_tap_driver ++ case $am_tap_implementation in ++ /usr/bin/perl -MTAP::Parser -e 1 ++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ cat ++ cat ++ cat ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-basic.sh: line 75: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-basic-w: exit 1 SKIP: t/instsh3-w ================= ./t/instsh3-w.sh: will source ./t/instsh3.sh FAIL: t/tap-planskip-later-errors-w =================================== ./t/tap-planskip-later-errors-w.sh: will source ./t/tap-planskip-later-errors.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-planskip-later-errors-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=4 pass=0 fail=0 xpass=0 xfail=0 skip=1 error=3 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=4 pass=0 fail=0 xpass=0 xfail=0 skip=1 error=3 +++ total=4 +++ pass=0 +++ fail=0 +++ xpass=0 +++ xfail=0 +++ skip=1 +++ error=3 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 0 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 3 ++ rc=1 ++ grep '^# TOTAL: *4$' stdout ++ rc=1 ++ grep '^# PASS: *0$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *1$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *3$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-later-errors-w: exit 1 FAIL: t/check6-w ================ ./t/check6-w.sh: will source ./t/check6.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/check6-w.dir ++ cat ++ cat ++ cat ++ cp a b ++ cp a c ++ chmod a+x a b c ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check6.sh: line 42: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check6-w: exit 1 FAIL: t/tap-planskip-whitespace-w ================================= ./t/tap-planskip-whitespace-w.sh: will source ./t/tap-planskip-whitespace.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-planskip-whitespace-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ cat ++ run_make -O 'TESTS=foo.test bar.test baz.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 3 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=foo.test bar.test baz.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-whitespace-w: exit 1 FAIL: t/tap-plan-whitespace-w ============================= ./t/tap-plan-whitespace-w.sh: will source ./t/tap-plan-whitespace.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-plan-whitespace-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ sed 's/\$$//' ++ cat ++ run_make -O 'TESTS=foo.test bar.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 3 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=foo.test bar.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan-whitespace-w: exit 1 FAIL: t/tap-todo-skip-w ======================= ./t/tap-todo-skip-w.sh: will source ./t/tap-todo-skip.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-todo-skip-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ echo 1..256 ++ for c1 in t T ++ for c2 in o O ++ for c3 in d D ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # todo' ++ echo 'not ok# todo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # todo:' ++ echo 'not ok# todo:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # todo foo' ++ echo 'not ok# todo foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # todo: foo' ++ echo 'not ok# todo: foo' ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # todO' ++ echo 'not ok# todO' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # todO:' ++ echo 'not ok# todO:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # todO foo' ++ echo 'not ok# todO foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # todO: foo' ++ echo 'not ok# todO: foo' ++ for c3 in d D ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # toDo' ++ echo 'not ok# toDo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # toDo:' ++ echo 'not ok# toDo:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # toDo foo' ++ echo 'not ok# toDo foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # toDo: foo' ++ echo 'not ok# toDo: foo' ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # toDO' ++ echo 'not ok# toDO' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # toDO:' ++ echo 'not ok# toDO:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # toDO foo' ++ echo 'not ok# toDO foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # toDO: foo' ++ echo 'not ok# toDO: foo' ++ for c2 in o O ++ for c3 in d D ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tOdo' ++ echo 'not ok# tOdo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tOdo:' ++ echo 'not ok# tOdo:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tOdo foo' ++ echo 'not ok# tOdo foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tOdo: foo' ++ echo 'not ok# tOdo: foo' ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tOdO' ++ echo 'not ok# tOdO' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tOdO:' ++ echo 'not ok# tOdO:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tOdO foo' ++ echo 'not ok# tOdO foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tOdO: foo' ++ echo 'not ok# tOdO: foo' ++ for c3 in d D ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tODo' ++ echo 'not ok# tODo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tODo:' ++ echo 'not ok# tODo:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tODo foo' ++ echo 'not ok# tODo foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tODo: foo' ++ echo 'not ok# tODo: foo' ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tODO' ++ echo 'not ok# tODO' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tODO:' ++ echo 'not ok# tODO:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tODO foo' ++ echo 'not ok# tODO foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # tODO: foo' ++ echo 'not ok# tODO: foo' ++ for c1 in t T ++ for c2 in o O ++ for c3 in d D ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # Todo' ++ echo 'not ok# Todo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # Todo:' ++ echo 'not ok# Todo:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # Todo foo' ++ echo 'not ok# Todo foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # Todo: foo' ++ echo 'not ok# Todo: foo' ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TodO' ++ echo 'not ok# TodO' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TodO:' ++ echo 'not ok# TodO:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TodO foo' ++ echo 'not ok# TodO foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TodO: foo' ++ echo 'not ok# TodO: foo' ++ for c3 in d D ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # ToDo' ++ echo 'not ok# ToDo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # ToDo:' ++ echo 'not ok# ToDo:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # ToDo foo' ++ echo 'not ok# ToDo foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # ToDo: foo' ++ echo 'not ok# ToDo: foo' ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # ToDO' ++ echo 'not ok# ToDO' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # ToDO:' ++ echo 'not ok# ToDO:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # ToDO foo' ++ echo 'not ok# ToDO foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # ToDO: foo' ++ echo 'not ok# ToDO: foo' ++ for c2 in o O ++ for c3 in d D ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TOdo' ++ echo 'not ok# TOdo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TOdo:' ++ echo 'not ok# TOdo:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TOdo foo' ++ echo 'not ok# TOdo foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TOdo: foo' ++ echo 'not ok# TOdo: foo' ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TOdO' ++ echo 'not ok# TOdO' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TOdO:' ++ echo 'not ok# TOdO:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TOdO foo' ++ echo 'not ok# TOdO foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TOdO: foo' ++ echo 'not ok# TOdO: foo' ++ for c3 in d D ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TODo' ++ echo 'not ok# TODo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TODo:' ++ echo 'not ok# TODo:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TODo foo' ++ echo 'not ok# TODo foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TODo: foo' ++ echo 'not ok# TODo: foo' ++ for c4 in o O ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TODO' ++ echo 'not ok# TODO' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TODO:' ++ echo 'not ok# TODO:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TODO foo' ++ echo 'not ok# TODO foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'not ok # TODO: foo' ++ echo 'not ok# TODO: foo' ++ for c1 in s S ++ for c2 in k K ++ for c3 in i I ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skip' ++ echo 'ok# skip' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skip:' ++ echo 'ok# skip:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skip foo' ++ echo 'ok# skip foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skip: foo' ++ echo 'ok# skip: foo' ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skiP' ++ echo 'ok# skiP' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skiP:' ++ echo 'ok# skiP:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skiP foo' ++ echo 'ok# skiP foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skiP: foo' ++ echo 'ok# skiP: foo' ++ for c3 in i I ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skIp' ++ echo 'ok# skIp' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skIp:' ++ echo 'ok# skIp:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skIp foo' ++ echo 'ok# skIp foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skIp: foo' ++ echo 'ok# skIp: foo' ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skIP' ++ echo 'ok# skIP' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skIP:' ++ echo 'ok# skIP:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skIP foo' ++ echo 'ok# skIP foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # skIP: foo' ++ echo 'ok# skIP: foo' ++ for c2 in k K ++ for c3 in i I ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKip' ++ echo 'ok# sKip' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKip:' ++ echo 'ok# sKip:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKip foo' ++ echo 'ok# sKip foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKip: foo' ++ echo 'ok# sKip: foo' ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKiP' ++ echo 'ok# sKiP' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKiP:' ++ echo 'ok# sKiP:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKiP foo' ++ echo 'ok# sKiP foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKiP: foo' ++ echo 'ok# sKiP: foo' ++ for c3 in i I ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKIp' ++ echo 'ok# sKIp' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKIp:' ++ echo 'ok# sKIp:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKIp foo' ++ echo 'ok# sKIp foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKIp: foo' ++ echo 'ok# sKIp: foo' ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKIP' ++ echo 'ok# sKIP' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKIP:' ++ echo 'ok# sKIP:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKIP foo' ++ echo 'ok# sKIP foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # sKIP: foo' ++ echo 'ok# sKIP: foo' ++ for c1 in s S ++ for c2 in k K ++ for c3 in i I ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # Skip' ++ echo 'ok# Skip' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # Skip:' ++ echo 'ok# Skip:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # Skip foo' ++ echo 'ok# Skip foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # Skip: foo' ++ echo 'ok# Skip: foo' ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SkiP' ++ echo 'ok# SkiP' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SkiP:' ++ echo 'ok# SkiP:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SkiP foo' ++ echo 'ok# SkiP foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SkiP: foo' ++ echo 'ok# SkiP: foo' ++ for c3 in i I ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SkIp' ++ echo 'ok# SkIp' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SkIp:' ++ echo 'ok# SkIp:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SkIp foo' ++ echo 'ok# SkIp foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SkIp: foo' ++ echo 'ok# SkIp: foo' ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SkIP' ++ echo 'ok# SkIP' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SkIP:' ++ echo 'ok# SkIP:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SkIP foo' ++ echo 'ok# SkIP foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SkIP: foo' ++ echo 'ok# SkIP: foo' ++ for c2 in k K ++ for c3 in i I ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKip' ++ echo 'ok# SKip' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKip:' ++ echo 'ok# SKip:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKip foo' ++ echo 'ok# SKip foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKip: foo' ++ echo 'ok# SKip: foo' ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKiP' ++ echo 'ok# SKiP' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKiP:' ++ echo 'ok# SKiP:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKiP foo' ++ echo 'ok# SKiP foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKiP: foo' ++ echo 'ok# SKiP: foo' ++ for c3 in i I ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKIp' ++ echo 'ok# SKIp' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKIp:' ++ echo 'ok# SKIp:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKIp foo' ++ echo 'ok# SKIp foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKIp: foo' ++ echo 'ok# SKIp: foo' ++ for c4 in p P ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKIP' ++ echo 'ok# SKIP' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKIP:' ++ echo 'ok# SKIP:' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKIP foo' ++ echo 'ok# SKIP foo' ++ for ex in ''\'''\''' ''\'':'\''' ''\'' foo'\''' ''\'': foo'\''' ++ echo 'ok # SKIP: foo' ++ echo 'ok# SKIP: foo' ++ cat all.test 1..256 not ok # todo not ok# todo not ok # todo: not ok# todo: not ok # todo foo not ok# todo foo not ok # todo: foo not ok# todo: foo not ok # todO not ok# todO not ok # todO: not ok# todO: not ok # todO foo not ok# todO foo not ok # todO: foo not ok# todO: foo not ok # toDo not ok# toDo not ok # toDo: not ok# toDo: not ok # toDo foo not ok# toDo foo not ok # toDo: foo not ok# toDo: foo not ok # toDO not ok# toDO not ok # toDO: not ok# toDO: not ok # toDO foo not ok# toDO foo not ok # toDO: foo not ok# toDO: foo not ok # tOdo not ok# tOdo not ok # tOdo: not ok# tOdo: not ok # tOdo foo not ok# tOdo foo not ok # tOdo: foo not ok# tOdo: foo not ok # tOdO not ok# tOdO not ok # tOdO: not ok# tOdO: not ok # tOdO foo not ok# tOdO foo not ok # tOdO: foo not ok# tOdO: foo not ok # tODo not ok# tODo not ok # tODo: not ok# tODo: not ok # tODo foo not ok# tODo foo not ok # tODo: foo not ok# tODo: foo not ok # tODO not ok# tODO not ok # tODO: not ok# tODO: not ok # tODO foo not ok# tODO foo not ok # tODO: foo not ok# tODO: foo not ok # Todo not ok# Todo not ok # Todo: not ok# Todo: not ok # Todo foo not ok# Todo foo not ok # Todo: foo not ok# Todo: foo not ok # TodO not ok# TodO not ok # TodO: not ok# TodO: not ok # TodO foo not ok# TodO foo not ok # TodO: foo not ok# TodO: foo not ok # ToDo not ok# ToDo not ok # ToDo: not ok# ToDo: not ok # ToDo foo not ok# ToDo foo not ok # ToDo: foo not ok# ToDo: foo not ok # ToDO not ok# ToDO not ok # ToDO: not ok# ToDO: not ok # ToDO foo not ok# ToDO foo not ok # ToDO: foo not ok# ToDO: foo not ok # TOdo not ok# TOdo not ok # TOdo: not ok# TOdo: not ok # TOdo foo not ok# TOdo foo not ok # TOdo: foo not ok# TOdo: foo not ok # TOdO not ok# TOdO not ok # TOdO: not ok# TOdO: not ok # TOdO foo not ok# TOdO foo not ok # TOdO: foo not ok# TOdO: foo not ok # TODo not ok# TODo not ok # TODo: not ok# TODo: not ok # TODo foo not ok# TODo foo not ok # TODo: foo not ok# TODo: foo not ok # TODO not ok# TODO not ok # TODO: not ok# TODO: not ok # TODO foo not ok# TODO foo not ok # TODO: foo not ok# TODO: foo ok # skip ok# skip ok # skip: ok# skip: ok # skip foo ok# skip foo ok # skip: foo ok# skip: foo ok # skiP ok# skiP ok # skiP: ok# skiP: ok # skiP foo ok# skiP foo ok # skiP: foo ok# skiP: foo ok # skIp ok# skIp ok # skIp: ok# skIp: ok # skIp foo ok# skIp foo ok # skIp: foo ok# skIp: foo ok # skIP ok# skIP ok # skIP: ok# skIP: ok # skIP foo ok# skIP foo ok # skIP: foo ok# skIP: foo ok # sKip ok# sKip ok # sKip: ok# sKip: ok # sKip foo ok# sKip foo ok # sKip: foo ok# sKip: foo ok # sKiP ok# sKiP ok # sKiP: ok# sKiP: ok # sKiP foo ok# sKiP foo ok # sKiP: foo ok# sKiP: foo ok # sKIp ok# sKIp ok # sKIp: ok# sKIp: ok # sKIp foo ok# sKIp foo ok # sKIp: foo ok# sKIp: foo ok # sKIP ok# sKIP ok # sKIP: ok# sKIP: ok # sKIP foo ok# sKIP foo ok # sKIP: foo ok# sKIP: foo ok # Skip ok# Skip ok # Skip: ok# Skip: ok # Skip foo ok# Skip foo ok # Skip: foo ok# Skip: foo ok # SkiP ok# SkiP ok # SkiP: ok# SkiP: ok # SkiP foo ok# SkiP foo ok # SkiP: foo ok# SkiP: foo ok # SkIp ok# SkIp ok # SkIp: ok# SkIp: ok # SkIp foo ok# SkIp foo ok # SkIp: foo ok# SkIp: foo ok # SkIP ok# SkIP ok # SkIP: ok# SkIP: ok # SkIP foo ok# SkIP foo ok # SkIP: foo ok# SkIP: foo ok # SKip ok# SKip ok # SKip: ok# SKip: ok # SKip foo ok# SKip foo ok # SKip: foo ok# SKip: foo ok # SKiP ok# SKiP ok # SKiP: ok# SKiP: ok # SKiP foo ok# SKiP foo ok # SKiP: foo ok# SKiP: foo ok # SKIp ok# SKIp ok # SKIp: ok# SKIp: ok # SKIp foo ok# SKIp foo ok # SKIp: foo ok# SKIp: foo ok # SKIP ok# SKIP ok # SKIP: ok# SKIP: ok # SKIP foo ok# SKIP foo ok # SKIP: foo ok# SKIP: foo ++ run_make -O check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 2 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-todo-skip-w: exit 1 FAIL: t/tap-planskip-bailout-w ============================== ./t/tap-planskip-bailout-w.sh: will source ./t/tap-planskip-bailout.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-planskip-bailout-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=2 pass=0 fail=0 xpass=0 xfail=0 skip=1 error=1 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=2 pass=0 fail=0 xpass=0 xfail=0 skip=1 error=1 +++ total=2 +++ pass=0 +++ fail=0 +++ xpass=0 +++ xfail=0 +++ skip=1 +++ error=1 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 0 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 1 ++ rc=1 ++ grep '^# TOTAL: *2$' stdout ++ rc=1 ++ grep '^# PASS: *0$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *1$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *1$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-bailout-w: exit 1 FAIL: t/tap-plan-malformed-w ============================ ./t/tap-plan-malformed-w.sh: will source ./t/tap-plan-malformed.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-plan-malformed-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ cat ++ cat ++ cat +++ echo a.test b.test c.test d.test e.test ++ tests_list='a.test b.test c.test d.test e.test' ++ run_make -O -e FAIL 'TESTS=a.test b.test c.test d.test e.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 5 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 4 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=a.test b.test c.test d.test e.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=9 pass=2 fail=0 xpass=0 xfail=2 skip=0 error=5 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=9 pass=2 fail=0 xpass=0 xfail=2 skip=0 error=5 +++ total=9 +++ pass=2 +++ fail=0 +++ xpass=0 +++ xfail=2 +++ skip=0 +++ error=5 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 5 ++ rc=1 ++ grep '^# TOTAL: *9$' stdout ++ rc=1 ++ grep '^# PASS: *2$' stdout ++ rc=1 ++ grep '^# XFAIL: *2$' stdout ++ rc=1 ++ grep '^# SKIP: *0$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *5$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan-malformed-w: exit 1 FAIL: t/tap-escape-directive-2-w ================================ ./t/tap-escape-directive-2-w.sh: will source ./t/tap-escape-directive-2.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-escape-directive-2-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 2 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-escape-directive-2-w: exit 1 FAIL: t/tap-doc-w ================= ./t/tap-doc-w.sh: will source ./t/tap-doc.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-doc-w.dir ++ fetch_tap_driver ++ case $am_tap_implementation in ++ /usr/bin/perl -MTAP::Parser -e 1 ++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ cat ++ cat ++ cat ++ cat ++ cat ++ cat ++ chmod a+x bar.sh foo.sh mu.tap zardoz.tap ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-doc.sh: line 67: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-doc-w: exit 1 ERROR: t/tap-whitespace-normalization-w ======================================= ./t/tap-whitespace-normalization-w.sh: will source ./t/tap-whitespace-normalization.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-whitespace-normalization-w.dir ++ cat ++ : ++ spaces_a=' ' ++ spaces_b=' ' ++ echo TESTS += numbers.test ++ cat ++ cat ++ echo TESTS += description.test ++ cat ++ cat ++ echo TESTS += bailout.test ++ cat ++ cat ++ echo TESTS += bailout2.test ++ cat ++ cat ++ echo AM_TEST_LOG_DRIVER_FLAGS = --comments ++ echo TESTS += cmnt.test ++ cat ++ cat ++ chmod a+x bailout2.test bailout.test cmnt.test description.test numbers.test ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ mv Makefile.am Makefile.am~ +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ mv -f Makefile.am~ Makefile.am +++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' +++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) +++ fatal_ 'failed to remake Makefile.in' +++ warn_ 'tap-whitespace-normalization-w: hard error: failed to remake Makefile.in' +++ echo 'tap-whitespace-normalization-w: hard error: failed to remake Makefile.in' +++ _am_exit 99 +++ set +e +++ test 77 = 99 +++ exit 99 +++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-whitespace-normalization-w: exit 99 ERROR: t/tap-deps-w =================== ./t/tap-deps-w.sh: will source ./t/tap-deps.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-deps-w.dir ++ cat ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ mv Makefile.am Makefile.am~ +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ mv -f Makefile.am~ Makefile.am +++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' +++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) +++ fatal_ 'failed to remake Makefile.in' +++ warn_ 'tap-deps-w: hard error: failed to remake Makefile.in' +++ echo 'tap-deps-w: hard error: failed to remake Makefile.in' +++ _am_exit 99 +++ set +e +++ test 77 = 99 +++ exit 99 +++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-deps-w: exit 99 ERROR: t/tap-planskip-badexit-w =============================== ./t/tap-planskip-badexit-w.sh: will source ./t/tap-planskip-badexit.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-planskip-badexit-w.dir ++ echo TESTS = one.test two.test ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ mv Makefile.am Makefile.am~ +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ mv -f Makefile.am~ Makefile.am +++ echo 'TEST_LOG_DRIVER = $(srcdir)/tap-driver' +++ automake-1.14 --foreign -Werror -Wall Makefile configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal) +++ fatal_ 'failed to remake Makefile.in' +++ warn_ 'tap-planskip-badexit-w: hard error: failed to remake Makefile.in' +++ echo 'tap-planskip-badexit-w: hard error: failed to remake Makefile.in' +++ _am_exit 99 +++ set +e +++ test 77 = 99 +++ exit 99 +++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-badexit-w: exit 99 FAIL: t/check-w =============== ./t/check-w.sh: will source ./t/check.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/check-w.dir ++ cat ++ test xyes = xyes ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check.sh: line 28: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check-w: exit 1 FAIL: t/tap-msg0-planskip-w =========================== ./t/tap-msg0-planskip-w.sh: will source ./t/tap-msg0-planskip.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-msg0-planskip-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ echo '1..0 # SKIP 0' ++ echo '1..0 # SKIP 0.0' ++ run_make -O 'TESTS=a.test b.test' check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 3 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make 'TESTS=a.test b.test' check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-msg0-planskip-w: exit 1 FAIL: t/tap-bailout-suppress-later-diagnostic-w =============================================== ./t/tap-bailout-suppress-later-diagnostic-w.sh: will source ./t/tap-bailout-suppress-later-diagnostic.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-bailout-suppress-later-diagnostic-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ echo AM_TEST_LOG_DRIVER_FLAGS = --comments ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 +++ total=2 +++ pass=1 +++ fail=0 +++ xpass=0 +++ xfail=0 +++ skip=0 +++ error=1 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 1 ++ rc=1 ++ grep '^# TOTAL: *2$' stdout ++ rc=1 ++ grep '^# PASS: *1$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *0$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *1$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bailout-suppress-later-diagnostic-w: exit 1 FAIL: t/tap-autonumber-w ======================== ./t/tap-autonumber-w.sh: will source ./t/tap-autonumber.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-autonumber-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL TESTS=all.test check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 5 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 4 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ grep GNU ++ make --version -v GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make TESTS=all.test check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=14 pass=6 fail=5 xpass=1 xfail=1 skip=1 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=14 pass=6 fail=5 xpass=1 xfail=1 skip=1 error=0 +++ total=14 +++ pass=6 +++ fail=5 +++ xpass=1 +++ xfail=1 +++ skip=1 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 6 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 5 ++ rc=1 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *14$' stdout ++ rc=1 ++ grep '^# PASS: *6$' stdout ++ rc=1 ++ grep '^# XFAIL: *1$' stdout ++ rc=1 ++ grep '^# SKIP: *1$' stdout ++ rc=1 ++ grep '^# FAIL: *5$' stdout ++ rc=1 ++ grep '^# XPASS: *1$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-autonumber-w: exit 1 FAIL: t/tap-diagnostic-w ======================== ./t/tap-diagnostic-w.sh: will source ./t/tap-diagnostic.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-diagnostic-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ metacharacters=''\''"\$!&()[]<>#;^?*' ++ cat ++ cat ++ run_make -O check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 2 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-diagnostic-w: exit 1 FAIL: t/tap-planskip-w ====================== ./t/tap-planskip-w.sh: will source ./t/tap-planskip.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-planskip-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ weirdchars=''\''"$!&()[]<>#;^?*/@%=,.:' ++ cat ++ cat ++ cat ++ cat ++ cat ++ cat ++ run_make -O check 'TESTS=foo.test bar.test baz.test wget.test curl.test mu.test' ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 3 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check 'TESTS=foo.test bar.test baz.test wget.test curl.test mu.test' ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-planskip-w: exit 1 FAIL: t/check11-w ================= ./t/check11-w.sh: will source ./t/check11.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/check11-w.dir ++ cat ++ cat ++ cat ++ chmod a+x skip ++ cp skip skip2 ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check11.sh: line 37: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check11-w: exit 1 FAIL: t/check4-w ================ ./t/check4-w.sh: will source ./t/check4.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/check4-w.dir ++ cat ++ mkdir dir ++ cat ++ echo TESTS = fail.sh ++ cat ++ cat ++ chmod +x ok.sh dir/fail.sh ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check4.sh: line 48: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check4-w: exit 1 FAIL: t/exeext4-w ================= ./t/exeext4-w.sh: will source ./t/exeext4.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/exeext4-w.dir ++ cat ++ cat ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/exeext4.sh: line 55: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x exeext4-w: exit 1 FAIL: t/tap-more2-w =================== ./t/tap-more2-w.sh: will source ./t/tap-more2.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-more2-w.dir ++ fetch_tap_driver ++ case $am_tap_implementation in ++ /usr/bin/perl -MTAP::Parser -e 1 ++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ cat ++ cat ++ cat ++ cat ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/tap-more2.sh: line 78: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-more2-w: exit 1 FAIL: t/tap-empty-diagnostic-w ============================== ./t/tap-empty-diagnostic-w.sh: will source ./t/tap-empty-diagnostic.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-empty-diagnostic-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ sed 's/\$$//' ++ run_make -O check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 2 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-empty-diagnostic-w: exit 1 FAIL: t/tap-msg0-result-w ========================= ./t/tap-msg0-result-w.sh: will source ./t/tap-msg0-result.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-msg0-result-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=10 pass=2 fail=2 xpass=2 xfail=2 skip=2 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=10 pass=2 fail=2 xpass=2 xfail=2 skip=2 error=0 +++ total=10 +++ pass=2 +++ fail=2 +++ xpass=2 +++ xfail=2 +++ skip=2 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *10$' stdout ++ rc=1 ++ grep '^# PASS: *2$' stdout ++ rc=1 ++ grep '^# XFAIL: *2$' stdout ++ rc=1 ++ grep '^# SKIP: *2$' stdout ++ rc=1 ++ grep '^# FAIL: *2$' stdout ++ rc=1 ++ grep '^# XPASS: *2$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-msg0-result-w: exit 1 FAIL: t/tap-plan-corner-w ========================= ./t/tap-plan-corner-w.sh: will source ./t/tap-plan-corner.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-plan-corner-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ cat ++ for pos in leading trailing ++ run_make -O -e FAIL TESTS=leading-repeated.test check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 5 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 4 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 2 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ grep GNU ++ make --version -v GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make TESTS=leading-repeated.test check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=2 pass=1 fail=0 xpass=0 xfail=0 skip=0 error=1 +++ total=2 +++ pass=1 +++ fail=0 +++ xpass=0 +++ xfail=0 +++ skip=0 +++ error=1 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 1 ++ rc=1 ++ grep '^# TOTAL: *2$' stdout ++ rc=1 ++ grep '^# PASS: *1$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *0$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *1$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-plan-corner-w: exit 1 FAIL: t/tap-todo-skip-together-w ================================ ./t/tap-todo-skip-together-w.sh: will source ./t/tap-todo-skip-together.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-todo-skip-together-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 2 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-todo-skip-together-w: exit 1 FAIL: t/tap-no-spurious-numbers-w ================================= ./t/tap-no-spurious-numbers-w.sh: will source ./t/tap-no-spurious-numbers.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-no-spurious-numbers-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat +++ wc -l ++ n=32 ++ pass=96 ++ fail=96 ++ skip=93 ++ xfail=93 ++ xpass=93 ++ error=0 ++ total=471 ++ echo 1..471 ++ highno=1000 ++ for result in ''\''ok'\''' ''\''not ok'\''' ++ for spacing in '""' '" "' '"$tab"' ++ subst='ok &' ++ sed -e 's|.*|ok &|' prefixes ++ for directive in TODO SKIP ++ test 'ok TODO' '!=' 'not ok SKIP' ++ sed -e '/^#$/d' -e 's|.*|ok & # TODO|' prefixes ++ for directive in TODO SKIP ++ test 'ok SKIP' '!=' 'not ok SKIP' ++ sed -e '/^#$/d' -e 's|.*|ok & # SKIP|' prefixes ++ for spacing in '""' '" "' '"$tab"' ++ subst='ok & ' ++ sed -e 's|.*|ok & |' prefixes ++ for directive in TODO SKIP ++ test 'ok TODO' '!=' 'not ok SKIP' ++ sed -e '/^#$/d' -e 's|.*|ok & # TODO|' prefixes ++ for directive in TODO SKIP ++ test 'ok SKIP' '!=' 'not ok SKIP' ++ sed -e '/^#$/d' -e 's|.*|ok & # SKIP|' prefixes ++ for spacing in '""' '" "' '"$tab"' ++ subst='ok & ' ++ sed -e 's|.*|ok & |' prefixes ++ for directive in TODO SKIP ++ test 'ok TODO' '!=' 'not ok SKIP' ++ sed -e '/^#$/d' -e 's|.*|ok & # TODO|' prefixes ++ for directive in TODO SKIP ++ test 'ok SKIP' '!=' 'not ok SKIP' ++ sed -e '/^#$/d' -e 's|.*|ok & # SKIP|' prefixes ++ for result in ''\''ok'\''' ''\''not ok'\''' ++ for spacing in '""' '" "' '"$tab"' ++ subst='not ok &' ++ sed -e 's|.*|not ok &|' prefixes ++ for directive in TODO SKIP ++ test 'not ok TODO' '!=' 'not ok SKIP' ++ sed -e '/^#$/d' -e 's|.*|not ok & # TODO|' prefixes ++ for directive in TODO SKIP ++ test 'not ok SKIP' '!=' 'not ok SKIP' ++ continue ++ for spacing in '""' '" "' '"$tab"' ++ subst='not ok & ' ++ sed -e 's|.*|not ok & |' prefixes ++ for directive in TODO SKIP ++ test 'not ok TODO' '!=' 'not ok SKIP' ++ sed -e '/^#$/d' -e 's|.*|not ok & # TODO|' prefixes ++ for directive in TODO SKIP ++ test 'not ok SKIP' '!=' 'not ok SKIP' ++ continue ++ for spacing in '""' '" "' '"$tab"' ++ subst='not ok & ' ++ sed -e 's|.*|not ok & |' prefixes ++ for directive in TODO SKIP ++ test 'not ok TODO' '!=' 'not ok SKIP' ++ sed -e '/^#$/d' -e 's|.*|not ok & # TODO|' prefixes ++ for directive in TODO SKIP ++ test 'not ok SKIP' '!=' 'not ok SKIP' ++ continue ++ cat all.test 1..471 ok A ok a ok _ ok + ok - ok = ok / ok * ok . ok : ok , ok ; ok $ ok @ ok % ok & ok # ok ? ok ! ok | ok \ ok " ok ` ok ' ok ( ok ) ok [ ok ] ok { ok } ok < ok > ok A # TODO ok a # TODO ok _ # TODO ok + # TODO ok - # TODO ok = # TODO ok / # TODO ok * # TODO ok . # TODO ok : # TODO ok , # TODO ok ; # TODO ok $ # TODO ok @ # TODO ok % # TODO ok & # TODO ok ? # TODO ok ! # TODO ok | # TODO ok \ # TODO ok " # TODO ok ` # TODO ok ' # TODO ok ( # TODO ok ) # TODO ok [ # TODO ok ] # TODO ok { # TODO ok } # TODO ok < # TODO ok > # TODO ok A # SKIP ok a # SKIP ok _ # SKIP ok + # SKIP ok - # SKIP ok = # SKIP ok / # SKIP ok * # SKIP ok . # SKIP ok : # SKIP ok , # SKIP ok ; # SKIP ok $ # SKIP ok @ # SKIP ok % # SKIP ok & # SKIP ok ? # SKIP ok ! # SKIP ok | # SKIP ok \ # SKIP ok " # SKIP ok ` # SKIP ok ' # SKIP ok ( # SKIP ok ) # SKIP ok [ # SKIP ok ] # SKIP ok { # SKIP ok } # SKIP ok < # SKIP ok > # SKIP ok A ok a ok _ ok + ok - ok = ok / ok * ok . ok : ok , ok ; ok $ ok @ ok % ok & ok # ok ? ok ! ok | ok \ ok " ok ` ok ' ok ( ok ) ok [ ok ] ok { ok } ok < ok > ok A # TODO ok a # TODO ok _ # TODO ok + # TODO ok - # TODO ok = # TODO ok / # TODO ok * # TODO ok . # TODO ok : # TODO ok , # TODO ok ; # TODO ok $ # TODO ok @ # TODO ok % # TODO ok & # TODO ok ? # TODO ok ! # TODO ok | # TODO ok \ # TODO ok " # TODO ok ` # TODO ok ' # TODO ok ( # TODO ok ) # TODO ok [ # TODO ok ] # TODO ok { # TODO ok } # TODO ok < # TODO ok > # TODO ok A # SKIP ok a # SKIP ok _ # SKIP ok + # SKIP ok - # SKIP ok = # SKIP ok / # SKIP ok * # SKIP ok . # SKIP ok : # SKIP ok , # SKIP ok ; # SKIP ok $ # SKIP ok @ # SKIP ok % # SKIP ok & # SKIP ok ? # SKIP ok ! # SKIP ok | # SKIP ok \ # SKIP ok " # SKIP ok ` # SKIP ok ' # SKIP ok ( # SKIP ok ) # SKIP ok [ # SKIP ok ] # SKIP ok { # SKIP ok } # SKIP ok < # SKIP ok > # SKIP ok A ok a ok _ ok + ok - ok = ok / ok * ok . ok : ok , ok ; ok $ ok @ ok % ok & ok # ok ? ok ! ok | ok \ ok " ok ` ok ' ok ( ok ) ok [ ok ] ok { ok } ok < ok > ok A # TODO ok a # TODO ok _ # TODO ok + # TODO ok - # TODO ok = # TODO ok / # TODO ok * # TODO ok . # TODO ok : # TODO ok , # TODO ok ; # TODO ok $ # TODO ok @ # TODO ok % # TODO ok & # TODO ok ? # TODO ok ! # TODO ok | # TODO ok \ # TODO ok " # TODO ok ` # TODO ok ' # TODO ok ( # TODO ok ) # TODO ok [ # TODO ok ] # TODO ok { # TODO ok } # TODO ok < # TODO ok > # TODO ok A # SKIP ok a # SKIP ok _ # SKIP ok + # SKIP ok - # SKIP ok = # SKIP ok / # SKIP ok * # SKIP ok . # SKIP ok : # SKIP ok , # SKIP ok ; # SKIP ok $ # SKIP ok @ # SKIP ok % # SKIP ok & # SKIP ok ? # SKIP ok ! # SKIP ok | # SKIP ok \ # SKIP ok " # SKIP ok ` # SKIP ok ' # SKIP ok ( # SKIP ok ) # SKIP ok [ # SKIP ok ] # SKIP ok { # SKIP ok } # SKIP ok < # SKIP ok > # SKIP not ok A not ok a not ok _ not ok + not ok - not ok = not ok / not ok * not ok . not ok : not ok , not ok ; not ok $ not ok @ not ok % not ok & not ok # not ok ? not ok ! not ok | not ok \ not ok " not ok ` not ok ' not ok ( not ok ) not ok [ not ok ] not ok { not ok } not ok < not ok > not ok A # TODO not ok a # TODO not ok _ # TODO not ok + # TODO not ok - # TODO not ok = # TODO not ok / # TODO not ok * # TODO not ok . # TODO not ok : # TODO not ok , # TODO not ok ; # TODO not ok $ # TODO not ok @ # TODO not ok % # TODO not ok & # TODO not ok ? # TODO not ok ! # TODO not ok | # TODO not ok \ # TODO not ok " # TODO not ok ` # TODO not ok ' # TODO not ok ( # TODO not ok ) # TODO not ok [ # TODO not ok ] # TODO not ok { # TODO not ok } # TODO not ok < # TODO not ok > # TODO not ok A not ok a not ok _ not ok + not ok - not ok = not ok / not ok * not ok . not ok : not ok , not ok ; not ok $ not ok @ not ok % not ok & not ok # not ok ? not ok ! not ok | not ok \ not ok " not ok ` not ok ' not ok ( not ok ) not ok [ not ok ] not ok { not ok } not ok < not ok > not ok A # TODO not ok a # TODO not ok _ # TODO not ok + # TODO not ok - # TODO not ok = # TODO not ok / # TODO not ok * # TODO not ok . # TODO not ok : # TODO not ok , # TODO not ok ; # TODO not ok $ # TODO not ok @ # TODO not ok % # TODO not ok & # TODO not ok ? # TODO not ok ! # TODO not ok | # TODO not ok \ # TODO not ok " # TODO not ok ` # TODO not ok ' # TODO not ok ( # TODO not ok ) # TODO not ok [ # TODO not ok ] # TODO not ok { # TODO not ok } # TODO not ok < # TODO not ok > # TODO not ok A not ok a not ok _ not ok + not ok - not ok = not ok / not ok * not ok . not ok : not ok , not ok ; not ok $ not ok @ not ok % not ok & not ok # not ok ? not ok ! not ok | not ok \ not ok " not ok ` not ok ' not ok ( not ok ) not ok [ not ok ] not ok { not ok } not ok < not ok > not ok A # TODO not ok a # TODO not ok _ # TODO not ok + # TODO not ok - # TODO not ok = # TODO not ok / # TODO not ok * # TODO not ok . # TODO not ok : # TODO not ok , # TODO not ok ; # TODO not ok $ # TODO not ok @ # TODO not ok % # TODO not ok & # TODO not ok ? # TODO not ok ! # TODO not ok | # TODO not ok \ # TODO not ok " # TODO not ok ` # TODO not ok ' # TODO not ok ( # TODO not ok ) # TODO not ok [ # TODO not ok ] # TODO not ok { # TODO not ok } # TODO not ok < # TODO not ok > # TODO ++ grep '#.*#' all.test +++ wc -l ++ test 472 -lt 1000 ++ run_make -O -e IGNORE check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=IGNORE ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ : Ignore exit status ++ count_test_results total=471 pass=96 fail=96 skip=93 xpass=93 xfail=93 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=471 pass=96 fail=96 skip=93 xpass=93 xfail=93 error=0 +++ total=471 +++ pass=96 +++ fail=96 +++ skip=93 +++ xpass=93 +++ xfail=93 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 96 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 93 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 93 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 96 ++ rc=1 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 93 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *471$' stdout ++ rc=1 ++ grep '^# PASS: *96$' stdout ++ rc=1 ++ grep '^# XFAIL: *93$' stdout ++ rc=1 ++ grep '^# SKIP: *93$' stdout ++ rc=1 ++ grep '^# FAIL: *96$' stdout ++ rc=1 ++ grep '^# XPASS: *93$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-no-spurious-numbers-w: exit 1 FAIL: t/check7-w ================ ./t/check7-w.sh: will source ./t/check7.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/check7-w.dir ++ cat ++ cat ++ cat ++ chmod a+x b ++ cat ++ cp a.c c.c ++ cp a.c d.c ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/check7.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x check7-w: exit 1 FAIL: t/tap-negative-numbers-w ============================== ./t/tap-negative-numbers-w.sh: will source ./t/tap-negative-numbers.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-negative-numbers-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=7 pass=2 fail=2 xpass=1 xfail=1 skip=1 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=7 pass=2 fail=2 xpass=1 xfail=1 skip=1 error=0 +++ total=7 +++ pass=2 +++ fail=2 +++ xpass=1 +++ xfail=1 +++ skip=1 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *7$' stdout ++ rc=1 ++ grep '^# PASS: *2$' stdout ++ rc=1 ++ grep '^# XFAIL: *1$' stdout ++ rc=1 ++ grep '^# SKIP: *1$' stdout ++ rc=1 ++ grep '^# FAIL: *2$' stdout ++ rc=1 ++ grep '^# XPASS: *1$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-negative-numbers-w: exit 1 FAIL: t/posixsubst-tests-w ========================== ./t/posixsubst-tests-w.sh: will source ./t/posixsubst-tests.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/posixsubst-tests-w.dir ++ cat ++ cat ++ cat ++ sed s/foo1/bary/g foo1.test ++ chmod +x foo1.test bary ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/posixsubst-tests.sh: line 52: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x posixsubst-tests-w: exit 1 FAIL: t/tap-escape-directive-w ============================== ./t/tap-escape-directive-w.sh: will source ./t/tap-escape-directive.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-escape-directive-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 2 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-escape-directive-w: exit 1 FAIL: t/tap-no-spurious-w ========================= ./t/tap-no-spurious-w.sh: will source ./t/tap-no-spurious.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-no-spurious-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ echo 1..5 ++ cat ++ cat ++ set +x ++ cat ++ cat all.test 1..5 ok 1 # XFAIL ok 2 # SKIPPED ok 3 # TO DO ok 4 # TODOALL ok 5 # FIXME ok ok 1 ok ok 1 not ok not ok 1 not ok not ok 1 notok notok 1 not ok not ok 1 not ok not ok 1 no ok no ok 1 # ok # not ok # ok 1 # not ok 1 #ok #not ok #ok 1 #not ok 1 oka oka@ oka% oka+ oka- oka= oka/ oka. oka: oka; oka* oka? oka& oka! oka# oka$ oka< oka> oka\ okb okb@ okb% okb+ okb- okb= okb/ okb. okb: okb; okb* okb? okb& okb! okb# okb$ okb< okb> okb\ okc okc@ okc% okc+ okc- okc= okc/ okc. okc: okc; okc* okc? okc& okc! okc# okc$ okc< okc> okc\ okd okd@ okd% okd+ okd- okd= okd/ okd. okd: okd; okd* okd? okd& okd! okd# okd$ okd< okd> okd\ oke oke@ oke% oke+ oke- oke= oke/ oke. oke: oke; oke* oke? oke& oke! oke# oke$ oke< oke> oke\ okf okf@ okf% okf+ okf- okf= okf/ okf. okf: okf; okf* okf? okf& okf! okf# okf$ okf< okf> okf\ okg okg@ okg% okg+ okg- okg= okg/ okg. okg: okg; okg* okg? okg& okg! okg# okg$ okg< okg> okg\ okh okh@ okh% okh+ okh- okh= okh/ okh. okh: okh; okh* okh? okh& okh! okh# okh$ okh< okh> okh\ oki oki@ oki% oki+ oki- oki= oki/ oki. oki: oki; oki* oki? oki& oki! oki# oki$ oki< oki> oki\ okj okj@ okj% okj+ okj- okj= okj/ okj. okj: okj; okj* okj? okj& okj! okj# okj$ okj< okj> okj\ okk okk@ okk% okk+ okk- okk= okk/ okk. okk: okk; okk* okk? okk& okk! okk# okk$ okk< okk> okk\ okl okl@ okl% okl+ okl- okl= okl/ okl. okl: okl; okl* okl? okl& okl! okl# okl$ okl< okl> okl\ okm okm@ okm% okm+ okm- okm= okm/ okm. okm: okm; okm* okm? okm& okm! okm# okm$ okm< okm> okm\ okn okn@ okn% okn+ okn- okn= okn/ okn. okn: okn; okn* okn? okn& okn! okn# okn$ okn< okn> okn\ oko oko@ oko% oko+ oko- oko= oko/ oko. oko: oko; oko* oko? oko& oko! oko# oko$ oko< oko> oko\ okp okp@ okp% okp+ okp- okp= okp/ okp. okp: okp; okp* okp? okp& okp! okp# okp$ okp< okp> okp\ okq okq@ okq% okq+ okq- okq= okq/ okq. okq: okq; okq* okq? okq& okq! okq# okq$ okq< okq> okq\ okr okr@ okr% okr+ okr- okr= okr/ okr. okr: okr; okr* okr? okr& okr! okr# okr$ okr< okr> okr\ oks oks@ oks% oks+ oks- oks= oks/ oks. oks: oks; oks* oks? oks& oks! oks# oks$ oks< oks> oks\ okt okt@ okt% okt+ okt- okt= okt/ okt. okt: okt; okt* okt? okt& okt! okt# okt$ okt< okt> okt\ oku oku@ oku% oku+ oku- oku= oku/ oku. oku: oku; oku* oku? oku& oku! oku# oku$ oku< oku> oku\ okv okv@ okv% okv+ okv- okv= okv/ okv. okv: okv; okv* okv? okv& okv! okv# okv$ okv< okv> okv\ okw okw@ okw% okw+ okw- okw= okw/ okw. okw: okw; okw* okw? okw& okw! okw# okw$ okw< okw> okw\ okx okx@ okx% okx+ okx- okx= okx/ okx. okx: okx; okx* okx? okx& okx! okx# okx$ okx< okx> okx\ oky oky@ oky% oky+ oky- oky= oky/ oky. oky: oky; oky* oky? oky& oky! oky# oky$ oky< oky> oky\ okz okz@ okz% okz+ okz- okz= okz/ okz. okz: okz; okz* okz? okz& okz! okz# okz$ okz< okz> okz\ okA okA@ okA% okA+ okA- okA= okA/ okA. okA: okA; okA* okA? okA& okA! okA# okA$ okA< okA> okA\ okB okB@ okB% okB+ okB- okB= okB/ okB. okB: okB; okB* okB? okB& okB! okB# okB$ okB< okB> okB\ okC okC@ okC% okC+ okC- okC= okC/ okC. okC: okC; okC* okC? okC& okC! okC# okC$ okC< okC> okC\ okD okD@ okD% okD+ okD- okD= okD/ okD. okD: okD; okD* okD? okD& okD! okD# okD$ okD< okD> okD\ okE okE@ okE% okE+ okE- okE= okE/ okE. okE: okE; okE* okE? okE& okE! okE# okE$ okE< okE> okE\ okF okF@ okF% okF+ okF- okF= okF/ okF. okF: okF; okF* okF? okF& okF! okF# okF$ okF< okF> okF\ okG okG@ okG% okG+ okG- okG= okG/ okG. okG: okG; okG* okG? okG& okG! okG# okG$ okG< okG> okG\ okH okH@ okH% okH+ okH- okH= okH/ okH. okH: okH; okH* okH? okH& okH! okH# okH$ okH< okH> okH\ okI okI@ okI% okI+ okI- okI= okI/ okI. okI: okI; okI* okI? okI& okI! okI# okI$ okI< okI> okI\ okJ okJ@ okJ% okJ+ okJ- okJ= okJ/ okJ. okJ: okJ; okJ* okJ? okJ& okJ! okJ# okJ$ okJ< okJ> okJ\ okK okK@ okK% okK+ okK- okK= okK/ okK. okK: okK; okK* okK? okK& okK! okK# okK$ okK< okK> okK\ okL okL@ okL% okL+ okL- okL= okL/ okL. okL: okL; okL* okL? okL& okL! okL# okL$ okL< okL> okL\ okM okM@ okM% okM+ okM- okM= okM/ okM. okM: okM; okM* okM? okM& okM! okM# okM$ okM< okM> okM\ okN okN@ okN% okN+ okN- okN= okN/ okN. okN: okN; okN* okN? okN& okN! okN# okN$ okN< okN> okN\ okO okO@ okO% okO+ okO- okO= okO/ okO. okO: okO; okO* okO? okO& okO! okO# okO$ okO< okO> okO\ okP okP@ okP% okP+ okP- okP= okP/ okP. okP: okP; okP* okP? okP& okP! okP# okP$ okP< okP> okP\ okQ okQ@ okQ% okQ+ okQ- okQ= okQ/ okQ. okQ: okQ; okQ* okQ? okQ& okQ! okQ# okQ$ okQ< okQ> okQ\ okR okR@ okR% okR+ okR- okR= okR/ okR. okR: okR; okR* okR? okR& okR! okR# okR$ okR< okR> okR\ okS okS@ okS% okS+ okS- okS= okS/ okS. okS: okS; okS* okS? okS& okS! okS# okS$ okS< okS> okS\ okT okT@ okT% okT+ okT- okT= okT/ okT. okT: okT; okT* okT? okT& okT! okT# okT$ okT< okT> okT\ okU okU@ okU% okU+ okU- okU= okU/ okU. okU: okU; okU* okU? okU& okU! okU# okU$ okU< okU> okU\ okV okV@ okV% okV+ okV- okV= okV/ okV. okV: okV; okV* okV? okV& okV! okV# okV$ okV< okV> okV\ okW okW@ okW% okW+ okW- okW= okW/ okW. okW: okW; okW* okW? okW& okW! okW# okW$ okW< okW> okW\ okX okX@ okX% okX+ okX- okX= okX/ okX. okX: okX; okX* okX? okX& okX! okX# okX$ okX< okX> okX\ okY okY@ okY% okY+ okY- okY= okY/ okY. okY: okY; okY* okY? okY& okY! okY# okY$ okY< okY> okY\ okZ okZ@ okZ% okZ+ okZ- okZ= okZ/ okZ. okZ: okZ; okZ* okZ? okZ& okZ! okZ# okZ$ okZ< okZ> okZ\ ok0 ok0@ ok0% ok0+ ok0- ok0= ok0/ ok0. ok0: ok0; ok0* ok0? ok0& ok0! ok0# ok0$ ok0< ok0> ok0\ ok1 ok1@ ok1% ok1+ ok1- ok1= ok1/ ok1. ok1: ok1; ok1* ok1? ok1& ok1! ok1# ok1$ ok1< ok1> ok1\ ok2 ok2@ ok2% ok2+ ok2- ok2= ok2/ ok2. ok2: ok2; ok2* ok2? ok2& ok2! ok2# ok2$ ok2< ok2> ok2\ ok3 ok3@ ok3% ok3+ ok3- ok3= ok3/ ok3. ok3: ok3; ok3* ok3? ok3& ok3! ok3# ok3$ ok3< ok3> ok3\ ok4 ok4@ ok4% ok4+ ok4- ok4= ok4/ ok4. ok4: ok4; ok4* ok4? ok4& ok4! ok4# ok4$ ok4< ok4> ok4\ ok5 ok5@ ok5% ok5+ ok5- ok5= ok5/ ok5. ok5: ok5; ok5* ok5? ok5& ok5! ok5# ok5$ ok5< ok5> ok5\ ok6 ok6@ ok6% ok6+ ok6- ok6= ok6/ ok6. ok6: ok6; ok6* ok6? ok6& ok6! ok6# ok6$ ok6< ok6> ok6\ ok7 ok7@ ok7% ok7+ ok7- ok7= ok7/ ok7. ok7: ok7; ok7* ok7? ok7& ok7! ok7# ok7$ ok7< ok7> ok7\ ok8 ok8@ ok8% ok8+ ok8- ok8= ok8/ ok8. ok8: ok8; ok8* ok8? ok8& ok8! ok8# ok8$ ok8< ok8> ok8\ ok9 ok9@ ok9% ok9+ ok9- ok9= ok9/ ok9. ok9: ok9; ok9* ok9? ok9& ok9! ok9# ok9$ ok9< ok9> ok9\ ok_ ok_@ ok_% ok_+ ok_- ok_= ok_/ ok_. ok_: ok_; ok_* ok_? ok_& ok_! ok_# ok_$ ok_< ok_> ok_\ okab okab@ okab% okab+ okab- okab= okab/ okab. okab: okab; okab* okab? okab& okab! okab# okab$ okab< okab> okab\ ok0a ok0a@ ok0a% ok0a+ ok0a- ok0a= ok0a/ ok0a. ok0a: ok0a; ok0a* ok0a? ok0a& ok0a! ok0a# ok0a$ ok0a< ok0a> ok0a\ ok23 ok23@ ok23% ok23+ ok23- ok23= ok23/ ok23. ok23: ok23; ok23* ok23? ok23& ok23! ok23# ok23$ ok23< ok23> ok23\ oka1B2c oka1B2c@ oka1B2c% oka1B2c+ oka1B2c- oka1B2c= oka1B2c/ oka1B2c. oka1B2c: oka1B2c; oka1B2c* oka1B2c? oka1B2c& oka1B2c! oka1B2c# oka1B2c$ oka1B2c< oka1B2c> oka1B2c\ ok_o ok_o@ ok_o% ok_o+ ok_o- ok_o= ok_o/ ok_o. ok_o: ok_o; ok_o* ok_o? ok_o& ok_o! ok_o# ok_o$ ok_o< ok_o> ok_o\ ok_x_y_ ok_x_y_@ ok_x_y_% ok_x_y_+ ok_x_y_- ok_x_y_= ok_x_y_/ ok_x_y_. ok_x_y_: ok_x_y_; ok_x_y_* ok_x_y_? ok_x_y_& ok_x_y_! ok_x_y_# ok_x_y_$ ok_x_y_< ok_x_y_> ok_x_y_\ not oka not oka@ not oka% not oka+ not oka- not oka= not oka/ not oka. not oka: not oka; not oka* not oka? not oka& not oka! not oka# not oka$ not oka< not oka> not oka\ not okb not okb@ not okb% not okb+ not okb- not okb= not okb/ not okb. not okb: not okb; not okb* not okb? not okb& not okb! not okb# not okb$ not okb< not okb> not okb\ not okc not okc@ not okc% not okc+ not okc- not okc= not okc/ not okc. not okc: not okc; not okc* not okc? not okc& not okc! not okc# not okc$ not okc< not okc> not okc\ not okd not okd@ not okd% not okd+ not okd- not okd= not okd/ not okd. not okd: not okd; not okd* not okd? not okd& not okd! not okd# not okd$ not okd< not okd> not okd\ not oke not oke@ not oke% not oke+ not oke- not oke= not oke/ not oke. not oke: not oke; not oke* not oke? not oke& not oke! not oke# not oke$ not oke< not oke> not oke\ not okf not okf@ not okf% not okf+ not okf- not okf= not okf/ not okf. not okf: not okf; not okf* not okf? not okf& not okf! not okf# not okf$ not okf< not okf> not okf\ not okg not okg@ not okg% not okg+ not okg- not okg= not okg/ not okg. not okg: not okg; not okg* not okg? not okg& not okg! not okg# not okg$ not okg< not okg> not okg\ not okh not okh@ not okh% not okh+ not okh- not okh= not okh/ not okh. not okh: not okh; not okh* not okh? not okh& not okh! not okh# not okh$ not okh< not okh> not okh\ not oki not oki@ not oki% not oki+ not oki- not oki= not oki/ not oki. not oki: not oki; not oki* not oki? not oki& not oki! not oki# not oki$ not oki< not oki> not oki\ not okj not okj@ not okj% not okj+ not okj- not okj= not okj/ not okj. not okj: not okj; not okj* not okj? not okj& not okj! not okj# not okj$ not okj< not okj> not okj\ not okk not okk@ not okk% not okk+ not okk- not okk= not okk/ not okk. not okk: not okk; not okk* not okk? not okk& not okk! not okk# not okk$ not okk< not okk> not okk\ not okl not okl@ not okl% not okl+ not okl- not okl= not okl/ not okl. not okl: not okl; not okl* not okl? not okl& not okl! not okl# not okl$ not okl< not okl> not okl\ not okm not okm@ not okm% not okm+ not okm- not okm= not okm/ not okm. not okm: not okm; not okm* not okm? not okm& not okm! not okm# not okm$ not okm< not okm> not okm\ not okn not okn@ not okn% not okn+ not okn- not okn= not okn/ not okn. not okn: not okn; not okn* not okn? not okn& not okn! not okn# not okn$ not okn< not okn> not okn\ not oko not oko@ not oko% not oko+ not oko- not oko= not oko/ not oko. not oko: not oko; not oko* not oko? not oko& not oko! not oko# not oko$ not oko< not oko> not oko\ not okp not okp@ not okp% not okp+ not okp- not okp= not okp/ not okp. not okp: not okp; not okp* not okp? not okp& not okp! not okp# not okp$ not okp< not okp> not okp\ not okq not okq@ not okq% not okq+ not okq- not okq= not okq/ not okq. not okq: not okq; not okq* not okq? not okq& not okq! not okq# not okq$ not okq< not okq> not okq\ not okr not okr@ not okr% not okr+ not okr- not okr= not okr/ not okr. not okr: not okr; not okr* not okr? not okr& not okr! not okr# not okr$ not okr< not okr> not okr\ not oks not oks@ not oks% not oks+ not oks- not oks= not oks/ not oks. not oks: not oks; not oks* not oks? not oks& not oks! not oks# not oks$ not oks< not oks> not oks\ not okt not okt@ not okt% not okt+ not okt- not okt= not okt/ not okt. not okt: not okt; not okt* not okt? not okt& not okt! not okt# not okt$ not okt< not okt> not okt\ not oku not oku@ not oku% not oku+ not oku- not oku= not oku/ not oku. not oku: not oku; not oku* not oku? not oku& not oku! not oku# not oku$ not oku< not oku> not oku\ not okv not okv@ not okv% not okv+ not okv- not okv= not okv/ not okv. not okv: not okv; not okv* not okv? not okv& not okv! not okv# not okv$ not okv< not okv> not okv\ not okw not okw@ not okw% not okw+ not okw- not okw= not okw/ not okw. not okw: not okw; not okw* not okw? not okw& not okw! not okw# not okw$ not okw< not okw> not okw\ not okx not okx@ not okx% not okx+ not okx- not okx= not okx/ not okx. not okx: not okx; not okx* not okx? not okx& not okx! not okx# not okx$ not okx< not okx> not okx\ not oky not oky@ not oky% not oky+ not oky- not oky= not oky/ not oky. not oky: not oky; not oky* not oky? not oky& not oky! not oky# not oky$ not oky< not oky> not oky\ not okz not okz@ not okz% not okz+ not okz- not okz= not okz/ not okz. not okz: not okz; not okz* not okz? not okz& not okz! not okz# not okz$ not okz< not okz> not okz\ not okA not okA@ not okA% not okA+ not okA- not okA= not okA/ not okA. not okA: not okA; not okA* not okA? not okA& not okA! not okA# not okA$ not okA< not okA> not okA\ not okB not okB@ not okB% not okB+ not okB- not okB= not okB/ not okB. not okB: not okB; not okB* not okB? not okB& not okB! not okB# not okB$ not okB< not okB> not okB\ not okC not okC@ not okC% not okC+ not okC- not okC= not okC/ not okC. not okC: not okC; not okC* not okC? not okC& not okC! not okC# not okC$ not okC< not okC> not okC\ not okD not okD@ not okD% not okD+ not okD- not okD= not okD/ not okD. not okD: not okD; not okD* not okD? not okD& not okD! not okD# not okD$ not okD< not okD> not okD\ not okE not okE@ not okE% not okE+ not okE- not okE= not okE/ not okE. not okE: not okE; not okE* not okE? not okE& not okE! not okE# not okE$ not okE< not okE> not okE\ not okF not okF@ not okF% not okF+ not okF- not okF= not okF/ not okF. not okF: not okF; not okF* not okF? not okF& not okF! not okF# not okF$ not okF< not okF> not okF\ not okG not okG@ not okG% not okG+ not okG- not okG= not okG/ not okG. not okG: not okG; not okG* not okG? not okG& not okG! not okG# not okG$ not okG< not okG> not okG\ not okH not okH@ not okH% not okH+ not okH- not okH= not okH/ not okH. not okH: not okH; not okH* not okH? not okH& not okH! not okH# not okH$ not okH< not okH> not okH\ not okI not okI@ not okI% not okI+ not okI- not okI= not okI/ not okI. not okI: not okI; not okI* not okI? not okI& not okI! not okI# not okI$ not okI< not okI> not okI\ not okJ not okJ@ not okJ% not okJ+ not okJ- not okJ= not okJ/ not okJ. not okJ: not okJ; not okJ* not okJ? not okJ& not okJ! not okJ# not okJ$ not okJ< not okJ> not okJ\ not okK not okK@ not okK% not okK+ not okK- not okK= not okK/ not okK. not okK: not okK; not okK* not okK? not okK& not okK! not okK# not okK$ not okK< not okK> not okK\ not okL not okL@ not okL% not okL+ not okL- not okL= not okL/ not okL. not okL: not okL; not okL* not okL? not okL& not okL! not okL# not okL$ not okL< not okL> not okL\ not okM not okM@ not okM% not okM+ not okM- not okM= not okM/ not okM. not okM: not okM; not okM* not okM? not okM& not okM! not okM# not okM$ not okM< not okM> not okM\ not okN not okN@ not okN% not okN+ not okN- not okN= not okN/ not okN. not okN: not okN; not okN* not okN? not okN& not okN! not okN# not okN$ not okN< not okN> not okN\ not okO not okO@ not okO% not okO+ not okO- not okO= not okO/ not okO. not okO: not okO; not okO* not okO? not okO& not okO! not okO# not okO$ not okO< not okO> not okO\ not okP not okP@ not okP% not okP+ not okP- not okP= not okP/ not okP. not okP: not okP; not okP* not okP? not okP& not okP! not okP# not okP$ not okP< not okP> not okP\ not okQ not okQ@ not okQ% not okQ+ not okQ- not okQ= not okQ/ not okQ. not okQ: not okQ; not okQ* not okQ? not okQ& not okQ! not okQ# not okQ$ not okQ< not okQ> not okQ\ not okR not okR@ not okR% not okR+ not okR- not okR= not okR/ not okR. not okR: not okR; not okR* not okR? not okR& not okR! not okR# not okR$ not okR< not okR> not okR\ not okS not okS@ not okS% not okS+ not okS- not okS= not okS/ not okS. not okS: not okS; not okS* not okS? not okS& not okS! not okS# not okS$ not okS< not okS> not okS\ not okT not okT@ not okT% not okT+ not okT- not okT= not okT/ not okT. not okT: not okT; not okT* not okT? not okT& not okT! not okT# not okT$ not okT< not okT> not okT\ not okU not okU@ not okU% not okU+ not okU- not okU= not okU/ not okU. not okU: not okU; not okU* not okU? not okU& not okU! not okU# not okU$ not okU< not okU> not okU\ not okV not okV@ not okV% not okV+ not okV- not okV= not okV/ not okV. not okV: not okV; not okV* not okV? not okV& not okV! not okV# not okV$ not okV< not okV> not okV\ not okW not okW@ not okW% not okW+ not okW- not okW= not okW/ not okW. not okW: not okW; not okW* not okW? not okW& not okW! not okW# not okW$ not okW< not okW> not okW\ not okX not okX@ not okX% not okX+ not okX- not okX= not okX/ not okX. not okX: not okX; not okX* not okX? not okX& not okX! not okX# not okX$ not okX< not okX> not okX\ not okY not okY@ not okY% not okY+ not okY- not okY= not okY/ not okY. not okY: not okY; not okY* not okY? not okY& not okY! not okY# not okY$ not okY< not okY> not okY\ not okZ not okZ@ not okZ% not okZ+ not okZ- not okZ= not okZ/ not okZ. not okZ: not okZ; not okZ* not okZ? not okZ& not okZ! not okZ# not okZ$ not okZ< not okZ> not okZ\ not ok0 not ok0@ not ok0% not ok0+ not ok0- not ok0= not ok0/ not ok0. not ok0: not ok0; not ok0* not ok0? not ok0& not ok0! not ok0# not ok0$ not ok0< not ok0> not ok0\ not ok1 not ok1@ not ok1% not ok1+ not ok1- not ok1= not ok1/ not ok1. not ok1: not ok1; not ok1* not ok1? not ok1& not ok1! not ok1# not ok1$ not ok1< not ok1> not ok1\ not ok2 not ok2@ not ok2% not ok2+ not ok2- not ok2= not ok2/ not ok2. not ok2: not ok2; not ok2* not ok2? not ok2& not ok2! not ok2# not ok2$ not ok2< not ok2> not ok2\ not ok3 not ok3@ not ok3% not ok3+ not ok3- not ok3= not ok3/ not ok3. not ok3: not ok3; not ok3* not ok3? not ok3& not ok3! not ok3# not ok3$ not ok3< not ok3> not ok3\ not ok4 not ok4@ not ok4% not ok4+ not ok4- not ok4= not ok4/ not ok4. not ok4: not ok4; not ok4* not ok4? not ok4& not ok4! not ok4# not ok4$ not ok4< not ok4> not ok4\ not ok5 not ok5@ not ok5% not ok5+ not ok5- not ok5= not ok5/ not ok5. not ok5: not ok5; not ok5* not ok5? not ok5& not ok5! not ok5# not ok5$ not ok5< not ok5> not ok5\ not ok6 not ok6@ not ok6% not ok6+ not ok6- not ok6= not ok6/ not ok6. not ok6: not ok6; not ok6* not ok6? not ok6& not ok6! not ok6# not ok6$ not ok6< not ok6> not ok6\ not ok7 not ok7@ not ok7% not ok7+ not ok7- not ok7= not ok7/ not ok7. not ok7: not ok7; not ok7* not ok7? not ok7& not ok7! not ok7# not ok7$ not ok7< not ok7> not ok7\ not ok8 not ok8@ not ok8% not ok8+ not ok8- not ok8= not ok8/ not ok8. not ok8: not ok8; not ok8* not ok8? not ok8& not ok8! not ok8# not ok8$ not ok8< not ok8> not ok8\ not ok9 not ok9@ not ok9% not ok9+ not ok9- not ok9= not ok9/ not ok9. not ok9: not ok9; not ok9* not ok9? not ok9& not ok9! not ok9# not ok9$ not ok9< not ok9> not ok9\ not ok_ not ok_@ not ok_% not ok_+ not ok_- not ok_= not ok_/ not ok_. not ok_: not ok_; not ok_* not ok_? not ok_& not ok_! not ok_# not ok_$ not ok_< not ok_> not ok_\ not okab not okab@ not okab% not okab+ not okab- not okab= not okab/ not okab. not okab: not okab; not okab* not okab? not okab& not okab! not okab# not okab$ not okab< not okab> not okab\ not ok0a not ok0a@ not ok0a% not ok0a+ not ok0a- not ok0a= not ok0a/ not ok0a. not ok0a: not ok0a; not ok0a* not ok0a? not ok0a& not ok0a! not ok0a# not ok0a$ not ok0a< not ok0a> not ok0a\ not ok23 not ok23@ not ok23% not ok23+ not ok23- not ok23= not ok23/ not ok23. not ok23: not ok23; not ok23* not ok23? not ok23& not ok23! not ok23# not ok23$ not ok23< not ok23> not ok23\ not oka1B2c not oka1B2c@ not oka1B2c% not oka1B2c+ not oka1B2c- not oka1B2c= not oka1B2c/ not oka1B2c. not oka1B2c: not oka1B2c; not oka1B2c* not oka1B2c? not oka1B2c& not oka1B2c! not oka1B2c# not oka1B2c$ not oka1B2c< not oka1B2c> not oka1B2c\ not ok_o not ok_o@ not ok_o% not ok_o+ not ok_o- not ok_o= not ok_o/ not ok_o. not ok_o: not ok_o; not ok_o* not ok_o? not ok_o& not ok_o! not ok_o# not ok_o$ not ok_o< not ok_o> not ok_o\ not ok_x_y_ not ok_x_y_@ not ok_x_y_% not ok_x_y_+ not ok_x_y_- not ok_x_y_= not ok_x_y_/ not ok_x_y_. not ok_x_y_: not ok_x_y_; not ok_x_y_* not ok_x_y_? not ok_x_y_& not ok_x_y_! not ok_x_y_# not ok_x_y_$ not ok_x_y_< not ok_x_y_> not ok_x_y_\ bailout bailout! bail out bail out! Bailout Bailout! Bail out Bail out #Bail out! # Bail out! +++ grep -c '^ok1$' all.test ++ test 1 -eq 1 +++ grep -c '^not ok1$' all.test ++ test 1 -eq 1 ++ run_make -O check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 2 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-no-spurious-w: exit 1 FAIL: t/tap-result-comment-w ============================ ./t/tap-result-comment-w.sh: will source ./t/tap-result-comment.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-result-comment-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=5 pass=3 fail=2 xpass=0 xfail=0 skip=0 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=5 pass=3 fail=2 xpass=0 xfail=0 skip=0 error=0 +++ total=5 +++ pass=3 +++ fail=2 +++ xpass=0 +++ xfail=0 +++ skip=0 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 3 ++ rc=1 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 2 ++ rc=1 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *5$' stdout ++ rc=1 ++ grep '^# PASS: *3$' stdout ++ rc=1 ++ grep '^# XFAIL: *0$' stdout ++ rc=1 ++ grep '^# SKIP: *0$' stdout ++ rc=1 ++ grep '^# FAIL: *2$' stdout ++ rc=1 ++ grep '^# XPASS: *0$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-result-comment-w: exit 1 FAIL: t/missing-version-mismatch-w ================================== ./t/missing-version-mismatch-w.sh: will source ./t/missing-version-mismatch.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/missing-version-mismatch-w.dir ++ get_shell_script missing ++ test '!' -f missing ++ test xyes = xyes ++ sed '1s|#!.*|#! /bin/sh|' /build/automake-1.14.1/lib/missing ++ chmod a+x missing ++ sed 10q missing #! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2013 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by ++ echo 'AC_INIT([x], [1.0]) AC_PREREQ([9999])' ++ do_check autoconf autoconf ++ progname=autoconf ++ shift ++ ./missing autoconf ++ cat stderr configure.ac:1: error: Autoconf version 9999 or higher is required configure.ac:1: the top level autom4te: /usr/bin/m4 failed with exit status: 63 WARNING: 'autoconf' is probably too old. You should only need it if you modified 'configure.ac', or m4 files included by it. The 'autoconf' program is part of the GNU Autoconf package: It also requires GNU m4 and Perl in order to run: ++ /bin/grep -F 'WARNING: '\''autoconf'\'' is probably too old.' stderr WARNING: 'autoconf' is probably too old. ++ do_check autoheader autoheader ++ progname=autoheader ++ shift ++ ./missing autoheader ++ cat stderr configure.ac:1: error: Autoconf version 9999 or higher is required configure.ac:1: the top level autom4te: /usr/bin/m4 failed with exit status: 63 autoheader: '/usr/bin/autom4te' failed with exit status: 63 WARNING: 'autoheader' is probably too old. You should only need it if you modified 'acconfig.h' or 'configure.ac' or m4 files included by 'configure.ac'. The 'autoheader' program is part of the GNU Autoconf package: It also requires GNU m4 and Perl in order to run: ++ /bin/grep -F 'WARNING: '\''autoheader'\'' is probably too old.' stderr WARNING: 'autoheader' is probably too old. ++ do_check aclocal-1.14 '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' ++ progname=aclocal-1.14 ++ shift ++ ./missing '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' ++ cat stderr ./missing: line 81: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory WARNING: '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' is missing on your system. You might have modified some files without having the proper tools for further handling them. Check the 'README' file, it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case some other package contains this missing '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' program. ++ /bin/grep -F 'WARNING: '\''aclocal-1.14'\'' is probably too old.' stderr + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x missing-version-mismatch-w: exit 1 FAIL: t/built-sources-check-w ============================= ./t/built-sources-check-w.sh: will source ./t/built-sources-check.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/built-sources-check-w.dir ++ cat ++ mkdir dir ++ cat ++ cat ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./t/built-sources-check.sh: line 56: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x built-sources-check-w: exit 1 FAIL: t/tap-msg0-directive-w ============================ ./t/tap-msg0-directive-w.sh: will source ./t/tap-msg0-directive.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-msg0-directive-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O -e FAIL check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 4 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 3 -gt 0 ++ case $1 in ++ am__make_rc_exp=FAIL ++ shift ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 2 -gt 0 ++ count_test_results total=3 pass=0 fail=0 xpass=1 xfail=1 skip=1 error=0 ++ total=ERR ++ pass=ERR ++ fail=ERR ++ xpass=ERR ++ xfail=ERR ++ skip=ERR ++ error=ERR ++ eval total=3 pass=0 fail=0 xpass=1 xfail=1 skip=1 error=0 +++ total=3 +++ pass=0 +++ fail=0 +++ xpass=1 +++ xfail=1 +++ skip=1 +++ error=0 ++ /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 0 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 1 ++ rc=1 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 0 ++ grep '^# TOTAL: *3$' stdout ++ rc=1 ++ grep '^# PASS: *0$' stdout ++ rc=1 ++ grep '^# XFAIL: *1$' stdout ++ rc=1 ++ grep '^# SKIP: *1$' stdout ++ rc=1 ++ grep '^# FAIL: *0$' stdout ++ rc=1 ++ grep '^# XPASS: *1$' stdout ++ rc=1 ++ grep '^# ERROR: *0$' stdout ++ rc=1 ++ test 1 -eq 0 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-msg0-directive-w: exit 1 FAIL: t/tap-with-and-without-number-w ===================================== ./t/tap-with-and-without-number-w.sh: will source ./t/tap-with-and-without-number.sh Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin +++ pwd /build/automake-1.14.1/t/tap-with-and-without-number-w.dir ++ . tap-setup.sh +++ test -f ../../bin/automake +++ test -f ../../runtest +++ test -d ../../t +++ test '!' -f Makefile.am +++ test -d ../tap-common-setup.dir +++ cp -fpR ../tap-common-setup.dir/compile ../tap-common-setup.dir/configure.ac ../tap-common-setup.dir/depcomp ../tap-common-setup.dir/install-sh ../tap-common-setup.dir/Makefile.am ../tap-common-setup.dir/missing . +++ fetch_tap_driver +++ case $am_tap_implementation in +++ /usr/bin/perl -MTAP::Parser -e 1 +++ sed '1s|#!.*|#! /usr/bin/perl -w|' /build/automake-1.14.1/lib/tap-driver.pl +++ chmod a+x tap-driver +++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of +++ test -f Makefile.am~ +++ : ++ cat ++ run_make -O check ++ am__make_redirect_stdout=no ++ am__make_redirect_stderr=no ++ am__make_redirect_stdall=no ++ am__make_flags= ++ am__make_rc_exp=0 ++ am_make_rc=0 ++ test 2 -gt 0 ++ case $1 in ++ am__make_redirect_stdout=yes ++ shift ++ test 1 -gt 0 ++ case $1 in ++ break ++ using_gmake ++ case $am__using_gmake in ++ make --version -v ++ grep GNU GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later ++ am__using_gmake=yes ++ return 0 ++ : ++ test x '!=' x ++ : exec make check ++ set +x make: *** No rule to make target `check'. Stop. ++ am_make_rc=2 ++ test 2 -eq 253 ++ test no = yes ++ test yes = yes ++ cat stdout ++ test no = yes ++ case $am__make_rc_exp in ++ test 0 -ge 0 ++ test 0 -le 255 ++ test 2 -eq 0 ++ return 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-with-and-without-number-w: exit 1 ERROR: t/depcomp-lt-disabled ============================ depcomp-lt-disabled: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp-lt-disabled.dir + plan_ 28 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x28 = xunknown + test x28 = xlater + test x28 = xlazy + test x28 = xnow + test 28 -ge 0 + planned_=28 + echo 1..28 1..28 + . depcomp.sh +++ pwd ++ ocwd=/build/automake-1.14.1/t/depcomp-lt-disabled.dir ++ longpath=this-is/a-path/which-has/quite-a/definitely/truly/long_long_name ++ cachevar=am_cv_CC_dependencies_compiler_type ++ srctree=depmod-1.0 ++ mkdir depmod-1.0 ++ cd depmod-1.0 ++ cat +++ test yes = yes +++ echo AC_PROG_LIBTOOL ++ mkdir build-aux sub src src/sub2 ++ case $depcomp_with_libtool in ++ po=Plo ++ objext=lo ++ a=la ++ normalized_target=libfoo_la ++ LIBPRIMARY=LTLIBRARIES ++ LINKADD=LIBADD ++ NOUNDEF=-no-undefined ++ libbaz_ldflags='libbaz_la_LDFLAGS = -no-undefined' ++ echo lib_LTLIBRARIES = libfoo.la ++ cat ++ cat ++ cat ++ cat ++ cat ++ echo '/* empty */' ++ cat ++ cat ++ cat ++ cat ++ test yes = no ++ libtoolize libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: linking file `build-aux/ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax /build/automake-1.14.1/t/ax/depcomp.sh: line 263: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory ++ fatal_ 'autotools failed' ++ bailout_ 'autotools failed' ++ echo 'Bail out!' 'autotools failed' Bail out! autotools failed ERROR: t/depcomp-lt-disabled.tap - Bail out! autotools failed ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 28 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp-lt-disabled: exit 99 ERROR: t/depcomp-lt-makedepend ============================== depcomp-lt-makedepend: running makedepend -f- # DO NOT DELETE depcomp-lt-makedepend: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp-lt-makedepend.dir + plan_ 28 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x28 = xunknown + test x28 = xlater + test x28 = xlazy + test x28 = xnow + test 28 -ge 0 + planned_=28 + echo 1..28 1..28 + . depcomp.sh +++ pwd ++ ocwd=/build/automake-1.14.1/t/depcomp-lt-makedepend.dir ++ longpath=this-is/a-path/which-has/quite-a/definitely/truly/long_long_name ++ cachevar=am_cv_CC_dependencies_compiler_type ++ srctree=depmod-1.0 ++ mkdir depmod-1.0 ++ cd depmod-1.0 ++ cat +++ test yes = yes +++ echo AC_PROG_LIBTOOL ++ mkdir build-aux sub src src/sub2 ++ case $depcomp_with_libtool in ++ po=Plo ++ objext=lo ++ a=la ++ normalized_target=libfoo_la ++ LIBPRIMARY=LTLIBRARIES ++ LINKADD=LIBADD ++ NOUNDEF=-no-undefined ++ libbaz_ldflags='libbaz_la_LDFLAGS = -no-undefined' ++ echo lib_LTLIBRARIES = libfoo.la ++ cat ++ cat ++ cat ++ cat ++ cat ++ echo '/* empty */' ++ cat ++ cat ++ cat ++ cat ++ test yes = no ++ libtoolize libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: linking file `build-aux/ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax /build/automake-1.14.1/t/ax/depcomp.sh: line 263: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory ++ fatal_ 'autotools failed' ++ bailout_ 'autotools failed' ++ echo 'Bail out!' 'autotools failed' Bail out! autotools failed ERROR: t/depcomp-lt-makedepend.tap - Bail out! autotools failed ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 28 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp-lt-makedepend: exit 99 ERROR: t/depcomp-lt-dashmstdout =============================== depcomp-lt-dashmstdout: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp-lt-dashmstdout.dir + plan_ 28 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x28 = xunknown + test x28 = xlater + test x28 = xlazy + test x28 = xnow + test 28 -ge 0 + planned_=28 + echo 1..28 1..28 + . depcomp.sh +++ pwd ++ ocwd=/build/automake-1.14.1/t/depcomp-lt-dashmstdout.dir ++ longpath=this-is/a-path/which-has/quite-a/definitely/truly/long_long_name ++ cachevar=am_cv_CC_dependencies_compiler_type ++ srctree=depmod-1.0 ++ mkdir depmod-1.0 ++ cd depmod-1.0 ++ cat +++ test yes = yes +++ echo AC_PROG_LIBTOOL ++ mkdir build-aux sub src src/sub2 ++ case $depcomp_with_libtool in ++ po=Plo ++ objext=lo ++ a=la ++ normalized_target=libfoo_la ++ LIBPRIMARY=LTLIBRARIES ++ LINKADD=LIBADD ++ NOUNDEF=-no-undefined ++ libbaz_ldflags='libbaz_la_LDFLAGS = -no-undefined' ++ echo lib_LTLIBRARIES = libfoo.la ++ cat ++ cat ++ cat ++ cat ++ cat ++ echo '/* empty */' ++ cat ++ cat ++ cat ++ cat ++ test yes = no ++ libtoolize libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: linking file `build-aux/ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax /build/automake-1.14.1/t/ax/depcomp.sh: line 263: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory ++ fatal_ 'autotools failed' ++ bailout_ 'autotools failed' ++ echo 'Bail out!' 'autotools failed' Bail out! autotools failed ERROR: t/depcomp-lt-dashmstdout.tap - Bail out! autotools failed ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 28 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp-lt-dashmstdout: exit 99 SKIP: t/depcomp-lt-msvcmsys =========================== depcomp-lt-msvcmsys: running cl -? /build/automake-1.14.1/t/ax/am-test-lib.sh: line 794: cl: command not found 1..0 # SKIP Microsoft C compiler 'cl' not available SKIP: t/depcomp-lt-msvcmsys.tap - Microsoft C compiler 'cl' not available ERROR: t/depcomp-lt-auto ======================== depcomp-lt-auto: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp-lt-auto.dir + plan_ 84 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x84 = xunknown + test x84 = xlater + test x84 = xlazy + test x84 = xnow + test 84 -ge 0 + planned_=84 + echo 1..84 1..84 + . depcomp.sh +++ pwd ++ ocwd=/build/automake-1.14.1/t/depcomp-lt-auto.dir ++ longpath=this-is/a-path/which-has/quite-a/definitely/truly/long_long_name ++ cachevar=am_cv_CC_dependencies_compiler_type ++ srctree=depmod-1.0 ++ mkdir depmod-1.0 ++ cd depmod-1.0 ++ cat +++ test yes = yes +++ echo AC_PROG_LIBTOOL ++ mkdir build-aux sub src src/sub2 ++ case $depcomp_with_libtool in ++ po=Plo ++ objext=lo ++ a=la ++ normalized_target=libfoo_la ++ LIBPRIMARY=LTLIBRARIES ++ LINKADD=LIBADD ++ NOUNDEF=-no-undefined ++ libbaz_ldflags='libbaz_la_LDFLAGS = -no-undefined' ++ echo lib_LTLIBRARIES = libfoo.la ++ cat ++ cat ++ cat ++ cat ++ cat ++ echo '/* empty */' ++ cat ++ cat ++ cat ++ cat ++ test yes = no ++ libtoolize libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: linking file `build-aux/ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax /build/automake-1.14.1/t/ax/depcomp.sh: line 263: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory ++ fatal_ 'autotools failed' ++ bailout_ 'autotools failed' ++ echo 'Bail out!' 'autotools failed' Bail out! autotools failed ERROR: t/depcomp-lt-auto.tap - Bail out! autotools failed ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 84 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp-lt-auto: exit 99 SKIP: t/depcomp-lt-msvisualcpp ============================== depcomp-lt-msvisualcpp: running cl -? /build/automake-1.14.1/t/ax/am-test-lib.sh: line 794: cl: command not found 1..0 # SKIP Microsoft C compiler 'cl' not available SKIP: t/depcomp-lt-msvisualcpp.tap - Microsoft C compiler 'cl' not available ERROR: t/depcomp-lt-cpp ======================= depcomp-lt-cpp: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp-lt-cpp.dir + plan_ 28 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x28 = xunknown + test x28 = xlater + test x28 = xlazy + test x28 = xnow + test 28 -ge 0 + planned_=28 + echo 1..28 1..28 + . depcomp.sh +++ pwd ++ ocwd=/build/automake-1.14.1/t/depcomp-lt-cpp.dir ++ longpath=this-is/a-path/which-has/quite-a/definitely/truly/long_long_name ++ cachevar=am_cv_CC_dependencies_compiler_type ++ srctree=depmod-1.0 ++ mkdir depmod-1.0 ++ cd depmod-1.0 ++ cat +++ test yes = yes +++ echo AC_PROG_LIBTOOL ++ mkdir build-aux sub src src/sub2 ++ case $depcomp_with_libtool in ++ po=Plo ++ objext=lo ++ a=la ++ normalized_target=libfoo_la ++ LIBPRIMARY=LTLIBRARIES ++ LINKADD=LIBADD ++ NOUNDEF=-no-undefined ++ libbaz_ldflags='libbaz_la_LDFLAGS = -no-undefined' ++ echo lib_LTLIBRARIES = libfoo.la ++ cat ++ cat ++ cat ++ cat ++ cat ++ echo '/* empty */' ++ cat ++ cat ++ cat ++ cat ++ test yes = no ++ libtoolize libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: linking file `build-aux/ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax /build/automake-1.14.1/t/ax/depcomp.sh: line 263: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory ++ fatal_ 'autotools failed' ++ bailout_ 'autotools failed' ++ echo 'Bail out!' 'autotools failed' Bail out! autotools failed ERROR: t/depcomp-lt-cpp.tap - Bail out! autotools failed ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 28 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp-lt-cpp: exit 99 ERROR: t/depcomp-lt-gcc ======================= depcomp-lt-gcc: running libtoolize --version libtoolize (GNU libtool) 2.2.10 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. Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp-lt-gcc.dir + plan_ 28 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x28 = xunknown + test x28 = xlater + test x28 = xlazy + test x28 = xnow + test 28 -ge 0 + planned_=28 + echo 1..28 1..28 + . depcomp.sh +++ pwd ++ ocwd=/build/automake-1.14.1/t/depcomp-lt-gcc.dir ++ longpath=this-is/a-path/which-has/quite-a/definitely/truly/long_long_name ++ cachevar=am_cv_CC_dependencies_compiler_type ++ srctree=depmod-1.0 ++ mkdir depmod-1.0 ++ cd depmod-1.0 ++ cat +++ test yes = yes +++ echo AC_PROG_LIBTOOL ++ mkdir build-aux sub src src/sub2 ++ case $depcomp_with_libtool in ++ po=Plo ++ objext=lo ++ a=la ++ normalized_target=libfoo_la ++ LIBPRIMARY=LTLIBRARIES ++ LINKADD=LIBADD ++ NOUNDEF=-no-undefined ++ libbaz_ldflags='libbaz_la_LDFLAGS = -no-undefined' ++ echo lib_LTLIBRARIES = libfoo.la ++ cat ++ cat ++ cat ++ cat ++ cat ++ echo '/* empty */' ++ cat ++ cat ++ cat ++ cat ++ test yes = no ++ libtoolize libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: linking file `build-aux/ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror -Wno-syntax /build/automake-1.14.1/t/ax/depcomp.sh: line 263: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory ++ fatal_ 'autotools failed' ++ bailout_ 'autotools failed' ++ echo 'Bail out!' 'autotools failed' Bail out! autotools failed ERROR: t/depcomp-lt-gcc.tap - Bail out! autotools failed ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 28 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp-lt-gcc: exit 99 ERROR: t/depcomp-disabled ========================= Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp-disabled.dir + plan_ 28 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x28 = xunknown + test x28 = xlater + test x28 = xlazy + test x28 = xnow + test 28 -ge 0 + planned_=28 + echo 1..28 1..28 + . depcomp.sh +++ pwd ++ ocwd=/build/automake-1.14.1/t/depcomp-disabled.dir ++ longpath=this-is/a-path/which-has/quite-a/definitely/truly/long_long_name ++ cachevar=am_cv_CC_dependencies_compiler_type ++ srctree=depmod-1.0 ++ mkdir depmod-1.0 ++ cd depmod-1.0 ++ cat +++ test no = yes +++ echo AC_PROG_RANLIB ++ mkdir build-aux sub src src/sub2 ++ case $depcomp_with_libtool in ++ po=Po ++ objext='$(OBJEXT)' ++ a=a ++ normalized_target=foo ++ LIBPRIMARY=LIBRARIES ++ LINKADD=LDADD ++ NOUNDEF= ++ libbaz_ldflags= ++ echo bin_PROGRAMS = foo ++ cat ++ cat ++ cat ++ cat ++ cat ++ echo '/* empty */' ++ cat ++ cat ++ cat ++ cat ++ test no = no ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/depcomp.sh: line 263: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory ++ fatal_ 'autotools failed' ++ bailout_ 'autotools failed' ++ echo 'Bail out!' 'autotools failed' Bail out! autotools failed ERROR: t/depcomp-disabled.tap - Bail out! autotools failed ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 28 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp-disabled: exit 99 ERROR: t/depcomp-makedepend =========================== depcomp-makedepend: running makedepend -f- # DO NOT DELETE Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp-makedepend.dir + plan_ 28 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x28 = xunknown + test x28 = xlater + test x28 = xlazy + test x28 = xnow + test 28 -ge 0 + planned_=28 + echo 1..28 1..28 + . depcomp.sh +++ pwd ++ ocwd=/build/automake-1.14.1/t/depcomp-makedepend.dir ++ longpath=this-is/a-path/which-has/quite-a/definitely/truly/long_long_name ++ cachevar=am_cv_CC_dependencies_compiler_type ++ srctree=depmod-1.0 ++ mkdir depmod-1.0 ++ cd depmod-1.0 ++ cat +++ test no = yes +++ echo AC_PROG_RANLIB ++ mkdir build-aux sub src src/sub2 ++ case $depcomp_with_libtool in ++ po=Po ++ objext='$(OBJEXT)' ++ a=a ++ normalized_target=foo ++ LIBPRIMARY=LIBRARIES ++ LINKADD=LDADD ++ NOUNDEF= ++ libbaz_ldflags= ++ echo bin_PROGRAMS = foo ++ cat ++ cat ++ cat ++ cat ++ cat ++ echo '/* empty */' ++ cat ++ cat ++ cat ++ cat ++ test no = no ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/depcomp.sh: line 263: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory ++ fatal_ 'autotools failed' ++ bailout_ 'autotools failed' ++ echo 'Bail out!' 'autotools failed' Bail out! autotools failed ERROR: t/depcomp-makedepend.tap - Bail out! autotools failed ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 28 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp-makedepend: exit 99 ERROR: t/depcomp-dashmstdout ============================ Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp-dashmstdout.dir + plan_ 28 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x28 = xunknown + test x28 = xlater + test x28 = xlazy + test x28 = xnow + test 28 -ge 0 + planned_=28 + echo 1..28 1..28 + . depcomp.sh +++ pwd ++ ocwd=/build/automake-1.14.1/t/depcomp-dashmstdout.dir ++ longpath=this-is/a-path/which-has/quite-a/definitely/truly/long_long_name ++ cachevar=am_cv_CC_dependencies_compiler_type ++ srctree=depmod-1.0 ++ mkdir depmod-1.0 ++ cd depmod-1.0 ++ cat +++ test no = yes +++ echo AC_PROG_RANLIB ++ mkdir build-aux sub src src/sub2 ++ case $depcomp_with_libtool in ++ po=Po ++ objext='$(OBJEXT)' ++ a=a ++ normalized_target=foo ++ LIBPRIMARY=LIBRARIES ++ LINKADD=LDADD ++ NOUNDEF= ++ libbaz_ldflags= ++ echo bin_PROGRAMS = foo ++ cat ++ cat ++ cat ++ cat ++ cat ++ echo '/* empty */' ++ cat ++ cat ++ cat ++ cat ++ test no = no ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/depcomp.sh: line 263: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory ++ fatal_ 'autotools failed' ++ bailout_ 'autotools failed' ++ echo 'Bail out!' 'autotools failed' Bail out! autotools failed ERROR: t/depcomp-dashmstdout.tap - Bail out! autotools failed ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 28 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp-dashmstdout: exit 99 SKIP: t/depcomp-msvcmsys ======================== depcomp-msvcmsys: running cl -? /build/automake-1.14.1/t/ax/am-test-lib.sh: line 794: cl: command not found 1..0 # SKIP Microsoft C compiler 'cl' not available SKIP: t/depcomp-msvcmsys.tap - Microsoft C compiler 'cl' not available ERROR: t/depcomp-auto ===================== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp-auto.dir + plan_ 28 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x28 = xunknown + test x28 = xlater + test x28 = xlazy + test x28 = xnow + test 28 -ge 0 + planned_=28 + echo 1..28 1..28 + . depcomp.sh +++ pwd ++ ocwd=/build/automake-1.14.1/t/depcomp-auto.dir ++ longpath=this-is/a-path/which-has/quite-a/definitely/truly/long_long_name ++ cachevar=am_cv_CC_dependencies_compiler_type ++ srctree=depmod-1.0 ++ mkdir depmod-1.0 ++ cd depmod-1.0 ++ cat +++ test no = yes +++ echo AC_PROG_RANLIB ++ mkdir build-aux sub src src/sub2 ++ case $depcomp_with_libtool in ++ po=Po ++ objext='$(OBJEXT)' ++ a=a ++ normalized_target=foo ++ LIBPRIMARY=LIBRARIES ++ LINKADD=LDADD ++ NOUNDEF= ++ libbaz_ldflags= ++ echo bin_PROGRAMS = foo ++ cat ++ cat ++ cat ++ cat ++ cat ++ echo '/* empty */' ++ cat ++ cat ++ cat ++ cat ++ test no = no ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/depcomp.sh: line 263: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory ++ fatal_ 'autotools failed' ++ bailout_ 'autotools failed' ++ echo 'Bail out!' 'autotools failed' Bail out! autotools failed ERROR: t/depcomp-auto.tap - Bail out! autotools failed ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 28 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp-auto: exit 99 SKIP: t/depcomp-msvisualcpp =========================== depcomp-msvisualcpp: running cl -? /build/automake-1.14.1/t/ax/am-test-lib.sh: line 794: cl: command not found 1..0 # SKIP Microsoft C compiler 'cl' not available SKIP: t/depcomp-msvisualcpp.tap - Microsoft C compiler 'cl' not available ERROR: t/depcomp-cpp ==================== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp-cpp.dir + plan_ 28 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x28 = xunknown + test x28 = xlater + test x28 = xlazy + test x28 = xnow + test 28 -ge 0 + planned_=28 + echo 1..28 1..28 + . depcomp.sh +++ pwd ++ ocwd=/build/automake-1.14.1/t/depcomp-cpp.dir ++ longpath=this-is/a-path/which-has/quite-a/definitely/truly/long_long_name ++ cachevar=am_cv_CC_dependencies_compiler_type ++ srctree=depmod-1.0 ++ mkdir depmod-1.0 ++ cd depmod-1.0 ++ cat +++ test no = yes +++ echo AC_PROG_RANLIB ++ mkdir build-aux sub src src/sub2 ++ case $depcomp_with_libtool in ++ po=Po ++ objext='$(OBJEXT)' ++ a=a ++ normalized_target=foo ++ LIBPRIMARY=LIBRARIES ++ LINKADD=LDADD ++ NOUNDEF= ++ libbaz_ldflags= ++ echo bin_PROGRAMS = foo ++ cat ++ cat ++ cat ++ cat ++ cat ++ echo '/* empty */' ++ cat ++ cat ++ cat ++ cat ++ test no = no ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/depcomp.sh: line 263: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory ++ fatal_ 'autotools failed' ++ bailout_ 'autotools failed' ++ echo 'Bail out!' 'autotools failed' Bail out! autotools failed ERROR: t/depcomp-cpp.tap - Bail out! autotools failed ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 28 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp-cpp: exit 99 ERROR: t/depcomp-gcc ==================== Running from installcheck: no Test Protocol: tap PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/t/depcomp-gcc.dir + plan_ 28 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x28 = xunknown + test x28 = xlater + test x28 = xlazy + test x28 = xnow + test 28 -ge 0 + planned_=28 + echo 1..28 1..28 + . depcomp.sh +++ pwd ++ ocwd=/build/automake-1.14.1/t/depcomp-gcc.dir ++ longpath=this-is/a-path/which-has/quite-a/definitely/truly/long_long_name ++ cachevar=am_cv_CC_dependencies_compiler_type ++ srctree=depmod-1.0 ++ mkdir depmod-1.0 ++ cd depmod-1.0 ++ cat +++ test no = yes +++ echo AC_PROG_RANLIB ++ mkdir build-aux sub src src/sub2 ++ case $depcomp_with_libtool in ++ po=Po ++ objext='$(OBJEXT)' ++ a=a ++ normalized_target=foo ++ LIBPRIMARY=LIBRARIES ++ LINKADD=LDADD ++ NOUNDEF= ++ libbaz_ldflags= ++ echo bin_PROGRAMS = foo ++ cat ++ cat ++ cat ++ cat ++ cat ++ echo '/* empty */' ++ cat ++ cat ++ cat ++ cat ++ test no = no ++ '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror /build/automake-1.14.1/t/ax/depcomp.sh: line 263: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory ++ fatal_ 'autotools failed' ++ bailout_ 'autotools failed' ++ echo 'Bail out!' 'autotools failed' Bail out! autotools failed ERROR: t/depcomp-gcc.tap - Bail out! autotools failed ++ _am_exit 99 ++ set +e ++ test 77 = 99 ++ exit 99 ++ exit 99 + am_exit_trap 99 + exit_status=99 + set +e + cd /build/automake-1.14.1 + test tap = tap + test 28 = later + test 99 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depcomp-gcc: exit 99 SKIP: contrib/t/parallel-tests-html =================================== Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/contrib/t/parallel-tests-html.dir + : + for r2h in '$RST2HTML' rst2html rst2html.py + echo 'parallel-tests-html: running rst2html --version' parallel-tests-html: running rst2html --version + rst2html --version ./contrib/t/parallel-tests-html.sh: line 27: rst2html: command not found + : For shells with busted 'set -e.' + for r2h in '$RST2HTML' rst2html rst2html.py + echo 'parallel-tests-html: running rst2html.py --version' parallel-tests-html: running rst2html.py --version + rst2html.py --version ./contrib/t/parallel-tests-html.sh: line 27: rst2html.py: command not found + : For shells with busted 'set -e.' + skip_all_ 'no proper rst2html program found' + skip_ 'no proper rst2html program found' + warn_ 'parallel-tests-html: skipped test: no proper rst2html program found' + echo 'parallel-tests-html: skipped test: no proper rst2html program found' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-html: exit 77 SKIP: contrib/t/parallel-tests-html-recursive ============================================= Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/contrib/t/parallel-tests-html-recursive.dir + : + for r2h in '$RST2HTML' rst2html rst2html.py + echo 'parallel-tests-html-recursive: running rst2html --version' parallel-tests-html-recursive: running rst2html --version + rst2html --version ./contrib/t/parallel-tests-html-recursive.sh: line 25: rst2html: command not found + : For shells with busted 'set -e.' + for r2h in '$RST2HTML' rst2html rst2html.py + echo 'parallel-tests-html-recursive: running rst2html.py --version' parallel-tests-html-recursive: running rst2html.py --version + rst2html.py --version ./contrib/t/parallel-tests-html-recursive.sh: line 25: rst2html.py: command not found + : For shells with busted 'set -e.' + skip_all_ 'no proper rst2html program found' + skip_ 'no proper rst2html program found' + warn_ 'parallel-tests-html-recursive: skipped test: no proper rst2html program found' + echo 'parallel-tests-html-recursive: skipped test: no proper rst2html program found' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x parallel-tests-html-recursive: exit 77 FAIL: contrib/t/multilib ======================== multilib: determine whether make is GNU make GNU Make 3.82 License GPLv3+: GNU GPL version 3 or later Running from installcheck: no Test Protocol: none PATH = /build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin ++ pwd /build/automake-1.14.1/contrib/t/multilib.dir + mldir=/build/automake-1.14.1/contrib/multilib + mkdir m4 + cp /build/automake-1.14.1/contrib/multilib/config-ml.in /build/automake-1.14.1/contrib/multilib/symlink-tree . + cp /build/automake-1.14.1/contrib/multilib/multi.m4 m4 ++ pwd + ACLOCAL_PATH=/build/automake-1.14.1/contrib/t/multilib.dir/m4 + export ACLOCAL_PATH + cat + cat + chmod +x mycc ++ pwd + PATH=/build/automake-1.14.1/contrib/t/multilib.dir:/build/automake-1.14.1/t/wrap:/build/automake-1.14.1/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/opt/qt4/bin:/usr/lib64/java/bin + export PATH + cat + mkdir libfoo + cp /build/automake-1.14.1/contrib/multilib/multilib.am libfoo/ + cat + cat + : + mkdir libbar + cp /build/automake-1.14.1/contrib/multilib/multilib.am libbar/ + cat + cat + mkdir libbar/sub + echo 'include $(top_srcdir)/multilib.am' + : + '"/build/automake-1.14.1/t/wrap/aclocal-1.14"' -Werror ./contrib/t/multilib.sh: line 125: "/build/automake-1.14.1/t/wrap/aclocal-1.14": No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /build/automake-1.14.1 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x multilib: exit 1