===========================================
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