========================================= GNU Automake 1.15: ./test-suite.log ========================================= # TOTAL: 2899 # PASS: 2696 # SKIP: 159 # XFAIL: 41 # FAIL: 3 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 SKIP: t/get-sysconf =================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/get-sysconf.dir + st=0 + test -d /automake-1.15/.git + test -f /automake-1.15/ChangeLog + awk ' BEGIN { first = 1 } (first == 1) { print; first = 0; next; } /^[^\t]/ { exit(0); } { print } ' /automake-1.15/ChangeLog 2014-12-31 Stefano Lattarini release: stable minor release 1.15 * configure.ac (AC_INIT): Bump version number to 1.15. * m4/amversion.m4: Likewise (auto-updated by "make bootstrap"). + /usr/bin/perl -V Summary of my perl5 (revision 5 version 24 subversion 0) configuration: Platform: osname=linux, osvers=3.19.8-smp, archname=x86_64-linux uname='linux puebla 3.19.8-smp #12 smp sat mar 19 20:52:03 pdt 2016 x86_64 gnulinux ' config_args='-des -Dprefix=/usr -Dvendorprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dpager=/usr/bin/less -isR -Duseshrplib' hint=recommended, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include' ccversion='', gccversion='6.2.0', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='cc', ldflags =' -fstack-protector-strong -L/usr/local/lib' libpth=/usr/local/lib /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/include-fixed /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64 libs=-lpthread -lnsl -lgdbm -ldl -lm -lcrypt -lutil -lc -lgdbm_compat perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc libc=libc-2.24.so, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.24' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.24.0/x86_64-linux/CORE' cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong' Characteristics of this binary (from libperl): Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DONT_CREATE_GVSV PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO USE_PERL_ATOF Built under linux Compiled at Apr 30 2017 23:21:03 @INC: /usr/lib/perl5/site_perl/5.24.0/x86_64-linux /usr/lib/perl5/site_perl/5.24.0 /usr/lib/perl5/vendor_perl/5.24.0/x86_64-linux /usr/lib/perl5/vendor_perl/5.24.0 /usr/lib/perl5/5.24.0/x86_64-linux /usr/lib/perl5/5.24.0 . + /usr/bin/perl -e 'use TAP::Parser; print $TAP::Parser::VERSION, "\n"' 3.36 + lex --version lex 2.6.1 + lex --help Usage: lex [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 lex should run in trace mode -w, --nowarn do not generate warnings -v, --verbose write summary of scanner statistics to stdout --hex use hexadecimal numbers instead of octal in debug outputs 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 lex version + yacc --version bison (GNU Bison) 3.0.4 Written by Robert Corbett and Richard Stallman. Copyright (C) 2015 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 a deterministic LR or generalized LR (GLR) parser employing LALR(1), IELR(1), or canonical LR(1) parser tables. IELR(1) and canonical LR(1) support is experimental. 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 -f, --feature[=FEATURE] activate miscellaneous features Parser: -L, --language=LANGUAGE specify the output programming language -S, --skeleton=FILE specify the skeleton to use -t, --debug instrument the parser for tracing same as '-Dparse.trace' --locations enable location support -D, --define=NAME[=VALUE] similar to '%define NAME "VALUE"' -F, --force-define=NAME[=VALUE] override '%define NAME "VALUE"' -p, --name-prefix=PREFIX prepend PREFIX to the external symbols deprecated by '-Dapi.prefix=PREFIX' -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 'conflicts-sr' S/R conflicts (enabled by default) 'conflicts-rr' R/R conflicts (enabled by default) 'deprecated' obsolete constructs 'empty-rule' empty rules without %empty 'precedence' useless precedence and associativity 'other' all other warnings (enabled by default) 'all' all the warnings except 'yacc' 'no-CATEGORY' turn off warnings in CATEGORY 'none' turn off all the warnings 'error[=CATEGORY]' 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 FEATURE is a list of comma separated words that can include: 'caret' show errors with carets 'all' all of the above 'none' disable all of the above Report bugs to . GNU Bison home page: . General help using GNU software: . Report translation bugs to . For complete documentation, run: info bison. + cat /automake-1.15/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.15, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --docdir=/usr/share/doc/automake-1.15 ## --------- ## ## Platform. ## ## --------- ## hostname = puebla uname -m = x86_64 uname -r = 3.19.8-SMP uname -s = Linux uname -v = #12 SMP Sat Mar 19 20:52:03 PDT 2016 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /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: /tools/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: /tools/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: /tools/bin/mkdir -p configure:2495: checking for gawk configure:2511: found /tools/bin/gawk configure:2522: result: gawk configure:2533: checking whether make sets $(MAKE) configure:2555: result: yes configure:2713: checking whether ln -s works configure:2717: result: yes configure:2727: checking for perl configure:2745: found /usr/bin/perl configure:2757: result: /usr/bin/perl configure:2769: /usr/bin/perl --version This is perl 5, version 24, subversion 0 (v5.24.0) built for x86_64-linux Copyright 1987-2016, 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:2772: $? = 0 configure:2784: checking for tex configure:2814: result: no configure:2822: --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:2942: $? = 0 configure:2950: result: yes configure:2957: checking whether autoconf works configure:2964: cd conftest && autoconf -o /dev/null conftest.ac configure:2967: $? = 0 configure:2976: result: yes configure:2983: checking whether autoconf is recent enough configure:2990: cd conftest && autoconf -o /dev/null conftest.ac configure:2993: $? = 0 configure:3002: result: yes configure:3009: checking whether ln works configure:3029: result: yes configure:3047: checking for grep that handles long lines and -e configure:3105: result: /bin/grep configure:3110: checking for egrep configure:3172: result: /bin/grep -E configure:3177: checking for fgrep configure:3239: result: /bin/grep -F configure:3282: will now look for a sturdy POSIX shell, for our testsuite configure:3318: checking for sh configure:3336: found /bin/sh configure:3348: result: /bin/sh configure:3318: checking for sh5 configure:3351: result: no configure:3318: checking for dash configure:3351: result: no configure:3318: checking for ash configure:3351: result: no configure:3318: checking for bash configure:3336: found /bin/bash configure:3348: result: /bin/bash configure:3318: checking for zsh configure:3351: result: no configure:3318: checking for ksh configure:3351: result: no configure:3318: checking for pdksh configure:3351: result: no configure:3372: checking whether /bin/sh supports $(cmd) configure:3382: result: yes configure:3392: checking whether /bin/sh supports $((expr)) configure:3402: result: yes configure:3412: checking whether /bin/sh supports ${#var} configure:3425: result: yes configure:3435: checking whether /bin/sh supports ${var#glob} and ${var%glob} configure:3449: result: yes configure:3459: checking whether /bin/sh preserves exit traps with "set -e" configure:3469: result: yes configure:3479: checking whether /bin/sh can define exit traps in a shell function configure:3489: result: yes configure:3499: checking whether /bin/sh corrupts stderr with "set -x" configure:3513: result: no configure:3521: checking whether /bin/sh can return early from "dot-sourced" files configure:3531: result: yes configure:3543: checking whether /bin/sh supports alias named like shell builtins configure:3553: result: yes configure:3563: checking whether /bin/sh supports "test -e" configure:3573: result: yes configure:3591: shell /bin/sh is good enough, stop looking configure:3608: will use /bin/sh as the testsuite shell configure:3632: will now look for generic compilers configure:3695: checking for cc configure:3711: found /usr/bin/cc configure:3722: result: cc configure:3755: checking for C compiler version configure:3764: cc --version >&5 cc (GCC) 6.2.0 Copyright (C) 2016 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:3775: $? = 0 configure:3764: cc -v >&5 Using built-in specs. COLLECT_GCC=cc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../configure --prefix=/usr --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib Thread model: posix gcc version 6.2.0 (GCC) configure:3775: $? = 0 configure:3764: cc -V >&5 cc: error: unrecognized command line option '-V' cc: fatal error: no input files compilation terminated. configure:3775: $? = 1 configure:3764: cc -qversion >&5 cc: error: unrecognized command line option '-qversion'; did you mean '--version'? cc: fatal error: no input files compilation terminated. configure:3775: $? = 1 configure:3795: checking whether the C compiler works configure:3817: cc conftest.c >&5 configure:3821: $? = 0 configure:3871: result: yes configure:3874: checking for C compiler default output file name configure:3876: result: a.out configure:3882: checking for suffix of executables configure:3889: cc -o conftest conftest.c >&5 configure:3893: $? = 0 configure:3917: result: configure:3939: checking whether we are cross compiling configure:3947: cc -o conftest conftest.c >&5 configure:3951: $? = 0 configure:3958: ./conftest configure:3962: $? = 0 configure:3980: result: no configure:3985: checking for suffix of object files configure:4007: cc -c conftest.c >&5 configure:4011: $? = 0 configure:4034: result: o configure:4038: checking whether we are using the GNU C compiler configure:4057: cc -c conftest.c >&5 configure:4057: $? = 0 configure:4066: result: yes configure:4075: checking whether cc accepts -g configure:4095: cc -c -g conftest.c >&5 configure:4095: $? = 0 configure:4136: result: yes configure:4153: checking for cc option to accept ISO C89 configure:4216: cc -c -g -O2 conftest.c >&5 configure:4216: $? = 0 configure:4229: result: none needed configure:4254: checking whether cc understands -c and -o together configure:4276: cc -c conftest.c -o conftest2.o configure:4279: $? = 0 configure:4276: cc -c conftest.c -o conftest2.o configure:4279: $? = 0 configure:4291: result: yes configure:4413: checking for aCC configure:4443: result: no configure:4413: checking for CC configure:4443: result: no configure:4413: checking for FCC configure:4443: result: no configure:4413: checking for KCC configure:4443: result: no configure:4413: checking for RCC configure:4443: result: no configure:4413: checking for xlC_r configure:4443: result: no configure:4413: checking for xlC configure:4443: result: no configure:4413: checking for c++ configure:4429: found /usr/bin/c++ configure:4440: result: c++ configure:4467: checking for C++ compiler version configure:4476: c++ --version >&5 c++ (GCC) 6.2.0 Copyright (C) 2016 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:4487: $? = 0 configure:4476: c++ -v >&5 Using built-in specs. COLLECT_GCC=c++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../configure --prefix=/usr --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib Thread model: posix gcc version 6.2.0 (GCC) configure:4487: $? = 0 configure:4476: c++ -V >&5 c++: error: unrecognized command line option '-V' c++: fatal error: no input files compilation terminated. configure:4487: $? = 1 configure:4476: c++ -qversion >&5 c++: error: unrecognized command line option '-qversion'; did you mean '--version'? c++: fatal error: no input files compilation terminated. configure:4487: $? = 1 configure:4507: checking whether the C++ compiler works configure:4529: c++ conftest.cpp >&5 configure:4533: $? = 0 configure:4583: result: yes configure:4586: checking for C++ compiler default output file name configure:4588: result: a.out configure:4594: checking for suffix of executables configure:4601: c++ -o conftest conftest.cpp >&5 configure:4605: $? = 0 configure:4629: result: configure:4651: checking whether we are cross compiling configure:4659: c++ -o conftest conftest.cpp >&5 configure:4663: $? = 0 configure:4670: ./conftest configure:4674: $? = 0 configure:4692: result: no configure:4697: checking for suffix of object files configure:4719: c++ -c conftest.cpp >&5 configure:4723: $? = 0 configure:4746: result: o configure:4750: checking whether we are using the GNU C++ compiler configure:4769: c++ -c conftest.cpp >&5 configure:4769: $? = 0 configure:4778: result: yes configure:4787: checking whether c++ accepts -g configure:4807: c++ -c -g conftest.cpp >&5 configure:4807: $? = 0 configure:4848: result: yes configure:4959: checking for xlf95 configure:4989: result: no configure:4959: checking for f95 configure:4989: result: no configure:4959: checking for fort configure:4989: result: no configure:4959: checking for ifort configure:4989: result: no configure:4959: checking for ifc configure:4989: result: no configure:4959: checking for efc configure:4989: result: no configure:4959: checking for pgfortran configure:4989: result: no configure:4959: checking for pgf95 configure:4989: result: no configure:4959: checking for lf95 configure:4989: result: no configure:4959: checking for ftn configure:4989: result: no configure:4959: checking for nagfor configure:4989: result: no configure:4959: checking for xlf90 configure:4989: result: no configure:4959: checking for f90 configure:4989: result: no configure:4959: checking for pgf90 configure:4989: result: no configure:4959: checking for pghpf configure:4989: result: no configure:4959: checking for epcf90 configure:4989: result: no configure:4959: checking for g95 configure:4989: result: no configure:4959: checking for gfortran configure:4989: result: no configure:5012: checking for Fortran compiler version configure:5021: --version >&5 ./configure: line 5023: --version: command not found configure:5032: $? = 127 configure:5021: -v >&5 ./configure: line 5023: -v: command not found configure:5032: $? = 127 configure:5021: -V >&5 ./configure: line 5023: -V: command not found configure:5032: $? = 127 configure:5021: -qversion >&5 ./configure: line 5023: -qversion: command not found configure:5032: $? = 127 configure:5047: checking whether the Fortran compiler works configure:5069: conftest.f >&5 ./configure: line 5071: conftest.f: command not found configure:5073: $? = 127 configure:5111: result: no configure: failed program was: | program main | | end configure:5117: WARNING: Fortran compiler cannot create executables configure:5361: tests requiring the Fortran compiler will be skipped configure:5441: checking for xlf configure:5471: result: no configure:5441: checking for f77 configure:5471: result: no configure:5441: checking for frt configure:5471: result: no configure:5441: checking for pgf77 configure:5471: result: no configure:5441: checking for cf77 configure:5471: result: no configure:5441: checking for fort77 configure:5471: result: no configure:5441: checking for fl32 configure:5471: result: no configure:5441: checking for af77 configure:5471: result: no configure:5441: checking for g77 configure:5471: result: no configure:5441: checking for gfortran configure:5471: result: no configure:5494: checking for Fortran 77 compiler version configure:5503: --version >&5 ./configure: line 5505: --version: command not found configure:5514: $? = 127 configure:5503: -v >&5 ./configure: line 5505: -v: command not found configure:5514: $? = 127 configure:5503: -V >&5 ./configure: line 5505: -V: command not found configure:5514: $? = 127 configure:5503: -qversion >&5 ./configure: line 5505: -qversion: command not found configure:5514: $? = 127 configure:5529: checking whether the Fortran 77 compiler works configure:5551: conftest.f >&5 ./configure: line 5553: conftest.f: command not found configure:5555: $? = 127 configure:5593: result: no configure: failed program was: | program main | | end configure:5599: WARNING: Fortran 77 compiler cannot create executables configure:5843: tests requiring the Fortran 77 compiler will be skipped configure:5875: will now look for GNU compilers configure:5882: cc is already a GNU C compiler configure:5988: cc --version && cc -v cc (GCC) 6.2.0 Copyright (C) 2016 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=cc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../configure --prefix=/usr --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib Thread model: posix gcc version 6.2.0 (GCC) configure:5991: $? = 0 configure:6006: c++ is already a GNU C++ compiler configure:6113: c++ --version && c++ -v c++ (GCC) 6.2.0 Copyright (C) 2016 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/libexec/gcc/x86_64-pc-linux-gnu/6.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../configure --prefix=/usr --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib Thread model: posix gcc version 6.2.0 (GCC) configure:6116: $? = 0 configure:6185: checking for gfortran configure:6215: result: no configure:6310: checking for g77 configure:6340: result: no configure:6310: checking for gfortran configure:6340: result: no configure:6429: checking for gcj configure:6459: result: no configure:6663: checking that generated files are newer than configure configure:6669: result: done configure:6684: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on puebla config.status:824: creating Makefile config.status:824: creating t/wrap/aclocal-1.15 config.status:824: creating t/wrap/automake-1.15 ## ---------------- ## ## 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= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= 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='/tools/bin/install -c' ac_cv_path_mkdir=/tools/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_LEX=lex ac_cv_prog_YACC=yacc ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_CXX=c++ 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='"/automake-1.15/t/wrap/aclocal-1.15"' 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.15' AUTOCONF='${SHELL} /automake-1.15/lib/missing autoconf' AUTOHEADER='${SHELL} /automake-1.15/lib/missing autoheader' AUTOMAKE='"/automake-1.15/t/wrap/automake-1.15"' AWK='gawk' CC='cc' CFLAGS='-g -O2' CPPFLAGS='' CXX='c++' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"GNU\ Automake\" -DPACKAGE_TARNAME=\"automake\" -DPACKAGE_VERSION=\"1.15\" -DPACKAGE_STRING=\"GNU\ Automake\ 1.15\" -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='cc' GNU_CFLAGS='-g -O2' GNU_CXX='c++' GNU_CXXFLAGS='-g -O2' GNU_F77='false' GNU_FC='false' GNU_FCFLAGS='' GNU_FFLAGS='' GNU_GCJ='false' 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} /automake-1.15/lib/missing makeinfo' MKDIR_P='/tools/bin/mkdir -p' MODIFICATION_DELAY='2' OBJEXT='UNKNOWN' PACKAGE='automake' PACKAGE_BUGREPORT='address@hidden' PACKAGE_NAME='GNU Automake' PACKAGE_STRING='GNU Automake 1.15' PACKAGE_TARNAME='automake' PACKAGE_URL='http://www.gnu.org/software/automake/' PACKAGE_VERSION='1.15' PATH_SEPARATOR=':' PERL='/usr/bin/perl' RELEASE_YEAR='2014' SET_MAKE='' SHELL='/bin/sh' STRIP='' TEX='' VERSION='1.15' YACC='yacc' ac_ct_CC='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='' 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.15' 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='/usr/share/doc/automake-1.15' 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} /automake-1.15/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.15' 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.15" #define PACKAGE_STRING "GNU Automake 1.15" #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.15, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on puebla ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on puebla ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on puebla ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on puebla ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on puebla ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on puebla ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.15, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status --file=- on puebla + cat /automake-1.15/t/wrap/aclocal-1.15 #!/usr/bin/perl -w # t/wrap/aclocal-1.15. Generated from aclocal.in by configure. # Copyright (C) 2012-2014 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 = ('/automake-1.15/lib'); unshift @Aclocal::perl_libdirs, '/automake-1.15/lib' if '.' ne '.'; unshift @ARGV, '--automake-acdir=/automake-1.15/m4', '--system-acdir=/automake-1.15/m4/acdir'; } require '/automake-1.15/bin/aclocal'; + cat /automake-1.15/t/wrap/automake-1.15 #!/usr/bin/perl -w # t/wrap/automake-1.15. Generated from automake.in by configure. # Copyright (C) 2012-2014 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 = ('/automake-1.15/lib'); unshift @Automake::perl_libdirs, '/automake-1.15/lib' if '.' ne '.'; unshift @ARGV, '--libdir=/automake-1.15/lib'; } require '/automake-1.15/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 /automake-1.15 + 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 SKIP t/get-sysconf.sh (exit status: 77) XFAIL: t/pm/Cond2 ================= 'Automake::Condition=HASH(0x2416460)' is a reference, expected a string at lib/Automake/Condition.pm line 188. Automake::Condition::new("Automake::Condition", Automake::Condition=HASH(0x2416460)) called at ./t/pm/Cond2.pl line 22 XFAIL t/pm/Cond2.pl (exit status: 255) XFAIL: t/pm/Cond3 ================= 'Automake::Condition=HASH(0x1206d10)' does not look like a condition at lib/Automake/Condition.pm line 190. Automake::Condition::new("Automake::Condition", "Automake::Condition=HASH(0x1206d10)") called at ./t/pm/Cond3.pl line 22 XFAIL t/pm/Cond3.pl (exit status: 255) SKIP: t/pm/Condition-t ====================== SKIP t/pm/Condition-t.pl (exit status: 77) XFAIL: t/pm/DisjCon2 ==================== 'Automake::DisjConditions=HASH(0xef9d28)' isn't an Automake::Condition at lib/Automake/DisjConditions.pm line 151. Automake::DisjConditions::new("Automake::DisjConditions", Automake::DisjConditions=HASH(0xef9d28)) called at ./t/pm/DisjCon2.pl line 24 XFAIL t/pm/DisjCon2.pl (exit status: 255) XFAIL: t/pm/DisjCon3 ==================== 'Automake::Condition=HASH(0x1cc0d10)' isn't a reference at lib/Automake/DisjConditions.pm line 150. Automake::DisjConditions::new("Automake::DisjConditions", "Automake::Condition=HASH(0x1cc0d10)") called at ./t/pm/DisjCon3.pl line 23 XFAIL t/pm/DisjCon3.pl (exit status: 255) SKIP: t/pm/DisjConditions-t =========================== SKIP t/pm/DisjConditions-t.pl (exit status: 77) 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/Version2.pl (exit status: 255) 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 XFAIL t/pm/Version3.pl (exit status: 255) PASS: t/instspc =============== Running from installcheck: no Test Protocol: tap PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/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=/automake-1.15/t/instspc.dir + create_input_data + mkdir sub + 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//' + : + : + : + : + : + : + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\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//' + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall -a configure.ac:5: installing './ar-lib' + for test_name in '$test_names_list' + eval 'test_string=${instspc__squote}' ++ test_string=\' + test 'x'\''' = x + mkdir './'\''' + case $test_string in + for where in build dest + case $where in + build='./'\''' + dest=/automake-1.15/t/instspc.dir/dest-squote + cd './'\''' + r=ok + ../configure --prefix '/'\''-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... configure: error: unsafe absolute working directory name + r='not ok' + description='squote in builddir' + expected_to_fail build squote + case $1 in + is_in_list squote squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=squote + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'squote in builddir' + set +x not ok 1 - squote in builddir # TODO long-standing limitation XFAIL: t/instspc.tap 1 - squote in builddir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-squote + dest='/automake-1.15/t/instspc.dir/dest-squote/'\''' + mkdir build-squote + cd build-squote + r=ok + ../configure --prefix '/'\''-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-squote/'\''' + file='./'\''' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-squote' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-squote/'/'-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-squote' test -f '/automake-1.15/t/instspc.dir/dest-squote/'/./'-prefix/foo/sub/nobase.h' make: *** [Makefile:1128: test-inst] Error 1 + r='not ok' + description='squote in destdir' + expected_to_fail dest squote + case $1 in + is_in_list squote squote dquote bquote sharp dollar linefeed a_lf_b + item=squote + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'squote in destdir' + set +x not ok 2 - squote in destdir # TODO long-standing limitation XFAIL: t/instspc.tap 2 - squote in destdir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__dquote}' ++ test_string='"' + test 'x"' = x + mkdir './"' + case $test_string in + for where in build dest + case $where in + build='./"' + dest=/automake-1.15/t/instspc.dir/dest-dquote + cd './"' + r=ok + ../configure --prefix '/"-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... configure: error: unsafe absolute working directory name + r='not ok' + description='dquote in builddir' + expected_to_fail build dquote + case $1 in + is_in_list dquote squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=dquote + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'dquote in builddir' + set +x not ok 3 - dquote in builddir # TODO long-standing limitation XFAIL: t/instspc.tap 3 - dquote in builddir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-dquote + dest='/automake-1.15/t/instspc.dir/dest-dquote/"' + mkdir build-dquote + cd build-dquote + r=ok + ../configure --prefix '/"-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-dquote/"' + file='./"' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-dquote' /bin/sh: -c: line 23: unexpected EOF while looking for matching `"' /bin/sh: -c: line 26: syntax error: unexpected end of file make[1]: *** [Makefile:561: install-dist_fooexecSCRIPTS] Error 1 make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-dquote' make: *** [Makefile:985: install-am] Error 2 + r='not ok' + description='dquote in destdir' + expected_to_fail dest dquote + case $1 in + is_in_list dquote squote dquote bquote sharp dollar linefeed a_lf_b + item=dquote + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'dquote in destdir' + set +x not ok 4 - dquote in destdir # TODO long-standing limitation XFAIL: t/instspc.tap 4 - dquote in destdir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__bquote}' ++ test_string='`' + test 'x`' = x + mkdir './`' + case $test_string in + for where in build dest + case $where in + build='./`' + dest=/automake-1.15/t/instspc.dir/dest-bquote + cd './`' + r=ok + ../configure --prefix '/`-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... configure: error: unsafe absolute working directory name + r='not ok' + description='bquote in builddir' + expected_to_fail build bquote + case $1 in + is_in_list bquote squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=bquote + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'bquote in builddir' + set +x not ok 5 - bquote in builddir # TODO long-standing limitation XFAIL: t/instspc.tap 5 - bquote in builddir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-bquote + dest='/automake-1.15/t/instspc.dir/dest-bquote/`' + mkdir build-bquote + cd build-bquote + r=ok + ../configure --prefix '/`-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-bquote/`' + file='./`' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-bquote' /bin/sh: -c: line 23: unexpected EOF while looking for matching ``' /bin/sh: -c: line 26: syntax error: unexpected end of file make[1]: *** [Makefile:561: install-dist_fooexecSCRIPTS] Error 1 make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-bquote' make: *** [Makefile:985: install-am] Error 2 + r='not ok' + description='bquote in destdir' + expected_to_fail dest bquote + case $1 in + is_in_list bquote squote dquote bquote sharp dollar linefeed a_lf_b + item=bquote + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'bquote in destdir' + set +x not ok 6 - bquote in destdir # TODO long-standing limitation XFAIL: t/instspc.tap 6 - bquote in destdir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__sharp}' ++ test_string='#' + test x# = x + mkdir ./# + case $test_string in + for where in build dest + case $where in + build=./# + dest=/automake-1.15/t/instspc.dir/dest-sharp + cd ./# + r=ok + ../configure --prefix /#-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... configure: error: unsafe absolute working directory name + r='not ok' + description='sharp in builddir' + expected_to_fail build sharp + case $1 in + is_in_list sharp squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=sharp + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'sharp in builddir' + set +x not ok 7 - sharp in builddir # TODO long-standing limitation XFAIL: t/instspc.tap 7 - sharp in builddir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-sharp + dest=/automake-1.15/t/instspc.dir/dest-sharp/# + mkdir build-sharp + cd build-sharp + r=ok + ../configure --prefix /#-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-sharp/# + file=./# + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-sharp' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' ( cd '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-sharp/#//foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-sharp/#//foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-sharp/#//foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-sharp/#//foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-sharp/#//foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-sharp/#//foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-sharp' test -f '/automake-1.15/t/instspc.dir/dest-sharp/#/./#-prefix/foo/sub/nobase.h' make: *** [Makefile:1128: test-inst] Error 1 + r='not ok' + description='sharp in destdir' + expected_to_fail dest sharp + case $1 in + is_in_list sharp squote dquote bquote sharp dollar linefeed a_lf_b + item=sharp + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'sharp in destdir' + set +x not ok 8 - sharp in destdir # TODO long-standing limitation XFAIL: t/instspc.tap 8 - sharp in destdir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__dollar}' ++ test_string='$' + test 'x$' = x + mkdir './$' + case $test_string in + for where in build dest + case $where in + build='./$' + dest=/automake-1.15/t/instspc.dir/dest-dollar + cd './$' + r=ok + ../configure --prefix '/$-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... configure: error: unsafe absolute working directory name + r='not ok' + description='dollar in builddir' + expected_to_fail build dollar + case $1 in + is_in_list dollar squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=dollar + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'dollar in builddir' + set +x not ok 9 - dollar in builddir # TODO long-standing limitation XFAIL: t/instspc.tap 9 - dollar in builddir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-dollar + dest='/automake-1.15/t/instspc.dir/dest-dollar/$' + mkdir build-dollar + cd build-dollar + r=ok + ../configure --prefix '/$-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-dollar/$' + file='./$' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-dollar' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-dollar/$/prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-dollar' test -f '/automake-1.15/t/instspc.dir/dest-dollar/$/./$-prefix/foo/sub/nobase.h' make: *** [Makefile:1128: test-inst] Error 1 + r='not ok' + description='dollar in destdir' + expected_to_fail dest dollar + case $1 in + is_in_list dollar squote dquote bquote sharp dollar linefeed a_lf_b + item=dollar + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'dollar in destdir' + set +x not ok 10 - dollar in destdir # TODO long-standing limitation XFAIL: t/instspc.tap 10 - dollar in destdir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__bang}' ++ test_string='!' + test 'x!' = x + mkdir './!' + case $test_string in + for where in build dest + case $where in + build='./!' + dest=/automake-1.15/t/instspc.dir/dest-bang + cd './!' + r=ok + ../configure --prefix '/!-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-bang + file='./!' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/!' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-bang/!-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/!' test -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-bang/./!-prefix/foo/libbase.a' + description='bang in builddir' + expected_to_fail build bang + case $1 in + is_in_list bang squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=bang + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'bang in builddir' + set +x ok 11 - bang in builddir PASS: t/instspc.tap 11 - bang in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './!' /automake-1.15/t/instspc.dir/dest-bang + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './!' /automake-1.15/t/instspc.dir/dest-bang + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-bang + dest='/automake-1.15/t/instspc.dir/dest-bang/!' + mkdir build-bang + cd build-bang + r=ok + ../configure --prefix '/!-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-bang/!' + file='./!' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-bang' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-bang/!/!-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-bang' test -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-bang/!/./!-prefix/foo/libbase.a' + description='bang in destdir' + expected_to_fail dest bang + case $1 in + is_in_list bang squote dquote bquote sharp dollar linefeed a_lf_b + item=bang + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'bang in destdir' + set +x ok 12 - bang in destdir PASS: t/instspc.tap 12 - bang in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-bang '/automake-1.15/t/instspc.dir/dest-bang/!' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-bang '/automake-1.15/t/instspc.dir/dest-bang/!' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__bslash}' ++ test_string='\' + test 'x\' = x + mkdir './\' + case $test_string in + for where in build dest + case $where in + build='./\' + dest=/automake-1.15/t/instspc.dir/dest-bslash + cd './\' + r=ok + ../configure --prefix '/\-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... configure: error: unsafe absolute working directory name + r='not ok' + description='bslash in builddir' + expected_to_fail build bslash + case $1 in + is_in_list bslash squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=bslash + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'bslash in builddir' + set +x not ok 13 - bslash in builddir # TODO long-standing limitation XFAIL: t/instspc.tap 13 - bslash in builddir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-bslash + dest='/automake-1.15/t/instspc.dir/dest-bslash/\' + mkdir build-bslash + cd build-bslash + r=ok + ../configure --prefix '/\-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-bslash/\' + file='./\' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-bslash' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-bslash/\/\-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-bslash' test -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-bslash/\/./\-prefix/foo/libbase.a' + description='bslash in destdir' + expected_to_fail dest bslash + case $1 in + is_in_list bslash squote dquote bquote sharp dollar linefeed a_lf_b + item=bslash + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'bslash in destdir' + set +x ok 14 - bslash in destdir PASS: t/instspc.tap 14 - bslash in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-bslash '/automake-1.15/t/instspc.dir/dest-bslash/\' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-bslash '/automake-1.15/t/instspc.dir/dest-bslash/\' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__ampersand}' ++ test_string='&' + test 'x&' = x + mkdir './&' + case $test_string in + for where in build dest + case $where in + build='./&' + dest=/automake-1.15/t/instspc.dir/dest-ampersand + cd './&' + r=ok + ../configure --prefix '/&-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... configure: error: unsafe absolute working directory name + r='not ok' + description='ampersand in builddir' + expected_to_fail build ampersand + case $1 in + is_in_list ampersand squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=ampersand + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'ampersand in builddir' + set +x not ok 15 - ampersand in builddir # TODO long-standing limitation XFAIL: t/instspc.tap 15 - ampersand in builddir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-ampersand + dest='/automake-1.15/t/instspc.dir/dest-ampersand/&' + mkdir build-ampersand + cd build-ampersand + r=ok + ../configure --prefix '/&-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-ampersand/&' + file='./&' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-ampersand' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-ampersand/&/&-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-ampersand' test -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-ampersand/&/./&-prefix/foo/libbase.a' + description='ampersand in destdir' + expected_to_fail dest ampersand + case $1 in + is_in_list ampersand squote dquote bquote sharp dollar linefeed a_lf_b + item=ampersand + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'ampersand in destdir' + set +x ok 16 - ampersand in destdir PASS: t/instspc.tap 16 - ampersand in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-ampersand '/automake-1.15/t/instspc.dir/dest-ampersand/&' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-ampersand '/automake-1.15/t/instspc.dir/dest-ampersand/&' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__percent}' ++ test_string=% + test x% = x + mkdir ./% + case $test_string in + for where in build dest + case $where in + build=./% + dest=/automake-1.15/t/instspc.dir/dest-percent + cd ./% + r=ok + ../configure --prefix /%-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-percent + file=./% + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/%' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-percent/%-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/%' test -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-percent/./%-prefix/foo/libbase.a' + description='percent in builddir' + expected_to_fail build percent + case $1 in + is_in_list percent squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=percent + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'percent in builddir' + set +x ok 17 - percent in builddir PASS: t/instspc.tap 17 - percent in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ ./% /automake-1.15/t/instspc.dir/dest-percent + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl ./% /automake-1.15/t/instspc.dir/dest-percent + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-percent + dest=/automake-1.15/t/instspc.dir/dest-percent/% + mkdir build-percent + cd build-percent + r=ok + ../configure --prefix /%-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-percent/% + file=./% + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-percent' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-percent/%/%-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-percent' test -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-percent/%/./%-prefix/foo/libbase.a' + description='percent in destdir' + expected_to_fail dest percent + case $1 in + is_in_list percent squote dquote bquote sharp dollar linefeed a_lf_b + item=percent + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'percent in destdir' + set +x ok 18 - percent in destdir PASS: t/instspc.tap 18 - percent in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-percent /automake-1.15/t/instspc.dir/dest-percent/% + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-percent /automake-1.15/t/instspc.dir/dest-percent/% + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__leftpar}' ++ test_string='(' + test 'x(' = x + mkdir './(' + case $test_string in + for where in build dest + case $where in + build='./(' + dest=/automake-1.15/t/instspc.dir/dest-leftpar + cd './(' + r=ok + ../configure --prefix '/(-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-leftpar + file='./(' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/(' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-leftpar/(-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/(' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/./(-prefix/foo/libbase.a' + description='leftpar in builddir' + expected_to_fail build leftpar + case $1 in + is_in_list leftpar squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=leftpar + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'leftpar in builddir' + set +x ok 19 - leftpar in builddir PASS: t/instspc.tap 19 - leftpar in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './(' /automake-1.15/t/instspc.dir/dest-leftpar + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './(' /automake-1.15/t/instspc.dir/dest-leftpar + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-leftpar + dest='/automake-1.15/t/instspc.dir/dest-leftpar/(' + mkdir build-leftpar + cd build-leftpar + r=ok + ../configure --prefix '/(-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-leftpar/(' + file='./(' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-leftpar' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-leftpar/(/(-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-leftpar' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-leftpar/(/./(-prefix/foo/libbase.a' + description='leftpar in destdir' + expected_to_fail dest leftpar + case $1 in + is_in_list leftpar squote dquote bquote sharp dollar linefeed a_lf_b + item=leftpar + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'leftpar in destdir' + set +x ok 20 - leftpar in destdir PASS: t/instspc.tap 20 - leftpar in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-leftpar '/automake-1.15/t/instspc.dir/dest-leftpar/(' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-leftpar '/automake-1.15/t/instspc.dir/dest-leftpar/(' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__rightpar}' ++ test_string=')' + test 'x)' = x + mkdir './)' + case $test_string in + for where in build dest + case $where in + build='./)' + dest=/automake-1.15/t/instspc.dir/dest-rightpar + cd './)' + r=ok + ../configure --prefix '/)-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-rightpar + file='./)' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/)' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-rightpar/)-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/)' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/./)-prefix/foo/libbase.a' + description='rightpar in builddir' + expected_to_fail build rightpar + case $1 in + is_in_list rightpar squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=rightpar + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'rightpar in builddir' + set +x ok 21 - rightpar in builddir PASS: t/instspc.tap 21 - rightpar in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './)' /automake-1.15/t/instspc.dir/dest-rightpar + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './)' /automake-1.15/t/instspc.dir/dest-rightpar + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-rightpar + dest='/automake-1.15/t/instspc.dir/dest-rightpar/)' + mkdir build-rightpar + cd build-rightpar + r=ok + ../configure --prefix '/)-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-rightpar/)' + file='./)' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-rightpar' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-rightpar/)/)-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-rightpar' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-rightpar/)/./)-prefix/foo/libbase.a' + description='rightpar in destdir' + expected_to_fail dest rightpar + case $1 in + is_in_list rightpar squote dquote bquote sharp dollar linefeed a_lf_b + item=rightpar + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'rightpar in destdir' + set +x ok 22 - rightpar in destdir PASS: t/instspc.tap 22 - rightpar in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-rightpar '/automake-1.15/t/instspc.dir/dest-rightpar/)' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-rightpar '/automake-1.15/t/instspc.dir/dest-rightpar/)' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__pipe}' ++ test_string='|' + test 'x|' = x + mkdir './|' + case $test_string in + for where in build dest + case $where in + build='./|' + dest=/automake-1.15/t/instspc.dir/dest-pipe + cd './|' + r=ok + ../configure --prefix '/|-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-pipe + file='./|' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/|' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-pipe/|-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/|' test -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-pipe/./|-prefix/foo/libbase.a' + description='pipe in builddir' + expected_to_fail build pipe + case $1 in + is_in_list pipe squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=pipe + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'pipe in builddir' + set +x ok 23 - pipe in builddir PASS: t/instspc.tap 23 - pipe in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './|' /automake-1.15/t/instspc.dir/dest-pipe + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './|' /automake-1.15/t/instspc.dir/dest-pipe + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-pipe + dest='/automake-1.15/t/instspc.dir/dest-pipe/|' + mkdir build-pipe + cd build-pipe + r=ok + ../configure --prefix '/|-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-pipe/|' + file='./|' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-pipe' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-pipe/|/|-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-pipe' test -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-pipe/|/./|-prefix/foo/libbase.a' + description='pipe in destdir' + expected_to_fail dest pipe + case $1 in + is_in_list pipe squote dquote bquote sharp dollar linefeed a_lf_b + item=pipe + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'pipe in destdir' + set +x ok 24 - pipe in destdir PASS: t/instspc.tap 24 - pipe in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-pipe '/automake-1.15/t/instspc.dir/dest-pipe/|' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-pipe '/automake-1.15/t/instspc.dir/dest-pipe/|' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__caret}' ++ test_string='^' + test 'x^' = x + mkdir './^' + case $test_string in + for where in build dest + case $where in + build='./^' + dest=/automake-1.15/t/instspc.dir/dest-caret + cd './^' + r=ok + ../configure --prefix '/^-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-caret + file='./^' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/^' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-caret/^-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/^' test -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-caret/./^-prefix/foo/libbase.a' + description='caret in builddir' + expected_to_fail build caret + case $1 in + is_in_list caret squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=caret + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'caret in builddir' + set +x ok 25 - caret in builddir PASS: t/instspc.tap 25 - caret in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './^' /automake-1.15/t/instspc.dir/dest-caret + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './^' /automake-1.15/t/instspc.dir/dest-caret + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-caret + dest='/automake-1.15/t/instspc.dir/dest-caret/^' + mkdir build-caret + cd build-caret + r=ok + ../configure --prefix '/^-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-caret/^' + file='./^' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-caret' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-caret/^/^-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-caret' test -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-caret/^/./^-prefix/foo/libbase.a' + description='caret in destdir' + expected_to_fail dest caret + case $1 in + is_in_list caret squote dquote bquote sharp dollar linefeed a_lf_b + item=caret + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'caret in destdir' + set +x ok 26 - caret in destdir PASS: t/instspc.tap 26 - caret in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-caret '/automake-1.15/t/instspc.dir/dest-caret/^' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-caret '/automake-1.15/t/instspc.dir/dest-caret/^' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__tilde}' ++ test_string='~' + test x~ = x + mkdir ./~ + case $test_string in + for where in build dest + case $where in + build=./~ + dest=/automake-1.15/t/instspc.dir/dest-tilde + cd ./~ + r=ok + ../configure --prefix /~-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-tilde + file=./~ + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/~' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-tilde/~-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/~' test -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-tilde/./~-prefix/foo/libbase.a' + description='tilde in builddir' + expected_to_fail build tilde + case $1 in + is_in_list tilde squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=tilde + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'tilde in builddir' + set +x ok 27 - tilde in builddir PASS: t/instspc.tap 27 - tilde in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ ./~ /automake-1.15/t/instspc.dir/dest-tilde + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl ./~ /automake-1.15/t/instspc.dir/dest-tilde + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-tilde + dest=/automake-1.15/t/instspc.dir/dest-tilde/~ + mkdir build-tilde + cd build-tilde + r=ok + ../configure --prefix /~-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-tilde/~ + file=./~ + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-tilde' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-tilde/~/~-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-tilde' test -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-tilde/~/./~-prefix/foo/libbase.a' + description='tilde in destdir' + expected_to_fail dest tilde + case $1 in + is_in_list tilde squote dquote bquote sharp dollar linefeed a_lf_b + item=tilde + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'tilde in destdir' + set +x ok 28 - tilde in destdir PASS: t/instspc.tap 28 - tilde in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-tilde /automake-1.15/t/instspc.dir/dest-tilde/~ + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-tilde /automake-1.15/t/instspc.dir/dest-tilde/~ + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__qmark}' ++ test_string='?' + test 'x?' = x + mkdir './?' + case $test_string in + for where in build dest + case $where in + build='./?' + dest=/automake-1.15/t/instspc.dir/dest-qmark + cd './?' + r=ok + ../configure --prefix '/?-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-qmark + file='./?' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/?' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-qmark/?-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/?' test -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-qmark/./?-prefix/foo/libbase.a' + description='qmark in builddir' + expected_to_fail build qmark + case $1 in + is_in_list qmark squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=qmark + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'qmark in builddir' + set +x ok 29 - qmark in builddir PASS: t/instspc.tap 29 - qmark in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './?' /automake-1.15/t/instspc.dir/dest-qmark + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './?' /automake-1.15/t/instspc.dir/dest-qmark + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-qmark + dest='/automake-1.15/t/instspc.dir/dest-qmark/?' + mkdir build-qmark + cd build-qmark + r=ok + ../configure --prefix '/?-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-qmark/?' + file='./?' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-qmark' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-qmark/?/?-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-qmark' test -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-qmark/?/./?-prefix/foo/libbase.a' + description='qmark in destdir' + expected_to_fail dest qmark + case $1 in + is_in_list qmark squote dquote bquote sharp dollar linefeed a_lf_b + item=qmark + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'qmark in destdir' + set +x ok 30 - qmark in destdir PASS: t/instspc.tap 30 - qmark in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-qmark '/automake-1.15/t/instspc.dir/dest-qmark/?' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-qmark '/automake-1.15/t/instspc.dir/dest-qmark/?' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__star}' ++ test_string='*' + test 'x*' = x + mkdir './*' + case $test_string in + for where in build dest + case $where in + build='./*' + dest=/automake-1.15/t/instspc.dir/dest-star + cd './*' + r=ok + ../configure --prefix '/*-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-star + file='./*' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/*' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-star/*-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/*' test -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-star/./*-prefix/foo/libbase.a' + description='star in builddir' + expected_to_fail build star + case $1 in + is_in_list star squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=star + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'star in builddir' + set +x ok 31 - star in builddir PASS: t/instspc.tap 31 - star in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './*' /automake-1.15/t/instspc.dir/dest-star + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './*' /automake-1.15/t/instspc.dir/dest-star + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-star + dest='/automake-1.15/t/instspc.dir/dest-star/*' + mkdir build-star + cd build-star + r=ok + ../configure --prefix '/*-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-star/*' + file='./*' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-star' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-star/*/*-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-star' test -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-star/*/./*-prefix/foo/libbase.a' + description='star in destdir' + expected_to_fail dest star + case $1 in + is_in_list star squote dquote bquote sharp dollar linefeed a_lf_b + item=star + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'star in destdir' + set +x ok 32 - star in destdir PASS: t/instspc.tap 32 - star in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-star '/automake-1.15/t/instspc.dir/dest-star/*' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-star '/automake-1.15/t/instspc.dir/dest-star/*' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__plus}' ++ test_string=+ + test x+ = x + mkdir ./+ + case $test_string in + for where in build dest + case $where in + build=./+ + dest=/automake-1.15/t/instspc.dir/dest-plus + cd ./+ + r=ok + ../configure --prefix /+-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-plus + file=./+ + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/+' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-plus/+-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/+' test -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-plus/./+-prefix/foo/libbase.a' + description='plus in builddir' + expected_to_fail build plus + case $1 in + is_in_list plus squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=plus + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'plus in builddir' + set +x ok 33 - plus in builddir PASS: t/instspc.tap 33 - plus in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ ./+ /automake-1.15/t/instspc.dir/dest-plus + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl ./+ /automake-1.15/t/instspc.dir/dest-plus + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-plus + dest=/automake-1.15/t/instspc.dir/dest-plus/+ + mkdir build-plus + cd build-plus + r=ok + ../configure --prefix /+-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-plus/+ + file=./+ + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-plus' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-plus/+/+-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-plus' test -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-plus/+/./+-prefix/foo/libbase.a' + description='plus in destdir' + expected_to_fail dest plus + case $1 in + is_in_list plus squote dquote bquote sharp dollar linefeed a_lf_b + item=plus + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'plus in destdir' + set +x ok 34 - plus in destdir PASS: t/instspc.tap 34 - plus in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-plus /automake-1.15/t/instspc.dir/dest-plus/+ + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-plus /automake-1.15/t/instspc.dir/dest-plus/+ + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__minus}' ++ test_string=- + test x- = x + mkdir ./- + case $test_string in + for where in build dest + case $where in + build=./- + dest=/automake-1.15/t/instspc.dir/dest-minus + cd ./- + r=ok + ../configure --prefix /--prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-minus + file=./- + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/-' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-minus/--prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/-' test -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-minus/./--prefix/foo/libbase.a' + description='minus in builddir' + expected_to_fail build minus + case $1 in + is_in_list minus squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=minus + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'minus in builddir' + set +x ok 35 - minus in builddir PASS: t/instspc.tap 35 - minus in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ ./- /automake-1.15/t/instspc.dir/dest-minus + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl ./- /automake-1.15/t/instspc.dir/dest-minus + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-minus + dest=/automake-1.15/t/instspc.dir/dest-minus/- + mkdir build-minus + cd build-minus + r=ok + ../configure --prefix /--prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-minus/- + file=./- + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-minus' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-minus/-/--prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-minus' test -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-minus/-/./--prefix/foo/libbase.a' + description='minus in destdir' + expected_to_fail dest minus + case $1 in + is_in_list minus squote dquote bquote sharp dollar linefeed a_lf_b + item=minus + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'minus in destdir' + set +x ok 36 - minus in destdir PASS: t/instspc.tap 36 - minus in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-minus /automake-1.15/t/instspc.dir/dest-minus/- + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-minus /automake-1.15/t/instspc.dir/dest-minus/- + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__comma}' ++ test_string=, + test x, = x + mkdir ./, + case $test_string in + for where in build dest + case $where in + build=./, + dest=/automake-1.15/t/instspc.dir/dest-comma + cd ./, + r=ok + ../configure --prefix /,-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-comma + file=./, + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/,' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-comma/,-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/,' test -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-comma/./,-prefix/foo/libbase.a' + description='comma in builddir' + expected_to_fail build comma + case $1 in + is_in_list comma squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=comma + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'comma in builddir' + set +x ok 37 - comma in builddir PASS: t/instspc.tap 37 - comma in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ ./, /automake-1.15/t/instspc.dir/dest-comma + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl ./, /automake-1.15/t/instspc.dir/dest-comma + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-comma + dest=/automake-1.15/t/instspc.dir/dest-comma/, + mkdir build-comma + cd build-comma + r=ok + ../configure --prefix /,-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-comma/, + file=./, + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-comma' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-comma/,/,-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-comma' test -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-comma/,/./,-prefix/foo/libbase.a' + description='comma in destdir' + expected_to_fail dest comma + case $1 in + is_in_list comma squote dquote bquote sharp dollar linefeed a_lf_b + item=comma + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'comma in destdir' + set +x ok 38 - comma in destdir PASS: t/instspc.tap 38 - comma in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-comma /automake-1.15/t/instspc.dir/dest-comma/, + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-comma /automake-1.15/t/instspc.dir/dest-comma/, + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__colon}' ++ test_string=: + test x: = x + mkdir ./: + case $test_string in + cd ./: + for where in build dest + case $where in + build=./: + dest=/automake-1.15/t/instspc.dir/dest-colon + cd ./: + r=ok + ../configure --prefix /:-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-colon + file=./: + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/:' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-colon/:-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/:' test -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-colon/./:-prefix/foo/libbase.a' + description='colon in builddir' + expected_to_fail build colon + case $1 in + is_in_list colon squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=colon + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'colon in builddir' + set +x ok 39 - colon in builddir PASS: t/instspc.tap 39 - colon in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ ./: /automake-1.15/t/instspc.dir/dest-colon + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl ./: /automake-1.15/t/instspc.dir/dest-colon + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-colon + dest=/automake-1.15/t/instspc.dir/dest-colon/: + mkdir build-colon + cd build-colon + r=ok + ../configure --prefix /:-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-colon/: + file=./: + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-colon' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-colon/:/:-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-colon' test -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-colon/:/./:-prefix/foo/libbase.a' + description='colon in destdir' + expected_to_fail dest colon + case $1 in + is_in_list colon squote dquote bquote sharp dollar linefeed a_lf_b + item=colon + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'colon in destdir' + set +x ok 40 - colon in destdir PASS: t/instspc.tap 40 - colon in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-colon /automake-1.15/t/instspc.dir/dest-colon/: + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-colon /automake-1.15/t/instspc.dir/dest-colon/: + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__semicol}' ++ test_string=';' + test 'x;' = x + mkdir './;' + case $test_string in + for where in build dest + case $where in + build='./;' + dest=/automake-1.15/t/instspc.dir/dest-semicol + cd './;' + r=ok + ../configure --prefix '/;-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-semicol + file='./;' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/;' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-semicol/;-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/;' test -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-semicol/./;-prefix/foo/libbase.a' + description='semicol in builddir' + expected_to_fail build semicol + case $1 in + is_in_list semicol squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=semicol + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'semicol in builddir' + set +x ok 41 - semicol in builddir PASS: t/instspc.tap 41 - semicol in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './;' /automake-1.15/t/instspc.dir/dest-semicol + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './;' /automake-1.15/t/instspc.dir/dest-semicol + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-semicol + dest='/automake-1.15/t/instspc.dir/dest-semicol/;' + mkdir build-semicol + cd build-semicol + r=ok + ../configure --prefix '/;-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-semicol/;' + file='./;' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-semicol' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-semicol/;/;-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-semicol' test -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-semicol/;/./;-prefix/foo/libbase.a' + description='semicol in destdir' + expected_to_fail dest semicol + case $1 in + is_in_list semicol squote dquote bquote sharp dollar linefeed a_lf_b + item=semicol + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'semicol in destdir' + set +x ok 42 - semicol in destdir PASS: t/instspc.tap 42 - semicol in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-semicol '/automake-1.15/t/instspc.dir/dest-semicol/;' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-semicol '/automake-1.15/t/instspc.dir/dest-semicol/;' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__equal}' ++ test_string== + test x= = x + mkdir ./= + case $test_string in + for where in build dest + case $where in + build=./= + dest=/automake-1.15/t/instspc.dir/dest-equal + cd ./= + r=ok + ../configure --prefix /=-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-equal + file=./= + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/=' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-equal/=-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/=' test -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-equal/./=-prefix/foo/libbase.a' + description='equal in builddir' + expected_to_fail build equal + case $1 in + is_in_list equal squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=equal + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'equal in builddir' + set +x ok 43 - equal in builddir PASS: t/instspc.tap 43 - equal in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ ./= /automake-1.15/t/instspc.dir/dest-equal + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl ./= /automake-1.15/t/instspc.dir/dest-equal + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-equal + dest=/automake-1.15/t/instspc.dir/dest-equal/= + mkdir build-equal + cd build-equal + r=ok + ../configure --prefix /=-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-equal/= + file=./= + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-equal' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-equal/=/=-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-equal' test -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-equal/=/./=-prefix/foo/libbase.a' + description='equal in destdir' + expected_to_fail dest equal + case $1 in + is_in_list equal squote dquote bquote sharp dollar linefeed a_lf_b + item=equal + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'equal in destdir' + set +x ok 44 - equal in destdir PASS: t/instspc.tap 44 - equal in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-equal /automake-1.15/t/instspc.dir/dest-equal/= + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-equal /automake-1.15/t/instspc.dir/dest-equal/= + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__less}' ++ test_string='<' + test 'x<' = x + mkdir './<' + case $test_string in + for where in build dest + case $where in + build='./<' + dest=/automake-1.15/t/instspc.dir/dest-less + cd './<' + r=ok + ../configure --prefix '/<-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-less + file='./<' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/<' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-less/<-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/<' test -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-less/./<-prefix/foo/libbase.a' + description='less in builddir' + expected_to_fail build less + case $1 in + is_in_list less squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=less + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'less in builddir' + set +x ok 45 - less in builddir PASS: t/instspc.tap 45 - less in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './<' /automake-1.15/t/instspc.dir/dest-less + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './<' /automake-1.15/t/instspc.dir/dest-less + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-less + dest='/automake-1.15/t/instspc.dir/dest-less/<' + mkdir build-less + cd build-less + r=ok + ../configure --prefix '/<-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-less/<' + file='./<' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-less' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-less/' + test 'x>' = x + mkdir './>' + case $test_string in + for where in build dest + case $where in + build='./>' + dest=/automake-1.15/t/instspc.dir/dest-more + cd './>' + r=ok + ../configure --prefix '/>-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-more + file='./>' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/>' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-more/>-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/>' test -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-more/./>-prefix/foo/libbase.a' + description='more in builddir' + expected_to_fail build more + case $1 in + is_in_list more squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=more + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'more in builddir' + set +x ok 47 - more in builddir PASS: t/instspc.tap 47 - more in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './>' /automake-1.15/t/instspc.dir/dest-more + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './>' /automake-1.15/t/instspc.dir/dest-more + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-more + dest='/automake-1.15/t/instspc.dir/dest-more/>' + mkdir build-more + cd build-more + r=ok + ../configure --prefix '/>-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-more/>' + file='./>' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-more' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-more/>/>-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-more' test -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-more/>/./>-prefix/foo/libbase.a' + description='more in destdir' + expected_to_fail dest more + case $1 in + is_in_list more squote dquote bquote sharp dollar linefeed a_lf_b + item=more + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'more in destdir' + set +x ok 48 - more in destdir PASS: t/instspc.tap 48 - more in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-more '/automake-1.15/t/instspc.dir/dest-more/>' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-more '/automake-1.15/t/instspc.dir/dest-more/>' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__at}' ++ test_string=@ + test x@ = x + mkdir ./@ + case $test_string in + for where in build dest + case $where in + build=./@ + dest=/automake-1.15/t/instspc.dir/dest-at + cd ./@ + r=ok + ../configure --prefix /@-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-at + file=./@ + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/@' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-at/@-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/@' test -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-at/./@-prefix/foo/libbase.a' + description='at in builddir' + expected_to_fail build at + case $1 in + is_in_list at squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=at + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'at in builddir' + set +x ok 49 - at in builddir PASS: t/instspc.tap 49 - at in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ ./@ /automake-1.15/t/instspc.dir/dest-at + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl ./@ /automake-1.15/t/instspc.dir/dest-at + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-at + dest=/automake-1.15/t/instspc.dir/dest-at/@ + mkdir build-at + cd build-at + r=ok + ../configure --prefix /@-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-at/@ + file=./@ + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-at' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-at/@/@-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-at' test -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-at/@/./@-prefix/foo/libbase.a' + description='at in destdir' + expected_to_fail dest at + case $1 in + is_in_list at squote dquote bquote sharp dollar linefeed a_lf_b + item=at + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'at in destdir' + set +x ok 50 - at in destdir PASS: t/instspc.tap 50 - at in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-at /automake-1.15/t/instspc.dir/dest-at/@ + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-at /automake-1.15/t/instspc.dir/dest-at/@ + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__lqbrack}' ++ test_string='[' + test 'x[' = x + mkdir './[' + case $test_string in + for where in build dest + case $where in + build='./[' + dest=/automake-1.15/t/instspc.dir/dest-lqbrack + cd './[' + r=ok + ../configure --prefix '/[-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-lqbrack + file='./[' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/[' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-lqbrack/[-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/[' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/./[-prefix/foo/libbase.a' + description='lqbrack in builddir' + expected_to_fail build lqbrack + case $1 in + is_in_list lqbrack squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=lqbrack + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'lqbrack in builddir' + set +x ok 51 - lqbrack in builddir PASS: t/instspc.tap 51 - lqbrack in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './[' /automake-1.15/t/instspc.dir/dest-lqbrack + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './[' /automake-1.15/t/instspc.dir/dest-lqbrack + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-lqbrack + dest='/automake-1.15/t/instspc.dir/dest-lqbrack/[' + mkdir build-lqbrack + cd build-lqbrack + r=ok + ../configure --prefix '/[-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-lqbrack/[' + file='./[' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-lqbrack' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-lqbrack/[/[-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-lqbrack' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-lqbrack/[/./[-prefix/foo/libbase.a' + description='lqbrack in destdir' + expected_to_fail dest lqbrack + case $1 in + is_in_list lqbrack squote dquote bquote sharp dollar linefeed a_lf_b + item=lqbrack + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'lqbrack in destdir' + set +x ok 52 - lqbrack in destdir PASS: t/instspc.tap 52 - lqbrack in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-lqbrack '/automake-1.15/t/instspc.dir/dest-lqbrack/[' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-lqbrack '/automake-1.15/t/instspc.dir/dest-lqbrack/[' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__rqbrack}' ++ test_string=']' + test 'x]' = x + mkdir './]' + case $test_string in + for where in build dest + case $where in + build='./]' + dest=/automake-1.15/t/instspc.dir/dest-rqbrack + cd './]' + r=ok + ../configure --prefix '/]-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-rqbrack + file='./]' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/]' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-rqbrack/]-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/]' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/./]-prefix/foo/libbase.a' + description='rqbrack in builddir' + expected_to_fail build rqbrack + case $1 in + is_in_list rqbrack squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=rqbrack + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'rqbrack in builddir' + set +x ok 53 - rqbrack in builddir PASS: t/instspc.tap 53 - rqbrack in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './]' /automake-1.15/t/instspc.dir/dest-rqbrack + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './]' /automake-1.15/t/instspc.dir/dest-rqbrack + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-rqbrack + dest='/automake-1.15/t/instspc.dir/dest-rqbrack/]' + mkdir build-rqbrack + cd build-rqbrack + r=ok + ../configure --prefix '/]-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-rqbrack/]' + file='./]' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-rqbrack' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-rqbrack/]/]-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-rqbrack' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-rqbrack/]/./]-prefix/foo/libbase.a' + description='rqbrack in destdir' + expected_to_fail dest rqbrack + case $1 in + is_in_list rqbrack squote dquote bquote sharp dollar linefeed a_lf_b + item=rqbrack + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'rqbrack in destdir' + set +x ok 54 - rqbrack in destdir PASS: t/instspc.tap 54 - rqbrack in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-rqbrack '/automake-1.15/t/instspc.dir/dest-rqbrack/]' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-rqbrack '/automake-1.15/t/instspc.dir/dest-rqbrack/]' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__lcbrack}' ++ test_string='{' + test 'x{' = x + mkdir './{' + case $test_string in + for where in build dest + case $where in + build='./{' + dest=/automake-1.15/t/instspc.dir/dest-lcbrack + cd './{' + r=ok + ../configure --prefix '/{-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-lcbrack + file='./{' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/{' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-lcbrack/{-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/{' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/./{-prefix/foo/libbase.a' + description='lcbrack in builddir' + expected_to_fail build lcbrack + case $1 in + is_in_list lcbrack squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=lcbrack + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'lcbrack in builddir' + set +x ok 55 - lcbrack in builddir PASS: t/instspc.tap 55 - lcbrack in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './{' /automake-1.15/t/instspc.dir/dest-lcbrack + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './{' /automake-1.15/t/instspc.dir/dest-lcbrack + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-lcbrack + dest='/automake-1.15/t/instspc.dir/dest-lcbrack/{' + mkdir build-lcbrack + cd build-lcbrack + r=ok + ../configure --prefix '/{-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-lcbrack/{' + file='./{' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-lcbrack' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-lcbrack/{/{-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-lcbrack' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-lcbrack/{/./{-prefix/foo/libbase.a' + description='lcbrack in destdir' + expected_to_fail dest lcbrack + case $1 in + is_in_list lcbrack squote dquote bquote sharp dollar linefeed a_lf_b + item=lcbrack + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'lcbrack in destdir' + set +x ok 56 - lcbrack in destdir PASS: t/instspc.tap 56 - lcbrack in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-lcbrack '/automake-1.15/t/instspc.dir/dest-lcbrack/{' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-lcbrack '/automake-1.15/t/instspc.dir/dest-lcbrack/{' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__rcbrack}' ++ test_string='}' + test 'x}' = x + mkdir './}' + case $test_string in + for where in build dest + case $where in + build='./}' + dest=/automake-1.15/t/instspc.dir/dest-rcbrack + cd './}' + r=ok + ../configure --prefix '/}-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-rcbrack + file='./}' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/}' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-rcbrack/}-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/}' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/./}-prefix/foo/libbase.a' + description='rcbrack in builddir' + expected_to_fail build rcbrack + case $1 in + is_in_list rcbrack squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=rcbrack + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'rcbrack in builddir' + set +x ok 57 - rcbrack in builddir PASS: t/instspc.tap 57 - rcbrack in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './}' /automake-1.15/t/instspc.dir/dest-rcbrack + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './}' /automake-1.15/t/instspc.dir/dest-rcbrack + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-rcbrack + dest='/automake-1.15/t/instspc.dir/dest-rcbrack/}' + mkdir build-rcbrack + cd build-rcbrack + r=ok + ../configure --prefix '/}-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-rcbrack/}' + file='./}' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-rcbrack' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-rcbrack/}/}-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-rcbrack' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-rcbrack/}/./}-prefix/foo/libbase.a' + description='rcbrack in destdir' + expected_to_fail dest rcbrack + case $1 in + is_in_list rcbrack squote dquote bquote sharp dollar linefeed a_lf_b + item=rcbrack + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'rcbrack in destdir' + set +x ok 58 - rcbrack in destdir PASS: t/instspc.tap 58 - rcbrack in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-rcbrack '/automake-1.15/t/instspc.dir/dest-rcbrack/}' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-rcbrack '/automake-1.15/t/instspc.dir/dest-rcbrack/}' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__space}' ++ test_string=' ' + test 'x ' = x + mkdir './ ' + case $test_string in + for where in build dest + case $where in + build='./ ' + dest=/automake-1.15/t/instspc.dir/dest-space + cd './ ' + r=ok + ../configure --prefix '/ -prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-space + file='./ ' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/ ' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-space/ -prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/ ' test -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-space/./ -prefix/foo/libbase.a' + description='space in builddir' + expected_to_fail build space + case $1 in + is_in_list space squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=space + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'space in builddir' + set +x ok 59 - space in builddir PASS: t/instspc.tap 59 - space in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './ ' /automake-1.15/t/instspc.dir/dest-space + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './ ' /automake-1.15/t/instspc.dir/dest-space + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-space + dest='/automake-1.15/t/instspc.dir/dest-space/ ' + mkdir build-space + cd build-space + r=ok + ../configure --prefix '/ -prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-space/ ' + file='./ ' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-space' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-space/ / -prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-space' test -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-space/ /./ -prefix/foo/libbase.a' + description='space in destdir' + expected_to_fail dest space + case $1 in + is_in_list space squote dquote bquote sharp dollar linefeed a_lf_b + item=space + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'space in destdir' + set +x ok 60 - space in destdir PASS: t/instspc.tap 60 - space in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-space '/automake-1.15/t/instspc.dir/dest-space/ ' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-space '/automake-1.15/t/instspc.dir/dest-space/ ' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__tab}' ++ test_string=' ' + test 'x ' = x + mkdir './ ' + case $test_string in + for where in build dest + case $where in + build='./ ' + dest=/automake-1.15/t/instspc.dir/dest-tab + cd './ ' + r=ok + ../configure --prefix '/ -prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-tab + file='./ ' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/ ' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-tab/ -prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/ ' test -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-tab/./ -prefix/foo/libbase.a' + description='tab in builddir' + expected_to_fail build tab + case $1 in + is_in_list tab squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=tab + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'tab in builddir' + set +x ok 61 - tab in builddir PASS: t/instspc.tap 61 - tab in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './ ' /automake-1.15/t/instspc.dir/dest-tab + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './ ' /automake-1.15/t/instspc.dir/dest-tab + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-tab + dest='/automake-1.15/t/instspc.dir/dest-tab/ ' + mkdir build-tab + cd build-tab + r=ok + ../configure --prefix '/ -prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-tab/ ' + file='./ ' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-tab' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-tab/ / -prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-tab' test -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-tab/ /./ -prefix/foo/libbase.a' + description='tab in destdir' + expected_to_fail dest tab + case $1 in + is_in_list tab squote dquote bquote sharp dollar linefeed a_lf_b + item=tab + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'tab in destdir' + set +x ok 62 - tab in destdir PASS: t/instspc.tap 62 - tab in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-tab '/automake-1.15/t/instspc.dir/dest-tab/ ' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-tab '/automake-1.15/t/instspc.dir/dest-tab/ ' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__linefeed}' ++ test_string=' ' + test 'x ' = x + mkdir './ ' + case $test_string in + for where in build dest + case $where in + build='./ ' + dest=/automake-1.15/t/instspc.dir/dest-linefeed + cd './ ' + r=ok + ../configure --prefix '/ -prefix' configure: error: pwd does not report name of working directory + r='not ok' + description='linefeed in builddir' + expected_to_fail build linefeed + case $1 in + is_in_list linefeed squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=linefeed + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'linefeed in builddir' + set +x not ok 63 - linefeed in builddir # TODO long-standing limitation XFAIL: t/instspc.tap 63 - linefeed in builddir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-linefeed + dest='/automake-1.15/t/instspc.dir/dest-linefeed/ ' + mkdir build-linefeed + cd build-linefeed + r=ok + ../configure --prefix '/ -prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all Makefile:321: *** missing separator. Stop. + r='not ok' + description='linefeed in destdir' + expected_to_fail dest linefeed + case $1 in + is_in_list linefeed squote dquote bquote sharp dollar linefeed a_lf_b + item=linefeed + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'linefeed in destdir' + set +x not ok 64 - linefeed in destdir # TODO long-standing limitation XFAIL: t/instspc.tap 64 - linefeed in destdir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__backspace}' ++ test_string=$'\b' + test $'x\b' = x + mkdir $'./\b' + case $test_string in + for where in build dest + case $where in + build=$'./\b' + dest=/automake-1.15/t/instspc.dir/dest-backspace + cd $'./\b' + r=ok + ../configure --prefix $'/\b-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-backspace + file=$'./\b' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-backspace/-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/' test -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-backspace/./-prefix/foo/libbase.a' + description='backspace in builddir' + expected_to_fail build backspace + case $1 in + is_in_list backspace squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=backspace + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'backspace in builddir' + set +x ok 65 - backspace in builddir PASS: t/instspc.tap 65 - backspace in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ $'./\b' /automake-1.15/t/instspc.dir/dest-backspace + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl $'./\b' /automake-1.15/t/instspc.dir/dest-backspace + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-backspace + dest=$'/automake-1.15/t/instspc.dir/dest-backspace/\b' + mkdir build-backspace + cd build-backspace + r=ok + ../configure --prefix $'/\b-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=$'/automake-1.15/t/instspc.dir/dest-backspace/\b' + file=$'./\b' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-backspace' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-backspace//-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-backspace' test -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-backspace//./-prefix/foo/libbase.a' + description='backspace in destdir' + expected_to_fail dest backspace + case $1 in + is_in_list backspace squote dquote bquote sharp dollar linefeed a_lf_b + item=backspace + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'backspace in destdir' + set +x ok 66 - backspace in destdir PASS: t/instspc.tap 66 - backspace in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-backspace $'/automake-1.15/t/instspc.dir/dest-backspace/\b' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-backspace $'/automake-1.15/t/instspc.dir/dest-backspace/\b' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__formfeed}' ++ test_string=$'\f' + test $'x\f' = x + mkdir $'./\f' + case $test_string in + for where in build dest + case $where in + build=$'./\f' + dest=/automake-1.15/t/instspc.dir/dest-formfeed + cd $'./\f' + r=ok + ../configure --prefix $'/\f-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-formfeed + file=$'./\f' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/ ' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-formfeed/ -prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/ ' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/./ -prefix/foo/libbase.a' + description='formfeed in builddir' + expected_to_fail build formfeed + case $1 in + is_in_list formfeed squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=formfeed + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'formfeed in builddir' + set +x ok 67 - formfeed in builddir PASS: t/instspc.tap 67 - formfeed in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ $'./\f' /automake-1.15/t/instspc.dir/dest-formfeed + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl $'./\f' /automake-1.15/t/instspc.dir/dest-formfeed + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-formfeed + dest=$'/automake-1.15/t/instspc.dir/dest-formfeed/\f' + mkdir build-formfeed + cd build-formfeed + r=ok + ../configure --prefix $'/\f-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=$'/automake-1.15/t/instspc.dir/dest-formfeed/\f' + file=$'./\f' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-formfeed' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-formfeed/ / -prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-formfeed' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-formfeed/ /./ -prefix/foo/libbase.a' + description='formfeed in destdir' + expected_to_fail dest formfeed + case $1 in + is_in_list formfeed squote dquote bquote sharp dollar linefeed a_lf_b + item=formfeed + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'formfeed in destdir' + set +x ok 68 - formfeed in destdir PASS: t/instspc.tap 68 - formfeed in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-formfeed $'/automake-1.15/t/instspc.dir/dest-formfeed/\f' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-formfeed $'/automake-1.15/t/instspc.dir/dest-formfeed/\f' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__carriageret}' ++ test_string=$'\r' + test $'x\r' = x + mkdir $'./\r' + case $test_string in + for where in build dest + case $where in + build=$'./\r' + dest=/automake-1.15/t/instspc.dir/dest-carriageret + cd $'./\r' + r=ok + ../configure --prefix $'/\r-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-carriageret + file=$'./\r' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/ ' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-carriageret/ -prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/ ' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/./ -prefix/foo/libbase.a' + description='carriageret in builddir' + expected_to_fail build carriageret + case $1 in + is_in_list carriageret squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=carriageret + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'carriageret in builddir' + set +x ok 69 - carriageret in builddir PASS: t/instspc.tap 69 - carriageret in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ $'./\r' /automake-1.15/t/instspc.dir/dest-carriageret + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl $'./\r' /automake-1.15/t/instspc.dir/dest-carriageret + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-carriageret + dest=$'/automake-1.15/t/instspc.dir/dest-carriageret/\r' + mkdir build-carriageret + cd build-carriageret + r=ok + ../configure --prefix $'/\r-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=$'/automake-1.15/t/instspc.dir/dest-carriageret/\r' + file=$'./\r' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-carriageret' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-carriageret/ / -prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-carriageret' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-carriageret/ /./ -prefix/foo/libbase.a' + description='carriageret in destdir' + expected_to_fail dest carriageret + case $1 in + is_in_list carriageret squote dquote bquote sharp dollar linefeed a_lf_b + item=carriageret + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'carriageret in destdir' + set +x ok 70 - carriageret in destdir PASS: t/instspc.tap 70 - carriageret in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-carriageret $'/automake-1.15/t/instspc.dir/dest-carriageret/\r' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-carriageret $'/automake-1.15/t/instspc.dir/dest-carriageret/\r' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__quadrigraph0}' ++ test_string='@&t@' + test 'x@&t@' = x + mkdir './@&t@' + case $test_string in + for where in build dest + case $where in + build='./@&t@' + dest=/automake-1.15/t/instspc.dir/dest-quadrigraph0 + cd './@&t@' + r=ok + ../configure --prefix '/@&address@hidden' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... configure: error: unsafe absolute working directory name + r='not ok' + description='quadrigraph0 in builddir' + expected_to_fail build quadrigraph0 + case $1 in + is_in_list quadrigraph0 squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=quadrigraph0 + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'quadrigraph0 in builddir' + set +x not ok 71 - quadrigraph0 in builddir # TODO long-standing limitation XFAIL: t/instspc.tap 71 - quadrigraph0 in builddir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-quadrigraph0 + dest='/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@' + mkdir build-quadrigraph0 + cd build-quadrigraph0 + r=ok + ../configure --prefix '/@&address@hidden' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@' + file='./@&t@' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-quadrigraph0' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/@&address@hidden/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-quadrigraph0' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@/./@&address@hidden/foo/libbase.a' + description='quadrigraph0 in destdir' + expected_to_fail dest quadrigraph0 + case $1 in + is_in_list quadrigraph0 squote dquote bquote sharp dollar linefeed a_lf_b + item=quadrigraph0 + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'quadrigraph0 in destdir' + set +x ok 72 - quadrigraph0 in destdir PASS: t/instspc.tap 72 - quadrigraph0 in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-quadrigraph0 '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-quadrigraph0 '/automake-1.15/t/instspc.dir/dest-quadrigraph0/@&t@' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__quadrigraph1}' ++ test_string='@<:@' + test 'x@<:@' = x + mkdir './@<:@' + case $test_string in + cd './@<:@' + for where in build dest + case $where in + build='./@<:@' + dest=/automake-1.15/t/instspc.dir/dest-quadrigraph1 + cd './@<:@' + r=ok + ../configure --prefix '/@<:@-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-quadrigraph1 + file='./@<:@' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/@<:@' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/@<:@' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/./@<:@-prefix/foo/libbase.a' + description='quadrigraph1 in builddir' + expected_to_fail build quadrigraph1 + case $1 in + is_in_list quadrigraph1 squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=quadrigraph1 + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'quadrigraph1 in builddir' + set +x ok 73 - quadrigraph1 in builddir PASS: t/instspc.tap 73 - quadrigraph1 in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './@<:@' /automake-1.15/t/instspc.dir/dest-quadrigraph1 + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './@<:@' /automake-1.15/t/instspc.dir/dest-quadrigraph1 + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-quadrigraph1 + dest='/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@' + mkdir build-quadrigraph1 + cd build-quadrigraph1 + r=ok + ../configure --prefix '/@<:@-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@' + file='./@<:@' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-quadrigraph1' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/@<:@-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-quadrigraph1' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@/./@<:@-prefix/foo/libbase.a' + description='quadrigraph1 in destdir' + expected_to_fail dest quadrigraph1 + case $1 in + is_in_list quadrigraph1 squote dquote bquote sharp dollar linefeed a_lf_b + item=quadrigraph1 + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'quadrigraph1 in destdir' + set +x ok 74 - quadrigraph1 in destdir PASS: t/instspc.tap 74 - quadrigraph1 in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-quadrigraph1 '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-quadrigraph1 '/automake-1.15/t/instspc.dir/dest-quadrigraph1/@<:@' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__quadrigraph2}' ++ test_string='@:>@' + test 'x@:>@' = x + mkdir './@:>@' + case $test_string in + cd './@:>@' + for where in build dest + case $where in + build='./@:>@' + dest=/automake-1.15/t/instspc.dir/dest-quadrigraph2 + cd './@:>@' + r=ok + ../configure --prefix '/@:>@-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-quadrigraph2 + file='./@:>@' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/@:>@' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/@:>@' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/./@:>@-prefix/foo/libbase.a' + description='quadrigraph2 in builddir' + expected_to_fail build quadrigraph2 + case $1 in + is_in_list quadrigraph2 squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=quadrigraph2 + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'quadrigraph2 in builddir' + set +x ok 75 - quadrigraph2 in builddir PASS: t/instspc.tap 75 - quadrigraph2 in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './@:>@' /automake-1.15/t/instspc.dir/dest-quadrigraph2 + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './@:>@' /automake-1.15/t/instspc.dir/dest-quadrigraph2 + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-quadrigraph2 + dest='/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@' + mkdir build-quadrigraph2 + cd build-quadrigraph2 + r=ok + ../configure --prefix '/@:>@-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@' + file='./@:>@' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-quadrigraph2' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/@:>@-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-quadrigraph2' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@/./@:>@-prefix/foo/libbase.a' + description='quadrigraph2 in destdir' + expected_to_fail dest quadrigraph2 + case $1 in + is_in_list quadrigraph2 squote dquote bquote sharp dollar linefeed a_lf_b + item=quadrigraph2 + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'quadrigraph2 in destdir' + set +x ok 76 - quadrigraph2 in destdir PASS: t/instspc.tap 76 - quadrigraph2 in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-quadrigraph2 '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-quadrigraph2 '/automake-1.15/t/instspc.dir/dest-quadrigraph2/@:>@' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__quadrigraph3}' ++ test_string='@S|@' + test 'address@hidden|@' = x + mkdir './@S|@' + case $test_string in + for where in build dest + case $where in + build='./@S|@' + dest=/automake-1.15/t/instspc.dir/dest-quadrigraph3 + cd './@S|@' + r=ok + ../configure --prefix '/@S|@-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-quadrigraph3 + file='./@S|@' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/@S|@' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/@S|@' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/./@S|@-prefix/foo/libbase.a' + description='quadrigraph3 in builddir' + expected_to_fail build quadrigraph3 + case $1 in + is_in_list quadrigraph3 squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=quadrigraph3 + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'quadrigraph3 in builddir' + set +x ok 77 - quadrigraph3 in builddir PASS: t/instspc.tap 77 - quadrigraph3 in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './@S|@' /automake-1.15/t/instspc.dir/dest-quadrigraph3 + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './@S|@' /automake-1.15/t/instspc.dir/dest-quadrigraph3 + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-quadrigraph3 + dest='/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@' + mkdir build-quadrigraph3 + cd build-quadrigraph3 + r=ok + ../configure --prefix '/@S|@-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@' + file='./@S|@' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-quadrigraph3' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/@S|@-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-quadrigraph3' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@/./@S|@-prefix/foo/libbase.a' + description='quadrigraph3 in destdir' + expected_to_fail dest quadrigraph3 + case $1 in + is_in_list quadrigraph3 squote dquote bquote sharp dollar linefeed a_lf_b + item=quadrigraph3 + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'quadrigraph3 in destdir' + set +x ok 78 - quadrigraph3 in destdir PASS: t/instspc.tap 78 - quadrigraph3 in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-quadrigraph3 '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-quadrigraph3 '/automake-1.15/t/instspc.dir/dest-quadrigraph3/@S|@' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__quadrigraph4}' ++ address@hidden:@ + test address@hidden:@ = x + mkdir ./@%:@ + case $test_string in + cd ./@%:@ + for where in build dest + case $where in + build=./@%:@ + dest=/automake-1.15/t/instspc.dir/dest-quadrigraph4 + cd ./@%:@ + r=ok + ../configure --prefix /@%:@-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-quadrigraph4 + file=./@%:@ + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/@%:@' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/@%:@' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/./@%:@-prefix/foo/libbase.a' + description='quadrigraph4 in builddir' + expected_to_fail build quadrigraph4 + case $1 in + is_in_list quadrigraph4 squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=quadrigraph4 + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'quadrigraph4 in builddir' + set +x ok 79 - quadrigraph4 in builddir PASS: t/instspc.tap 79 - quadrigraph4 in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ ./@%:@ /automake-1.15/t/instspc.dir/dest-quadrigraph4 + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl ./@%:@ /automake-1.15/t/instspc.dir/dest-quadrigraph4 + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-quadrigraph4 + dest=/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@ + mkdir build-quadrigraph4 + cd build-quadrigraph4 + r=ok + ../configure --prefix /@%:@-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@ + file=./@%:@ + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-quadrigraph4' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/@%:@-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-quadrigraph4' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@/./@%:@-prefix/foo/libbase.a' + description='quadrigraph4 in destdir' + expected_to_fail dest quadrigraph4 + case $1 in + is_in_list quadrigraph4 squote dquote bquote sharp dollar linefeed a_lf_b + item=quadrigraph4 + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'quadrigraph4 in destdir' + set +x ok 80 - quadrigraph4 in destdir PASS: t/instspc.tap 80 - quadrigraph4 in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-quadrigraph4 /automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@ + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-quadrigraph4 /automake-1.15/t/instspc.dir/dest-quadrigraph4/@%:@ + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__a_b}' ++ test_string='a b' + test 'xa b' = x + mkdir './a b' + case $test_string in + for where in build dest + case $where in + build='./a b' + dest=/automake-1.15/t/instspc.dir/dest-a_b + cd './a b' + r=ok + ../configure --prefix '/a b-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-a_b + file='./a b' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/a b' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-a_b/a b-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/a b' test -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-a_b/./a b-prefix/foo/libbase.a' + description='a_b in builddir' + expected_to_fail build a_b + case $1 in + is_in_list a_b squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=a_b + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'a_b in builddir' + set +x ok 81 - a_b in builddir PASS: t/instspc.tap 81 - a_b in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './a b' /automake-1.15/t/instspc.dir/dest-a_b + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './a b' /automake-1.15/t/instspc.dir/dest-a_b + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-a_b + dest='/automake-1.15/t/instspc.dir/dest-a_b/a b' + mkdir build-a_b + cd build-a_b + r=ok + ../configure --prefix '/a b-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-a_b/a b' + file='./a b' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-a_b' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-a_b/a b/a b-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-a_b' test -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-a_b/a b/./a b-prefix/foo/libbase.a' + description='a_b in destdir' + expected_to_fail dest a_b + case $1 in + is_in_list a_b squote dquote bquote sharp dollar linefeed a_lf_b + item=a_b + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'a_b in destdir' + set +x ok 82 - a_b in destdir PASS: t/instspc.tap 82 - a_b in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-a_b '/automake-1.15/t/instspc.dir/dest-a_b/a b' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-a_b '/automake-1.15/t/instspc.dir/dest-a_b/a b' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__a__b}' ++ test_string='a b' + test 'xa b' = x + mkdir './a b' + case $test_string in + for where in build dest + case $where in + build='./a b' + dest=/automake-1.15/t/instspc.dir/dest-a__b + cd './a b' + r=ok + ../configure --prefix '/a b-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-a__b + file='./a b' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/a b' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-a__b/a b-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/a b' test -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-a__b/./a b-prefix/foo/libbase.a' + description='a__b in builddir' + expected_to_fail build a__b + case $1 in + is_in_list a__b squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=a__b + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'a__b in builddir' + set +x ok 83 - a__b in builddir PASS: t/instspc.tap 83 - a__b in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './a b' /automake-1.15/t/instspc.dir/dest-a__b + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './a b' /automake-1.15/t/instspc.dir/dest-a__b + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-a__b + dest='/automake-1.15/t/instspc.dir/dest-a__b/a b' + mkdir build-a__b + cd build-a__b + r=ok + ../configure --prefix '/a b-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-a__b/a b' + file='./a b' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-a__b' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-a__b/a b/a b-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-a__b' test -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-a__b/a b/./a b-prefix/foo/libbase.a' + description='a__b in destdir' + expected_to_fail dest a__b + case $1 in + is_in_list a__b squote dquote bquote sharp dollar linefeed a_lf_b + item=a__b + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'a__b in destdir' + set +x ok 84 - a__b in destdir PASS: t/instspc.tap 84 - a__b in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-a__b '/automake-1.15/t/instspc.dir/dest-a__b/a b' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-a__b '/automake-1.15/t/instspc.dir/dest-a__b/a b' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__a_lf_b}' ++ test_string='a b' + test 'xa b' = x + mkdir './a b' + case $test_string in + for where in build dest + case $where in + build='./a b' + dest=/automake-1.15/t/instspc.dir/dest-a_lf_b + cd './a b' + r=ok + ../configure --prefix '/a b-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... configure: error: unsafe absolute working directory name + r='not ok' + description='a_lf_b in builddir' + expected_to_fail build a_lf_b + case $1 in + is_in_list a_lf_b squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=a_lf_b + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'a_lf_b in builddir' + set +x not ok 85 - a_lf_b in builddir # TODO long-standing limitation XFAIL: t/instspc.tap 85 - a_lf_b in builddir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-a_lf_b + dest='/automake-1.15/t/instspc.dir/dest-a_lf_b/a b' + mkdir build-a_lf_b + cd build-a_lf_b + r=ok + ../configure --prefix '/a b-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all Makefile:321: *** missing separator. Stop. + r='not ok' + description='a_lf_b in destdir' + expected_to_fail dest a_lf_b + case $1 in + is_in_list a_lf_b squote dquote bquote sharp dollar linefeed a_lf_b + item=a_lf_b + shift + case " $* " in + return 0 + directive=TODO + reason='long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'a_lf_b in destdir' + set +x not ok 86 - a_lf_b in destdir # TODO long-standing limitation XFAIL: t/instspc.tap 86 - a_lf_b in destdir # TODO long-standing limitation + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test 'not ok' = ok + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__dotdotdot}' ++ test_string=... + test x... = x + mkdir ./... + case $test_string in + for where in build dest + case $where in + build=./... + dest=/automake-1.15/t/instspc.dir/dest-dotdotdot + cd ./... + r=ok + ../configure --prefix /...-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-dotdotdot + file=./... + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/...' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-dotdotdot/...-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/...' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/./...-prefix/foo/libbase.a' + description='dotdotdot in builddir' + expected_to_fail build dotdotdot + case $1 in + is_in_list dotdotdot squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=dotdotdot + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'dotdotdot in builddir' + set +x ok 87 - dotdotdot in builddir PASS: t/instspc.tap 87 - dotdotdot in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ ./... /automake-1.15/t/instspc.dir/dest-dotdotdot + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl ./... /automake-1.15/t/instspc.dir/dest-dotdotdot + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-dotdotdot + dest=/automake-1.15/t/instspc.dir/dest-dotdotdot/... + mkdir build-dotdotdot + cd build-dotdotdot + r=ok + ../configure --prefix /...-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-dotdotdot/... + file=./... + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-dotdotdot' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-dotdotdot/.../...-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-dotdotdot' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-dotdotdot/..././...-prefix/foo/libbase.a' + description='dotdotdot in destdir' + expected_to_fail dest dotdotdot + case $1 in + is_in_list dotdotdot squote dquote bquote sharp dollar linefeed a_lf_b + item=dotdotdot + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'dotdotdot in destdir' + set +x ok 88 - dotdotdot in destdir PASS: t/instspc.tap 88 - dotdotdot in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-dotdotdot /automake-1.15/t/instspc.dir/dest-dotdotdot/... + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-dotdotdot /automake-1.15/t/instspc.dir/dest-dotdotdot/... + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__dosdrive}' ++ test_string=a: + test xa: = x + mkdir ./a: + case $test_string in + cd ./a: + for where in build dest + case $where in + build=./a: + dest=/automake-1.15/t/instspc.dir/dest-dosdrive + cd ./a: + r=ok + ../configure --prefix /a:-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-dosdrive + file=./a: + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/a:' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-dosdrive/a:-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/a:' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/./a:-prefix/foo/libbase.a' + description='dosdrive in builddir' + expected_to_fail build dosdrive + case $1 in + is_in_list dosdrive squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=dosdrive + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'dosdrive in builddir' + set +x ok 89 - dosdrive in builddir PASS: t/instspc.tap 89 - dosdrive in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ ./a: /automake-1.15/t/instspc.dir/dest-dosdrive + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl ./a: /automake-1.15/t/instspc.dir/dest-dosdrive + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-dosdrive + dest=/automake-1.15/t/instspc.dir/dest-dosdrive/a: + mkdir build-dosdrive + cd build-dosdrive + r=ok + ../configure --prefix /a:-prefix checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-dosdrive/a: + file=./a: + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-dosdrive' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/a:-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-dosdrive' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-dosdrive/a:/./a:-prefix/foo/libbase.a' + description='dosdrive in destdir' + expected_to_fail dest dosdrive + case $1 in + is_in_list dosdrive squote dquote bquote sharp dollar linefeed a_lf_b + item=dosdrive + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'dosdrive in destdir' + set +x ok 90 - dosdrive in destdir PASS: t/instspc.tap 90 - dosdrive in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-dosdrive /automake-1.15/t/instspc.dir/dest-dosdrive/a: + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-dosdrive /automake-1.15/t/instspc.dir/dest-dosdrive/a: + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__miscglob1}' ++ test_string='?[a-z]*' + test 'x?[a-z]*' = x + mkdir './?[a-z]*' + case $test_string in + for where in build dest + case $where in + build='./?[a-z]*' + dest=/automake-1.15/t/instspc.dir/dest-miscglob1 + cd './?[a-z]*' + r=ok + ../configure --prefix '/?[a-z]*-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-miscglob1 + file='./?[a-z]*' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/?[a-z]*' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/?[a-z]*' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/./?[a-z]*-prefix/foo/libbase.a' + description='miscglob1 in builddir' + expected_to_fail build miscglob1 + case $1 in + is_in_list miscglob1 squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=miscglob1 + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'miscglob1 in builddir' + set +x ok 91 - miscglob1 in builddir PASS: t/instspc.tap 91 - miscglob1 in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './?[a-z]*' /automake-1.15/t/instspc.dir/dest-miscglob1 + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './?[a-z]*' /automake-1.15/t/instspc.dir/dest-miscglob1 + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-miscglob1 + dest='/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*' + mkdir build-miscglob1 + cd build-miscglob1 + r=ok + ../configure --prefix '/?[a-z]*-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*' + file='./?[a-z]*' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-miscglob1' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/?[a-z]*-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-miscglob1' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*/./?[a-z]*-prefix/foo/libbase.a' + description='miscglob1 in destdir' + expected_to_fail dest miscglob1 + case $1 in + is_in_list miscglob1 squote dquote bquote sharp dollar linefeed a_lf_b + item=miscglob1 + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'miscglob1 in destdir' + set +x ok 92 - miscglob1 in destdir PASS: t/instspc.tap 92 - miscglob1 in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-miscglob1 '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-miscglob1 '/automake-1.15/t/instspc.dir/dest-miscglob1/?[a-z]*' + : For shells with busted 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=${instspc__miscglob2}' ++ test_string='.*?[0-9]' + test 'x.*?[0-9]' = x + mkdir './.*?[0-9]' + case $test_string in + for where in build dest + case $where in + build='./.*?[0-9]' + dest=/automake-1.15/t/instspc.dir/dest-miscglob2 + cd './.*?[0-9]' + r=ok + ../configure --prefix '/.*?[0-9]-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR=/automake-1.15/t/instspc.dir/dest-miscglob2 + file='./.*?[0-9]' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/.*?[0-9]' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/.*?[0-9]' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/./.*?[0-9]-prefix/foo/libbase.a' + description='miscglob2 in builddir' + expected_to_fail build miscglob2 + case $1 in + is_in_list miscglob2 squote dquote bquote sharp dollar bslash ampersand linefeed quadrigraph0 a_lf_b + item=miscglob2 + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'miscglob2 in builddir' + set +x ok 93 - miscglob2 in builddir PASS: t/instspc.tap 93 - miscglob2 in builddir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ './.*?[0-9]' /automake-1.15/t/instspc.dir/dest-miscglob2 + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl './.*?[0-9]' /automake-1.15/t/instspc.dir/dest-miscglob2 + : For shells with busted 'set -e.' + for where in build dest + case $where in + build=build-miscglob2 + dest='/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]' + mkdir build-miscglob2 + cd build-miscglob2 + r=ok + ../configure --prefix '/.*?[0-9]-prefix' checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make all gcc -DPACKAGE_NAME=\"instspc\" -DPACKAGE_TARNAME=\"instspc\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instspc\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instspc\" -DVERSION=\"1.0\" -I. -I.. -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o ../source.c mv -f .deps/source.Tpo .deps/source.Po rm -f sub/libbase.a ar cru sub/libbase.a source.o ranlib sub/libbase.a rm -f sub/libnobase.a ar cru sub/libnobase.a source.o ranlib sub/libnobase.a gcc -g -O2 -o sub/base source.o gcc -g -O2 -o sub/nobase source.o + DESTDIR='/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]' + file='./.*?[0-9]' + make test-inst make[1]: Entering directory '/automake-1.15/t/instspc.dir/build-miscglob2' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/install -c ../sub/base.sh '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/install -c -m 644 sub/libbase.a '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' ( cd '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' && ranlib libbase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/install -c sub/base '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo/sub/' /tools/bin/install -c ../sub/nobase.sh '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo/sub' /tools/bin/install -c -m 644 sub/libnobase.a '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo/sub' ( cd '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' && ranlib sub/libnobase.a ) /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo/sub/' /tools/bin/install -c sub/nobase '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo/sub/' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.dat '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/install -c -m 644 ../sub/base.h '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.dat '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo/sub' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo' /tools/bin/mkdir -p '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo/sub' /tools/bin/install -c -m 644 ../sub/nobase.h '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/.*?[0-9]-prefix/foo/sub' make[1]: Leaving directory '/automake-1.15/t/instspc.dir/build-miscglob2' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/sub/nobase.h' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/nobase.h' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/base.h' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/sub/nobase.dat' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/nobase.dat' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/base.dat' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/sub/nobase.sh' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/nobase.sh' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/base.sh' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/sub/nobase' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/nobase' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/base' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/sub/libnobase.a' test ! -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/libnobase.a' test -f '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]/./.*?[0-9]-prefix/foo/libbase.a' + description='miscglob2 in destdir' + expected_to_fail dest miscglob2 + case $1 in + is_in_list miscglob2 squote dquote bquote sharp dollar linefeed a_lf_b + item=miscglob2 + shift + case " $* " in + return 1 + directive= + reason= + result_ ok -D '' -r '' -- 'miscglob2 in destdir' + set +x ok 94 - miscglob2 in destdir PASS: t/instspc.tap 94 - miscglob2 in destdir + cd /automake-1.15/t/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + test ok = ok + rm_rf_ build-miscglob2 '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]' + test 2 -gt 0 + /usr/bin/perl /automake-1.15/t/ax/deltree.pl build-miscglob2 '/automake-1.15/t/instspc.dir/dest-miscglob2/.*?[0-9]' + : For shells with busted 'set -e.' + : + am_exit_trap 0 + exit_status=0 + set +e + cd /automake-1.15 + test tap = tap + test 94 = later + test 0 -eq 0 + test 77 -eq 94 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x SKIP: t/aclocal-install-fail ============================ SKIP t/aclocal-install-fail.sh (exit status: 77) PASS: t/aclocal-macrodir ======================== Running from installcheck: no Test Protocol: tap PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/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=/automake-1.15/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::])' + aclocal-1.15 -Werror + /bin/grep -F 'm4_include([macro-dir/foo.m4])' aclocal.m4 m4_include([macro-dir/foo.m4]) + autoconf + not /bin/grep -F MY_FOO configure + /bin/grep -F MY_FOO configure + /bin/grep -F ::my::foo:: configure ::my::foo:: + test_end + test -z 'AC_CONFIG_MACRO_DIR is honored' + cd /automake-1.15/t/aclocal-macrodir.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIR is honored' + set +x ok 1 - AC_CONFIG_MACRO_DIR is honored PASS: t/aclocal-macrodir.tap 1 - AC_CONFIG_MACRO_DIR is honored + test -z '' + test ok = ok + rm -rf 1.d + 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 + aclocal-1.15 -Werror --install --system-acdir ./sys-dir aclocal-1.15: installing 'the-dir/my.m4' from 'sys-dir/my.m4' + diff sys-dir/my.m4 the-dir/my.m4 + test_end + test -z 'AC_CONFIG_MACRO_DIR([foo]) interaction with --install' + cd /automake-1.15/t/aclocal-macrodir.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIR([foo]) interaction with --install' + set +x ok 2 - AC_CONFIG_MACRO_DIR([foo]) interaction with --install PASS: t/aclocal-macrodir.tap 2 - AC_CONFIG_MACRO_DIR([foo]) interaction with --install + test -z '' + test ok = ok + rm -rf 2.d + 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::])' + aclocal-1.15 -Werror -I dir2 + /bin/grep -F 'm4_include([dir2/2.m4])' aclocal.m4 m4_include([dir2/2.m4]) + not /bin/grep -F 'm4_include([dir1/1.m4])' aclocal.m4 + /bin/grep -F 'm4_include([dir1/1.m4])' aclocal.m4 + autoconf + not /bin/grep -F ::ko::ko:: configure + /bin/grep -F ::ko::ko:: configure + /bin/grep -F ::ok::ok:: configure ::ok::ok:: + test_end + test -z ''\''-I'\'' option wins over AC_CONFIG_MACRO_DIR' + cd /automake-1.15/t/aclocal-macrodir.dir + result_ ok -D '' -- ''\''-I'\'' option wins over AC_CONFIG_MACRO_DIR' + set +x ok 3 - '-I' option wins over AC_CONFIG_MACRO_DIR PASS: t/aclocal-macrodir.tap 3 - '-I' option wins over AC_CONFIG_MACRO_DIR + test -z '' + test ok = ok + rm -rf 3.d + 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 + aclocal-1.15 -Werror --install --system-acdir ./acdir aclocal-1.15: installing 'foo/bar.m4' from 'acdir/bar.m4' + diff acdir/bar.m4 foo/bar.m4 + test_end + test -z 'AC_CONFIG_MACRO_DIR([foo]) can create directory '\''foo'\''' + cd /automake-1.15/t/aclocal-macrodir.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIR([foo]) can create directory '\''foo'\''' + set +x ok 4 - AC_CONFIG_MACRO_DIR([foo]) can create directory 'foo' PASS: t/aclocal-macrodir.tap 4 - AC_CONFIG_MACRO_DIR([foo]) can create directory 'foo' + test -z '' + test ok = ok + rm -rf 4.d + 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 + aclocal-1.15 -Werror -Wno-error + cat stderr aclocal-1.15: warning: couldn't open directory 'non-existent': No such file or directory + grep 'couldn'\''t open directory '\''non-existent'\''' stderr aclocal-1.15: warning: couldn't open directory 'non-existent': No such file or directory + test -f aclocal.m4 + rm -rf aclocal.m4 autom4te.cache + aclocal-1.15 -Werror -Werror -Wno-unsupported + test -f aclocal.m4 + test_end + test -z 'AC_CONFIG_MACRO_DIR([non-existent]) warns with -Wunsupported' + cd /automake-1.15/t/aclocal-macrodir.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIR([non-existent]) warns with -Wunsupported' + set +x ok 5 - AC_CONFIG_MACRO_DIR([non-existent]) warns with -Wunsupported PASS: t/aclocal-macrodir.tap 5 - AC_CONFIG_MACRO_DIR([non-existent]) warns with -Wunsupported + test -z '' + test ok = ok + rm -rf 5.d + 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 + aclocal-1.15 -Werror -Wno-error + cat stderr aclocal-1.15: warning: couldn't open directory 'not-exist': No such file or directory ++ grep -c 'couldn'\''t open directory '\''not-exist'\''' stderr + test 1 -eq 1 + test_end + test -z 'AC_CONFIG_MACRO_DIR([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + cd /automake-1.15/t/aclocal-macrodir.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIR([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + set +x ok 6 - AC_CONFIG_MACRO_DIR([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist PASS: t/aclocal-macrodir.tap 6 - AC_CONFIG_MACRO_DIR([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist + test -z '' + test ok = ok + rm -rf 6.d + 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 /automake-1.15 + test tap = tap + test 7 = later + test 0 -eq 0 + test 6 -eq 7 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x PASS: t/aclocal-macrodirs ========================= Running from installcheck: no Test Protocol: tap PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/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=/automake-1.15/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::])' + aclocal-1.15 -Werror + /bin/grep -F 'm4_include([macro-dir/foo.m4])' aclocal.m4 m4_include([macro-dir/foo.m4]) + autoconf + not /bin/grep -F MY_FOO configure + /bin/grep -F MY_FOO configure + /bin/grep -F ::my::foo:: configure ::my::foo:: + test_end + test -z 'AC_CONFIG_MACRO_DIRS is honored' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIRS is honored' + set +x ok 1 - AC_CONFIG_MACRO_DIRS is honored PASS: t/aclocal-macrodirs.tap 1 - AC_CONFIG_MACRO_DIRS is honored + test -z '' + test ok = ok + rm -rf 1.d + 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==])' + aclocal-1.15 -Werror + /bin/grep -F 'm4_include([dir1/foo.m4])' aclocal.m4 m4_include([dir1/foo.m4]) + /bin/grep -F 'm4_include([dir2/zap.m4])' aclocal.m4 m4_include([dir2/zap.m4]) + /bin/grep -F 'm4_include([dir3/0.m4])' aclocal.m4 m4_include([dir3/0.m4]) + autoconf + not /bin/grep -E 'MY_(FOO|BAR|BAZ)' configure + /bin/grep -E 'MY_(FOO|BAR|BAZ)' configure + /bin/grep -F ::my::foo:: configure ::my::foo:: + /bin/grep -F '!!my!!bar!!' configure !!my!!bar!! + /bin/grep -F ==my==baz== configure ==my==baz== + test_end + test -z 'AC_CONFIG_MACRO_DIRS several arguments' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIRS several arguments' + set +x ok 2 - AC_CONFIG_MACRO_DIRS several arguments PASS: t/aclocal-macrodirs.tap 2 - AC_CONFIG_MACRO_DIRS several arguments + test -z '' + test ok = ok + rm -rf 2.d + 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==])' + aclocal-1.15 -Werror + /bin/grep -F 'm4_include([dir1/foo.m4])' aclocal.m4 m4_include([dir1/foo.m4]) + /bin/grep -F 'm4_include([dir2/zap.m4])' aclocal.m4 m4_include([dir2/zap.m4]) + /bin/grep -F 'm4_include([dir3/0.m4])' aclocal.m4 m4_include([dir3/0.m4]) + autoconf + not /bin/grep -E 'MY_(FOO|BAR|BAZ)' configure + /bin/grep -E 'MY_(FOO|BAR|BAZ)' configure + /bin/grep -F ::my::foo:: configure ::my::foo:: + /bin/grep -F '!!my!!bar!!' configure !!my!!bar!! + /bin/grep -F ==my==baz== configure ==my==baz== + test_end + test -z 'AC_CONFIG_MACRO_DIRS several calls' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIRS several calls' + set +x ok 3 - AC_CONFIG_MACRO_DIRS several calls PASS: t/aclocal-macrodirs.tap 3 - AC_CONFIG_MACRO_DIRS several calls + test -z '' + test ok = ok + rm -rf 3.d + 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==])' + aclocal-1.15 -Werror + /bin/grep -F 'm4_include([dir1/foo.m4])' aclocal.m4 m4_include([dir1/foo.m4]) + /bin/grep -F 'm4_include([dir2/zap.m4])' aclocal.m4 m4_include([dir2/zap.m4]) + /bin/grep -F 'm4_include([dir3/0.m4])' aclocal.m4 m4_include([dir3/0.m4]) + autoconf + not /bin/grep -E 'MY_(FOO|BAR|BAZ)' configure + /bin/grep -E 'MY_(FOO|BAR|BAZ)' configure + /bin/grep -F ::my::foo:: configure ::my::foo:: + /bin/grep -F '!!my!!bar!!' configure !!my!!bar!! + /bin/grep -F ==my==baz== configure ==my==baz== + test_end + test -z 'AC_CONFIG_MACRO_DIRS extra whitespace' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIRS extra whitespace' + set +x ok 4 - AC_CONFIG_MACRO_DIRS extra whitespace PASS: t/aclocal-macrodirs.tap 4 - AC_CONFIG_MACRO_DIRS extra whitespace + test -z '' + test ok = ok + rm -rf 4.d + 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])' + aclocal-1.15 -Werror + /bin/grep -F 'm4_include([dir1/b.m4])' aclocal.m4 m4_include([dir1/b.m4]) + /bin/grep -F 'm4_include([dir2/1.m4])' aclocal.m4 m4_include([dir2/1.m4]) + /bin/grep -F 'm4_include([dir3/x.m4])' aclocal.m4 m4_include([dir3/x.m4]) ++ /bin/grep -F -c 'm4_include([dir1' aclocal.m4 + test 1 -eq 1 ++ /bin/grep -F -c 'm4_include([dir2' aclocal.m4 + test 1 -eq 1 ++ /bin/grep -F -c 'm4_include([dir3' aclocal.m4 + test 1 -eq 1 + autoconf + not /bin/grep -E 'MY_(FOO|BAR|BAZ)' configure + /bin/grep -E 'MY_(FOO|BAR|BAZ)' configure + /bin/grep -F OK-Foo configure OK-Foo + /bin/grep -F OK-Bar configure OK-Bar + /bin/grep -F OK-Baz configure OK-Baz + not /bin/grep -F KO- configure + /bin/grep -F KO- configure + test_end + test -z 'AC_CONFIG_MACRO_DIRS precedence' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIRS precedence' + set +x ok 5 - AC_CONFIG_MACRO_DIRS precedence PASS: t/aclocal-macrodirs.tap 5 - AC_CONFIG_MACRO_DIRS precedence + test -z '' + test ok = ok + rm -rf 5.d + 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 + aclocal-1.15 -Werror --install --system-acdir ./sys-dir aclocal-1.15: installing 'the-dir/my.m4' from 'sys-dir/my.m4' + diff sys-dir/my.m4 the-dir/my.m4 + test_end + test -z 'AC_CONFIG_MACRO_DIRS interaction with --install' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIRS interaction with --install' + set +x ok 6 - AC_CONFIG_MACRO_DIRS interaction with --install PASS: t/aclocal-macrodirs.tap 6 - AC_CONFIG_MACRO_DIRS interaction with --install + test -z '' + test ok = ok + rm -rf 6.d + 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 + aclocal-1.15 -Werror --install --system-acdir ./sys-dir aclocal-1.15: installing 'dir1/my.m4' from 'sys-dir/my.m4' + diff sys-dir/my.m4 dir1/my.m4 + test '!' -e dir2/my.m4 + /bin/grep -F 'm4_include([dir1/my.m4])' aclocal.m4 m4_include([dir1/my.m4]) + /bin/grep -F 'm4_include([dir2/zap.m4])' aclocal.m4 m4_include([dir2/zap.m4]) + test_end + test -z 'several AC_CONFIG_MACRO_DIRS arguments and --install' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- 'several AC_CONFIG_MACRO_DIRS arguments and --install' + set +x ok 7 - several AC_CONFIG_MACRO_DIRS arguments and --install PASS: t/aclocal-macrodirs.tap 7 - several AC_CONFIG_MACRO_DIRS arguments and --install + test -z '' + test ok = ok + rm -rf 7.d + 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 + aclocal-1.15 -Werror --install --system-acdir ./sys-dir aclocal-1.15: installing 'dir1/my.m4' from 'sys-dir/my.m4' + diff sys-dir/my.m4 dir1/my.m4 + test '!' -e dir2/my.m4 + /bin/grep -F 'm4_include([dir1/my.m4])' aclocal.m4 m4_include([dir1/my.m4]) + /bin/grep -F 'm4_include([dir2/zap.m4])' aclocal.m4 m4_include([dir2/zap.m4]) + test_end + test -z 'several AC_CONFIG_MACRO_DIRS calls and --install' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- 'several AC_CONFIG_MACRO_DIRS calls and --install' + set +x ok 8 - several AC_CONFIG_MACRO_DIRS calls and --install PASS: t/aclocal-macrodirs.tap 8 - several AC_CONFIG_MACRO_DIRS calls and --install + test -z '' + test ok = ok + rm -rf 8.d + 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::])' + aclocal-1.15 -Werror -I dir2 + /bin/grep -F 'm4_include([dir2/2.m4])' aclocal.m4 m4_include([dir2/2.m4]) + not /bin/grep -F 'm4_include([dir1/1.m4])' aclocal.m4 + /bin/grep -F 'm4_include([dir1/1.m4])' aclocal.m4 + autoconf + not /bin/grep -F ::ko::ko:: configure + /bin/grep -F ::ko::ko:: configure + /bin/grep -F ::ok::ok:: configure ::ok::ok:: + test_end + test -z ''\''-I'\'' option wins over AC_CONFIG_MACRO_DIRS' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- ''\''-I'\'' option wins over AC_CONFIG_MACRO_DIRS' + set +x ok 9 - '-I' option wins over AC_CONFIG_MACRO_DIRS PASS: t/aclocal-macrodirs.tap 9 - '-I' option wins over AC_CONFIG_MACRO_DIRS + test -z '' + test ok = ok + rm -rf 9.d + 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 + aclocal-1.15 -Werror --install --system-acdir ./acdir aclocal-1.15: installing 'foo/bar.m4' from 'acdir/bar.m4' + diff acdir/bar.m4 foo/bar.m4 + test_end + test -z 'AC_CONFIG_MACRO_DIRS([foo]) can create directory '\''foo'\''' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIRS([foo]) can create directory '\''foo'\''' + set +x ok 10 - AC_CONFIG_MACRO_DIRS([foo]) can create directory 'foo' PASS: t/aclocal-macrodirs.tap 10 - AC_CONFIG_MACRO_DIRS([foo]) can create directory 'foo' + test -z '' + test ok = ok + rm -rf 10.d + 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 + aclocal-1.15 -Werror -Wno-error + cat stderr aclocal-1.15: warning: couldn't open directory 'non-existent': No such file or directory + grep 'couldn'\''t open directory '\''non-existent'\''' stderr aclocal-1.15: warning: couldn't open directory 'non-existent': No such file or directory + test -f aclocal.m4 + rm -rf aclocal.m4 autom4te.cache + aclocal-1.15 -Werror -Werror -Wno-unsupported + test -f aclocal.m4 + test_end + test -z 'AC_CONFIG_MACRO_DIRS([non-existent]) warns (1)' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIRS([non-existent]) warns (1)' + set +x ok 11 - AC_CONFIG_MACRO_DIRS([non-existent]) warns (1) PASS: t/aclocal-macrodirs.tap 11 - AC_CONFIG_MACRO_DIRS([non-existent]) warns (1) + test -z '' + test ok = ok + rm -rf 11.d + 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 aclocal-1.15 -Werror + cat stderr + aclocal-1.15 -Werror aclocal-1.15: error: couldn't open directory 'dir-ko': No such file or directory + grep 'couldn'\''t open directory '\''dir-ko'\''' stderr aclocal-1.15: error: couldn't open directory 'dir-ko': No such file or directory + not grep dir-ok stderr + grep dir-ok stderr + test '!' -e aclocal.m4 + test_end + test -z 'AC_CONFIG_MACRO_DIRS([non-existent]) warns (2)' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIRS([non-existent]) warns (2)' + set +x ok 12 - AC_CONFIG_MACRO_DIRS([non-existent]) warns (2) PASS: t/aclocal-macrodirs.tap 12 - AC_CONFIG_MACRO_DIRS([non-existent]) warns (2) + test -z '' + test ok = ok + rm -rf 12.d + 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 aclocal-1.15 -Werror -Wnone --install + cat stderr + aclocal-1.15 -Werror -Wnone --install aclocal-1.15: error: couldn't open directory 'dir-ko': No such file or directory + grep 'couldn'\''t open directory '\''dir-ko'\''' stderr aclocal-1.15: error: couldn't open directory 'dir-ko': No such file or directory + test '!' -e dir-ko + test_end + test -z 'AC_CONFIG_MACRO_DIRS([existent non-existent]) errors out' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIRS([existent non-existent]) errors out' + set +x ok 13 - AC_CONFIG_MACRO_DIRS([existent non-existent]) errors out PASS: t/aclocal-macrodirs.tap 13 - AC_CONFIG_MACRO_DIRS([existent non-existent]) errors out + test -z '' + test ok = ok + rm -rf 13.d + 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 + aclocal-1.15 -Werror -Wno-error + cat stderr aclocal-1.15: warning: couldn't open directory 'not-exist': No such file or directory ++ grep -c 'couldn'\''t open directory '\''not-exist'\''' stderr + test 1 -eq 1 + test_end + test -z 'AC_CONFIG_MACRO_DIRS([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + cd /automake-1.15/t/aclocal-macrodirs.dir + result_ ok -D '' -- 'AC_CONFIG_MACRO_DIRS([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist' + set +x ok 14 - AC_CONFIG_MACRO_DIRS([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist PASS: t/aclocal-macrodirs.tap 14 - AC_CONFIG_MACRO_DIRS([not-exist]) and ACLOCAL_AMFLAGS = -I not-exist + test -z '' + test ok = ok + rm -rf 14.d + 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 /automake-1.15 + test tap = tap + test 15 = later + test 0 -eq 0 + test 14 -eq 15 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL: t/all ============ Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/all.dir + targets='all install-exec install-data uninstall' + echo 'all install-exec install-data uninstall:' + sed -e 's/[ :]/-local&/g' + cat Makefile.am all-local install-exec-local install-data-local uninstall-local: + aclocal-1.15 -Werror + automake-1.15 --foreign -Werror -Wall + for target in '$targets' + grep all-local Makefile.in all-local install-exec-local install-data-local uninstall-local: + grep 'all-am:.*all-local' Makefile.in + am_exit_trap 1 + exit_status=1 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/all.sh (exit status: 1) SKIP: t/amhello-cross-compile ============================= amhello-cross-compile: running i586-mingw32msvc-gcc --version /automake-1.15/t/ax/am-test-lib.sh: line 982: i586-mingw32msvc-gcc: command not found SKIP t/amhello-cross-compile.sh (exit status: 77) SKIP: t/ar-lib5a ================ ar-lib5a: running lib -out:defstest.lib /automake-1.15/t/ax/am-test-lib.sh: line 862: lib: command not found SKIP t/ar-lib5a.sh (exit status: 77) PASS: t/auxdir-computed ======================= Running from installcheck: no Test Protocol: tap PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/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 aclocal-1.15 -Werror + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_=aclocal + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + aclocal-1.15 -Werror + result_ ok -D '' -r '' -- aclocal + set +x ok 1 - aclocal PASS: t/auxdir-computed.tap 1 - aclocal + command_ok_ 'automake -a' -D TODO -r 'long-standing limitation' automake-1.15 --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.15 --foreign -Werror -Wall -a configure.ac:2: error: required directory ./$foo does not exist configure.ac:3: error: installing '$foo/install-sh'; error while making link: No such file or directory configure.ac:3: error: installing '$foo/missing'; error while making link: No such file or directory + 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.15 --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.15 --foreign -Werror -Wall configure.ac:2: error: required directory ./$foo does not exist configure.ac:3: error: required file '$foo/install-sh' not found configure.ac:3: 'automake --add-missing' can install 'install-sh' configure.ac:3: error: required file '$foo/missing' not found configure.ac:3: 'automake --add-missing' can install 'missing' + 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 /automake-1.15 + test tap = tap + test 3 = later + test 0 -eq 0 + test 1 -eq 3 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL: t/auxdir-pr19311 ======================= Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/auxdir-pr19311.dir + cat + : + mkdir build-aux + aclocal-1.15 -Werror + automake-1.15 --foreign -Werror -Wall -a configure.ac:2: installing 'build-aux/compile' configure.ac:4: installing 'build-aux/install-sh' configure.ac:4: installing 'build-aux/missing' + autoconf + test -f build-aux/compile + test -f build-aux/install-sh + ./configure checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.." + am_exit_trap 1 + exit_status=1 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/auxdir-pr19311.sh (exit status: 1) FAIL: t/check12 =============== check12: running runtest SOMEPROGRAM=someprogram --version WARNING: Couldn't find the global config file. DejaGnu version 1.6 Expect version 5.45 Tcl version 8.6 Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/check12.dir + cat + cat + cat + cat + chmod +x a.test b.test + cat + A_EXIT_STATUS=0 + export A_EXIT_STATUS + B_EXIT_STATUS=0 + export B_EXIT_STATUS + cat + cat + NAIL=nail + export NAIL + cat + chmod +x hammer spanner + mkdir hammer.test spanner.test + cat + cat + cat + CHECKLOCAL_EXIT_STATUS=0 + export CHECKLOCAL_EXIT_STATUS + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall --add-missing parallel-tests: installing './test-driver' + for vpath in : false + : + srcdir=.. + mkdir build + cd build + test -f config.status + ../configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12.dir/build' Making a new site.exp file ... srcdir='..'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=../hammer SPANNER=../spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:50 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../hammer.test/hammer.exp ... === hammer Summary === # of expected passes 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:50 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[2]: Entering directory '/automake-1.15/t/check12.dir/build' PASS: a.test PASS: b.test ============================================================================ Testsuite summary for check12 1.0 ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[2]: Leaving directory '/automake-1.15/t/check12.dir/build' case $CHECKLOCAL_EXIT_STATUS in \ 0) echo 'check-local succeeded :-)';; \ *) echo 'check-local failed :-(';; \ esac >local.log exit $CHECKLOCAL_EXIT_STATUS make[1]: Leaving directory '/automake-1.15/t/check12.dir/build' + test -f hammer.log + test -f hammer.sum + test -f spanner.log + test -f spanner.sum + test x '!=' xyes + test -f test-suite.log + test -f a.log + test -f b.log + grep 'check-local succeeded :-)' local.log check-local succeeded :-) + cp -f config.status config-status.sav + make distclean test -z "local.log" || rm -f local.log test -z "a.log b.log" || rm -f a.log b.log test -z "a.trs b.trs" || rm -f a.trs b.trs test -z "test-suite.log" || rm -f test-suite.log rm -f site.exp site.bak l='hammer spanner'; for tool in $l; do \ rm -f $tool.sum $tool.log; \ done test -z "" || rm -f test . = ".." || test -z "" || rm -f rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile + test '!' -e hammer.log + test '!' -e hammer.sum + test '!' -e spanner.log + test '!' -e spanner.sum + test '!' -e test-suite.log + test '!' -e a.log + test '!' -e b.log + test '!' -e local.log + mv -f config-status.sav config.status + ./config.status config.status: creating Makefile + NAIL=screw + make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12.dir/build' Making a new site.exp file ... srcdir='..'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=../hammer SPANNER=../spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:50 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../hammer.test/hammer.exp ... FAIL: test_hammer === hammer Summary === # of unexpected failures 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:50 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[1]: *** [Makefile:467: check-DEJAGNU] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12.dir/build' make: *** [Makefile:817: check-am] Error 2 + test -f hammer.log + test -f hammer.sum + test -f spanner.log + test -f spanner.sum + grep 'FAIL: test_hammer' hammer.sum FAIL: test_hammer + grep FAIL: spanner.sum + B_EXIT_STATUS=1 + make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12.dir/build' srcdir='..'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=../hammer SPANNER=../spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:50 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../hammer.test/hammer.exp ... === hammer Summary === # of expected passes 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:50 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[2]: Entering directory '/automake-1.15/t/check12.dir/build' PASS: a.test FAIL: b.test ============================================================================ Testsuite summary for check12 1.0 ============================================================================ # TOTAL: 2 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log ============================================================================ make[2]: *** [Makefile:520: test-suite.log] Error 1 make[2]: Leaving directory '/automake-1.15/t/check12.dir/build' make[1]: *** [Makefile:628: check-TESTS] Error 2 make[1]: Leaving directory '/automake-1.15/t/check12.dir/build' make: *** [Makefile:817: check-am] Error 2 + test x '!=' xyes + cat test-suite.log =================================== check12 1.0: ./test-suite.log =================================== # TOTAL: 2 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: b ======= b.test: exit status: 1 FAIL b.test (exit status: 1) + cat a.log a.test: exit status: 0 PASS a.test (exit status: 0) + cat b.log b.test: exit status: 1 FAIL b.test (exit status: 1) + grep '^a\.test: exit status: 0$' a.log a.test: exit status: 0 + grep '^b\.test: exit status: 1$' b.log b.test: exit status: 1 + grep '^FAIL: b$' test-suite.log FAIL: b + grep '^b\.test: exit status: 1$' test-suite.log b.test: exit status: 1 + grep '^a\.test' test-suite.log + : For shells with busted 'set -e.' + CHECKLOCAL_EXIT_STATUS=1 + make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12.dir/build' srcdir='..'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=../hammer SPANNER=../spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:51 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../hammer.test/hammer.exp ... === hammer Summary === # of expected passes 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:51 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[2]: Entering directory '/automake-1.15/t/check12.dir/build' PASS: a.test PASS: b.test ============================================================================ Testsuite summary for check12 1.0 ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[2]: Leaving directory '/automake-1.15/t/check12.dir/build' case $CHECKLOCAL_EXIT_STATUS in \ 0) echo 'check-local succeeded :-)';; \ *) echo 'check-local failed :-(';; \ esac >local.log exit $CHECKLOCAL_EXIT_STATUS make[1]: *** [Makefile:945: check-local] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12.dir/build' make: *** [Makefile:817: check-am] Error 2 + grep 'check-local failed :-(' local.log check-local failed :-( + NAIL=screw + B_EXIT_STATUS=23 + CHECKLOCAL_EXIT_STATUS=1 + make -k check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12.dir/build' srcdir='..'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=../hammer SPANNER=../spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:51 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../hammer.test/hammer.exp ... FAIL: test_hammer === hammer Summary === # of unexpected failures 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:51 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[1]: *** [Makefile:467: check-DEJAGNU] Error 1 make[2]: Entering directory '/automake-1.15/t/check12.dir/build' PASS: a.test FAIL: b.test ============================================================================ Testsuite summary for check12 1.0 ============================================================================ # TOTAL: 2 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log ============================================================================ make[2]: *** [Makefile:520: test-suite.log] Error 1 make[2]: Leaving directory '/automake-1.15/t/check12.dir/build' make[1]: *** [Makefile:628: check-TESTS] Error 2 case $CHECKLOCAL_EXIT_STATUS in \ 0) echo 'check-local succeeded :-)';; \ *) echo 'check-local failed :-(';; \ esac >local.log exit $CHECKLOCAL_EXIT_STATUS make[1]: *** [Makefile:945: check-local] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12.dir/build' make: *** [Makefile:817: check-am] Error 2 make: Target 'check' not remade because of errors. + : + test -f hammer.log + test -f hammer.sum + test -f spanner.log + test -f spanner.sum + grep 'FAIL: test_hammer' hammer.sum FAIL: test_hammer + grep FAIL: spanner.sum + test x '!=' xyes + cat test-suite.log =================================== check12 1.0: ./test-suite.log =================================== # TOTAL: 2 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: b ======= b.test: exit status: 23 FAIL b.test (exit status: 23) + cat a.log a.test: exit status: 0 PASS a.test (exit status: 0) + cat b.log b.test: exit status: 23 FAIL b.test (exit status: 23) + grep '^a\.test: exit status: 0$' a.log a.test: exit status: 0 + grep '^b\.test: exit status: 23$' b.log b.test: exit status: 23 + grep '^FAIL: b$' test-suite.log FAIL: b + grep '^b\.test: exit status: 23$' test-suite.log b.test: exit status: 23 + grep '^a\.test' test-suite.log + : For shells with busted 'set -e.' + grep 'check-local failed :-(' local.log check-local failed :-( + cd .. + for vpath in : false + false + srcdir=. + test -f config.status + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12.dir' Making a new site.exp file ... srcdir='.'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=./hammer SPANNER=./spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:52 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./hammer.test/hammer.exp ... === hammer Summary === # of expected passes 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:52 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[2]: Entering directory '/automake-1.15/t/check12.dir' PASS: a.test PASS: b.test ============================================================================ Testsuite summary for check12 1.0 ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[2]: Leaving directory '/automake-1.15/t/check12.dir' case $CHECKLOCAL_EXIT_STATUS in \ 0) echo 'check-local succeeded :-)';; \ *) echo 'check-local failed :-(';; \ esac >local.log exit $CHECKLOCAL_EXIT_STATUS make[1]: Leaving directory '/automake-1.15/t/check12.dir' + test -f hammer.log + test -f hammer.sum + test -f spanner.log + test -f spanner.sum + test x '!=' xyes + test -f test-suite.log + test -f a.log + test -f b.log + grep 'check-local succeeded :-)' local.log check-local succeeded :-) + cp -f config.status config-status.sav + make distclean test -z "local.log" || rm -f local.log test -z "a.log b.log" || rm -f a.log b.log test -z "a.trs b.trs" || rm -f a.trs b.trs test -z "test-suite.log" || rm -f test-suite.log rm -f site.exp site.bak l='hammer spanner'; for tool in $l; do \ rm -f $tool.sum $tool.log; \ done test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile + test '!' -e hammer.log + test '!' -e hammer.sum + test '!' -e spanner.log + test '!' -e spanner.sum + test '!' -e test-suite.log + test '!' -e a.log + test '!' -e b.log + test '!' -e local.log + mv -f config-status.sav config.status + ./config.status config.status: creating Makefile + NAIL=screw + make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12.dir' Making a new site.exp file ... srcdir='.'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=./hammer SPANNER=./spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:53 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./hammer.test/hammer.exp ... FAIL: test_hammer === hammer Summary === # of unexpected failures 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:53 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[1]: *** [Makefile:467: check-DEJAGNU] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12.dir' make: *** [Makefile:817: check-am] Error 2 + test -f hammer.log + test -f hammer.sum + test -f spanner.log + test -f spanner.sum + grep 'FAIL: test_hammer' hammer.sum FAIL: test_hammer + grep FAIL: spanner.sum + B_EXIT_STATUS=1 + make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12.dir' srcdir='.'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=./hammer SPANNER=./spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:53 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./hammer.test/hammer.exp ... === hammer Summary === # of expected passes 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:53 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[2]: Entering directory '/automake-1.15/t/check12.dir' PASS: a.test FAIL: b.test ============================================================================ Testsuite summary for check12 1.0 ============================================================================ # TOTAL: 2 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log ============================================================================ make[2]: *** [Makefile:520: test-suite.log] Error 1 make[2]: Leaving directory '/automake-1.15/t/check12.dir' make[1]: *** [Makefile:628: check-TESTS] Error 2 make[1]: Leaving directory '/automake-1.15/t/check12.dir' make: *** [Makefile:817: check-am] Error 2 + test x '!=' xyes + cat test-suite.log =================================== check12 1.0: ./test-suite.log =================================== # TOTAL: 2 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: b ======= b.test: exit status: 1 FAIL b.test (exit status: 1) + cat a.log a.test: exit status: 0 PASS a.test (exit status: 0) + cat b.log b.test: exit status: 1 FAIL b.test (exit status: 1) + grep '^a\.test: exit status: 0$' a.log a.test: exit status: 0 + grep '^b\.test: exit status: 1$' b.log b.test: exit status: 1 + grep '^FAIL: b$' test-suite.log FAIL: b + grep '^b\.test: exit status: 1$' test-suite.log b.test: exit status: 1 + grep '^a\.test' test-suite.log + : For shells with busted 'set -e.' + CHECKLOCAL_EXIT_STATUS=1 + make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12.dir' srcdir='.'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=./hammer SPANNER=./spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:53 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./hammer.test/hammer.exp ... === hammer Summary === # of expected passes 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:53 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[2]: Entering directory '/automake-1.15/t/check12.dir' PASS: a.test PASS: b.test ============================================================================ Testsuite summary for check12 1.0 ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[2]: Leaving directory '/automake-1.15/t/check12.dir' case $CHECKLOCAL_EXIT_STATUS in \ 0) echo 'check-local succeeded :-)';; \ *) echo 'check-local failed :-(';; \ esac >local.log exit $CHECKLOCAL_EXIT_STATUS make[1]: *** [Makefile:945: check-local] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12.dir' make: *** [Makefile:817: check-am] Error 2 + grep 'check-local failed :-(' local.log check-local failed :-( + NAIL=screw + B_EXIT_STATUS=23 + CHECKLOCAL_EXIT_STATUS=1 + make -k check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12.dir' srcdir='.'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=./hammer SPANNER=./spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:53 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./hammer.test/hammer.exp ... FAIL: test_hammer === hammer Summary === # of unexpected failures 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:53 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[1]: *** [Makefile:467: check-DEJAGNU] Error 1 make[2]: Entering directory '/automake-1.15/t/check12.dir' PASS: a.test FAIL: b.test ============================================================================ Testsuite summary for check12 1.0 ============================================================================ # TOTAL: 2 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log ============================================================================ make[2]: *** [Makefile:520: test-suite.log] Error 1 make[2]: Leaving directory '/automake-1.15/t/check12.dir' make[1]: *** [Makefile:628: check-TESTS] Error 2 case $CHECKLOCAL_EXIT_STATUS in \ 0) echo 'check-local succeeded :-)';; \ *) echo 'check-local failed :-(';; \ esac >local.log exit $CHECKLOCAL_EXIT_STATUS make[1]: *** [Makefile:945: check-local] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12.dir' make: *** [Makefile:817: check-am] Error 2 make: Target 'check' not remade because of errors. + : + test -f hammer.log + test -f hammer.sum + test -f spanner.log + test -f spanner.sum + grep 'FAIL: test_hammer' hammer.sum FAIL: test_hammer + grep FAIL: spanner.sum + test x '!=' xyes + cat test-suite.log =================================== check12 1.0: ./test-suite.log =================================== # TOTAL: 2 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: b ======= b.test: exit status: 23 FAIL b.test (exit status: 23) + cat a.log a.test: exit status: 0 PASS a.test (exit status: 0) + cat b.log b.test: exit status: 23 FAIL b.test (exit status: 23) + grep '^a\.test: exit status: 0$' a.log a.test: exit status: 0 + grep '^b\.test: exit status: 23$' b.log b.test: exit status: 23 + grep '^FAIL: b$' test-suite.log FAIL: b + grep '^b\.test: exit status: 23$' test-suite.log b.test: exit status: 23 + grep '^a\.test' test-suite.log + : For shells with busted 'set -e.' + grep 'check-local failed :-(' local.log check-local failed :-( + cd . + make distcheck make dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/automake-1.15/t/check12.dir' if test -d "check12-1.0"; then find "check12-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "check12-1.0" || { sleep 5 && rm -rf "check12-1.0"; }; else :; fi test -d "check12-1.0" || mkdir "check12-1.0" test -n "" \ || find "check12-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/check12.dir/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "check12-1.0" tardir=check12-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >check12-1.0.tar.gz gzip: warning: GZIP environment variable is deprecated; use an alias or script make[1]: Leaving directory '/automake-1.15/t/check12.dir' if test -d "check12-1.0"; then find "check12-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "check12-1.0" || { sleep 5 && rm -rf "check12-1.0"; }; else :; fi case 'check12-1.0.tar.gz' in \ *.tar.gz*) \ GZIP=--best gzip -dc check12-1.0.tar.gz | ${TAR-tar} xf - ;;\ *.tar.bz2*) \ bzip2 -dc check12-1.0.tar.bz2 | ${TAR-tar} xf - ;;\ *.tar.lz*) \ lzip -dc check12-1.0.tar.lz | ${TAR-tar} xf - ;;\ *.tar.xz*) \ xz -dc check12-1.0.tar.xz | ${TAR-tar} xf - ;;\ *.tar.Z*) \ uncompress -c check12-1.0.tar.Z | ${TAR-tar} xf - ;;\ *.shar.gz*) \ GZIP=--best gzip -dc check12-1.0.shar.gz | unshar ;;\ *.zip*) \ unzip check12-1.0.zip ;;\ esac gzip: warning: GZIP environment variable is deprecated; use an alias or script chmod -R a-w check12-1.0 chmod u+w check12-1.0 mkdir check12-1.0/_build check12-1.0/_build/sub check12-1.0/_inst chmod a-w check12-1.0 test -d check12-1.0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd check12-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd check12-1.0/_build/sub \ && ../../configure \ \ \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf check12-1.0.tar.gz \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile make[1]: Entering directory '/automake-1.15/t/check12.dir/check12-1.0/_build/sub' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/automake-1.15/t/check12.dir/check12-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/check12.dir/check12-1.0/_build/sub' make[1]: Nothing to be done for 'dvi'. make[1]: Leaving directory '/automake-1.15/t/check12.dir/check12-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/check12.dir/check12-1.0/_build/sub' make check-DEJAGNU check-TESTS check-local make[2]: Entering directory '/automake-1.15/t/check12.dir/check12-1.0/_build/sub' Making a new site.exp file ... srcdir='../..'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=../../hammer SPANNER=../../spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:55 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../../hammer.test/hammer.exp ... ERROR: tcl error sourcing ../../hammer.test/hammer.exp. ERROR: couldn't execute "../../hammer": no such file or directory while executing "spawn $HAMMER" (file "../../hammer.test/hammer.exp" line 2) invoked from within "source ../../hammer.test/hammer.exp" ("uplevel" body line 1) invoked from within "uplevel #0 source ../../hammer.test/hammer.exp" invoked from within "catch "uplevel #0 source $test_file_name"" === hammer Summary === WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:41:55 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../../spanner.test/spanner.exp ... ERROR: tcl error sourcing ../../spanner.test/spanner.exp. ERROR: couldn't execute "../../spanner": no such file or directory while executing "spawn $SPANNER" (file "../../spanner.test/spanner.exp" line 2) invoked from within "source ../../spanner.test/spanner.exp" ("uplevel" body line 1) invoked from within "uplevel #0 source ../../spanner.test/spanner.exp" invoked from within "catch "uplevel #0 source $test_file_name"" === spanner Summary === make[2]: *** [Makefile:467: check-DEJAGNU] Error 1 make[2]: Leaving directory '/automake-1.15/t/check12.dir/check12-1.0/_build/sub' make[1]: *** [Makefile:817: check-am] Error 2 make[1]: Leaving directory '/automake-1.15/t/check12.dir/check12-1.0/_build/sub' make: *** [Makefile:740: distcheck] Error 1 + am_exit_trap 2 + exit_status=2 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 2 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x FAIL t/check12.sh (exit status: 2) SKIP: t/compile4 ================ compile4: running cl -? /automake-1.15/t/ax/am-test-lib.sh: line 779: cl: command not found SKIP t/compile4.sh (exit status: 77) SKIP: t/compile5 ================ Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/compile5.dir + get_shell_script compile + am_source=compile + am_target=compile + test '!' -f compile + rm -f compile + test x = xyes + cp -f /automake-1.15/lib/compile compile + sed 10q compile #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2014 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 + unset am_target am_source + cat + chmod +x ./cl + cat + : + cat + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall -a configure.ac:4: installing './config.guess' configure.ac:4: installing './config.sub' + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating check_host + . ./check_host ++ case 'linux-gnu' in ++ skip_ 'target OS is not MinGW' ++ warn_ 'compile5: skipped test: target OS is not MinGW' ++ echo 'compile5: skipped test: target OS is not MinGW' ++ _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 /automake-1.15 + 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 SKIP t/compile5.sh (exit status: 77) XFAIL: t/cond17 =============== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/cond17.dir + cat + cat + aclocal-1.15 -Werror + automake-1.15 --foreign -Werror -Wall -a Makefile.am: error: object 'foo.$(OBJEXT)' created by 'foo.cc' and 'foo.c' + am_exit_trap 1 + exit_status=1 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/cond17.sh (exit status: 1) PASS: t/cscope ============== Running from installcheck: no Test Protocol: tap PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/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=/automake-1.15/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; }' + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall -i -a + cscope -q --version ./t/cscope.tap: line 72: cscope: command not found + have_cscope=no + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 4.2.1 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + cd /automake-1.15/t/cscope.dir + pfx='relative VPATH' + mkdir build + cd build + my_configure .. + command_ok_ '[relative VPATH] configure' ../configure EMACS=no --with-lispdir=/who/cares + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='[relative VPATH] configure' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + ../configure EMACS=no --with-lispdir=/who/cares checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for emacs... no checking where .elc files should go... /who/cares checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating sub/Makefile + result_ ok -D '' -r '' -- '[relative VPATH] configure' + set +x ok 1 - [relative VPATH] configure PASS: t/cscope.tap 1 - [relative VPATH] configure + test_cscope + r=ok + make -n cscope rm -f cscope.files fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '0'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/automake-1.15/t/cscope.dir/build'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo cscopelist-recursive | sed s/-recursive//`; \ case "cscopelist-recursive" in \ distclean-* | maintainer-clean-*) list='sub' ;; \ *) list='sub' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" Making cscopelist in sub make[1]: Entering directory '/automake-1.15/t/cscope.dir/build/sub' /tools/bin/mkdir -p subsub echo 'int generated_subsub () { return 0; }' > subsub/gen.c list=' subsub/dist.c subsub/gen.c '; \ case "../../sub" in \ [\\/]* | ?:[\\/]*) sdir="../../sub" ;; \ *) sdir=sub/../../sub ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "sub/$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ../cscope.files make[1]: Leaving directory '/automake-1.15/t/cscope.dir/build/sub' make[1]: Entering directory '/automake-1.15/t/cscope.dir/build' list=' foo.c bar.cpp baz.f90 foo.el'; \ case ".." in \ [\\/]* | ?:[\\/]*) sdir=".." ;; \ *) sdir=./.. ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "./$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ./cscope.files make[1]: Leaving directory '/automake-1.15/t/cscope.dir/build' test ! -s cscope.files \ || cscope -b -q -i cscope.files + result_ ok '[relative VPATH] make -n cscope' + set +x ok 2 - [relative VPATH] make -n cscope PASS: t/cscope.tap 2 - [relative VPATH] make -n cscope + test no = no + touch cscope.files cscope.out cscope.in.out cscope.po.out + skip_row_ 3 -r 'no proper cscope program available' + skip_count_=3 + shift ++ seq_ 3 ++ case $# in ++ seq_first=1 ++ seq_incr=1 ++ seq_last=3 ++ i=1 ++ test 1 -le 3 ++ echo 1 ++ i=2 ++ test 2 -le 3 ++ echo 2 ++ i=3 ++ test 3 -le 3 ++ echo 3 ++ i=4 ++ test 4 -le 3 + for i_ in '$(seq_ $skip_count_)' + skip_ -r 'no proper cscope program available' + result_ ok -D SKIP -r 'no proper cscope program available' + set +x ok 3 # SKIP no proper cscope program available SKIP: t/cscope.tap 3 # SKIP no proper cscope program available + for i_ in '$(seq_ $skip_count_)' + skip_ -r 'no proper cscope program available' + result_ ok -D SKIP -r 'no proper cscope program available' + set +x ok 4 # SKIP no proper cscope program available SKIP: t/cscope.tap 4 # SKIP no proper cscope program available + for i_ in '$(seq_ $skip_count_)' + skip_ -r 'no proper cscope program available' + result_ ok -D SKIP -r 'no proper cscope program available' + set +x ok 5 # SKIP no proper cscope program available SKIP: t/cscope.tap 5 # SKIP no proper cscope program available + return 0 + test_cleanup + r=ok + test -f configure + make distcleancheck Making distclean in sub make[1]: Entering directory '/automake-1.15/t/cscope.dir/build/sub' test -z "bar" || rm -f bar test -z "subsub/gen.c" || rm -f subsub/gen.c rm -f *. rm -f subsub/*. rm -f *.tab.c test -z "" || rm -f test . = "../../sub" || test -z "" || rm -f rm -f subsub/.dirstamp rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[1]: Leaving directory '/automake-1.15/t/cscope.dir/build/sub' make[1]: Entering directory '/automake-1.15/t/cscope.dir/build' test -z "foo" || rm -f foo rm -f foo.elc rm -f *. rm -f *.tab.c test -z "" || rm -f test . = ".." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[1]: Leaving directory '/automake-1.15/t/cscope.dir/build' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile + test '!' -e cscope.files + test '!' -e cscope.out + test '!' -e cscope.in.out + test '!' -e cscope.po.out + result_ ok '[relative VPATH] make distcheck' + set +x ok 6 - [relative VPATH] make distcheck PASS: t/cscope.tap 6 - [relative VPATH] make distcheck + cd /automake-1.15/t/cscope.dir + pfx='absolute VPATH' + mkdir build2 + cd build2 + my_configure /automake-1.15/t/cscope.dir + command_ok_ '[absolute VPATH] configure' /automake-1.15/t/cscope.dir/configure EMACS=no --with-lispdir=/who/cares + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='[absolute VPATH] configure' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + /automake-1.15/t/cscope.dir/configure EMACS=no --with-lispdir=/who/cares checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for emacs... no checking where .elc files should go... /who/cares checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating sub/Makefile + result_ ok -D '' -r '' -- '[absolute VPATH] configure' + set +x ok 7 - [absolute VPATH] configure PASS: t/cscope.tap 7 - [absolute VPATH] configure + test_cscope + r=ok + make -n cscope rm -f cscope.files fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '0'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/automake-1.15/t/cscope.dir/build2'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo cscopelist-recursive | sed s/-recursive//`; \ case "cscopelist-recursive" in \ distclean-* | maintainer-clean-*) list='sub' ;; \ *) list='sub' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" Making cscopelist in sub make[1]: Entering directory '/automake-1.15/t/cscope.dir/build2/sub' /tools/bin/mkdir -p subsub echo 'int generated_subsub () { return 0; }' > subsub/gen.c list=' subsub/dist.c subsub/gen.c '; \ case "/automake-1.15/t/cscope.dir/sub" in \ [\\/]* | ?:[\\/]*) sdir="/automake-1.15/t/cscope.dir/sub" ;; \ *) sdir=sub//automake-1.15/t/cscope.dir/sub ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "sub/$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ../cscope.files make[1]: Leaving directory '/automake-1.15/t/cscope.dir/build2/sub' make[1]: Entering directory '/automake-1.15/t/cscope.dir/build2' list=' foo.c bar.cpp baz.f90 foo.el'; \ case "/automake-1.15/t/cscope.dir" in \ [\\/]* | ?:[\\/]*) sdir="/automake-1.15/t/cscope.dir" ;; \ *) sdir=.//automake-1.15/t/cscope.dir ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "./$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ./cscope.files make[1]: Leaving directory '/automake-1.15/t/cscope.dir/build2' test ! -s cscope.files \ || cscope -b -q -i cscope.files + result_ ok '[absolute VPATH] make -n cscope' + set +x ok 8 - [absolute VPATH] make -n cscope PASS: t/cscope.tap 8 - [absolute VPATH] make -n cscope + test no = no + touch cscope.files cscope.out cscope.in.out cscope.po.out + skip_row_ 3 -r 'no proper cscope program available' + skip_count_=3 + shift ++ seq_ 3 ++ case $# in ++ seq_first=1 ++ seq_incr=1 ++ seq_last=3 ++ i=1 ++ test 1 -le 3 ++ echo 1 ++ i=2 ++ test 2 -le 3 ++ echo 2 ++ i=3 ++ test 3 -le 3 ++ echo 3 ++ i=4 ++ test 4 -le 3 + for i_ in '$(seq_ $skip_count_)' + skip_ -r 'no proper cscope program available' + result_ ok -D SKIP -r 'no proper cscope program available' + set +x ok 9 # SKIP no proper cscope program available SKIP: t/cscope.tap 9 # SKIP no proper cscope program available + for i_ in '$(seq_ $skip_count_)' + skip_ -r 'no proper cscope program available' + result_ ok -D SKIP -r 'no proper cscope program available' + set +x ok 10 # SKIP no proper cscope program available SKIP: t/cscope.tap 10 # SKIP no proper cscope program available + for i_ in '$(seq_ $skip_count_)' + skip_ -r 'no proper cscope program available' + result_ ok -D SKIP -r 'no proper cscope program available' + set +x ok 11 # SKIP no proper cscope program available SKIP: t/cscope.tap 11 # SKIP no proper cscope program available + return 0 + test_cleanup + r=ok + test -f configure + make distcleancheck Making distclean in sub make[1]: Entering directory '/automake-1.15/t/cscope.dir/build2/sub' test -z "bar" || rm -f bar test -z "subsub/gen.c" || rm -f subsub/gen.c rm -f *. rm -f subsub/*. rm -f *.tab.c test -z "" || rm -f test . = "/automake-1.15/t/cscope.dir/sub" || test -z "" || rm -f rm -f subsub/.dirstamp rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[1]: Leaving directory '/automake-1.15/t/cscope.dir/build2/sub' make[1]: Entering directory '/automake-1.15/t/cscope.dir/build2' test -z "foo" || rm -f foo rm -f foo.elc rm -f *. rm -f *.tab.c test -z "" || rm -f test . = "/automake-1.15/t/cscope.dir" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[1]: Leaving directory '/automake-1.15/t/cscope.dir/build2' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile + test '!' -e cscope.files + test '!' -e cscope.out + test '!' -e cscope.in.out + test '!' -e cscope.po.out + result_ ok '[absolute VPATH] make distcheck' + set +x ok 12 - [absolute VPATH] make distcheck PASS: t/cscope.tap 12 - [absolute VPATH] make distcheck + cd /automake-1.15/t/cscope.dir + pfx='in-tree build' + my_configure . + command_ok_ '[in-tree build] configure' ./configure EMACS=no --with-lispdir=/who/cares + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='[in-tree build] configure' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + ./configure EMACS=no --with-lispdir=/who/cares checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for emacs... no checking where .elc files should go... /who/cares checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating sub/Makefile + result_ ok -D '' -r '' -- '[in-tree build] configure' + set +x ok 13 - [in-tree build] configure PASS: t/cscope.tap 13 - [in-tree build] configure + test_cscope + r=ok + make -n cscope rm -f cscope.files fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '0'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/automake-1.15/t/cscope.dir'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo cscopelist-recursive | sed s/-recursive//`; \ case "cscopelist-recursive" in \ distclean-* | maintainer-clean-*) list='sub' ;; \ *) list='sub' ;; \ esac; \ for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" Making cscopelist in sub make[1]: Entering directory '/automake-1.15/t/cscope.dir/sub' /tools/bin/mkdir -p subsub echo 'int generated_subsub () { return 0; }' > subsub/gen.c list=' subsub/dist.c subsub/gen.c '; \ case "." in \ [\\/]* | ?:[\\/]*) sdir="." ;; \ *) sdir=sub/. ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "sub/$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ../cscope.files make[1]: Leaving directory '/automake-1.15/t/cscope.dir/sub' make[1]: Entering directory '/automake-1.15/t/cscope.dir' list=' foo.c bar.cpp baz.f90 foo.el'; \ case "." in \ [\\/]* | ?:[\\/]*) sdir="." ;; \ *) sdir=./. ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "./$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ./cscope.files make[1]: Leaving directory '/automake-1.15/t/cscope.dir' test ! -s cscope.files \ || cscope -b -q -i cscope.files + result_ ok '[in-tree build] make -n cscope' + set +x ok 14 - [in-tree build] make -n cscope PASS: t/cscope.tap 14 - [in-tree build] make -n cscope + test no = no + touch cscope.files cscope.out cscope.in.out cscope.po.out + skip_row_ 3 -r 'no proper cscope program available' + skip_count_=3 + shift ++ seq_ 3 ++ case $# in ++ seq_first=1 ++ seq_incr=1 ++ seq_last=3 ++ i=1 ++ test 1 -le 3 ++ echo 1 ++ i=2 ++ test 2 -le 3 ++ echo 2 ++ i=3 ++ test 3 -le 3 ++ echo 3 ++ i=4 ++ test 4 -le 3 + for i_ in '$(seq_ $skip_count_)' + skip_ -r 'no proper cscope program available' + result_ ok -D SKIP -r 'no proper cscope program available' + set +x ok 15 # SKIP no proper cscope program available SKIP: t/cscope.tap 15 # SKIP no proper cscope program available + for i_ in '$(seq_ $skip_count_)' + skip_ -r 'no proper cscope program available' + result_ ok -D SKIP -r 'no proper cscope program available' + set +x ok 16 # SKIP no proper cscope program available SKIP: t/cscope.tap 16 # SKIP no proper cscope program available + for i_ in '$(seq_ $skip_count_)' + skip_ -r 'no proper cscope program available' + result_ ok -D SKIP -r 'no proper cscope program available' + set +x ok 17 # SKIP no proper cscope program available SKIP: t/cscope.tap 17 # SKIP no proper cscope program available + return 0 + test_cleanup + r=ok + test -f configure + make distclean Making distclean in sub make[1]: Entering directory '/automake-1.15/t/cscope.dir/sub' test -z "bar" || rm -f bar test -z "subsub/gen.c" || rm -f subsub/gen.c rm -f *. rm -f subsub/*. rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f subsub/.dirstamp rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[1]: Leaving directory '/automake-1.15/t/cscope.dir/sub' make[1]: Entering directory '/automake-1.15/t/cscope.dir' test -z "foo" || rm -f foo rm -f foo.elc rm -f *. rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[1]: Leaving directory '/automake-1.15/t/cscope.dir' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile + test '!' -e cscope.files + test '!' -e cscope.out + test '!' -e cscope.in.out + test '!' -e cscope.po.out + result_ ok '[in-tree build] make distcheck' + set +x ok 18 - [in-tree build] make distcheck PASS: t/cscope.tap 18 - [in-tree build] make distcheck + : + am_exit_trap 0 + exit_status=0 + set +e + cd /automake-1.15 + test tap = tap + test 18 = later + test 0 -eq 0 + test 9 -eq 18 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x SKIP: t/cscope3 =============== cscope3: running cscope --version /automake-1.15/t/ax/am-test-lib.sh: line 982: cscope: command not found SKIP t/cscope3.sh (exit status: 77) SKIP: t/destdir =============== SKIP t/destdir.sh (exit status: 77) PASS: t/dist-formats ==================== Running from installcheck: no Test Protocol: tap PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/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=/automake-1.15/t/dist-formats.dir + unset TAR + mkdir setup + cd setup + echo 'AC_INIT([x], [0]) AM_INIT_AUTOMAKE' + aclocal-1.15 -Werror + mv aclocal.m4 .. + cd .. + rm -rf setup + for MAKE_j4 in '"$MAKE -j4"' '"$MAKE -j 4"' false + echo all: + make -j4 -f - make: Nothing to be done for 'all'. + break + all_compression_formats='gzip lzip xz bzip2 zip' ++ for x in '$all_compression_formats' ++ setup_vars_for_compression_format gzip ++ tr ' ' ' ' ++ suffix=NONE ++ compressor=NONE ++ case $1 in ++ suffix=tar.gz ++ compressor=gzip ++ echo gzip ++ for x in '$all_compression_formats' ++ setup_vars_for_compression_format lzip ++ suffix=NONE ++ compressor=NONE ++ case $1 in ++ suffix=tar.lz ++ compressor=lzip ++ echo lzip ++ for x in '$all_compression_formats' ++ setup_vars_for_compression_format xz ++ suffix=NONE ++ compressor=NONE ++ case $1 in ++ suffix=tar.xz ++ compressor=xz ++ echo xz ++ for x in '$all_compression_formats' ++ setup_vars_for_compression_format bzip2 ++ suffix=NONE ++ compressor=NONE ++ case $1 in ++ suffix=tar.bz2 ++ compressor=bzip2 ++ echo bzip2 ++ for x in '$all_compression_formats' ++ setup_vars_for_compression_format zip ++ suffix=NONE ++ compressor=NONE ++ case $1 in ++ suffix=zip ++ compressor=zip ++ echo zip + all_compressors='gzip lzip xz bzip2 zip ' + echo All compressors: gzip lzip xz bzip2 zip All compressors: gzip lzip xz bzip2 zip ++ for c in '$all_compressors' ++ have_compressor gzip ++ tr ' ' ' ' ++ test 1 -eq 1 ++ test gzip = gzip ++ return 0 ++ for c in '$all_compressors' ++ have_compressor lzip ++ test 1 -eq 1 ++ test lzip = gzip ++ needed_programs=lzip ++ checker_option=--version ++ case $1 in ++ for p in '$needed_programs' ++ lzip --version ./t/dist-formats.tap: line 99: lzip: command not found ++ return 1 ++ echo lzip ++ for c in '$all_compressors' ++ have_compressor xz ++ test 1 -eq 1 ++ test xz = gzip ++ needed_programs=xz ++ checker_option=--version ++ case $1 in ++ for p in '$needed_programs' ++ xz --version xz (XZ Utils) 5.2.2 liblzma 5.2.2 ++ return 0 ++ for c in '$all_compressors' ++ have_compressor bzip2 ++ test 1 -eq 1 ++ test bzip2 = gzip ++ needed_programs=bzip2 ++ checker_option=--version ++ case $1 in ++ checker_option=--help ++ for p in '$needed_programs' ++ bzip2 --help bzip2, a block-sorting file compressor. Version 1.0.6, 6-Sept-2010. 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. ++ return 0 ++ for c in '$all_compressors' ++ have_compressor zip ++ test 1 -eq 1 ++ test zip = gzip ++ needed_programs=zip ++ checker_option=--version ++ case $1 in ++ checker_option=-v ++ needed_programs='zip unzip' ++ for p in '$needed_programs' ++ zip -v ./t/dist-formats.tap: line 99: zip: command not found ++ return 1 ++ echo zip + missing_compressors='lzip zip ' + echo Missing compressors: lzip zip Missing compressors: lzip zip + start_subtest defaults + name=defaults + shift + test -n defaults + test 0 -gt 0 ++ echo ++ tr , ' ' + ac_opts= ++ echo ++ tr , ' ' + am_opts= + mkdir defaults + cd defaults + 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 'AUTOMAKE_OPTIONS = ' + cp /automake-1.15/t/dist-formats.dir/aclocal.m4 /automake-1.15/lib/missing /automake-1.15/lib/install-sh . + command_ok_ 'default [automake]' automake-1.15 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='default [automake]' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.15 --foreign -Werror -Wall + result_ ok -D '' -r '' -- 'default [automake]' + set +x ok 1 - default [automake] PASS: t/dist-formats.tap 1 - default [automake] + command_ok_ 'default [autoconf]' autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='default [autoconf]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf + result_ ok -D '' -r '' -- 'default [autoconf]' + set +x ok 2 - default [autoconf] PASS: t/dist-formats.tap 2 - default [autoconf] + command_ok_ 'default [configure]' ./configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='default [configure]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + result_ ok -D '' -r '' -- 'default [configure]' + set +x ok 3 - default [configure] PASS: t/dist-formats.tap 3 - default [configure] + command_ok_ 'default [make distcheck]' make distcheck + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='default [make distcheck]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make distcheck make dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults' if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi test -d "defaults-1.0" || mkdir "defaults-1.0" test -n "" \ || find "defaults-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/defaults/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "defaults-1.0" tardir=defaults-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >defaults-1.0.tar.gz gzip: warning: GZIP environment variable is deprecated; use an alias or script make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults' if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi case 'defaults-1.0.tar.gz' in \ *.tar.gz*) \ GZIP=--best gzip -dc defaults-1.0.tar.gz | ${TAR-tar} xf - ;;\ *.tar.bz2*) \ bzip2 -dc defaults-1.0.tar.bz2 | ${TAR-tar} xf - ;;\ *.tar.lz*) \ lzip -dc defaults-1.0.tar.lz | ${TAR-tar} xf - ;;\ *.tar.xz*) \ xz -dc defaults-1.0.tar.xz | ${TAR-tar} xf - ;;\ *.tar.Z*) \ uncompress -c defaults-1.0.tar.Z | ${TAR-tar} xf - ;;\ *.shar.gz*) \ GZIP=--best gzip -dc defaults-1.0.shar.gz | unshar ;;\ *.zip*) \ unzip defaults-1.0.zip ;;\ esac gzip: warning: GZIP environment variable is deprecated; use an alias or script chmod -R a-w defaults-1.0 chmod u+w defaults-1.0 mkdir defaults-1.0/_build defaults-1.0/_build/sub defaults-1.0/_inst chmod a-w defaults-1.0 test -d defaults-1.0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd defaults-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd defaults-1.0/_build/sub \ && ../../configure \ \ \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf defaults-1.0.tar.gz \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Nothing to be done for 'dvi'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[2]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Nothing to be done for 'installcheck'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Nothing to be done for 'uninstall'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[2]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Nothing to be done for 'uninstall'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make dist-gzip am__post_remove_distdir='@:' make[2]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi test -d "defaults-1.0" || mkdir "defaults-1.0" test -n "" \ || find "defaults-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "defaults-1.0" tardir=defaults-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >defaults-1.0.tar.gz gzip: warning: GZIP environment variable is deprecated; use an alias or script make[2]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' test -z "" || rm -f test . = "../.." || test -z "" || rm -f rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/defaults/defaults-1.0/_build/sub' if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi ============================================== defaults-1.0 archives ready for distribution: defaults-1.0.tar.gz ============================================== + result_ ok -D '' -r '' -- 'default [make distcheck]' + set +x ok 4 - default [make distcheck] PASS: t/dist-formats.tap 4 - default [make distcheck] ++ ls defaults-1.0.tar.gz + command_ok_ ''\''make dist'\'' only builds *.tar.gz by default' test defaults-1.0.tar.gz = defaults-1.0.tar.gz + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_=''\''make dist'\'' only builds *.tar.gz by default' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + test defaults-1.0.tar.gz = defaults-1.0.tar.gz + result_ ok -D '' -r '' -- ''\''make dist'\'' only builds *.tar.gz by default' + set +x ok 5 - 'make dist' only builds *.tar.gz by default PASS: t/dist-formats.tap 5 - 'make dist' only builds *.tar.gz by default + rm -rf defaults-1.0.tar.gz + for fmt in '$all_compression_formats' + can_compress defaults gzip + test 2 -eq 2 + tarname=defaults + format=gzip + setup_vars_for_compression_format gzip + suffix=NONE + compressor=NONE + case $1 in + suffix=tar.gz + compressor=gzip + command_ok_ ''\''dist-gzip'\'' target always created' make -n dist-gzip + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_=''\''dist-gzip'\'' target always created' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + make -n dist-gzip if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi test -d "defaults-1.0" || mkdir "defaults-1.0" srcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \ list='./Makefile.am ./configure ./configure.ac ./aclocal.m4 ./Makefile.in install-sh missing '; \ dist_files=`for file in $list; do echo $file; done | \ sed -e "s|^$srcdirstrip/||;t" \ -e "s|^$topsrcdirstrip/|./|;t"`; \ case $dist_files in \ */*) /tools/bin/mkdir -p `echo "$dist_files" | \ sed '/\//!d;s|^|defaults-1.0/|;s,/[^/]*$,,' | \ sort -u` ;; \ esac; \ for file in $dist_files; do \ if test -f $file || test -d $file; then d=.; else d=.; fi; \ if test -d $d/$file; then \ dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \ if test -d "defaults-1.0/$file"; then \ find "defaults-1.0/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d ./$file && test $d != .; then \ cp -fpR ./$file "defaults-1.0$dir" || exit 1; \ find "defaults-1.0/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $d/$file "defaults-1.0$dir" || exit 1; \ else \ test -f "defaults-1.0/$file" \ || cp -p $d/$file "defaults-1.0/$file" \ || exit 1; \ fi; \ done test -n "" \ || find "defaults-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/defaults/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "defaults-1.0" tardir=defaults-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >defaults-1.0.tar.gz if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi + result_ ok -D '' -r '' -- ''\''dist-gzip'\'' target always created' + set +x ok 6 - 'dist-gzip' target always created PASS: t/dist-formats.tap 6 - 'dist-gzip' target always created + command_ok_if_have_compressor ''\''make dist-gzip'\'' work by default' eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' + have_compressor gzip + case " $missing_compressors " in + : + command_ok_ ''\''make dist-gzip'\'' work by default' eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_=''\''make dist-gzip'\'' work by default' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' ++ rm -rf '*defaults*' ++ make dist-gzip if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi test -d "defaults-1.0" || mkdir "defaults-1.0" test -n "" \ || find "defaults-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/defaults/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "defaults-1.0" tardir=defaults-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >defaults-1.0.tar.gz gzip: warning: GZIP environment variable is deprecated; use an alias or script if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi ++ test -f defaults-1.0.tar.gz ++ ls -l defaults-1.0.tar.gz -rw-r--r-- 1 root root 51008 May 1 16:42 defaults-1.0.tar.gz +++ echo defaults-1.0.tar.gz ++ test defaults-1.0.tar.gz = defaults-1.0.tar.gz + result_ ok -D '' -r '' -- ''\''make dist-gzip'\'' work by default' + set +x ok 7 - 'make dist-gzip' work by default PASS: t/dist-formats.tap 7 - 'make dist-gzip' work by default + unset suffix compressor format tarname + for fmt in '$all_compression_formats' + can_compress defaults lzip + test 2 -eq 2 + tarname=defaults + format=lzip + setup_vars_for_compression_format lzip + suffix=NONE + compressor=NONE + case $1 in + suffix=tar.lz + compressor=lzip + command_ok_ ''\''dist-lzip'\'' target always created' make -n dist-lzip + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_=''\''dist-lzip'\'' target always created' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + make -n dist-lzip if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi test -d "defaults-1.0" || mkdir "defaults-1.0" srcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \ list='./Makefile.am ./configure ./configure.ac ./aclocal.m4 ./Makefile.in install-sh missing '; \ dist_files=`for file in $list; do echo $file; done | \ sed -e "s|^$srcdirstrip/||;t" \ -e "s|^$topsrcdirstrip/|./|;t"`; \ case $dist_files in \ */*) /tools/bin/mkdir -p `echo "$dist_files" | \ sed '/\//!d;s|^|defaults-1.0/|;s,/[^/]*$,,' | \ sort -u` ;; \ esac; \ for file in $dist_files; do \ if test -f $file || test -d $file; then d=.; else d=.; fi; \ if test -d $d/$file; then \ dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \ if test -d "defaults-1.0/$file"; then \ find "defaults-1.0/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d ./$file && test $d != .; then \ cp -fpR ./$file "defaults-1.0$dir" || exit 1; \ find "defaults-1.0/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $d/$file "defaults-1.0$dir" || exit 1; \ else \ test -f "defaults-1.0/$file" \ || cp -p $d/$file "defaults-1.0/$file" \ || exit 1; \ fi; \ done test -n "" \ || find "defaults-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/defaults/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "defaults-1.0" tardir=defaults-1.0 && ${TAR-tar} chof - "$tardir" | lzip -c ${LZIP_OPT--9} >defaults-1.0.tar.lz if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi + result_ ok -D '' -r '' -- ''\''dist-lzip'\'' target always created' + set +x ok 8 - 'dist-lzip' target always created PASS: t/dist-formats.tap 8 - 'dist-lzip' target always created + command_ok_if_have_compressor ''\''make dist-lzip'\'' work by default' eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' + have_compressor lzip + case " $missing_compressors " in + false + skip_ -r ''\''lzip'\'' not available' ''\''make dist-lzip'\'' work by default' + result_ ok -D SKIP -r ''\''lzip'\'' not available' ''\''make dist-lzip'\'' work by default' + set +x ok 9 - 'make dist-lzip' work by default # SKIP 'lzip' not available SKIP: t/dist-formats.tap 9 - 'make dist-lzip' work by default # SKIP 'lzip' not available + unset suffix compressor format tarname + for fmt in '$all_compression_formats' + can_compress defaults xz + test 2 -eq 2 + tarname=defaults + format=xz + setup_vars_for_compression_format xz + suffix=NONE + compressor=NONE + case $1 in + suffix=tar.xz + compressor=xz + command_ok_ ''\''dist-xz'\'' target always created' make -n dist-xz + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_=''\''dist-xz'\'' target always created' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + make -n dist-xz if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi test -d "defaults-1.0" || mkdir "defaults-1.0" srcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \ list='./Makefile.am ./configure ./configure.ac ./aclocal.m4 ./Makefile.in install-sh missing '; \ dist_files=`for file in $list; do echo $file; done | \ sed -e "s|^$srcdirstrip/||;t" \ -e "s|^$topsrcdirstrip/|./|;t"`; \ case $dist_files in \ */*) /tools/bin/mkdir -p `echo "$dist_files" | \ sed '/\//!d;s|^|defaults-1.0/|;s,/[^/]*$,,' | \ sort -u` ;; \ esac; \ for file in $dist_files; do \ if test -f $file || test -d $file; then d=.; else d=.; fi; \ if test -d $d/$file; then \ dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \ if test -d "defaults-1.0/$file"; then \ find "defaults-1.0/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d ./$file && test $d != .; then \ cp -fpR ./$file "defaults-1.0$dir" || exit 1; \ find "defaults-1.0/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $d/$file "defaults-1.0$dir" || exit 1; \ else \ test -f "defaults-1.0/$file" \ || cp -p $d/$file "defaults-1.0/$file" \ || exit 1; \ fi; \ done test -n "" \ || find "defaults-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/defaults/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "defaults-1.0" tardir=defaults-1.0 && ${TAR-tar} chof - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >defaults-1.0.tar.xz if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi + result_ ok -D '' -r '' -- ''\''dist-xz'\'' target always created' + set +x ok 10 - 'dist-xz' target always created PASS: t/dist-formats.tap 10 - 'dist-xz' target always created + command_ok_if_have_compressor ''\''make dist-xz'\'' work by default' eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' + have_compressor xz + case " $missing_compressors " in + : + command_ok_ ''\''make dist-xz'\'' work by default' eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_=''\''make dist-xz'\'' work by default' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' ++ rm -rf defaults-1.0.tar.gz ++ make dist-xz if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi test -d "defaults-1.0" || mkdir "defaults-1.0" test -n "" \ || find "defaults-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/defaults/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "defaults-1.0" tardir=defaults-1.0 && ${TAR-tar} chof - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >defaults-1.0.tar.xz if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi ++ test -f defaults-1.0.tar.xz ++ ls -l defaults-1.0.tar.xz -rw-r--r-- 1 root root 40600 May 1 16:42 defaults-1.0.tar.xz +++ echo defaults-1.0.tar.xz ++ test defaults-1.0.tar.xz = defaults-1.0.tar.xz + result_ ok -D '' -r '' -- ''\''make dist-xz'\'' work by default' + set +x ok 11 - 'make dist-xz' work by default PASS: t/dist-formats.tap 11 - 'make dist-xz' work by default + unset suffix compressor format tarname + for fmt in '$all_compression_formats' + can_compress defaults bzip2 + test 2 -eq 2 + tarname=defaults + format=bzip2 + setup_vars_for_compression_format bzip2 + suffix=NONE + compressor=NONE + case $1 in + suffix=tar.bz2 + compressor=bzip2 + command_ok_ ''\''dist-bzip2'\'' target always created' make -n dist-bzip2 + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_=''\''dist-bzip2'\'' target always created' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + make -n dist-bzip2 if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi test -d "defaults-1.0" || mkdir "defaults-1.0" srcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \ list='./Makefile.am ./configure ./configure.ac ./aclocal.m4 ./Makefile.in install-sh missing '; \ dist_files=`for file in $list; do echo $file; done | \ sed -e "s|^$srcdirstrip/||;t" \ -e "s|^$topsrcdirstrip/|./|;t"`; \ case $dist_files in \ */*) /tools/bin/mkdir -p `echo "$dist_files" | \ sed '/\//!d;s|^|defaults-1.0/|;s,/[^/]*$,,' | \ sort -u` ;; \ esac; \ for file in $dist_files; do \ if test -f $file || test -d $file; then d=.; else d=.; fi; \ if test -d $d/$file; then \ dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \ if test -d "defaults-1.0/$file"; then \ find "defaults-1.0/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d ./$file && test $d != .; then \ cp -fpR ./$file "defaults-1.0$dir" || exit 1; \ find "defaults-1.0/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $d/$file "defaults-1.0$dir" || exit 1; \ else \ test -f "defaults-1.0/$file" \ || cp -p $d/$file "defaults-1.0/$file" \ || exit 1; \ fi; \ done test -n "" \ || find "defaults-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/defaults/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "defaults-1.0" tardir=defaults-1.0 && ${TAR-tar} chof - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >defaults-1.0.tar.bz2 if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi + result_ ok -D '' -r '' -- ''\''dist-bzip2'\'' target always created' + set +x ok 12 - 'dist-bzip2' target always created PASS: t/dist-formats.tap 12 - 'dist-bzip2' target always created + command_ok_if_have_compressor ''\''make dist-bzip2'\'' work by default' eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' + have_compressor bzip2 + case " $missing_compressors " in + : + command_ok_ ''\''make dist-bzip2'\'' work by default' eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_=''\''make dist-bzip2'\'' work by default' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' ++ rm -rf defaults-1.0.tar.xz ++ make dist-bzip2 if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi test -d "defaults-1.0" || mkdir "defaults-1.0" test -n "" \ || find "defaults-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/defaults/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "defaults-1.0" tardir=defaults-1.0 && ${TAR-tar} chof - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >defaults-1.0.tar.bz2 if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi ++ test -f defaults-1.0.tar.bz2 ++ ls -l defaults-1.0.tar.bz2 -rw-r--r-- 1 root root 42980 May 1 16:42 defaults-1.0.tar.bz2 +++ echo defaults-1.0.tar.bz2 ++ test defaults-1.0.tar.bz2 = defaults-1.0.tar.bz2 + result_ ok -D '' -r '' -- ''\''make dist-bzip2'\'' work by default' + set +x ok 13 - 'make dist-bzip2' work by default PASS: t/dist-formats.tap 13 - 'make dist-bzip2' work by default + unset suffix compressor format tarname + for fmt in '$all_compression_formats' + can_compress defaults zip + test 2 -eq 2 + tarname=defaults + format=zip + setup_vars_for_compression_format zip + suffix=NONE + compressor=NONE + case $1 in + suffix=zip + compressor=zip + command_ok_ ''\''dist-zip'\'' target always created' make -n dist-zip + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_=''\''dist-zip'\'' target always created' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + make -n dist-zip if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi test -d "defaults-1.0" || mkdir "defaults-1.0" srcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \ list='./Makefile.am ./configure ./configure.ac ./aclocal.m4 ./Makefile.in install-sh missing '; \ dist_files=`for file in $list; do echo $file; done | \ sed -e "s|^$srcdirstrip/||;t" \ -e "s|^$topsrcdirstrip/|./|;t"`; \ case $dist_files in \ */*) /tools/bin/mkdir -p `echo "$dist_files" | \ sed '/\//!d;s|^|defaults-1.0/|;s,/[^/]*$,,' | \ sort -u` ;; \ esac; \ for file in $dist_files; do \ if test -f $file || test -d $file; then d=.; else d=.; fi; \ if test -d $d/$file; then \ dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \ if test -d "defaults-1.0/$file"; then \ find "defaults-1.0/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d ./$file && test $d != .; then \ cp -fpR ./$file "defaults-1.0$dir" || exit 1; \ find "defaults-1.0/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $d/$file "defaults-1.0$dir" || exit 1; \ else \ test -f "defaults-1.0/$file" \ || cp -p $d/$file "defaults-1.0/$file" \ || exit 1; \ fi; \ done test -n "" \ || find "defaults-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/defaults/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "defaults-1.0" rm -f defaults-1.0.zip zip -rq defaults-1.0.zip defaults-1.0 if test -d "defaults-1.0"; then find "defaults-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "defaults-1.0" || { sleep 5 && rm -rf "defaults-1.0"; }; else :; fi + result_ ok -D '' -r '' -- ''\''dist-zip'\'' target always created' + set +x ok 14 - 'dist-zip' target always created PASS: t/dist-formats.tap 14 - 'dist-zip' target always created + command_ok_if_have_compressor ''\''make dist-zip'\'' work by default' eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' + have_compressor zip + case " $missing_compressors " in + false + skip_ -r ''\''zip'\'' not available' ''\''make dist-zip'\'' work by default' + result_ ok -D SKIP -r ''\''zip'\'' not available' ''\''make dist-zip'\'' work by default' + set +x ok 15 - 'make dist-zip' work by default # SKIP 'zip' not available SKIP: t/dist-formats.tap 15 - 'make dist-zip' work by default # SKIP 'zip' not available + unset suffix compressor format tarname + unset fmt + end_subtest + unset name + unset ac_opts + unset am_opts + cd /automake-1.15/t/dist-formats.dir + start_subtest am-nogz-only am_opts=no-dist-gzip ac_opts= + name=am-nogz-only + shift + test -n am-nogz-only + test 2 -gt 0 + eval am_opts=no-dist-gzip ac_opts= ++ am_opts=no-dist-gzip ++ ac_opts= ++ echo ++ tr , ' ' + ac_opts= ++ echo no-dist-gzip ++ tr , ' ' + am_opts=no-dist-gzip + mkdir am-nogz-only + cd am-nogz-only + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AUTOMAKE_OPTIONS = no-dist-gzip' + cp /automake-1.15/t/dist-formats.dir/aclocal.m4 /automake-1.15/lib/missing /automake-1.15/lib/install-sh . + nogzip_automake_failure am 'Makefile\.am:1' + AUTOMAKE_fails -d 'no-dist-gzip (am) without other formats is an error' + AUTOMAKE_run -e 1 -d 'no-dist-gzip (am) without other formats is an error' + am__desc= + am__exp_rc=0 + test 4 -gt 0 + case $1 in + am__exp_rc=1 + shift + shift + test 2 -gt 0 + case $1 in + am__desc='no-dist-gzip (am) without other formats is an error' + shift + shift + test 0 -gt 0 + am__got_rc=0 + automake-1.15 --foreign -Werror -Wall + am__got_rc=1 + cat stderr Makefile.am:1: error: no-dist-gzip specified but no dist-* specified, Makefile.am:1: at least one archive format must be enabled + cat stdout + test tap = none + test -z 'no-dist-gzip (am) without other formats is an error' + command_ok_ 'no-dist-gzip (am) without other formats is an error' test 1 -eq 1 + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='no-dist-gzip (am) without other formats is an error' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + test 1 -eq 1 + result_ ok -D '' -r '' -- 'no-dist-gzip (am) without other formats is an error' + set +x ok 16 - no-dist-gzip (am) without other formats is an error PASS: t/dist-formats.tap 16 - no-dist-gzip (am) without other formats is an error + command_ok_ 'no-dist-gzip (am) without other formats gives diagnostic' nogzip_stderr 'Makefile\.am:1' + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='no-dist-gzip (am) without other formats gives diagnostic' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + nogzip_stderr 'Makefile\.am:1' + grep 'Makefile\.am:1:.*no-dist-gzip' stderr Makefile.am:1: error: no-dist-gzip specified but no dist-* specified, + grep 'Makefile\.am:1:.* at least one archive format must be enabled' stderr Makefile.am:1: at least one archive format must be enabled + result_ ok -D '' -r '' -- 'no-dist-gzip (am) without other formats gives diagnostic' + set +x ok 17 - no-dist-gzip (am) without other formats gives diagnostic PASS: t/dist-formats.tap 17 - no-dist-gzip (am) without other formats gives diagnostic + end_subtest + unset name + unset ac_opts + unset am_opts + cd /automake-1.15/t/dist-formats.dir + start_subtest ac-nogz-only am_opts= ac_opts=no-dist-gzip + name=ac-nogz-only + shift + test -n ac-nogz-only + test 2 -gt 0 + eval am_opts= ac_opts=no-dist-gzip ++ am_opts= ++ ac_opts=no-dist-gzip ++ echo no-dist-gzip ++ tr , ' ' + ac_opts=no-dist-gzip ++ echo ++ tr , ' ' + am_opts= + mkdir ac-nogz-only + cd ac-nogz-only + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AUTOMAKE_OPTIONS = ' + cp /automake-1.15/t/dist-formats.dir/aclocal.m4 /automake-1.15/lib/missing /automake-1.15/lib/install-sh . + nogzip_automake_failure ac 'configure\.ac:2' + AUTOMAKE_fails -d 'no-dist-gzip (ac) without other formats is an error' + AUTOMAKE_run -e 1 -d 'no-dist-gzip (ac) without other formats is an error' + am__desc= + am__exp_rc=0 + test 4 -gt 0 + case $1 in + am__exp_rc=1 + shift + shift + test 2 -gt 0 + case $1 in + am__desc='no-dist-gzip (ac) without other formats is an error' + shift + shift + test 0 -gt 0 + am__got_rc=0 + automake-1.15 --foreign -Werror -Wall + am__got_rc=1 + cat stderr configure.ac:2: error: no-dist-gzip specified but no dist-* specified, configure.ac:2: at least one archive format must be enabled + cat stdout + test tap = none + test -z 'no-dist-gzip (ac) without other formats is an error' + command_ok_ 'no-dist-gzip (ac) without other formats is an error' test 1 -eq 1 + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='no-dist-gzip (ac) without other formats is an error' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + test 1 -eq 1 + result_ ok -D '' -r '' -- 'no-dist-gzip (ac) without other formats is an error' + set +x ok 18 - no-dist-gzip (ac) without other formats is an error PASS: t/dist-formats.tap 18 - no-dist-gzip (ac) without other formats is an error + command_ok_ 'no-dist-gzip (ac) without other formats gives diagnostic' nogzip_stderr 'configure\.ac:2' + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='no-dist-gzip (ac) without other formats gives diagnostic' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + nogzip_stderr 'configure\.ac:2' + grep 'configure\.ac:2:.*no-dist-gzip' stderr configure.ac:2: error: no-dist-gzip specified but no dist-* specified, + grep 'configure\.ac:2:.* at least one archive format must be enabled' stderr configure.ac:2: at least one archive format must be enabled + result_ ok -D '' -r '' -- 'no-dist-gzip (ac) without other formats gives diagnostic' + set +x ok 19 - no-dist-gzip (ac) without other formats gives diagnostic PASS: t/dist-formats.tap 19 - no-dist-gzip (ac) without other formats gives diagnostic + end_subtest + unset name + unset ac_opts + unset am_opts + cd /automake-1.15/t/dist-formats.dir + nogzip in am and bzip2 in am + test 6,in,and,in = 6,in,and,in + case $2,$6 in + : + format=bzip2 + where_dist_nogzip=am + where_dist_format=am + shift 6 + am_opts= + ac_opts= + append_to_opt am dist-bzip2 + var=am_opts + val=dist-bzip2 + eval 'am_opts=${am_opts:+"$am_opts,"}$val' ++ am_opts=dist-bzip2 + unset var val + append_to_opt am no-dist-gzip + var=am_opts + val=no-dist-gzip + eval 'am_opts=${am_opts:+"$am_opts,"}$val' ++ am_opts=dist-bzip2,no-dist-gzip + unset var val + setup_vars_for_compression_format bzip2 + suffix=NONE + compressor=NONE + case $1 in + suffix=tar.bz2 + compressor=bzip2 + desc= + test -n dist-bzip2,no-dist-gzip + desc=am=dist-bzip2,no-dist-gzip + test -n '' + start_subtest nogzip-bzip2 am_opts=dist-bzip2,no-dist-gzip ac_opts= + name=nogzip-bzip2 + shift + test -n nogzip-bzip2 + test 2 -gt 0 + eval am_opts=dist-bzip2,no-dist-gzip ac_opts= ++ am_opts=dist-bzip2,no-dist-gzip ++ ac_opts= ++ echo ++ tr , ' ' + ac_opts= ++ echo dist-bzip2,no-dist-gzip ++ tr , ' ' + am_opts='dist-bzip2 no-dist-gzip' + mkdir nogzip-bzip2 + cd nogzip-bzip2 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip' + cp /automake-1.15/t/dist-formats.dir/aclocal.m4 /automake-1.15/lib/missing /automake-1.15/lib/install-sh . + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + command_ok_ 'am=dist-bzip2,no-dist-gzip [automake]' automake-1.15 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='am=dist-bzip2,no-dist-gzip [automake]' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.15 --foreign -Werror -Wall + result_ ok -D '' -r '' -- 'am=dist-bzip2,no-dist-gzip [automake]' + set +x ok 20 - am=dist-bzip2,no-dist-gzip [automake] PASS: t/dist-formats.tap 20 - am=dist-bzip2,no-dist-gzip [automake] + command_ok_ 'am=dist-bzip2,no-dist-gzip [autoconf]' autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='am=dist-bzip2,no-dist-gzip [autoconf]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf + result_ ok -D '' -r '' -- 'am=dist-bzip2,no-dist-gzip [autoconf]' + set +x ok 21 - am=dist-bzip2,no-dist-gzip [autoconf] PASS: t/dist-formats.tap 21 - am=dist-bzip2,no-dist-gzip [autoconf] + command_ok_ 'am=dist-bzip2,no-dist-gzip [configure]' ./configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='am=dist-bzip2,no-dist-gzip [configure]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + result_ ok -D '' -r '' -- 'am=dist-bzip2,no-dist-gzip [configure]' + set +x ok 22 - am=dist-bzip2,no-dist-gzip [configure] PASS: t/dist-formats.tap 22 - am=dist-bzip2,no-dist-gzip [configure] + command_ok_ 'am=dist-bzip2,no-dist-gzip [ark-name]' make check-ark-name + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='am=dist-bzip2,no-dist-gzip [ark-name]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make check-ark-name test nogzip-bzip2-1.0.tar.bz2 = nogzip-bzip2-1.0.tar.bz2 + result_ ok -D '' -r '' -- 'am=dist-bzip2,no-dist-gzip [ark-name]' + set +x ok 23 - am=dist-bzip2,no-dist-gzip [ark-name] PASS: t/dist-formats.tap 23 - am=dist-bzip2,no-dist-gzip [ark-name] + command_ok_if_have_compressor 'am=dist-bzip2,no-dist-gzip [distcheck]' make distcheck + have_compressor bzip2 + case " $missing_compressors " in + : + command_ok_ 'am=dist-bzip2,no-dist-gzip [distcheck]' make distcheck + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='am=dist-bzip2,no-dist-gzip [distcheck]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make distcheck make dist-bzip2 am__post_remove_distdir='@:' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2' if test -d "nogzip-bzip2-1.0"; then find "nogzip-bzip2-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "nogzip-bzip2-1.0" || { sleep 5 && rm -rf "nogzip-bzip2-1.0"; }; else :; fi test -d "nogzip-bzip2-1.0" || mkdir "nogzip-bzip2-1.0" test -n "" \ || find "nogzip-bzip2-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/nogzip-bzip2/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "nogzip-bzip2-1.0" tardir=nogzip-bzip2-1.0 && ${TAR-tar} chof - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >nogzip-bzip2-1.0.tar.bz2 make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2' if test -d "nogzip-bzip2-1.0"; then find "nogzip-bzip2-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "nogzip-bzip2-1.0" || { sleep 5 && rm -rf "nogzip-bzip2-1.0"; }; else :; fi case 'nogzip-bzip2-1.0.tar.bz2' in \ *.tar.gz*) \ GZIP=--best gzip -dc nogzip-bzip2-1.0.tar.gz | ${TAR-tar} xf - ;;\ *.tar.bz2*) \ bzip2 -dc nogzip-bzip2-1.0.tar.bz2 | ${TAR-tar} xf - ;;\ *.tar.lz*) \ lzip -dc nogzip-bzip2-1.0.tar.lz | ${TAR-tar} xf - ;;\ *.tar.xz*) \ xz -dc nogzip-bzip2-1.0.tar.xz | ${TAR-tar} xf - ;;\ *.tar.Z*) \ uncompress -c nogzip-bzip2-1.0.tar.Z | ${TAR-tar} xf - ;;\ *.shar.gz*) \ GZIP=--best gzip -dc nogzip-bzip2-1.0.shar.gz | unshar ;;\ *.zip*) \ unzip nogzip-bzip2-1.0.zip ;;\ esac chmod -R a-w nogzip-bzip2-1.0 chmod u+w nogzip-bzip2-1.0 mkdir nogzip-bzip2-1.0/_build nogzip-bzip2-1.0/_build/sub nogzip-bzip2-1.0/_inst chmod a-w nogzip-bzip2-1.0 test -d nogzip-bzip2-1.0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd nogzip-bzip2-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd nogzip-bzip2-1.0/_build/sub \ && ../../configure \ \ \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf nogzip-bzip2-1.0.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Nothing to be done for 'dvi'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[2]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Nothing to be done for 'installcheck'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Nothing to be done for 'uninstall'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[2]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Nothing to be done for 'uninstall'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make dist-bzip2 am__post_remove_distdir='@:' make[2]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' if test -d "nogzip-bzip2-1.0"; then find "nogzip-bzip2-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "nogzip-bzip2-1.0" || { sleep 5 && rm -rf "nogzip-bzip2-1.0"; }; else :; fi test -d "nogzip-bzip2-1.0" || mkdir "nogzip-bzip2-1.0" test -n "" \ || find "nogzip-bzip2-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "nogzip-bzip2-1.0" tardir=nogzip-bzip2-1.0 && ${TAR-tar} chof - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >nogzip-bzip2-1.0.tar.bz2 make[2]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' if test -d "nogzip-bzip2-1.0"; then find "nogzip-bzip2-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "nogzip-bzip2-1.0" || { sleep 5 && rm -rf "nogzip-bzip2-1.0"; }; else :; fi make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' test -z "" || rm -f test . = "../.." || test -z "" || rm -f rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-bzip2/nogzip-bzip2-1.0/_build/sub' if test -d "nogzip-bzip2-1.0"; then find "nogzip-bzip2-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "nogzip-bzip2-1.0" || { sleep 5 && rm -rf "nogzip-bzip2-1.0"; }; else :; fi ================================================== nogzip-bzip2-1.0 archives ready for distribution: nogzip-bzip2-1.0.tar.bz2 ================================================== + result_ ok -D '' -r '' -- 'am=dist-bzip2,no-dist-gzip [distcheck]' + set +x ok 24 - am=dist-bzip2,no-dist-gzip [distcheck] PASS: t/dist-formats.tap 24 - am=dist-bzip2,no-dist-gzip [distcheck] + command_ok_if_have_compressor 'am=dist-bzip2,no-dist-gzip [ark-exists]' make check-ark-exists + have_compressor bzip2 + case " $missing_compressors " in + : + command_ok_ 'am=dist-bzip2,no-dist-gzip [ark-exists]' make check-ark-exists + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='am=dist-bzip2,no-dist-gzip [ark-exists]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make check-ark-exists test -f nogzip-bzip2-1.0.tar.bz2 + result_ ok -D '' -r '' -- 'am=dist-bzip2,no-dist-gzip [ark-exists]' + set +x ok 25 - am=dist-bzip2,no-dist-gzip [ark-exists] PASS: t/dist-formats.tap 25 - am=dist-bzip2,no-dist-gzip [ark-exists] + command_ok_ 'am=dist-bzip2,no-dist-gzip [no .tar.gz]' make check-no-tar-gz + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='am=dist-bzip2,no-dist-gzip [no .tar.gz]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make check-no-tar-gz test ! -f nogzip-bzip2-1.0.tar.gz + result_ ok -D '' -r '' -- 'am=dist-bzip2,no-dist-gzip [no .tar.gz]' + set +x ok 26 - am=dist-bzip2,no-dist-gzip [no .tar.gz] PASS: t/dist-formats.tap 26 - am=dist-bzip2,no-dist-gzip [no .tar.gz] + unset desc + end_subtest + unset name + unset ac_opts + unset am_opts + cd /automake-1.15/t/dist-formats.dir + nogzip in ac and xz in am + test 6,in,and,in = 6,in,and,in + case $2,$6 in + : + format=xz + where_dist_nogzip=ac + where_dist_format=am + shift 6 + am_opts= + ac_opts= + append_to_opt am dist-xz + var=am_opts + val=dist-xz + eval 'am_opts=${am_opts:+"$am_opts,"}$val' ++ am_opts=dist-xz + unset var val + append_to_opt ac no-dist-gzip + var=ac_opts + val=no-dist-gzip + eval 'ac_opts=${ac_opts:+"$ac_opts,"}$val' ++ ac_opts=no-dist-gzip + unset var val + setup_vars_for_compression_format xz + suffix=NONE + compressor=NONE + case $1 in + suffix=tar.xz + compressor=xz + desc= + test -n dist-xz + desc=am=dist-xz + test -n no-dist-gzip + desc='am=dist-xz ac=no-dist-gzip' + start_subtest nogzip-xz am_opts=dist-xz ac_opts=no-dist-gzip + name=nogzip-xz + shift + test -n nogzip-xz + test 2 -gt 0 + eval am_opts=dist-xz ac_opts=no-dist-gzip ++ am_opts=dist-xz ++ ac_opts=no-dist-gzip ++ echo no-dist-gzip ++ tr , ' ' + ac_opts=no-dist-gzip ++ echo dist-xz ++ tr , ' ' + am_opts=dist-xz + mkdir nogzip-xz + cd nogzip-xz + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AUTOMAKE_OPTIONS = dist-xz' + cp /automake-1.15/t/dist-formats.dir/aclocal.m4 /automake-1.15/lib/missing /automake-1.15/lib/install-sh . + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + command_ok_ 'am=dist-xz ac=no-dist-gzip [automake]' automake-1.15 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='am=dist-xz ac=no-dist-gzip [automake]' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.15 --foreign -Werror -Wall + result_ ok -D '' -r '' -- 'am=dist-xz ac=no-dist-gzip [automake]' + set +x ok 27 - am=dist-xz ac=no-dist-gzip [automake] PASS: t/dist-formats.tap 27 - am=dist-xz ac=no-dist-gzip [automake] + command_ok_ 'am=dist-xz ac=no-dist-gzip [autoconf]' autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='am=dist-xz ac=no-dist-gzip [autoconf]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf + result_ ok -D '' -r '' -- 'am=dist-xz ac=no-dist-gzip [autoconf]' + set +x ok 28 - am=dist-xz ac=no-dist-gzip [autoconf] PASS: t/dist-formats.tap 28 - am=dist-xz ac=no-dist-gzip [autoconf] + command_ok_ 'am=dist-xz ac=no-dist-gzip [configure]' ./configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='am=dist-xz ac=no-dist-gzip [configure]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + result_ ok -D '' -r '' -- 'am=dist-xz ac=no-dist-gzip [configure]' + set +x ok 29 - am=dist-xz ac=no-dist-gzip [configure] PASS: t/dist-formats.tap 29 - am=dist-xz ac=no-dist-gzip [configure] + command_ok_ 'am=dist-xz ac=no-dist-gzip [ark-name]' make check-ark-name + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='am=dist-xz ac=no-dist-gzip [ark-name]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make check-ark-name test nogzip-xz-1.0.tar.xz = nogzip-xz-1.0.tar.xz + result_ ok -D '' -r '' -- 'am=dist-xz ac=no-dist-gzip [ark-name]' + set +x ok 30 - am=dist-xz ac=no-dist-gzip [ark-name] PASS: t/dist-formats.tap 30 - am=dist-xz ac=no-dist-gzip [ark-name] + command_ok_if_have_compressor 'am=dist-xz ac=no-dist-gzip [distcheck]' make distcheck + have_compressor xz + case " $missing_compressors " in + : + command_ok_ 'am=dist-xz ac=no-dist-gzip [distcheck]' make distcheck + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='am=dist-xz ac=no-dist-gzip [distcheck]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make distcheck make dist-xz am__post_remove_distdir='@:' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz' if test -d "nogzip-xz-1.0"; then find "nogzip-xz-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "nogzip-xz-1.0" || { sleep 5 && rm -rf "nogzip-xz-1.0"; }; else :; fi test -d "nogzip-xz-1.0" || mkdir "nogzip-xz-1.0" test -n "" \ || find "nogzip-xz-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/nogzip-xz/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "nogzip-xz-1.0" tardir=nogzip-xz-1.0 && ${TAR-tar} chof - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >nogzip-xz-1.0.tar.xz make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz' if test -d "nogzip-xz-1.0"; then find "nogzip-xz-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "nogzip-xz-1.0" || { sleep 5 && rm -rf "nogzip-xz-1.0"; }; else :; fi case 'nogzip-xz-1.0.tar.xz' in \ *.tar.gz*) \ GZIP=--best gzip -dc nogzip-xz-1.0.tar.gz | ${TAR-tar} xf - ;;\ *.tar.bz2*) \ bzip2 -dc nogzip-xz-1.0.tar.bz2 | ${TAR-tar} xf - ;;\ *.tar.lz*) \ lzip -dc nogzip-xz-1.0.tar.lz | ${TAR-tar} xf - ;;\ *.tar.xz*) \ xz -dc nogzip-xz-1.0.tar.xz | ${TAR-tar} xf - ;;\ *.tar.Z*) \ uncompress -c nogzip-xz-1.0.tar.Z | ${TAR-tar} xf - ;;\ *.shar.gz*) \ GZIP=--best gzip -dc nogzip-xz-1.0.shar.gz | unshar ;;\ *.zip*) \ unzip nogzip-xz-1.0.zip ;;\ esac chmod -R a-w nogzip-xz-1.0 chmod u+w nogzip-xz-1.0 mkdir nogzip-xz-1.0/_build nogzip-xz-1.0/_build/sub nogzip-xz-1.0/_inst chmod a-w nogzip-xz-1.0 test -d nogzip-xz-1.0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd nogzip-xz-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd nogzip-xz-1.0/_build/sub \ && ../../configure \ \ \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf nogzip-xz-1.0.tar.xz \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Nothing to be done for 'dvi'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[2]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Nothing to be done for 'installcheck'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Nothing to be done for 'uninstall'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[2]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Nothing to be done for 'uninstall'. make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make dist-xz am__post_remove_distdir='@:' make[2]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' if test -d "nogzip-xz-1.0"; then find "nogzip-xz-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "nogzip-xz-1.0" || { sleep 5 && rm -rf "nogzip-xz-1.0"; }; else :; fi test -d "nogzip-xz-1.0" || mkdir "nogzip-xz-1.0" test -n "" \ || find "nogzip-xz-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "nogzip-xz-1.0" tardir=nogzip-xz-1.0 && ${TAR-tar} chof - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >nogzip-xz-1.0.tar.xz make[2]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' if test -d "nogzip-xz-1.0"; then find "nogzip-xz-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "nogzip-xz-1.0" || { sleep 5 && rm -rf "nogzip-xz-1.0"; }; else :; fi make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' test -z "" || rm -f test . = "../.." || test -z "" || rm -f rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/nogzip-xz/nogzip-xz-1.0/_build/sub' if test -d "nogzip-xz-1.0"; then find "nogzip-xz-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "nogzip-xz-1.0" || { sleep 5 && rm -rf "nogzip-xz-1.0"; }; else :; fi =============================================== nogzip-xz-1.0 archives ready for distribution: nogzip-xz-1.0.tar.xz =============================================== + result_ ok -D '' -r '' -- 'am=dist-xz ac=no-dist-gzip [distcheck]' + set +x ok 31 - am=dist-xz ac=no-dist-gzip [distcheck] PASS: t/dist-formats.tap 31 - am=dist-xz ac=no-dist-gzip [distcheck] + command_ok_if_have_compressor 'am=dist-xz ac=no-dist-gzip [ark-exists]' make check-ark-exists + have_compressor xz + case " $missing_compressors " in + : + command_ok_ 'am=dist-xz ac=no-dist-gzip [ark-exists]' make check-ark-exists + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='am=dist-xz ac=no-dist-gzip [ark-exists]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make check-ark-exists test -f nogzip-xz-1.0.tar.xz + result_ ok -D '' -r '' -- 'am=dist-xz ac=no-dist-gzip [ark-exists]' + set +x ok 32 - am=dist-xz ac=no-dist-gzip [ark-exists] PASS: t/dist-formats.tap 32 - am=dist-xz ac=no-dist-gzip [ark-exists] + command_ok_ 'am=dist-xz ac=no-dist-gzip [no .tar.gz]' make check-no-tar-gz + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='am=dist-xz ac=no-dist-gzip [no .tar.gz]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make check-no-tar-gz test ! -f nogzip-xz-1.0.tar.gz + result_ ok -D '' -r '' -- 'am=dist-xz ac=no-dist-gzip [no .tar.gz]' + set +x ok 33 - am=dist-xz ac=no-dist-gzip [no .tar.gz] PASS: t/dist-formats.tap 33 - am=dist-xz ac=no-dist-gzip [no .tar.gz] + unset desc + end_subtest + unset name + unset ac_opts + unset am_opts + cd /automake-1.15/t/dist-formats.dir + nogzip in am and lzip in ac + test 6,in,and,in = 6,in,and,in + case $2,$6 in + : + format=lzip + where_dist_nogzip=am + where_dist_format=ac + shift 6 + am_opts= + ac_opts= + append_to_opt ac dist-lzip + var=ac_opts + val=dist-lzip + eval 'ac_opts=${ac_opts:+"$ac_opts,"}$val' ++ ac_opts=dist-lzip + unset var val + append_to_opt am no-dist-gzip + var=am_opts + val=no-dist-gzip + eval 'am_opts=${am_opts:+"$am_opts,"}$val' ++ am_opts=no-dist-gzip + unset var val + setup_vars_for_compression_format lzip + suffix=NONE + compressor=NONE + case $1 in + suffix=tar.lz + compressor=lzip + desc= + test -n no-dist-gzip + desc=am=no-dist-gzip + test -n dist-lzip + desc='am=no-dist-gzip ac=dist-lzip' + start_subtest nogzip-lzip am_opts=no-dist-gzip ac_opts=dist-lzip + name=nogzip-lzip + shift + test -n nogzip-lzip + test 2 -gt 0 + eval am_opts=no-dist-gzip ac_opts=dist-lzip ++ am_opts=no-dist-gzip ++ ac_opts=dist-lzip ++ echo dist-lzip ++ tr , ' ' + ac_opts=dist-lzip ++ echo no-dist-gzip ++ tr , ' ' + am_opts=no-dist-gzip + mkdir nogzip-lzip + cd nogzip-lzip + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AUTOMAKE_OPTIONS = no-dist-gzip' + cp /automake-1.15/t/dist-formats.dir/aclocal.m4 /automake-1.15/lib/missing /automake-1.15/lib/install-sh . + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + command_ok_ 'am=no-dist-gzip ac=dist-lzip [automake]' automake-1.15 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='am=no-dist-gzip ac=dist-lzip [automake]' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.15 --foreign -Werror -Wall + result_ ok -D '' -r '' -- 'am=no-dist-gzip ac=dist-lzip [automake]' + set +x ok 34 - am=no-dist-gzip ac=dist-lzip [automake] PASS: t/dist-formats.tap 34 - am=no-dist-gzip ac=dist-lzip [automake] + command_ok_ 'am=no-dist-gzip ac=dist-lzip [autoconf]' autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='am=no-dist-gzip ac=dist-lzip [autoconf]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf + result_ ok -D '' -r '' -- 'am=no-dist-gzip ac=dist-lzip [autoconf]' + set +x ok 35 - am=no-dist-gzip ac=dist-lzip [autoconf] PASS: t/dist-formats.tap 35 - am=no-dist-gzip ac=dist-lzip [autoconf] + command_ok_ 'am=no-dist-gzip ac=dist-lzip [configure]' ./configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='am=no-dist-gzip ac=dist-lzip [configure]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + result_ ok -D '' -r '' -- 'am=no-dist-gzip ac=dist-lzip [configure]' + set +x ok 36 - am=no-dist-gzip ac=dist-lzip [configure] PASS: t/dist-formats.tap 36 - am=no-dist-gzip ac=dist-lzip [configure] + command_ok_ 'am=no-dist-gzip ac=dist-lzip [ark-name]' make check-ark-name + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='am=no-dist-gzip ac=dist-lzip [ark-name]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make check-ark-name test nogzip-lzip-1.0.tar.lz = nogzip-lzip-1.0.tar.lz + result_ ok -D '' -r '' -- 'am=no-dist-gzip ac=dist-lzip [ark-name]' + set +x ok 37 - am=no-dist-gzip ac=dist-lzip [ark-name] PASS: t/dist-formats.tap 37 - am=no-dist-gzip ac=dist-lzip [ark-name] + command_ok_if_have_compressor 'am=no-dist-gzip ac=dist-lzip [distcheck]' make distcheck + have_compressor lzip + case " $missing_compressors " in + false + skip_ -r ''\''lzip'\'' not available' 'am=no-dist-gzip ac=dist-lzip [distcheck]' + result_ ok -D SKIP -r ''\''lzip'\'' not available' 'am=no-dist-gzip ac=dist-lzip [distcheck]' + set +x ok 38 - am=no-dist-gzip ac=dist-lzip [distcheck] # SKIP 'lzip' not available SKIP: t/dist-formats.tap 38 - am=no-dist-gzip ac=dist-lzip [distcheck] # SKIP 'lzip' not available + command_ok_if_have_compressor 'am=no-dist-gzip ac=dist-lzip [ark-exists]' make check-ark-exists + have_compressor lzip + case " $missing_compressors " in + false + skip_ -r ''\''lzip'\'' not available' 'am=no-dist-gzip ac=dist-lzip [ark-exists]' + result_ ok -D SKIP -r ''\''lzip'\'' not available' 'am=no-dist-gzip ac=dist-lzip [ark-exists]' + set +x ok 39 - am=no-dist-gzip ac=dist-lzip [ark-exists] # SKIP 'lzip' not available SKIP: t/dist-formats.tap 39 - am=no-dist-gzip ac=dist-lzip [ark-exists] # SKIP 'lzip' not available + command_ok_ 'am=no-dist-gzip ac=dist-lzip [no .tar.gz]' make check-no-tar-gz + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='am=no-dist-gzip ac=dist-lzip [no .tar.gz]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make check-no-tar-gz test ! -f nogzip-lzip-1.0.tar.gz + result_ ok -D '' -r '' -- 'am=no-dist-gzip ac=dist-lzip [no .tar.gz]' + set +x ok 40 - am=no-dist-gzip ac=dist-lzip [no .tar.gz] PASS: t/dist-formats.tap 40 - am=no-dist-gzip ac=dist-lzip [no .tar.gz] + unset desc + end_subtest + unset name + unset ac_opts + unset am_opts + cd /automake-1.15/t/dist-formats.dir + nogzip in ac and zip in ac + test 6,in,and,in = 6,in,and,in + case $2,$6 in + : + format=zip + where_dist_nogzip=ac + where_dist_format=ac + shift 6 + am_opts= + ac_opts= + append_to_opt ac dist-zip + var=ac_opts + val=dist-zip + eval 'ac_opts=${ac_opts:+"$ac_opts,"}$val' ++ ac_opts=dist-zip + unset var val + append_to_opt ac no-dist-gzip + var=ac_opts + val=no-dist-gzip + eval 'ac_opts=${ac_opts:+"$ac_opts,"}$val' ++ ac_opts=dist-zip,no-dist-gzip + unset var val + setup_vars_for_compression_format zip + suffix=NONE + compressor=NONE + case $1 in + suffix=zip + compressor=zip + desc= + test -n '' + test -n dist-zip,no-dist-gzip + desc=ac=dist-zip,no-dist-gzip + start_subtest nogzip-zip am_opts= ac_opts=dist-zip,no-dist-gzip + name=nogzip-zip + shift + test -n nogzip-zip + test 2 -gt 0 + eval am_opts= ac_opts=dist-zip,no-dist-gzip ++ am_opts= ++ ac_opts=dist-zip,no-dist-gzip ++ echo dist-zip,no-dist-gzip ++ tr , ' ' + ac_opts='dist-zip no-dist-gzip' ++ echo ++ tr , ' ' + am_opts= + mkdir nogzip-zip + cd nogzip-zip + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AUTOMAKE_OPTIONS = ' + cp /automake-1.15/t/dist-formats.dir/aclocal.m4 /automake-1.15/lib/missing /automake-1.15/lib/install-sh . + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + command_ok_ 'ac=dist-zip,no-dist-gzip [automake]' automake-1.15 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='ac=dist-zip,no-dist-gzip [automake]' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.15 --foreign -Werror -Wall + result_ ok -D '' -r '' -- 'ac=dist-zip,no-dist-gzip [automake]' + set +x ok 41 - ac=dist-zip,no-dist-gzip [automake] PASS: t/dist-formats.tap 41 - ac=dist-zip,no-dist-gzip [automake] + command_ok_ 'ac=dist-zip,no-dist-gzip [autoconf]' autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='ac=dist-zip,no-dist-gzip [autoconf]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf + result_ ok -D '' -r '' -- 'ac=dist-zip,no-dist-gzip [autoconf]' + set +x ok 42 - ac=dist-zip,no-dist-gzip [autoconf] PASS: t/dist-formats.tap 42 - ac=dist-zip,no-dist-gzip [autoconf] + command_ok_ 'ac=dist-zip,no-dist-gzip [configure]' ./configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='ac=dist-zip,no-dist-gzip [configure]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + result_ ok -D '' -r '' -- 'ac=dist-zip,no-dist-gzip [configure]' + set +x ok 43 - ac=dist-zip,no-dist-gzip [configure] PASS: t/dist-formats.tap 43 - ac=dist-zip,no-dist-gzip [configure] + command_ok_ 'ac=dist-zip,no-dist-gzip [ark-name]' make check-ark-name + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='ac=dist-zip,no-dist-gzip [ark-name]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make check-ark-name test nogzip-zip-1.0.zip = nogzip-zip-1.0.zip + result_ ok -D '' -r '' -- 'ac=dist-zip,no-dist-gzip [ark-name]' + set +x ok 44 - ac=dist-zip,no-dist-gzip [ark-name] PASS: t/dist-formats.tap 44 - ac=dist-zip,no-dist-gzip [ark-name] + command_ok_if_have_compressor 'ac=dist-zip,no-dist-gzip [distcheck]' make distcheck + have_compressor zip + case " $missing_compressors " in + false + skip_ -r ''\''zip'\'' not available' 'ac=dist-zip,no-dist-gzip [distcheck]' + result_ ok -D SKIP -r ''\''zip'\'' not available' 'ac=dist-zip,no-dist-gzip [distcheck]' + set +x ok 45 - ac=dist-zip,no-dist-gzip [distcheck] # SKIP 'zip' not available SKIP: t/dist-formats.tap 45 - ac=dist-zip,no-dist-gzip [distcheck] # SKIP 'zip' not available + command_ok_if_have_compressor 'ac=dist-zip,no-dist-gzip [ark-exists]' make check-ark-exists + have_compressor zip + case " $missing_compressors " in + false + skip_ -r ''\''zip'\'' not available' 'ac=dist-zip,no-dist-gzip [ark-exists]' + result_ ok -D SKIP -r ''\''zip'\'' not available' 'ac=dist-zip,no-dist-gzip [ark-exists]' + set +x ok 46 - ac=dist-zip,no-dist-gzip [ark-exists] # SKIP 'zip' not available SKIP: t/dist-formats.tap 46 - ac=dist-zip,no-dist-gzip [ark-exists] # SKIP 'zip' not available + command_ok_ 'ac=dist-zip,no-dist-gzip [no .tar.gz]' make check-no-tar-gz + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='ac=dist-zip,no-dist-gzip [no .tar.gz]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make check-no-tar-gz test ! -f nogzip-zip-1.0.tar.gz + result_ ok -D '' -r '' -- 'ac=dist-zip,no-dist-gzip [no .tar.gz]' + set +x ok 47 - ac=dist-zip,no-dist-gzip [no .tar.gz] PASS: t/dist-formats.tap 47 - ac=dist-zip,no-dist-gzip [no .tar.gz] + unset desc + end_subtest + unset name + unset ac_opts + unset am_opts + cd /automake-1.15/t/dist-formats.dir + start_subtest dist-gzip-persistence am_opts=no-dist-gzip,dist-xz + name=dist-gzip-persistence + shift + test -n dist-gzip-persistence + test 1 -gt 0 + eval am_opts=no-dist-gzip,dist-xz ++ am_opts=no-dist-gzip,dist-xz ++ echo ++ tr , ' ' + ac_opts= ++ echo no-dist-gzip,dist-xz ++ tr , ' ' + am_opts='no-dist-gzip dist-xz' + mkdir dist-gzip-persistence + cd dist-gzip-persistence + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AUTOMAKE_OPTIONS = no-dist-gzip dist-xz' + cp /automake-1.15/t/dist-formats.dir/aclocal.m4 /automake-1.15/lib/missing /automake-1.15/lib/install-sh . + command_ok_ 'dist-gzip persistence [automake]' automake-1.15 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='dist-gzip persistence [automake]' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.15 --foreign -Werror -Wall + result_ ok -D '' -r '' -- 'dist-gzip persistence [automake]' + set +x ok 48 - dist-gzip persistence [automake] PASS: t/dist-formats.tap 48 - dist-gzip persistence [automake] + command_ok_ 'dist-gzip persistence [autoconf]' autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='dist-gzip persistence [autoconf]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf + result_ ok -D '' -r '' -- 'dist-gzip persistence [autoconf]' + set +x ok 49 - dist-gzip persistence [autoconf] PASS: t/dist-formats.tap 49 - dist-gzip persistence [autoconf] + command_ok_ 'dist-gzip persistence [configure]' ./configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='dist-gzip persistence [configure]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + result_ ok -D '' -r '' -- 'dist-gzip persistence [configure]' + set +x ok 50 - dist-gzip persistence [configure] PASS: t/dist-formats.tap 50 - dist-gzip persistence [configure] + can_compress dist-gzip-persistence gzip + test 2 -eq 2 + tarname=dist-gzip-persistence + format=gzip + setup_vars_for_compression_format gzip + suffix=NONE + compressor=NONE + case $1 in + suffix=tar.gz + compressor=gzip + command_ok_ ''\''dist-gzip'\'' target always created' make -n dist-gzip + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_=''\''dist-gzip'\'' target always created' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + make -n dist-gzip if test -d "dist-gzip-persistence-1.0"; then find "dist-gzip-persistence-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "dist-gzip-persistence-1.0" || { sleep 5 && rm -rf "dist-gzip-persistence-1.0"; }; else :; fi test -d "dist-gzip-persistence-1.0" || mkdir "dist-gzip-persistence-1.0" srcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \ list='./Makefile.am ./configure ./configure.ac ./aclocal.m4 ./Makefile.in install-sh missing '; \ dist_files=`for file in $list; do echo $file; done | \ sed -e "s|^$srcdirstrip/||;t" \ -e "s|^$topsrcdirstrip/|./|;t"`; \ case $dist_files in \ */*) /tools/bin/mkdir -p `echo "$dist_files" | \ sed '/\//!d;s|^|dist-gzip-persistence-1.0/|;s,/[^/]*$,,' | \ sort -u` ;; \ esac; \ for file in $dist_files; do \ if test -f $file || test -d $file; then d=.; else d=.; fi; \ if test -d $d/$file; then \ dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \ if test -d "dist-gzip-persistence-1.0/$file"; then \ find "dist-gzip-persistence-1.0/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d ./$file && test $d != .; then \ cp -fpR ./$file "dist-gzip-persistence-1.0$dir" || exit 1; \ find "dist-gzip-persistence-1.0/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $d/$file "dist-gzip-persistence-1.0$dir" || exit 1; \ else \ test -f "dist-gzip-persistence-1.0/$file" \ || cp -p $d/$file "dist-gzip-persistence-1.0/$file" \ || exit 1; \ fi; \ done test -n "" \ || find "dist-gzip-persistence-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/dist-gzip-persistence/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "dist-gzip-persistence-1.0" tardir=dist-gzip-persistence-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >dist-gzip-persistence-1.0.tar.gz if test -d "dist-gzip-persistence-1.0"; then find "dist-gzip-persistence-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "dist-gzip-persistence-1.0" || { sleep 5 && rm -rf "dist-gzip-persistence-1.0"; }; else :; fi + result_ ok -D '' -r '' -- ''\''dist-gzip'\'' target always created' + set +x ok 51 - 'dist-gzip' target always created PASS: t/dist-formats.tap 51 - 'dist-gzip' target always created + command_ok_if_have_compressor ''\''make dist-gzip'\'' work by default' eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' + have_compressor gzip + case " $missing_compressors " in + : + command_ok_ ''\''make dist-gzip'\'' work by default' eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_=''\''make dist-gzip'\'' work by default' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + eval ' rm -rf *$tarname* \ && $MAKE dist-$format \ && test -f $tarname-1.0.$suffix \ && ls -l *$tarname* \ && test "$(echo *$tarname*)" = $tarname-1.0.$suffix' ++ rm -rf '*dist-gzip-persistence*' ++ make dist-gzip if test -d "dist-gzip-persistence-1.0"; then find "dist-gzip-persistence-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "dist-gzip-persistence-1.0" || { sleep 5 && rm -rf "dist-gzip-persistence-1.0"; }; else :; fi test -d "dist-gzip-persistence-1.0" || mkdir "dist-gzip-persistence-1.0" test -n "" \ || find "dist-gzip-persistence-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/dist-gzip-persistence/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "dist-gzip-persistence-1.0" tardir=dist-gzip-persistence-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >dist-gzip-persistence-1.0.tar.gz gzip: warning: GZIP environment variable is deprecated; use an alias or script if test -d "dist-gzip-persistence-1.0"; then find "dist-gzip-persistence-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "dist-gzip-persistence-1.0" || { sleep 5 && rm -rf "dist-gzip-persistence-1.0"; }; else :; fi ++ test -f dist-gzip-persistence-1.0.tar.gz ++ ls -l dist-gzip-persistence-1.0.tar.gz -rw-r--r-- 1 root root 51033 May 1 16:42 dist-gzip-persistence-1.0.tar.gz +++ echo dist-gzip-persistence-1.0.tar.gz ++ test dist-gzip-persistence-1.0.tar.gz = dist-gzip-persistence-1.0.tar.gz + result_ ok -D '' -r '' -- ''\''make dist-gzip'\'' work by default' + set +x ok 52 - 'make dist-gzip' work by default PASS: t/dist-formats.tap 52 - 'make dist-gzip' work by default + unset suffix compressor format tarname + end_subtest + unset name + unset ac_opts + unset am_opts + cd /automake-1.15/t/dist-formats.dir + start_subtest parallel-compression ac_opts=dist-bzip2 am_opts=dist-xz + name=parallel-compression + shift + test -n parallel-compression + test 2 -gt 0 + eval ac_opts=dist-bzip2 am_opts=dist-xz ++ ac_opts=dist-bzip2 ++ am_opts=dist-xz ++ echo dist-bzip2 ++ tr , ' ' + ac_opts=dist-bzip2 ++ echo dist-xz ++ tr , ' ' + am_opts=dist-xz + mkdir parallel-compression + cd parallel-compression + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AUTOMAKE_OPTIONS = dist-xz' + cp /automake-1.15/t/dist-formats.dir/aclocal.m4 /automake-1.15/lib/missing /automake-1.15/lib/install-sh . + desc=gzip+bzip2+xz + tarname=parallel-compression-1.0 + command_ok_ 'gzip+bzip2+xz [automake]' automake-1.15 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='gzip+bzip2+xz [automake]' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.15 --foreign -Werror -Wall + result_ ok -D '' -r '' -- 'gzip+bzip2+xz [automake]' + set +x ok 53 - gzip+bzip2+xz [automake] PASS: t/dist-formats.tap 53 - gzip+bzip2+xz [automake] + have_compressor xz + case " $missing_compressors " in + : + have_compressor xz + case " $missing_compressors " in + : + have_compressor bzip2 + case " $missing_compressors " in + : + skip_reason= + test 'make -j4' = false + test -n '' + command_ok_ 'gzip+bzip2+xz [autoconf]' autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='gzip+bzip2+xz [autoconf]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf + result_ ok -D '' -r '' -- 'gzip+bzip2+xz [autoconf]' + set +x ok 54 - gzip+bzip2+xz [autoconf] PASS: t/dist-formats.tap 54 - gzip+bzip2+xz [autoconf] + command_ok_ 'gzip+bzip2+xz [configure]' ./configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='gzip+bzip2+xz [configure]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + result_ ok -D '' -r '' -- 'gzip+bzip2+xz [configure]' + set +x ok 55 - gzip+bzip2+xz [configure] PASS: t/dist-formats.tap 55 - gzip+bzip2+xz [configure] + command_ok_ 'gzip+bzip2+xz [make -j4 dist-all]' make -j4 dist + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='gzip+bzip2+xz [make -j4 dist-all]' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + make -j4 dist make dist-xz dist-bzip2 dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/parallel-compression' if test -d "parallel-compression-1.0"; then find "parallel-compression-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "parallel-compression-1.0" || { sleep 5 && rm -rf "parallel-compression-1.0"; }; else :; fi test -d "parallel-compression-1.0" || mkdir "parallel-compression-1.0" test -n "" \ || find "parallel-compression-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/parallel-compression/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "parallel-compression-1.0" tardir=parallel-compression-1.0 && ${TAR-tar} chof - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >parallel-compression-1.0.tar.xz tardir=parallel-compression-1.0 && ${TAR-tar} chof - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >parallel-compression-1.0.tar.bz2 tardir=parallel-compression-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >parallel-compression-1.0.tar.gz gzip: warning: GZIP environment variable is deprecated; use an alias or script make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/parallel-compression' if test -d "parallel-compression-1.0"; then find "parallel-compression-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "parallel-compression-1.0" || { sleep 5 && rm -rf "parallel-compression-1.0"; }; else :; fi + result_ ok -D '' -r '' -- 'gzip+bzip2+xz [make -j4 dist-all]' + set +x ok 56 - gzip+bzip2+xz [make -j4 dist-all] PASS: t/dist-formats.tap 56 - gzip+bzip2+xz [make -j4 dist-all] + ls -l total 388 -rw-r--r-- 1 root root 17499 May 1 16:43 Makefile -rw-r--r-- 1 root root 27 May 1 16:42 Makefile.am -rw-r--r-- 1 root root 16722 May 1 16:43 Makefile.in -rw-r--r-- 1 root root 27307 May 1 16:42 aclocal.m4 drwxr-xr-x 2 root root 4096 May 1 16:43 autom4te.cache -rw-r--r-- 1 root root 5101 May 1 16:43 config.log -rwxr-xr-x 1 root root 25578 May 1 16:43 config.status -rwxr-xr-x 1 root root 104241 May 1 16:43 configure -rw-r--r-- 1 root root 108 May 1 16:42 configure.ac -rwxr-xr-x 1 root root 14675 May 1 16:42 install-sh -rwxr-xr-x 1 root root 6872 May 1 16:42 missing -rw-r--r-- 1 root root 42950 May 1 16:43 parallel-compression-1.0.tar.bz2 -rw-r--r-- 1 root root 51052 May 1 16:43 parallel-compression-1.0.tar.gz -rw-r--r-- 1 root root 40580 May 1 16:43 parallel-compression-1.0.tar.xz + command_ok_ 'gzip+bzip2+xz [check .tar.gz tarball]' check_tarball gzip + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='gzip+bzip2+xz [check .tar.gz tarball]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + check_tarball gzip + format=gzip + setup_vars_for_compression_format gzip + suffix=NONE + compressor=NONE + case $1 in + suffix=tar.gz + compressor=gzip + tarball=parallel-compression-1.0.tar.gz + test -f parallel-compression-1.0.tar.gz + mkdir check-gzip + cp parallel-compression-1.0.tar.gz check-gzip + cd check-gzip + gzip -d parallel-compression-1.0.tar.gz + tar xvf parallel-compression-1.0.tar parallel-compression-1.0/ parallel-compression-1.0/Makefile.am parallel-compression-1.0/configure parallel-compression-1.0/configure.ac parallel-compression-1.0/aclocal.m4 parallel-compression-1.0/Makefile.in parallel-compression-1.0/install-sh parallel-compression-1.0/missing + diff ../Makefile.in parallel-compression-1.0/Makefile.in + cd .. + rm -rf check-gzip + result_ ok -D '' -r '' -- 'gzip+bzip2+xz [check .tar.gz tarball]' + set +x ok 57 - gzip+bzip2+xz [check .tar.gz tarball] PASS: t/dist-formats.tap 57 - gzip+bzip2+xz [check .tar.gz tarball] + command_ok_ 'gzip+bzip2+xz [check .tar.bz2 tarball]' check_tarball bzip2 + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='gzip+bzip2+xz [check .tar.bz2 tarball]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + check_tarball bzip2 + format=bzip2 + setup_vars_for_compression_format bzip2 + suffix=NONE + compressor=NONE + case $1 in + suffix=tar.bz2 + compressor=bzip2 + tarball=parallel-compression-1.0.tar.bz2 + test -f parallel-compression-1.0.tar.bz2 + mkdir check-bzip2 + cp parallel-compression-1.0.tar.bz2 check-bzip2 + cd check-bzip2 + bzip2 -d parallel-compression-1.0.tar.bz2 + tar xvf parallel-compression-1.0.tar parallel-compression-1.0/ parallel-compression-1.0/Makefile.am parallel-compression-1.0/configure parallel-compression-1.0/configure.ac parallel-compression-1.0/aclocal.m4 parallel-compression-1.0/Makefile.in parallel-compression-1.0/install-sh parallel-compression-1.0/missing + diff ../Makefile.in parallel-compression-1.0/Makefile.in + cd .. + rm -rf check-bzip2 + result_ ok -D '' -r '' -- 'gzip+bzip2+xz [check .tar.bz2 tarball]' + set +x ok 58 - gzip+bzip2+xz [check .tar.bz2 tarball] PASS: t/dist-formats.tap 58 - gzip+bzip2+xz [check .tar.bz2 tarball] + command_ok_ 'gzip+bzip2+xz [check .tar.xz tarball]' check_tarball xz + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='gzip+bzip2+xz [check .tar.xz tarball]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + check_tarball xz + format=xz + setup_vars_for_compression_format xz + suffix=NONE + compressor=NONE + case $1 in + suffix=tar.xz + compressor=xz + tarball=parallel-compression-1.0.tar.xz + test -f parallel-compression-1.0.tar.xz + mkdir check-xz + cp parallel-compression-1.0.tar.xz check-xz + cd check-xz + xz -d parallel-compression-1.0.tar.xz + tar xvf parallel-compression-1.0.tar parallel-compression-1.0/ parallel-compression-1.0/Makefile.am parallel-compression-1.0/configure parallel-compression-1.0/configure.ac parallel-compression-1.0/aclocal.m4 parallel-compression-1.0/Makefile.in parallel-compression-1.0/install-sh parallel-compression-1.0/missing + diff ../Makefile.in parallel-compression-1.0/Makefile.in + cd .. + rm -rf check-xz + result_ ok -D '' -r '' -- 'gzip+bzip2+xz [check .tar.xz tarball]' + set +x ok 59 - gzip+bzip2+xz [check .tar.xz tarball] PASS: t/dist-formats.tap 59 - gzip+bzip2+xz [check .tar.xz tarball] + unset tarname desc skip_reason + end_subtest + unset name + unset ac_opts + unset am_opts + cd /automake-1.15/t/dist-formats.dir + start_subtest all-together + name=all-together + shift + test -n all-together + test 0 -gt 0 ++ echo ++ tr , ' ' + ac_opts= ++ echo ++ tr , ' ' + am_opts= + mkdir all-together + cd all-together + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo 'AUTOMAKE_OPTIONS = ' + cp /automake-1.15/t/dist-formats.dir/aclocal.m4 /automake-1.15/lib/missing /automake-1.15/lib/install-sh . + desc='all compressors together' + tarname=all-together-1.0 + echo 'AM_INIT_AUTOMAKE([' + echo 'AUTOMAKE_OPTIONS =' + flip=: + for fmt in '$all_compression_formats' + test gzip = gzip + continue + for fmt in '$all_compression_formats' + test lzip = gzip + : + echo ' dist-lzip' + flip=false + for fmt in '$all_compression_formats' + test xz = gzip + false + echo 'AUTOMAKE_OPTIONS += dist-xz' + flip=: + for fmt in '$all_compression_formats' + test bzip2 = gzip + : + echo ' dist-bzip2' + flip=false + for fmt in '$all_compression_formats' + test zip = gzip + false + echo 'AUTOMAKE_OPTIONS += dist-zip' + flip=: + unset flip fmt + echo '])' + sed 's/AM_INIT_AUTOMAKE.*/m4_include([am-init.m4])/' configure.ac + mv -f t configure.ac + cat Makefile.am AUTOMAKE_OPTIONS = AUTOMAKE_OPTIONS += dist-xz AUTOMAKE_OPTIONS += dist-zip + cat configure.ac AC_INIT([all-together], [1.0]) m4_include([am-init.m4]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT + cat am-init.m4 AM_INIT_AUTOMAKE([ dist-lzip dist-bzip2 ]) + command_ok_ 'all compressors together [aclocal]' aclocal-1.15 -Werror --force + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='all compressors together [aclocal]' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + aclocal-1.15 -Werror --force + result_ ok -D '' -r '' -- 'all compressors together [aclocal]' + set +x ok 60 - all compressors together [aclocal] PASS: t/dist-formats.tap 60 - all compressors together [aclocal] + command_ok_ 'all compressors together [automake]' automake-1.15 --foreign -Werror -Wall + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='all compressors together [automake]' + shift + test 4 -gt 0 + case $1 in + break + tap_result_=ok + automake-1.15 --foreign -Werror -Wall + result_ ok -D '' -r '' -- 'all compressors together [automake]' + set +x ok 61 - all compressors together [automake] PASS: t/dist-formats.tap 61 - all compressors together [automake] + command_ok_ 'all compressors together [autoconf]' autoconf + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='all compressors together [autoconf]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + autoconf + result_ ok -D '' -r '' -- 'all compressors together [autoconf]' + set +x ok 62 - all compressors together [autoconf] PASS: t/dist-formats.tap 62 - all compressors together [autoconf] + command_ok_ 'all compressors together [configure]' ./configure + tap_directive_= + tap_reason_= + test 2 -gt 0 + tap_description_='all compressors together [configure]' + shift + test 1 -gt 0 + case $1 in + break + tap_result_=ok + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + result_ ok -D '' -r '' -- 'all compressors together [configure]' + set +x ok 63 - all compressors together [configure] PASS: t/dist-formats.tap 63 - all compressors together [configure] + have_all_compressors + test -z 'lzip zip ' + skip_ -r 'not all compressors available' 'all compressors together [make distcheck, real]' + result_ ok -D SKIP -r 'not all compressors available' 'all compressors together [make distcheck, real]' + set +x ok 64 - all compressors together [make distcheck, real] # SKIP not all compressors available SKIP: t/dist-formats.tap 64 - all compressors together [make distcheck, real] # SKIP not all compressors available + mkdir bin + cd bin + cat + cat + chmod a+x check-distdir grep-distdir-error + for prog in tar '$all_compressors' + case $prog in + cp check-distdir tar + for prog in tar '$all_compressors' + case $prog in + cp grep-distdir-error gzip + for prog in tar '$all_compressors' + case $prog in + cp grep-distdir-error lzip + for prog in tar '$all_compressors' + case $prog in + cp grep-distdir-error xz + for prog in tar '$all_compressors' + case $prog in + cp grep-distdir-error bzip2 + for prog in tar '$all_compressors' + case $prog in + cp check-distdir zip + unset prog + ls -l total 32 -rwxr-xr-x 1 root root 42 May 1 16:43 bzip2 -rwxr-xr-x 1 root root 139 May 1 16:43 check-distdir -rwxr-xr-x 1 root root 42 May 1 16:43 grep-distdir-error -rwxr-xr-x 1 root root 42 May 1 16:43 gzip -rwxr-xr-x 1 root root 42 May 1 16:43 lzip -rwxr-xr-x 1 root root 139 May 1 16:43 tar -rwxr-xr-x 1 root root 42 May 1 16:43 xz -rwxr-xr-x 1 root root 139 May 1 16:43 zip + cd .. + oPATH=/automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd + PATH=/automake-1.15/t/dist-formats.dir/all-together/bin:/automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin + export PATH + command_ok_ 'all compressors together ['\''make dist-all'\'', stubbed]' make dist-all + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='all compressors together ['\''make dist-all'\'', stubbed]' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + make dist-all make dist-lzip dist-xz dist-bzip2 dist-gzip dist-zip am__post_remove_distdir='@:' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/all-together' if test -d "all-together-1.0"; then find "all-together-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "all-together-1.0" || { sleep 5 && rm -rf "all-together-1.0"; }; else :; fi test -d "all-together-1.0" || mkdir "all-together-1.0" test -n "" \ || find "all-together-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/all-together/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "all-together-1.0" tardir=all-together-1.0 && ${TAR-tar} chof - "$tardir" | lzip -c ${LZIP_OPT--9} >all-together-1.0.tar.lz total 192 -rw-r--r-- 1 root root 76 May 1 16:43 Makefile.am -rw-r--r-- 1 root root 16812 May 1 16:43 Makefile.in -rw-r--r-- 1 root root 27307 May 1 16:43 aclocal.m4 -rw-r--r-- 1 root root 47 May 1 16:43 am-init.m4 -rwxr-xr-x 1 root root 104120 May 1 16:43 configure -rw-r--r-- 1 root root 94 May 1 16:43 configure.ac -rwxr-xr-x 1 root root 14675 May 1 16:43 install-sh -rwxr-xr-x 1 root root 6872 May 1 16:43 missing tardir=all-together-1.0 && ${TAR-tar} chof - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >all-together-1.0.tar.xz total 192 -rw-r--r-- 1 root root 76 May 1 16:43 Makefile.am -rw-r--r-- 1 root root 16812 May 1 16:43 Makefile.in -rw-r--r-- 1 root root 27307 May 1 16:43 aclocal.m4 -rw-r--r-- 1 root root 47 May 1 16:43 am-init.m4 -rwxr-xr-x 1 root root 104120 May 1 16:43 configure -rw-r--r-- 1 root root 94 May 1 16:43 configure.ac -rwxr-xr-x 1 root root 14675 May 1 16:43 install-sh -rwxr-xr-x 1 root root 6872 May 1 16:43 missing tardir=all-together-1.0 && ${TAR-tar} chof - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >all-together-1.0.tar.bz2 total 192 -rw-r--r-- 1 root root 76 May 1 16:43 Makefile.am -rw-r--r-- 1 root root 16812 May 1 16:43 Makefile.in -rw-r--r-- 1 root root 27307 May 1 16:43 aclocal.m4 -rw-r--r-- 1 root root 47 May 1 16:43 am-init.m4 -rwxr-xr-x 1 root root 104120 May 1 16:43 configure -rw-r--r-- 1 root root 94 May 1 16:43 configure.ac -rwxr-xr-x 1 root root 14675 May 1 16:43 install-sh -rwxr-xr-x 1 root root 6872 May 1 16:43 missing tardir=all-together-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >all-together-1.0.tar.gz total 192 -rw-r--r-- 1 root root 76 May 1 16:43 Makefile.am -rw-r--r-- 1 root root 16812 May 1 16:43 Makefile.in -rw-r--r-- 1 root root 27307 May 1 16:43 aclocal.m4 -rw-r--r-- 1 root root 47 May 1 16:43 am-init.m4 -rwxr-xr-x 1 root root 104120 May 1 16:43 configure -rw-r--r-- 1 root root 94 May 1 16:43 configure.ac -rwxr-xr-x 1 root root 14675 May 1 16:43 install-sh -rwxr-xr-x 1 root root 6872 May 1 16:43 missing rm -f all-together-1.0.zip zip -rq all-together-1.0.zip all-together-1.0 total 192 -rw-r--r-- 1 root root 76 May 1 16:43 Makefile.am -rw-r--r-- 1 root root 16812 May 1 16:43 Makefile.in -rw-r--r-- 1 root root 27307 May 1 16:43 aclocal.m4 -rw-r--r-- 1 root root 47 May 1 16:43 am-init.m4 -rwxr-xr-x 1 root root 104120 May 1 16:43 configure -rw-r--r-- 1 root root 94 May 1 16:43 configure.ac -rwxr-xr-x 1 root root 14675 May 1 16:43 install-sh -rwxr-xr-x 1 root root 6872 May 1 16:43 missing make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/all-together' if test -d "all-together-1.0"; then find "all-together-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "all-together-1.0" || { sleep 5 && rm -rf "all-together-1.0"; }; else :; fi + result_ ok -D '' -r '' -- 'all compressors together ['\''make dist-all'\'', stubbed]' + set +x ok 65 - all compressors together ['make dist-all', stubbed] PASS: t/dist-formats.tap 65 - all compressors together ['make dist-all', stubbed] + subdesc='all compressors together ['\''make dist -j4'\'', stubbed]' + test 'make -j4' = false + command_ok_ 'all compressors together ['\''make dist -j4'\'', stubbed]' make -j4 dist + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='all compressors together ['\''make dist -j4'\'', stubbed]' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + make -j4 dist make dist-lzip dist-xz dist-bzip2 dist-gzip dist-zip am__post_remove_distdir='@:' make[1]: Entering directory '/automake-1.15/t/dist-formats.dir/all-together' if test -d "all-together-1.0"; then find "all-together-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "all-together-1.0" || { sleep 5 && rm -rf "all-together-1.0"; }; else :; fi test -d "all-together-1.0" || mkdir "all-together-1.0" test -n "" \ || find "all-together-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-formats.dir/all-together/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "all-together-1.0" tardir=all-together-1.0 && ${TAR-tar} chof - "$tardir" | lzip -c ${LZIP_OPT--9} >all-together-1.0.tar.lz tardir=all-together-1.0 && ${TAR-tar} chof - "$tardir" | XZ_OPT=${XZ_OPT--e} xz -c >all-together-1.0.tar.xz tardir=all-together-1.0 && ${TAR-tar} chof - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >all-together-1.0.tar.bz2 tardir=all-together-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >all-together-1.0.tar.gz total 192 -rw-r--r-- 1 root root 76 May 1 16:43 Makefile.am -rw-r--r-- 1 root root 16812 May 1 16:43 Makefile.in -rw-r--r-- 1 root root 27307 May 1 16:43 aclocal.m4 -rw-r--r-- 1 root root 47 May 1 16:43 am-init.m4 -rwxr-xr-x 1 root root 104120 May 1 16:43 configure -rw-r--r-- 1 root root 94 May 1 16:43 configure.ac -rwxr-xr-x 1 root root 14675 May 1 16:43 install-sh -rwxr-xr-x 1 root root 6872 May 1 16:43 missing total 192 -rw-r--r-- 1 root root 76 May 1 16:43 Makefile.am -rw-r--r-- 1 root root 16812 May 1 16:43 Makefile.in -rw-r--r-- 1 root root 27307 May 1 16:43 aclocal.m4 -rw-r--r-- 1 root root 47 May 1 16:43 am-init.m4 -rwxr-xr-x 1 root root 104120 May 1 16:43 configure -rw-r--r-- 1 root root 94 May 1 16:43 configure.ac -rwxr-xr-x 1 root root 14675 May 1 16:43 install-sh -rwxr-xr-x 1 root root 6872 May 1 16:43 missing rm -f all-together-1.0.zip total 192 -rw-r--r-- 1 root root 76 May 1 16:43 Makefile.am -rw-r--r-- 1 root root 16812 May 1 16:43 Makefile.in -rw-r--r-- 1 root root 27307 May 1 16:43 aclocal.m4 -rw-r--r-- 1 root root 47 May 1 16:43 am-init.m4 -rwxr-xr-x 1 root root 104120 May 1 16:43 configure -rw-r--r-- 1 root root 94 May 1 16:43 configure.ac -rwxr-xr-x 1 root root 14675 May 1 16:43 install-sh -rwxr-xr-x 1 root root 6872 May 1 16:43 missing zip -rq all-together-1.0.zip all-together-1.0 total 192 -rw-r--r-- 1 root root 76 May 1 16:43 Makefile.am -rw-r--r-- 1 root root 16812 May 1 16:43 Makefile.in -rw-r--r-- 1 root root 27307 May 1 16:43 aclocal.m4 -rw-r--r-- 1 root root 47 May 1 16:43 am-init.m4 -rwxr-xr-x 1 root root 104120 May 1 16:43 configure -rw-r--r-- 1 root root 94 May 1 16:43 configure.ac -rwxr-xr-x 1 root root 14675 May 1 16:43 install-sh -rwxr-xr-x 1 root root 6872 May 1 16:43 missing total 192 -rw-r--r-- 1 root root 76 May 1 16:43 Makefile.am -rw-r--r-- 1 root root 16812 May 1 16:43 Makefile.in -rw-r--r-- 1 root root 27307 May 1 16:43 aclocal.m4 -rw-r--r-- 1 root root 47 May 1 16:43 am-init.m4 -rwxr-xr-x 1 root root 104120 May 1 16:43 configure -rw-r--r-- 1 root root 94 May 1 16:43 configure.ac -rwxr-xr-x 1 root root 14675 May 1 16:43 install-sh -rwxr-xr-x 1 root root 6872 May 1 16:43 missing make[1]: Leaving directory '/automake-1.15/t/dist-formats.dir/all-together' if test -d "all-together-1.0"; then find "all-together-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "all-together-1.0" || { sleep 5 && rm -rf "all-together-1.0"; }; else :; fi + result_ ok -D '' -r '' -- 'all compressors together ['\''make dist -j4'\'', stubbed]' + set +x ok 66 - all compressors together ['make dist -j4', stubbed] PASS: t/dist-formats.tap 66 - all compressors together ['make dist -j4', stubbed] + unset subdesc + PATH=/automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin + export PATH + end_subtest + unset name + unset ac_opts + unset am_opts + cd /automake-1.15/t/dist-formats.dir + : + am_exit_trap 0 + exit_status=0 + set +e + cd /automake-1.15 + test tap = tap + test 66 = later + test 0 -eq 0 + test 59 -eq 66 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x SKIP: t/dist-tarZ ================= Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/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 + compress -c + 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 ./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 /automake-1.15 + 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 SKIP t/dist-tarZ.sh (exit status: 77) SKIP: t/dist-shar ================= dist-shar: running shar --version /automake-1.15/t/ax/am-test-lib.sh: line 982: shar: command not found SKIP t/dist-shar.sh (exit status: 77) SKIP: t/dist-readonly ===================== SKIP t/dist-readonly.sh (exit status: 77) XFAIL: t/dist-pr109765 ====================== dist-pr109765: running bzip2 --help bzip2, a block-sorting file compressor. Version 1.0.6, 6-Sept-2010. 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 = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/dist-pr109765.dir + echo AC_OUTPUT + : + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + make dist-gzip dist-bzip2 if test -d "dist-pr109765-1.0"; then find "dist-pr109765-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "dist-pr109765-1.0" || { sleep 5 && rm -rf "dist-pr109765-1.0"; }; else :; fi test -d "dist-pr109765-1.0" || mkdir "dist-pr109765-1.0" test -n "" \ || find "dist-pr109765-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/dist-pr109765.dir/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "dist-pr109765-1.0" tardir=dist-pr109765-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >dist-pr109765-1.0.tar.gz gzip: warning: GZIP environment variable is deprecated; use an alias or script if test -d "dist-pr109765-1.0"; then find "dist-pr109765-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "dist-pr109765-1.0" || { sleep 5 && rm -rf "dist-pr109765-1.0"; }; else :; fi tardir=dist-pr109765-1.0 && ${TAR-tar} chof - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >dist-pr109765-1.0.tar.bz2 tar: dist-pr109765-1.0: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors if test -d "dist-pr109765-1.0"; then find "dist-pr109765-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "dist-pr109765-1.0" || { sleep 5 && rm -rf "dist-pr109765-1.0"; }; else :; fi + gzip -dc dist-pr109765-1.0.tar.gz + tar tf - + cat one dist-pr109765-1.0/ dist-pr109765-1.0/Makefile.am dist-pr109765-1.0/configure dist-pr109765-1.0/configure.ac dist-pr109765-1.0/aclocal.m4 dist-pr109765-1.0/Makefile.in dist-pr109765-1.0/compile dist-pr109765-1.0/depcomp dist-pr109765-1.0/install-sh dist-pr109765-1.0/missing + bzip2 -dc dist-pr109765-1.0.tar.gz + tar tf - bzip2: dist-pr109765-1.0.tar.gz is not a bzip2 file. tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors + cat two + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/dist-pr109765.sh (exit status: 1) FAIL: t/distcheck-no-prefix-or-srcdir-override ============================================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir + echo AC_OUTPUT ++ pwd + orig_cwd=/automake-1.15/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 + aclocal-1.15 -Werror + automake-1.15 --foreign -Werror -Wall + autoconf + ./configure --prefix foobar + cat stderr configure: error: expected an absolute directory name for --prefix: foobar + grep 'expected an absolute directory name for --prefix' stderr configure: error: expected an absolute directory name for --prefix: foobar + ./configure --srcdir foobar + cat stderr configure: error: cannot find sources () in foobar + grep 'cannot find sources.* in foobar' stderr configure: error: cannot find sources () in foobar + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + run_make -E -O distcheck + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 3 -gt 0 + case $1 in + am__make_redirect_stderr=yes + shift + test 2 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 4.2.1 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make distcheck + set +x + test 0 -eq 253 + test no = yes + test yes = yes + cat stdout make dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir' if test -d "distcheck-no-prefix-or-srcdir-override-1.0"; then find "distcheck-no-prefix-or-srcdir-override-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-no-prefix-or-srcdir-override-1.0" || { sleep 5 && rm -rf "distcheck-no-prefix-or-srcdir-override-1.0"; }; else :; fi test -d "distcheck-no-prefix-or-srcdir-override-1.0" || mkdir "distcheck-no-prefix-or-srcdir-override-1.0" test -n "" \ || find "distcheck-no-prefix-or-srcdir-override-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "distcheck-no-prefix-or-srcdir-override-1.0" tardir=distcheck-no-prefix-or-srcdir-override-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >distcheck-no-prefix-or-srcdir-override-1.0.tar.gz make[1]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir' if test -d "distcheck-no-prefix-or-srcdir-override-1.0"; then find "distcheck-no-prefix-or-srcdir-override-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-no-prefix-or-srcdir-override-1.0" || { sleep 5 && rm -rf "distcheck-no-prefix-or-srcdir-override-1.0"; }; else :; fi case 'distcheck-no-prefix-or-srcdir-override-1.0.tar.gz' in \ *.tar.gz*) \ GZIP=--best gzip -dc distcheck-no-prefix-or-srcdir-override-1.0.tar.gz | ${TAR-tar} xf - ;;\ *.tar.bz2*) \ bzip2 -dc distcheck-no-prefix-or-srcdir-override-1.0.tar.bz2 | ${TAR-tar} xf - ;;\ *.tar.lz*) \ lzip -dc distcheck-no-prefix-or-srcdir-override-1.0.tar.lz | ${TAR-tar} xf - ;;\ *.tar.xz*) \ xz -dc distcheck-no-prefix-or-srcdir-override-1.0.tar.xz | ${TAR-tar} xf - ;;\ *.tar.Z*) \ uncompress -c distcheck-no-prefix-or-srcdir-override-1.0.tar.Z | ${TAR-tar} xf - ;;\ *.shar.gz*) \ GZIP=--best gzip -dc distcheck-no-prefix-or-srcdir-override-1.0.shar.gz | unshar ;;\ *.zip*) \ unzip distcheck-no-prefix-or-srcdir-override-1.0.zip ;;\ esac chmod -R a-w distcheck-no-prefix-or-srcdir-override-1.0 chmod u+w distcheck-no-prefix-or-srcdir-override-1.0 mkdir distcheck-no-prefix-or-srcdir-override-1.0/_build distcheck-no-prefix-or-srcdir-override-1.0/_build/sub distcheck-no-prefix-or-srcdir-override-1.0/_inst chmod a-w distcheck-no-prefix-or-srcdir-override-1.0 test -d distcheck-no-prefix-or-srcdir-override-1.0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd distcheck-no-prefix-or-srcdir-override-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd distcheck-no-prefix-or-srcdir-override-1.0/_build/sub \ && ../../configure \ --srcdir am-src --prefix am-pfx \ --srcdir user-src --prefix user-pfx \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf distcheck-no-prefix-or-srcdir-override-1.0.tar.gz \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile make[1]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Nothing to be done for 'dvi'. make[1]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[2]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Nothing to be done for 'installcheck'. make[1]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Nothing to be done for 'uninstall'. make[1]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[2]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Nothing to be done for 'uninstall'. make[1]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make dist-gzip am__post_remove_distdir='@:' make[2]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' if test -d "distcheck-no-prefix-or-srcdir-override-1.0"; then find "distcheck-no-prefix-or-srcdir-override-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-no-prefix-or-srcdir-override-1.0" || { sleep 5 && rm -rf "distcheck-no-prefix-or-srcdir-override-1.0"; }; else :; fi test -d "distcheck-no-prefix-or-srcdir-override-1.0" || mkdir "distcheck-no-prefix-or-srcdir-override-1.0" test -n "" \ || find "distcheck-no-prefix-or-srcdir-override-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "distcheck-no-prefix-or-srcdir-override-1.0" tardir=distcheck-no-prefix-or-srcdir-override-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >distcheck-no-prefix-or-srcdir-override-1.0.tar.gz make[2]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' if test -d "distcheck-no-prefix-or-srcdir-override-1.0"; then find "distcheck-no-prefix-or-srcdir-override-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-no-prefix-or-srcdir-override-1.0" || { sleep 5 && rm -rf "distcheck-no-prefix-or-srcdir-override-1.0"; }; else :; fi make[1]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' test -z "" || rm -f test . = "../.." || test -z "" || rm -f rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory '/automake-1.15/t/distcheck-no-prefix-or-srcdir-override.dir/distcheck-no-prefix-or-srcdir-override-1.0/_build/sub' if test -d "distcheck-no-prefix-or-srcdir-override-1.0"; then find "distcheck-no-prefix-or-srcdir-override-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "distcheck-no-prefix-or-srcdir-override-1.0" || { sleep 5 && rm -rf "distcheck-no-prefix-or-srcdir-override-1.0"; }; else :; fi ============================================================================ distcheck-no-prefix-or-srcdir-override-1.0 archives ready for distribution: distcheck-no-prefix-or-srcdir-override-1.0.tar.gz ============================================================================ + test yes = yes + cat stderr gzip: warning: GZIP environment variable is deprecated; use an alias or script gzip: warning: GZIP environment variable is deprecated; use an alias or script gzip: warning: GZIP environment variable is deprecated; use an alias or script + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 0 -eq 0 + test '!' -s stderr + am_exit_trap 1 + exit_status=1 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x FAIL t/distcheck-no-prefix-or-srcdir-override.sh (exit status: 1) SKIP: t/distcheck-override-infodir ================================== distcheck-override-infodir: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/distcheck-override-infodir.sh (exit status: 77) SKIP: t/distcheck-pr10470 ========================= Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/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 /automake-1.15 + 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 SKIP t/distcheck-pr10470.sh (exit status: 77) SKIP: t/fort2 ============= SKIP t/fort2.sh (exit status: 77) SKIP: t/fort4 ============= SKIP t/fort4.sh (exit status: 77) SKIP: t/fort5 ============= fort5: running libtoolize --version libtoolize (GNU libtool) 2.4.6 Written by Gary V. Vaughan , 2003 Copyright (C) 2015 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. SKIP t/fort5.sh (exit status: 77) SKIP: t/gcj4 ============ SKIP t/gcj4.sh (exit status: 77) SKIP: t/gcj6 ============ SKIP t/gcj6.sh (exit status: 77) SKIP: t/gettext-basics ====================== gettext-basics: running gettext --version /automake-1.15/t/ax/am-test-lib.sh: line 982: gettext: command not found SKIP t/gettext-basics.sh (exit status: 77) SKIP: t/gettext-config-rpath ============================ gettext-config-rpath: running gettext --version /automake-1.15/t/ax/am-test-lib.sh: line 982: gettext: command not found SKIP t/gettext-config-rpath.sh (exit status: 77) SKIP: t/gettext-external-pr338 ============================== gettext-external-pr338: running gettext --version /automake-1.15/t/ax/am-test-lib.sh: line 982: gettext: command not found SKIP t/gettext-external-pr338.sh (exit status: 77) SKIP: t/gettext-intl-subdir =========================== gettext-intl-subdir: running gettext --version /automake-1.15/t/ax/am-test-lib.sh: line 982: gettext: command not found SKIP t/gettext-intl-subdir.sh (exit status: 77) SKIP: t/gettext-pr381 ===================== gettext-pr381: running gettext --version /automake-1.15/t/ax/am-test-lib.sh: line 982: gettext: command not found SKIP t/gettext-pr381.sh (exit status: 77) SKIP: t/dist-with-unreadable-makefile-fails =========================================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/dist-with-unreadable-makefile-fails.dir + cat + cat + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall -a configure.ac:4: installing './install-sh' configure.ac:4: installing './missing' + chmod 000 Makefile.am + test '!' -r Makefile.am + skip_ 'cannot drop file read permissions' + warn_ 'dist-with-unreadable-makefile-fails: skipped test: cannot drop file read permissions' + echo 'dist-with-unreadable-makefile-fails: skipped test: cannot drop file read permissions' + _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 /automake-1.15 + 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 SKIP t/dist-with-unreadable-makefile-fails.sh (exit status: 77) SKIP: t/install-sh-option-C =========================== SKIP t/install-sh-option-C.sh (exit status: 77) XFAIL: t/instdir-cond2 ====================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/instdir-cond2.dir + cat + : + : + cat + aclocal-1.15 -Werror + automake-1.15 --foreign -Werror -Wall + autoconf ++ pwd + ./configure --prefix=/automake-1.15/t/instdir-cond2.dir/inst checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + make installdirs for dir in "/automake-1.15/t/instdir-cond2.dir/inst/libexec/instdir-cond2" "/automake-1.15/t/instdir-cond2.dir/inst/share/instdir-cond2"; do \ test -z "$dir" || /tools/bin/mkdir -p "$dir"; \ done + test '!' -e inst + find inst inst inst/libexec inst/libexec/instdir-cond2 inst/share inst/share/instdir-cond2 + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/instdir-cond2.sh (exit status: 1) SKIP: t/instdir-java ==================== instdir-java: running javac -version -help /automake-1.15/t/ax/am-test-lib.sh: line 850: javac: command not found SKIP t/instdir-java.sh (exit status: 77) SKIP: t/instdir-lisp ==================== instdir-lisp: running emacs --version /automake-1.15/t/ax/am-test-lib.sh: line 982: emacs: command not found SKIP t/instdir-lisp.sh (exit status: 77) SKIP: t/instdir-python ====================== instdir-python: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/instdir-python.sh (exit status: 77) SKIP: t/instdir-texi ==================== instdir-texi: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/instdir-texi.sh (exit status: 77) SKIP: t/instfail ================ Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/instfail.dir + cat + cat + for n in 1 2 3 + echo 'int main () { return 0; }' + echo 'int main () { return 0; }' + echo 'int foo1 () { return 0; }' + echo 'int foon1 () { return 0; }' + echo + echo + for n in 1 2 3 + echo 'int main () { return 0; }' + echo 'int main () { return 0; }' + echo 'int foo2 () { return 0; }' + echo 'int foon2 () { return 0; }' + echo + echo + for n in 1 2 3 + echo 'int main () { return 0; }' + echo 'int main () { return 0; }' + echo 'int foo3 () { return 0; }' + echo 'int foon3 () { return 0; }' + echo + echo + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall --add-missing configure.ac:5: installing './ar-lib' ++ pwd + instdir=/automake-1.15/t/instfail.dir/inst + ./configure --prefix=/automake-1.15/t/instfail.dir/inst checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for ranlib... ranlib checking for emacs... no checking for xemacs... no checking where .elc files should go... ${datadir}/emacs/site-lisp checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make cc -DPACKAGE_NAME=\"instfail\" -DPACKAGE_TARNAME=\"instfail\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail\" -DVERSION=\"1.0\" -I. -g -O2 -MT lib1.o -MD -MP -MF .deps/lib1.Tpo -c -o lib1.o lib1.c mv -f .deps/lib1.Tpo .deps/lib1.Po rm -f lib1.a ar cru lib1.a lib1.o ranlib lib1.a cc -DPACKAGE_NAME=\"instfail\" -DPACKAGE_TARNAME=\"instfail\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail\" -DVERSION=\"1.0\" -I. -g -O2 -MT lib2.o -MD -MP -MF .deps/lib2.Tpo -c -o lib2.o lib2.c mv -f .deps/lib2.Tpo .deps/lib2.Po rm -f lib2.a ar cru lib2.a lib2.o ranlib lib2.a cc -DPACKAGE_NAME=\"instfail\" -DPACKAGE_TARNAME=\"instfail\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail\" -DVERSION=\"1.0\" -I. -g -O2 -MT lib3.o -MD -MP -MF .deps/lib3.Tpo -c -o lib3.o lib3.c mv -f .deps/lib3.Tpo .deps/lib3.Po rm -f lib3.a ar cru lib3.a lib3.o ranlib lib3.a cc -DPACKAGE_NAME=\"instfail\" -DPACKAGE_TARNAME=\"instfail\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail\" -DVERSION=\"1.0\" -I. -g -O2 -MT libn1.o -MD -MP -MF .deps/libn1.Tpo -c -o libn1.o libn1.c mv -f .deps/libn1.Tpo .deps/libn1.Po rm -f libn1.a ar cru libn1.a libn1.o ranlib libn1.a cc -DPACKAGE_NAME=\"instfail\" -DPACKAGE_TARNAME=\"instfail\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail\" -DVERSION=\"1.0\" -I. -g -O2 -MT libn2.o -MD -MP -MF .deps/libn2.Tpo -c -o libn2.o libn2.c mv -f .deps/libn2.Tpo .deps/libn2.Po rm -f libn2.a ar cru libn2.a libn2.o ranlib libn2.a cc -DPACKAGE_NAME=\"instfail\" -DPACKAGE_TARNAME=\"instfail\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail\" -DVERSION=\"1.0\" -I. -g -O2 -MT libn3.o -MD -MP -MF .deps/libn3.Tpo -c -o libn3.o libn3.c mv -f .deps/libn3.Tpo .deps/libn3.Po rm -f libn3.a ar cru libn3.a libn3.o ranlib libn3.a cc -DPACKAGE_NAME=\"instfail\" -DPACKAGE_TARNAME=\"instfail\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail\" -DVERSION=\"1.0\" -I. -g -O2 -MT prog1.o -MD -MP -MF .deps/prog1.Tpo -c -o prog1.o prog1.c mv -f .deps/prog1.Tpo .deps/prog1.Po cc -g -O2 -o prog1 prog1.o cc -DPACKAGE_NAME=\"instfail\" -DPACKAGE_TARNAME=\"instfail\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail\" -DVERSION=\"1.0\" -I. -g -O2 -MT prog2.o -MD -MP -MF .deps/prog2.Tpo -c -o prog2.o prog2.c mv -f .deps/prog2.Tpo .deps/prog2.Po cc -g -O2 -o prog2 prog2.o cc -DPACKAGE_NAME=\"instfail\" -DPACKAGE_TARNAME=\"instfail\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail\" -DVERSION=\"1.0\" -I. -g -O2 -MT prog3.o -MD -MP -MF .deps/prog3.Tpo -c -o prog3.o prog3.c mv -f .deps/prog3.Tpo .deps/prog3.Po cc -g -O2 -o prog3 prog3.o cc -DPACKAGE_NAME=\"instfail\" -DPACKAGE_TARNAME=\"instfail\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail\" -DVERSION=\"1.0\" -I. -g -O2 -MT progn1.o -MD -MP -MF .deps/progn1.Tpo -c -o progn1.o progn1.c mv -f .deps/progn1.Tpo .deps/progn1.Po cc -g -O2 -o progn1 progn1.o cc -DPACKAGE_NAME=\"instfail\" -DPACKAGE_TARNAME=\"instfail\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail\" -DVERSION=\"1.0\" -I. -g -O2 -MT progn2.o -MD -MP -MF .deps/progn2.Tpo -c -o progn2.o progn2.c mv -f .deps/progn2.Tpo .deps/progn2.Po cc -g -O2 -o progn2 progn2.o cc -DPACKAGE_NAME=\"instfail\" -DPACKAGE_TARNAME=\"instfail\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail\" -DVERSION=\"1.0\" -I. -g -O2 -MT progn3.o -MD -MP -MF .deps/progn3.Tpo -c -o progn3.o progn3.c mv -f .deps/progn3.Tpo .deps/progn3.Po cc -g -O2 -o progn3 progn3.o if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lisp1.elc in */*) \ am__dir=`echo 'lisp1.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lisp1.elc\")" \ --eval "(unless (byte-compile-file \"lisp1.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lisp2.elc in */*) \ am__dir=`echo 'lisp2.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lisp2.elc\")" \ --eval "(unless (byte-compile-file \"lisp2.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lisp3.elc in */*) \ am__dir=`echo 'lisp3.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lisp3.elc\")" \ --eval "(unless (byte-compile-file \"lisp3.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lispn1.elc in */*) \ am__dir=`echo 'lispn1.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lispn1.elc\")" \ --eval "(unless (byte-compile-file \"lispn1.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lispn2.elc in */*) \ am__dir=`echo 'lispn2.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lispn2.elc\")" \ --eval "(unless (byte-compile-file \"lispn2.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lispn3.elc in */*) \ am__dir=`echo 'lispn3.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lispn3.elc\")" \ --eval "(unless (byte-compile-file \"lispn3.el\") (kill-emacs 1))"; \ else :; fi + make install if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lisp1.elc in */*) \ am__dir=`echo 'lisp1.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lisp1.elc\")" \ --eval "(unless (byte-compile-file \"lisp1.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lisp2.elc in */*) \ am__dir=`echo 'lisp2.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lisp2.elc\")" \ --eval "(unless (byte-compile-file \"lisp2.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lisp3.elc in */*) \ am__dir=`echo 'lisp3.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lisp3.elc\")" \ --eval "(unless (byte-compile-file \"lisp3.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lispn1.elc in */*) \ am__dir=`echo 'lispn1.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lispn1.elc\")" \ --eval "(unless (byte-compile-file \"lispn1.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lispn2.elc in */*) \ am__dir=`echo 'lispn2.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lispn2.elc\")" \ --eval "(unless (byte-compile-file \"lispn2.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lispn3.elc in */*) \ am__dir=`echo 'lispn3.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lispn3.elc\")" \ --eval "(unless (byte-compile-file \"lispn3.el\") (kill-emacs 1))"; \ else :; fi make[1]: Entering directory '/automake-1.15/t/instfail.dir' /tools/bin/mkdir -p '/automake-1.15/t/instfail.dir/inst/bin' /tools/bin/install -c prog1 prog2 prog3 '/automake-1.15/t/instfail.dir/inst/bin' /tools/bin/mkdir -p '/automake-1.15/t/instfail.dir/inst/lib' /tools/bin/install -c -m 644 lib1.a lib2.a lib3.a '/automake-1.15/t/instfail.dir/inst/lib' ( cd '/automake-1.15/t/instfail.dir/inst/lib' && ranlib lib1.a ) ( cd '/automake-1.15/t/instfail.dir/inst/lib' && ranlib lib2.a ) ( cd '/automake-1.15/t/instfail.dir/inst/lib' && ranlib lib3.a ) /tools/bin/mkdir -p '/automake-1.15/t/instfail.dir/inst/bin' /tools/bin/install -c progn1 progn2 progn3 '/automake-1.15/t/instfail.dir/inst/bin' /tools/bin/mkdir -p '/automake-1.15/t/instfail.dir/inst/lib' /tools/bin/install -c -m 644 libn1.a libn2.a libn3.a '/automake-1.15/t/instfail.dir/inst/lib/.' ( cd '/automake-1.15/t/instfail.dir/inst/lib' && ranlib libn1.a ) ( cd '/automake-1.15/t/instfail.dir/inst/lib' && ranlib libn2.a ) ( cd '/automake-1.15/t/instfail.dir/inst/lib' && ranlib libn3.a ) if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lisp1.elc in */*) \ am__dir=`echo 'lisp1.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lisp1.elc\")" \ --eval "(unless (byte-compile-file \"lisp1.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lisp2.elc in */*) \ am__dir=`echo 'lisp2.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lisp2.elc\")" \ --eval "(unless (byte-compile-file \"lisp2.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lisp3.elc in */*) \ am__dir=`echo 'lisp3.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lisp3.elc\")" \ --eval "(unless (byte-compile-file \"lisp3.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lispn1.elc in */*) \ am__dir=`echo 'lispn1.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lispn1.elc\")" \ --eval "(unless (byte-compile-file \"lispn1.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lispn2.elc in */*) \ am__dir=`echo 'lispn2.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lispn2.elc\")" \ --eval "(unless (byte-compile-file \"lispn2.el\") (kill-emacs 1))"; \ else :; fi if test "no" != "no"; then \ am__dir=. am__subdir_includes=''; \ case lispn3.elc in */*) \ am__dir=`echo 'lispn3.elc' | sed 's,/[^/]*$,,'`; \ am__subdir_includes="-L $am__dir -L ./$am__dir"; \ esac; \ test -d "$am__dir" || /tools/bin/mkdir -p "$am__dir" || exit 1; \ no --batch \ \ $am__subdir_includes -L . -L . \ --eval "(defun byte-compile-dest-file (f) \"lispn3.elc\")" \ --eval "(unless (byte-compile-file \"lispn3.el\") (kill-emacs 1))"; \ else :; fi make[1]: Leaving directory '/automake-1.15/t/instfail.dir' + make uninstall ( cd '/automake-1.15/t/instfail.dir/inst/bin' && rm -f prog1 prog2 prog3 ) ( cd '/automake-1.15/t/instfail.dir/inst/lib' && rm -f lib1.a lib2.a lib3.a ) ( cd '/automake-1.15/t/instfail.dir/inst/bin' && rm -f progn1 progn2 progn3 ) ( cd '/automake-1.15/t/instfail.dir/inst/lib' && rm -f libn1.a libn2.a libn3.a ) + for file in lib1.a libn1.a + chmod a-r lib1.a + test '!' -r lib1.a + skip_ 'cannot drop file read permissions' + warn_ 'instfail: skipped test: cannot drop file read permissions' + echo 'instfail: skipped test: cannot drop file read permissions' + _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 /automake-1.15 + 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 SKIP t/instfail.sh (exit status: 77) SKIP: t/instfail-info ===================== instfail-info: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 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 = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/instfail-info.dir + cat + cat + for n in 1 2 3 + cat + for n in 1 2 3 + cat + for n in 1 2 3 + cat + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall --add-missing Makefile.am:1: installing './texinfo.tex' ++ pwd + instdir=/automake-1.15/t/instfail-info.dir/inst + ./configure --prefix=/automake-1.15/t/instfail-info.dir/inst checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + make restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /automake-1.15/t/instfail-info.dir/missing makeinfo --version) >/dev/null 2>&1; then \ for f in info1.info info1.info-[0-9] info1.info-[0-9][0-9] info1.i[0-9] info1.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/sh /automake-1.15/t/instfail-info.dir/missing makeinfo -I . \ -o info1.info info1.texi; \ then \ rc=0; \ CDPATH="${ZSH_VERSION+.}:" && cd .; \ else \ rc=$?; \ CDPATH="${ZSH_VERSION+.}:" && cd . && \ $restore $backupdir/* `echo "./info1.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /automake-1.15/t/instfail-info.dir/missing makeinfo --version) >/dev/null 2>&1; then \ for f in info2.info info2.info-[0-9] info2.info-[0-9][0-9] info2.i[0-9] info2.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/sh /automake-1.15/t/instfail-info.dir/missing makeinfo -I . \ -o info2.info info2.texi; \ then \ rc=0; \ CDPATH="${ZSH_VERSION+.}:" && cd .; \ else \ rc=$?; \ CDPATH="${ZSH_VERSION+.}:" && cd . && \ $restore $backupdir/* `echo "./info2.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /automake-1.15/t/instfail-info.dir/missing makeinfo --version) >/dev/null 2>&1; then \ for f in info3.info info3.info-[0-9] info3.info-[0-9][0-9] info3.i[0-9] info3.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/sh /automake-1.15/t/instfail-info.dir/missing makeinfo -I . \ -o info3.info info3.texi; \ then \ rc=0; \ CDPATH="${ZSH_VERSION+.}:" && cd .; \ else \ rc=$?; \ CDPATH="${ZSH_VERSION+.}:" && cd . && \ $restore $backupdir/* `echo "./info3.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc + make install make[1]: Entering directory '/automake-1.15/t/instfail-info.dir' make[1]: Nothing to be done for 'install-exec-am'. /tools/bin/mkdir -p '/automake-1.15/t/instfail-info.dir/inst/share/info' /tools/bin/install -c -m 644 ./info1.info ./info2.info ./info3.info '/automake-1.15/t/instfail-info.dir/inst/share/info' install-info --info-dir='/automake-1.15/t/instfail-info.dir/inst/share/info' '/automake-1.15/t/instfail-info.dir/inst/share/info/info1.info' install-info: warning: no info dir entry in `/automake-1.15/t/instfail-info.dir/inst/share/info/info1.info' install-info --info-dir='/automake-1.15/t/instfail-info.dir/inst/share/info' '/automake-1.15/t/instfail-info.dir/inst/share/info/info2.info' install-info: warning: no info dir entry in `/automake-1.15/t/instfail-info.dir/inst/share/info/info2.info' install-info --info-dir='/automake-1.15/t/instfail-info.dir/inst/share/info' '/automake-1.15/t/instfail-info.dir/inst/share/info/info3.info' install-info: warning: no info dir entry in `/automake-1.15/t/instfail-info.dir/inst/share/info/info3.info' make[1]: Leaving directory '/automake-1.15/t/instfail-info.dir' + make uninstall rm -f '/automake-1.15/t/instfail-info.dir/inst/share/doc/instfail-info/info1.dvi' rm -f '/automake-1.15/t/instfail-info.dir/inst/share/doc/instfail-info/info2.dvi' rm -f '/automake-1.15/t/instfail-info.dir/inst/share/doc/instfail-info/info3.dvi' rm -rf '/automake-1.15/t/instfail-info.dir/inst/share/doc/instfail-info/info1.html' rm -rf '/automake-1.15/t/instfail-info.dir/inst/share/doc/instfail-info/info2.html' rm -rf '/automake-1.15/t/instfail-info.dir/inst/share/doc/instfail-info/info3.html' install-info --info-dir='/automake-1.15/t/instfail-info.dir/inst/share/info' --remove '/automake-1.15/t/instfail-info.dir/inst/share/info/info1.info' install-info: warning: no entries found for `/automake-1.15/t/instfail-info.dir/inst/share/info/info1.info'; nothing deleted install-info --info-dir='/automake-1.15/t/instfail-info.dir/inst/share/info' --remove '/automake-1.15/t/instfail-info.dir/inst/share/info/info2.info' install-info: warning: no entries found for `/automake-1.15/t/instfail-info.dir/inst/share/info/info2.info'; nothing deleted install-info --info-dir='/automake-1.15/t/instfail-info.dir/inst/share/info' --remove '/automake-1.15/t/instfail-info.dir/inst/share/info/info3.info' install-info: warning: no entries found for `/automake-1.15/t/instfail-info.dir/inst/share/info/info3.info'; nothing deleted cd '/automake-1.15/t/instfail-info.dir/inst/share/info' && rm -f info1.info info1.info-[0-9] info1.info-[0-9][0-9] info1.i[0-9] info1.i[0-9][0-9] cd '/automake-1.15/t/instfail-info.dir/inst/share/info' && rm -f info2.info info2.info-[0-9] info2.info-[0-9][0-9] info2.i[0-9] info2.i[0-9][0-9] cd '/automake-1.15/t/instfail-info.dir/inst/share/info' && rm -f info3.info info3.info-[0-9] info3.info-[0-9][0-9] info3.i[0-9] info3.i[0-9][0-9] rm -f '/automake-1.15/t/instfail-info.dir/inst/share/doc/instfail-info/info1.pdf' rm -f '/automake-1.15/t/instfail-info.dir/inst/share/doc/instfail-info/info2.pdf' rm -f '/automake-1.15/t/instfail-info.dir/inst/share/doc/instfail-info/info3.pdf' rm -f '/automake-1.15/t/instfail-info.dir/inst/share/doc/instfail-info/info1.ps' rm -f '/automake-1.15/t/instfail-info.dir/inst/share/doc/instfail-info/info2.ps' rm -f '/automake-1.15/t/instfail-info.dir/inst/share/doc/instfail-info/info3.ps' + for file in info1.info + chmod a-r info1.info + test '!' -r info1.info + skip_ 'cannot drop file read permissions' + warn_ 'instfail-info: skipped test: cannot drop file read permissions' + echo 'instfail-info: skipped test: cannot drop file read permissions' + _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 /automake-1.15 + 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 SKIP t/instfail-info.sh (exit status: 77) SKIP: t/instfail-java ===================== instfail-java: running javac -version -help /automake-1.15/t/ax/am-test-lib.sh: line 850: javac: command not found SKIP t/instfail-java.sh (exit status: 77) SKIP: t/instfail-libtool ======================== instfail-libtool: running libtool --version libtool (GNU libtool) 2.4.6 Written by Gordon Matzigkeit, 1996 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. instfail-libtool: running libtoolize --version libtoolize (GNU libtool) 2.4.6 Written by Gary V. Vaughan , 2003 Copyright (C) 2015 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 = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/instfail-libtool.dir + cat + cat + for n in 1 2 3 + echo 'int main () { return 0; }' + echo 'int main () { return 0; }' + echo 'int foolt1 () { return 0; }' + echo 'int fooltn1 () { return 0; }' + for n in 1 2 3 + echo 'int main () { return 0; }' + echo 'int main () { return 0; }' + echo 'int foolt2 () { return 0; }' + echo 'int fooltn2 () { return 0; }' + for n in 1 2 3 + echo 'int main () { return 0; }' + echo 'int main () { return 0; }' + echo 'int foolt3 () { return 0; }' + echo 'int fooltn3 () { return 0; }' + libtoolize libtoolize: putting auxiliary files in '.'. libtoolize: linking file './ltmain.sh' libtoolize: You should add the contents of the following files to 'aclocal.m4': libtoolize: '/usr/share/aclocal/libtool.m4' libtoolize: '/usr/share/aclocal/ltoptions.m4' libtoolize: '/usr/share/aclocal/ltsugar.m4' libtoolize: '/usr/share/aclocal/ltversion.m4' libtoolize: '/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall --add-missing configure.ac:4: installing './ar-lib' configure.ac:5: installing './config.guess' configure.ac:5: installing './config.sub' ++ pwd + instdir=/automake-1.15/t/instfail-libtool.dir/inst + ./configure --prefix=/automake-1.15/t/instfail-libtool.dir/inst checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /tools/bin/dd checking how to truncate binary pipes... /tools/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands config.status: executing libtool commands + make /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail-libtool\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT liblt1.lo -MD -MP -MF .deps/liblt1.Tpo -c -o liblt1.lo liblt1.c libtool: compile: cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"instfail-libtool 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT liblt1.lo -MD -MP -MF .deps/liblt1.Tpo -c liblt1.c -fPIC -DPIC -o .libs/liblt1.o libtool: compile: cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"instfail-libtool 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT liblt1.lo -MD -MP -MF .deps/liblt1.Tpo -c liblt1.c -o liblt1.o >/dev/null 2>&1 mv -f .deps/liblt1.Tpo .deps/liblt1.Plo /bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -o liblt1.la -rpath /automake-1.15/t/instfail-libtool.dir/inst/lib liblt1.lo libtool: link: cc -shared -fPIC -DPIC .libs/liblt1.o -g -O2 -Wl,-soname -Wl,liblt1.so.0 -o .libs/liblt1.so.0.0.0 libtool: link: (cd ".libs" && rm -f "liblt1.so.0" && ln -s "liblt1.so.0.0.0" "liblt1.so.0") libtool: link: (cd ".libs" && rm -f "liblt1.so" && ln -s "liblt1.so.0.0.0" "liblt1.so") libtool: link: ar cru .libs/liblt1.a liblt1.o libtool: link: ranlib .libs/liblt1.a libtool: link: ( cd ".libs" && rm -f "liblt1.la" && ln -s "../liblt1.la" "liblt1.la" ) /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail-libtool\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT liblt2.lo -MD -MP -MF .deps/liblt2.Tpo -c -o liblt2.lo liblt2.c libtool: compile: cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"instfail-libtool 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT liblt2.lo -MD -MP -MF .deps/liblt2.Tpo -c liblt2.c -fPIC -DPIC -o .libs/liblt2.o libtool: compile: cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"instfail-libtool 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT liblt2.lo -MD -MP -MF .deps/liblt2.Tpo -c liblt2.c -o liblt2.o >/dev/null 2>&1 mv -f .deps/liblt2.Tpo .deps/liblt2.Plo /bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -o liblt2.la -rpath /automake-1.15/t/instfail-libtool.dir/inst/lib liblt2.lo libtool: link: cc -shared -fPIC -DPIC .libs/liblt2.o -g -O2 -Wl,-soname -Wl,liblt2.so.0 -o .libs/liblt2.so.0.0.0 libtool: link: (cd ".libs" && rm -f "liblt2.so.0" && ln -s "liblt2.so.0.0.0" "liblt2.so.0") libtool: link: (cd ".libs" && rm -f "liblt2.so" && ln -s "liblt2.so.0.0.0" "liblt2.so") libtool: link: ar cru .libs/liblt2.a liblt2.o libtool: link: ranlib .libs/liblt2.a libtool: link: ( cd ".libs" && rm -f "liblt2.la" && ln -s "../liblt2.la" "liblt2.la" ) /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail-libtool\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT liblt3.lo -MD -MP -MF .deps/liblt3.Tpo -c -o liblt3.lo liblt3.c libtool: compile: cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"instfail-libtool 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT liblt3.lo -MD -MP -MF .deps/liblt3.Tpo -c liblt3.c -fPIC -DPIC -o .libs/liblt3.o libtool: compile: cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"instfail-libtool 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT liblt3.lo -MD -MP -MF .deps/liblt3.Tpo -c liblt3.c -o liblt3.o >/dev/null 2>&1 mv -f .deps/liblt3.Tpo .deps/liblt3.Plo /bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -o liblt3.la -rpath /automake-1.15/t/instfail-libtool.dir/inst/lib liblt3.lo libtool: link: cc -shared -fPIC -DPIC .libs/liblt3.o -g -O2 -Wl,-soname -Wl,liblt3.so.0 -o .libs/liblt3.so.0.0.0 libtool: link: (cd ".libs" && rm -f "liblt3.so.0" && ln -s "liblt3.so.0.0.0" "liblt3.so.0") libtool: link: (cd ".libs" && rm -f "liblt3.so" && ln -s "liblt3.so.0.0.0" "liblt3.so") libtool: link: ar cru .libs/liblt3.a liblt3.o libtool: link: ranlib .libs/liblt3.a libtool: link: ( cd ".libs" && rm -f "liblt3.la" && ln -s "../liblt3.la" "liblt3.la" ) /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail-libtool\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT libltn1.lo -MD -MP -MF .deps/libltn1.Tpo -c -o libltn1.lo libltn1.c libtool: compile: cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"instfail-libtool 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT libltn1.lo -MD -MP -MF .deps/libltn1.Tpo -c libltn1.c -fPIC -DPIC -o .libs/libltn1.o libtool: compile: cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"instfail-libtool 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT libltn1.lo -MD -MP -MF .deps/libltn1.Tpo -c libltn1.c -o libltn1.o >/dev/null 2>&1 mv -f .deps/libltn1.Tpo .deps/libltn1.Plo /bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -o libltn1.la -rpath /automake-1.15/t/instfail-libtool.dir/inst/lib/. libltn1.lo libtool: link: cc -shared -fPIC -DPIC .libs/libltn1.o -g -O2 -Wl,-soname -Wl,libltn1.so.0 -o .libs/libltn1.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libltn1.so.0" && ln -s "libltn1.so.0.0.0" "libltn1.so.0") libtool: link: (cd ".libs" && rm -f "libltn1.so" && ln -s "libltn1.so.0.0.0" "libltn1.so") libtool: link: ar cru .libs/libltn1.a libltn1.o libtool: link: ranlib .libs/libltn1.a libtool: link: ( cd ".libs" && rm -f "libltn1.la" && ln -s "../libltn1.la" "libltn1.la" ) /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail-libtool\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT libltn2.lo -MD -MP -MF .deps/libltn2.Tpo -c -o libltn2.lo libltn2.c libtool: compile: cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"instfail-libtool 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT libltn2.lo -MD -MP -MF .deps/libltn2.Tpo -c libltn2.c -fPIC -DPIC -o .libs/libltn2.o libtool: compile: cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"instfail-libtool 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT libltn2.lo -MD -MP -MF .deps/libltn2.Tpo -c libltn2.c -o libltn2.o >/dev/null 2>&1 mv -f .deps/libltn2.Tpo .deps/libltn2.Plo /bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -o libltn2.la -rpath /automake-1.15/t/instfail-libtool.dir/inst/lib/. libltn2.lo libtool: link: cc -shared -fPIC -DPIC .libs/libltn2.o -g -O2 -Wl,-soname -Wl,libltn2.so.0 -o .libs/libltn2.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libltn2.so.0" && ln -s "libltn2.so.0.0.0" "libltn2.so.0") libtool: link: (cd ".libs" && rm -f "libltn2.so" && ln -s "libltn2.so.0.0.0" "libltn2.so") libtool: link: ar cru .libs/libltn2.a libltn2.o libtool: link: ranlib .libs/libltn2.a libtool: link: ( cd ".libs" && rm -f "libltn2.la" && ln -s "../libltn2.la" "libltn2.la" ) /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail-libtool\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT libltn3.lo -MD -MP -MF .deps/libltn3.Tpo -c -o libltn3.lo libltn3.c libtool: compile: cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"instfail-libtool 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT libltn3.lo -MD -MP -MF .deps/libltn3.Tpo -c libltn3.c -fPIC -DPIC -o .libs/libltn3.o libtool: compile: cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" "-DPACKAGE_STRING=\"instfail-libtool 1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT libltn3.lo -MD -MP -MF .deps/libltn3.Tpo -c libltn3.c -o libltn3.o >/dev/null 2>&1 mv -f .deps/libltn3.Tpo .deps/libltn3.Plo /bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -o libltn3.la -rpath /automake-1.15/t/instfail-libtool.dir/inst/lib/. libltn3.lo libtool: link: cc -shared -fPIC -DPIC .libs/libltn3.o -g -O2 -Wl,-soname -Wl,libltn3.so.0 -o .libs/libltn3.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libltn3.so.0" && ln -s "libltn3.so.0.0.0" "libltn3.so.0") libtool: link: (cd ".libs" && rm -f "libltn3.so" && ln -s "libltn3.so.0.0.0" "libltn3.so") libtool: link: ar cru .libs/libltn3.a libltn3.o libtool: link: ranlib .libs/libltn3.a libtool: link: ( cd ".libs" && rm -f "libltn3.la" && ln -s "../libltn3.la" "libltn3.la" ) cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail-libtool\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT prog1.o -MD -MP -MF .deps/prog1.Tpo -c -o prog1.o prog1.c mv -f .deps/prog1.Tpo .deps/prog1.Po /bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -o prog1 prog1.o libtool: link: cc -g -O2 -o prog1 prog1.o cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail-libtool\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT prog2.o -MD -MP -MF .deps/prog2.Tpo -c -o prog2.o prog2.c mv -f .deps/prog2.Tpo .deps/prog2.Po /bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -o prog2 prog2.o libtool: link: cc -g -O2 -o prog2 prog2.o cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail-libtool\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT prog3.o -MD -MP -MF .deps/prog3.Tpo -c -o prog3.o prog3.c mv -f .deps/prog3.Tpo .deps/prog3.Po /bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -o prog3 prog3.o libtool: link: cc -g -O2 -o prog3 prog3.o cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail-libtool\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT progn1.o -MD -MP -MF .deps/progn1.Tpo -c -o progn1.o progn1.c mv -f .deps/progn1.Tpo .deps/progn1.Po /bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -o progn1 progn1.o libtool: link: cc -g -O2 -o progn1 progn1.o cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail-libtool\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT progn2.o -MD -MP -MF .deps/progn2.Tpo -c -o progn2.o progn2.c mv -f .deps/progn2.Tpo .deps/progn2.Po /bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -o progn2 progn2.o libtool: link: cc -g -O2 -o progn2 progn2.o cc -DPACKAGE_NAME=\"instfail-libtool\" -DPACKAGE_TARNAME=\"instfail-libtool\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"instfail-libtool\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"instfail-libtool\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -MT progn3.o -MD -MP -MF .deps/progn3.Tpo -c -o progn3.o progn3.c mv -f .deps/progn3.Tpo .deps/progn3.Po /bin/sh ./libtool --tag=CC --mode=link cc -g -O2 -o progn3 progn3.o libtool: link: cc -g -O2 -o progn3 progn3.o + make install make[1]: Entering directory '/automake-1.15/t/instfail-libtool.dir' /tools/bin/mkdir -p '/automake-1.15/t/instfail-libtool.dir/inst/lib' /bin/sh ./libtool --mode=install /tools/bin/install -c liblt1.la liblt2.la liblt3.la '/automake-1.15/t/instfail-libtool.dir/inst/lib' libtool: install: /tools/bin/install -c .libs/liblt1.so.0.0.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt1.so.0.0.0 libtool: install: (cd /automake-1.15/t/instfail-libtool.dir/inst/lib && { ln -s -f liblt1.so.0.0.0 liblt1.so.0 || { rm -f liblt1.so.0 && ln -s liblt1.so.0.0.0 liblt1.so.0; }; }) libtool: install: (cd /automake-1.15/t/instfail-libtool.dir/inst/lib && { ln -s -f liblt1.so.0.0.0 liblt1.so || { rm -f liblt1.so && ln -s liblt1.so.0.0.0 liblt1.so; }; }) libtool: install: /tools/bin/install -c .libs/liblt1.lai /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt1.la libtool: install: /tools/bin/install -c .libs/liblt2.so.0.0.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt2.so.0.0.0 libtool: install: (cd /automake-1.15/t/instfail-libtool.dir/inst/lib && { ln -s -f liblt2.so.0.0.0 liblt2.so.0 || { rm -f liblt2.so.0 && ln -s liblt2.so.0.0.0 liblt2.so.0; }; }) libtool: install: (cd /automake-1.15/t/instfail-libtool.dir/inst/lib && { ln -s -f liblt2.so.0.0.0 liblt2.so || { rm -f liblt2.so && ln -s liblt2.so.0.0.0 liblt2.so; }; }) libtool: install: /tools/bin/install -c .libs/liblt2.lai /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt2.la libtool: install: /tools/bin/install -c .libs/liblt3.so.0.0.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt3.so.0.0.0 libtool: install: (cd /automake-1.15/t/instfail-libtool.dir/inst/lib && { ln -s -f liblt3.so.0.0.0 liblt3.so.0 || { rm -f liblt3.so.0 && ln -s liblt3.so.0.0.0 liblt3.so.0; }; }) libtool: install: (cd /automake-1.15/t/instfail-libtool.dir/inst/lib && { ln -s -f liblt3.so.0.0.0 liblt3.so || { rm -f liblt3.so && ln -s liblt3.so.0.0.0 liblt3.so; }; }) libtool: install: /tools/bin/install -c .libs/liblt3.lai /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt3.la libtool: install: /tools/bin/install -c .libs/liblt1.a /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt1.a libtool: install: chmod 644 /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt1.a libtool: install: ranlib /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt1.a libtool: install: /tools/bin/install -c .libs/liblt2.a /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt2.a libtool: install: chmod 644 /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt2.a libtool: install: ranlib /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt2.a libtool: install: /tools/bin/install -c .libs/liblt3.a /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt3.a libtool: install: chmod 644 /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt3.a libtool: install: ranlib /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt3.a libtool: finish: PATH="/automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/sbin" ldconfig -n /automake-1.15/t/instfail-libtool.dir/inst/lib ---------------------------------------------------------------------- Libraries have been installed in: /automake-1.15/t/instfail-libtool.dir/inst/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /tools/bin/mkdir -p '/automake-1.15/t/instfail-libtool.dir/inst/lib' /bin/sh ./libtool --mode=install /tools/bin/install -c libltn1.la libltn2.la libltn3.la '/automake-1.15/t/instfail-libtool.dir/inst/lib/.' libtool: install: /tools/bin/install -c .libs/libltn1.so.0.0.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn1.so.0.0.0 libtool: install: (cd /automake-1.15/t/instfail-libtool.dir/inst/lib/. && { ln -s -f libltn1.so.0.0.0 libltn1.so.0 || { rm -f libltn1.so.0 && ln -s libltn1.so.0.0.0 libltn1.so.0; }; }) libtool: install: (cd /automake-1.15/t/instfail-libtool.dir/inst/lib/. && { ln -s -f libltn1.so.0.0.0 libltn1.so || { rm -f libltn1.so && ln -s libltn1.so.0.0.0 libltn1.so; }; }) libtool: install: /tools/bin/install -c .libs/libltn1.lai /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn1.la libtool: install: /tools/bin/install -c .libs/libltn2.so.0.0.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn2.so.0.0.0 libtool: install: (cd /automake-1.15/t/instfail-libtool.dir/inst/lib/. && { ln -s -f libltn2.so.0.0.0 libltn2.so.0 || { rm -f libltn2.so.0 && ln -s libltn2.so.0.0.0 libltn2.so.0; }; }) libtool: install: (cd /automake-1.15/t/instfail-libtool.dir/inst/lib/. && { ln -s -f libltn2.so.0.0.0 libltn2.so || { rm -f libltn2.so && ln -s libltn2.so.0.0.0 libltn2.so; }; }) libtool: install: /tools/bin/install -c .libs/libltn2.lai /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn2.la libtool: install: /tools/bin/install -c .libs/libltn3.so.0.0.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn3.so.0.0.0 libtool: install: (cd /automake-1.15/t/instfail-libtool.dir/inst/lib/. && { ln -s -f libltn3.so.0.0.0 libltn3.so.0 || { rm -f libltn3.so.0 && ln -s libltn3.so.0.0.0 libltn3.so.0; }; }) libtool: install: (cd /automake-1.15/t/instfail-libtool.dir/inst/lib/. && { ln -s -f libltn3.so.0.0.0 libltn3.so || { rm -f libltn3.so && ln -s libltn3.so.0.0.0 libltn3.so; }; }) libtool: install: /tools/bin/install -c .libs/libltn3.lai /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn3.la libtool: install: /tools/bin/install -c .libs/libltn1.a /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn1.a libtool: install: chmod 644 /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn1.a libtool: install: ranlib /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn1.a libtool: install: /tools/bin/install -c .libs/libltn2.a /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn2.a libtool: install: chmod 644 /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn2.a libtool: install: ranlib /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn2.a libtool: install: /tools/bin/install -c .libs/libltn3.a /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn3.a libtool: install: chmod 644 /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn3.a libtool: install: ranlib /automake-1.15/t/instfail-libtool.dir/inst/lib/./libltn3.a libtool: finish: PATH="/automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/sbin" ldconfig -n /automake-1.15/t/instfail-libtool.dir/inst/lib/. ---------------------------------------------------------------------- Libraries have been installed in: /automake-1.15/t/instfail-libtool.dir/inst/lib/. If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /tools/bin/mkdir -p '/automake-1.15/t/instfail-libtool.dir/inst/bin' /bin/sh ./libtool --mode=install /tools/bin/install -c prog1 prog2 prog3 '/automake-1.15/t/instfail-libtool.dir/inst/bin' libtool: install: /tools/bin/install -c prog1 /automake-1.15/t/instfail-libtool.dir/inst/bin/prog1 libtool: install: /tools/bin/install -c prog2 /automake-1.15/t/instfail-libtool.dir/inst/bin/prog2 libtool: install: /tools/bin/install -c prog3 /automake-1.15/t/instfail-libtool.dir/inst/bin/prog3 /tools/bin/mkdir -p '/automake-1.15/t/instfail-libtool.dir/inst/bin' /bin/sh ./libtool --mode=install /tools/bin/install -c progn1 progn2 progn3 '/automake-1.15/t/instfail-libtool.dir/inst/bin' libtool: install: /tools/bin/install -c progn1 /automake-1.15/t/instfail-libtool.dir/inst/bin/progn1 libtool: install: /tools/bin/install -c progn2 /automake-1.15/t/instfail-libtool.dir/inst/bin/progn2 libtool: install: /tools/bin/install -c progn3 /automake-1.15/t/instfail-libtool.dir/inst/bin/progn3 make[1]: Nothing to be done for 'install-data-am'. make[1]: Leaving directory '/automake-1.15/t/instfail-libtool.dir' + make uninstall ( cd '/automake-1.15/t/instfail-libtool.dir/inst/bin' && rm -f prog1 prog2 prog3 ) /bin/sh ./libtool --mode=uninstall rm -f '/automake-1.15/t/instfail-libtool.dir/inst/lib/liblt1.la' libtool: uninstall: rm -f /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt1.la /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt1.so.0.0.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt1.so.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt1.so /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt1.a /bin/sh ./libtool --mode=uninstall rm -f '/automake-1.15/t/instfail-libtool.dir/inst/lib/liblt2.la' libtool: uninstall: rm -f /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt2.la /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt2.so.0.0.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt2.so.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt2.so /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt2.a /bin/sh ./libtool --mode=uninstall rm -f '/automake-1.15/t/instfail-libtool.dir/inst/lib/liblt3.la' libtool: uninstall: rm -f /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt3.la /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt3.so.0.0.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt3.so.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt3.so /automake-1.15/t/instfail-libtool.dir/inst/lib/liblt3.a ( cd '/automake-1.15/t/instfail-libtool.dir/inst/bin' && rm -f progn1 progn2 progn3 ) /bin/sh ./libtool --mode=uninstall rm -f '/automake-1.15/t/instfail-libtool.dir/inst/lib/libltn1.la' libtool: uninstall: rm -f /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn1.la /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn1.so.0.0.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn1.so.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn1.so /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn1.a /bin/sh ./libtool --mode=uninstall rm -f '/automake-1.15/t/instfail-libtool.dir/inst/lib/libltn2.la' libtool: uninstall: rm -f /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn2.la /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn2.so.0.0.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn2.so.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn2.so /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn2.a /bin/sh ./libtool --mode=uninstall rm -f '/automake-1.15/t/instfail-libtool.dir/inst/lib/libltn3.la' libtool: uninstall: rm -f /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn3.la /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn3.so.0.0.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn3.so.0 /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn3.so /automake-1.15/t/instfail-libtool.dir/inst/lib/libltn3.a + for file in liblt1.la libltn1.la + chmod a-r liblt1.la + test '!' -r liblt1.la + skip_ 'cannot drop file read permissions' + warn_ 'instfail-libtool: skipped test: cannot drop file read permissions' + echo 'instfail-libtool: skipped test: cannot drop file read permissions' + _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 /automake-1.15 + 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 SKIP t/instfail-libtool.sh (exit status: 77) SKIP: t/instmany ================ Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/instmany.dir + limit=2500 + subdir=long_subdir_name_with_many_characters + nfiles=81 ++ seq_ 1 81 ++ case $# in ++ seq_first=1 ++ seq_incr=1 ++ seq_last=81 ++ i=1 ++ test 1 -le 81 ++ echo 1 ++ i=2 ++ test 2 -le 81 ++ echo 2 ++ i=3 ++ test 3 -le 81 ++ echo 3 ++ i=4 ++ test 4 -le 81 ++ echo 4 ++ i=5 ++ test 5 -le 81 ++ echo 5 ++ i=6 ++ test 6 -le 81 ++ echo 6 ++ i=7 ++ test 7 -le 81 ++ echo 7 ++ i=8 ++ test 8 -le 81 ++ echo 8 ++ i=9 ++ test 9 -le 81 ++ echo 9 ++ i=10 ++ test 10 -le 81 ++ echo 10 ++ i=11 ++ test 11 -le 81 ++ echo 11 ++ i=12 ++ test 12 -le 81 ++ echo 12 ++ i=13 ++ test 13 -le 81 ++ echo 13 ++ i=14 ++ test 14 -le 81 ++ echo 14 ++ i=15 ++ test 15 -le 81 ++ echo 15 ++ i=16 ++ test 16 -le 81 ++ echo 16 ++ i=17 ++ test 17 -le 81 ++ echo 17 ++ i=18 ++ test 18 -le 81 ++ echo 18 ++ i=19 ++ test 19 -le 81 ++ echo 19 ++ i=20 ++ test 20 -le 81 ++ echo 20 ++ i=21 ++ test 21 -le 81 ++ echo 21 ++ i=22 ++ test 22 -le 81 ++ echo 22 ++ i=23 ++ test 23 -le 81 ++ echo 23 ++ i=24 ++ test 24 -le 81 ++ echo 24 ++ i=25 ++ test 25 -le 81 ++ echo 25 ++ i=26 ++ test 26 -le 81 ++ echo 26 ++ i=27 ++ test 27 -le 81 ++ echo 27 ++ i=28 ++ test 28 -le 81 ++ echo 28 ++ i=29 ++ test 29 -le 81 ++ echo 29 ++ i=30 ++ test 30 -le 81 ++ echo 30 ++ i=31 ++ test 31 -le 81 ++ echo 31 ++ i=32 ++ test 32 -le 81 ++ echo 32 ++ i=33 ++ test 33 -le 81 ++ echo 33 ++ i=34 ++ test 34 -le 81 ++ echo 34 ++ i=35 ++ test 35 -le 81 ++ echo 35 ++ i=36 ++ test 36 -le 81 ++ echo 36 ++ i=37 ++ test 37 -le 81 ++ echo 37 ++ i=38 ++ test 38 -le 81 ++ echo 38 ++ i=39 ++ test 39 -le 81 ++ echo 39 ++ i=40 ++ test 40 -le 81 ++ echo 40 ++ i=41 ++ test 41 -le 81 ++ echo 41 ++ i=42 ++ test 42 -le 81 ++ echo 42 ++ i=43 ++ test 43 -le 81 ++ echo 43 ++ i=44 ++ test 44 -le 81 ++ echo 44 ++ i=45 ++ test 45 -le 81 ++ echo 45 ++ i=46 ++ test 46 -le 81 ++ echo 46 ++ i=47 ++ test 47 -le 81 ++ echo 47 ++ i=48 ++ test 48 -le 81 ++ echo 48 ++ i=49 ++ test 49 -le 81 ++ echo 49 ++ i=50 ++ test 50 -le 81 ++ echo 50 ++ i=51 ++ test 51 -le 81 ++ echo 51 ++ i=52 ++ test 52 -le 81 ++ echo 52 ++ i=53 ++ test 53 -le 81 ++ echo 53 ++ i=54 ++ test 54 -le 81 ++ echo 54 ++ i=55 ++ test 55 -le 81 ++ echo 55 ++ i=56 ++ test 56 -le 81 ++ echo 56 ++ i=57 ++ test 57 -le 81 ++ echo 57 ++ i=58 ++ test 58 -le 81 ++ echo 58 ++ i=59 ++ test 59 -le 81 ++ echo 59 ++ i=60 ++ test 60 -le 81 ++ echo 60 ++ i=61 ++ test 61 -le 81 ++ echo 61 ++ i=62 ++ test 62 -le 81 ++ echo 62 ++ i=63 ++ test 63 -le 81 ++ echo 63 ++ i=64 ++ test 64 -le 81 ++ echo 64 ++ i=65 ++ test 65 -le 81 ++ echo 65 ++ i=66 ++ test 66 -le 81 ++ echo 66 ++ i=67 ++ test 67 -le 81 ++ echo 67 ++ i=68 ++ test 68 -le 81 ++ echo 68 ++ i=69 ++ test 69 -le 81 ++ echo 69 ++ i=70 ++ test 70 -le 81 ++ echo 70 ++ i=71 ++ test 71 -le 81 ++ echo 71 ++ i=72 ++ test 72 -le 81 ++ echo 72 ++ i=73 ++ test 73 -le 81 ++ echo 73 ++ i=74 ++ test 74 -le 81 ++ echo 74 ++ i=75 ++ test 75 -le 81 ++ echo 75 ++ i=76 ++ test 76 -le 81 ++ echo 76 ++ i=77 ++ test 77 -le 81 ++ echo 77 ++ i=78 ++ test 78 -le 81 ++ echo 78 ++ i=79 ++ test 79 -le 81 ++ echo 79 ++ i=80 ++ test 80 -le 81 ++ echo 80 ++ i=81 ++ test 81 -le 81 ++ echo 81 ++ i=82 ++ test 82 -le 81 + list='1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81' + oPATH=/automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin + export oPATH ++ pwd + nPATH=/automake-1.15/t/instmany.dir/x-bin:/automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin + export nPATH + mkdir x-bin + sed 's|@limit@|2500|g' + sed 's|@limit@|2500|g' + chmod +x x-bin/rm x-bin/my-install + cat + cat + cat + mkdir long_subdir_name_with_many_characters + cd long_subdir_name_with_many_characters + cat + for n in '$list' + unindent + test x = x ++ 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 + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + echo + echo + cd .. + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall --add-missing ++ pwd + instdir=/automake-1.15/t/instmany.dir/inst + mkdir build + cd build + ../configure --prefix=/automake-1.15/t/instmany.dir/inst checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating setenv.sh config.status: creating long_subdir_name_with_many_characters/Makefile + . ./setenv.sh ++ orig_INSTALL='/tools/bin/install -c' ++ case "$orig_INSTALL" in ++ export orig_INSTALL + test -n '/tools/bin/install -c' + make Making all in long_subdir_name_with_many_characters make[1]: Entering directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' make[1]: Entering directory '/automake-1.15/t/instmany.dir/build' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/automake-1.15/t/instmany.dir/build' + make install Making install in long_subdir_name_with_many_characters make[1]: Entering directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' make[2]: Entering directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' /tools/bin/mkdir -p '/automake-1.15/t/instmany.dir/inst/bin' /tools/bin/install -c ../../long_subdir_name_with_many_characters/script1 ../../long_subdir_name_with_many_characters/script2 ../../long_subdir_name_with_many_characters/script3 ../../long_subdir_name_with_many_characters/script4 ../../long_subdir_name_with_many_characters/script5 ../../long_subdir_name_with_many_characters/script6 ../../long_subdir_name_with_many_characters/script7 ../../long_subdir_name_with_many_characters/script8 ../../long_subdir_name_with_many_characters/script9 ../../long_subdir_name_with_many_characters/script10 ../../long_subdir_name_with_many_characters/script11 ../../long_subdir_name_with_many_characters/script12 ../../long_subdir_name_with_many_characters/script13 ../../long_subdir_name_with_many_characters/script14 ../../long_subdir_name_with_many_characters/script15 ../../long_subdir_name_with_many_characters/script16 ../../long_subdir_name_with_many_characters/script17 ../../long_subdir_name_with_many_characters/script18 ../../long_subdir_name_with_many_characters/script19 ../../long_subdir_name_with_many_characters/script20 ../../long_subdir_name_with_many_characters/script21 ../../long_subdir_name_with_many_characters/script22 ../../long_subdir_name_with_many_characters/script23 ../../long_subdir_name_with_many_characters/script24 ../../long_subdir_name_with_many_characters/script25 ../../long_subdir_name_with_many_characters/script26 ../../long_subdir_name_with_many_characters/script27 ../../long_subdir_name_with_many_characters/script28 ../../long_subdir_name_with_many_characters/script29 ../../long_subdir_name_with_many_characters/script30 ../../long_subdir_name_with_many_characters/script31 ../../long_subdir_name_with_many_characters/script32 ../../long_subdir_name_with_many_characters/script33 ../../long_subdir_name_with_many_characters/script34 ../../long_subdir_name_with_many_characters/script35 ../../long_subdir_name_with_many_characters/script36 ../../long_subdir_name_with_many_characters/script37 ../../long_subdir_name_with_many_characters/script38 ../../long_subdir_name_with_many_characters/script39 ../../long_subdir_name_with_many_characters/script40 '/automake-1.15/t/instmany.dir/inst/bin' /tools/bin/install -c ../../long_subdir_name_with_many_characters/script41 ../../long_subdir_name_with_many_characters/script42 ../../long_subdir_name_with_many_characters/script43 ../../long_subdir_name_with_many_characters/script44 ../../long_subdir_name_with_many_characters/script45 ../../long_subdir_name_with_many_characters/script46 ../../long_subdir_name_with_many_characters/script47 ../../long_subdir_name_with_many_characters/script48 ../../long_subdir_name_with_many_characters/script49 ../../long_subdir_name_with_many_characters/script50 ../../long_subdir_name_with_many_characters/script51 ../../long_subdir_name_with_many_characters/script52 ../../long_subdir_name_with_many_characters/script53 ../../long_subdir_name_with_many_characters/script54 ../../long_subdir_name_with_many_characters/script55 ../../long_subdir_name_with_many_characters/script56 ../../long_subdir_name_with_many_characters/script57 ../../long_subdir_name_with_many_characters/script58 ../../long_subdir_name_with_many_characters/script59 ../../long_subdir_name_with_many_characters/script60 ../../long_subdir_name_with_many_characters/script61 ../../long_subdir_name_with_many_characters/script62 ../../long_subdir_name_with_many_characters/script63 ../../long_subdir_name_with_many_characters/script64 ../../long_subdir_name_with_many_characters/script65 ../../long_subdir_name_with_many_characters/script66 ../../long_subdir_name_with_many_characters/script67 ../../long_subdir_name_with_many_characters/script68 ../../long_subdir_name_with_many_characters/script69 ../../long_subdir_name_with_many_characters/script70 ../../long_subdir_name_with_many_characters/script71 ../../long_subdir_name_with_many_characters/script72 ../../long_subdir_name_with_many_characters/script73 ../../long_subdir_name_with_many_characters/script74 ../../long_subdir_name_with_many_characters/script75 ../../long_subdir_name_with_many_characters/script76 ../../long_subdir_name_with_many_characters/script77 ../../long_subdir_name_with_many_characters/script78 ../../long_subdir_name_with_many_characters/script79 ../../long_subdir_name_with_many_characters/script80 '/automake-1.15/t/instmany.dir/inst/bin' /tools/bin/install -c ../../long_subdir_name_with_many_characters/script81 '/automake-1.15/t/instmany.dir/inst/bin' /tools/bin/mkdir -p '/automake-1.15/t/instmany.dir/inst/bin' /tools/bin/install -c ../../long_subdir_name_with_many_characters/nscript1 ../../long_subdir_name_with_many_characters/nscript2 ../../long_subdir_name_with_many_characters/nscript3 ../../long_subdir_name_with_many_characters/nscript4 ../../long_subdir_name_with_many_characters/nscript5 ../../long_subdir_name_with_many_characters/nscript6 ../../long_subdir_name_with_many_characters/nscript7 ../../long_subdir_name_with_many_characters/nscript8 ../../long_subdir_name_with_many_characters/nscript9 ../../long_subdir_name_with_many_characters/nscript10 ../../long_subdir_name_with_many_characters/nscript11 ../../long_subdir_name_with_many_characters/nscript12 ../../long_subdir_name_with_many_characters/nscript13 ../../long_subdir_name_with_many_characters/nscript14 ../../long_subdir_name_with_many_characters/nscript15 ../../long_subdir_name_with_many_characters/nscript16 ../../long_subdir_name_with_many_characters/nscript17 ../../long_subdir_name_with_many_characters/nscript18 ../../long_subdir_name_with_many_characters/nscript19 ../../long_subdir_name_with_many_characters/nscript20 ../../long_subdir_name_with_many_characters/nscript21 ../../long_subdir_name_with_many_characters/nscript22 ../../long_subdir_name_with_many_characters/nscript23 ../../long_subdir_name_with_many_characters/nscript24 ../../long_subdir_name_with_many_characters/nscript25 ../../long_subdir_name_with_many_characters/nscript26 ../../long_subdir_name_with_many_characters/nscript27 ../../long_subdir_name_with_many_characters/nscript28 ../../long_subdir_name_with_many_characters/nscript29 ../../long_subdir_name_with_many_characters/nscript30 ../../long_subdir_name_with_many_characters/nscript31 ../../long_subdir_name_with_many_characters/nscript32 ../../long_subdir_name_with_many_characters/nscript33 ../../long_subdir_name_with_many_characters/nscript34 ../../long_subdir_name_with_many_characters/nscript35 ../../long_subdir_name_with_many_characters/nscript36 ../../long_subdir_name_with_many_characters/nscript37 ../../long_subdir_name_with_many_characters/nscript38 ../../long_subdir_name_with_many_characters/nscript39 ../../long_subdir_name_with_many_characters/nscript40 '/automake-1.15/t/instmany.dir/inst/bin' /tools/bin/install -c ../../long_subdir_name_with_many_characters/nscript41 ../../long_subdir_name_with_many_characters/nscript42 ../../long_subdir_name_with_many_characters/nscript43 ../../long_subdir_name_with_many_characters/nscript44 ../../long_subdir_name_with_many_characters/nscript45 ../../long_subdir_name_with_many_characters/nscript46 ../../long_subdir_name_with_many_characters/nscript47 ../../long_subdir_name_with_many_characters/nscript48 ../../long_subdir_name_with_many_characters/nscript49 ../../long_subdir_name_with_many_characters/nscript50 ../../long_subdir_name_with_many_characters/nscript51 ../../long_subdir_name_with_many_characters/nscript52 ../../long_subdir_name_with_many_characters/nscript53 ../../long_subdir_name_with_many_characters/nscript54 ../../long_subdir_name_with_many_characters/nscript55 ../../long_subdir_name_with_many_characters/nscript56 ../../long_subdir_name_with_many_characters/nscript57 ../../long_subdir_name_with_many_characters/nscript58 ../../long_subdir_name_with_many_characters/nscript59 ../../long_subdir_name_with_many_characters/nscript60 ../../long_subdir_name_with_many_characters/nscript61 ../../long_subdir_name_with_many_characters/nscript62 ../../long_subdir_name_with_many_characters/nscript63 ../../long_subdir_name_with_many_characters/nscript64 ../../long_subdir_name_with_many_characters/nscript65 ../../long_subdir_name_with_many_characters/nscript66 ../../long_subdir_name_with_many_characters/nscript67 ../../long_subdir_name_with_many_characters/nscript68 ../../long_subdir_name_with_many_characters/nscript69 ../../long_subdir_name_with_many_characters/nscript70 ../../long_subdir_name_with_many_characters/nscript71 ../../long_subdir_name_with_many_characters/nscript72 ../../long_subdir_name_with_many_characters/nscript73 ../../long_subdir_name_with_many_characters/nscript74 ../../long_subdir_name_with_many_characters/nscript75 ../../long_subdir_name_with_many_characters/nscript76 ../../long_subdir_name_with_many_characters/nscript77 ../../long_subdir_name_with_many_characters/nscript78 ../../long_subdir_name_with_many_characters/nscript79 ../../long_subdir_name_with_many_characters/nscript80 '/automake-1.15/t/instmany.dir/inst/bin' /tools/bin/install -c ../../long_subdir_name_with_many_characters/nscript81 '/automake-1.15/t/instmany.dir/inst/bin' /tools/bin/mkdir -p '/automake-1.15/t/instmany.dir/inst/share' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/data1 ../../long_subdir_name_with_many_characters/data2 ../../long_subdir_name_with_many_characters/data3 ../../long_subdir_name_with_many_characters/data4 ../../long_subdir_name_with_many_characters/data5 ../../long_subdir_name_with_many_characters/data6 ../../long_subdir_name_with_many_characters/data7 ../../long_subdir_name_with_many_characters/data8 ../../long_subdir_name_with_many_characters/data9 ../../long_subdir_name_with_many_characters/data10 ../../long_subdir_name_with_many_characters/data11 ../../long_subdir_name_with_many_characters/data12 ../../long_subdir_name_with_many_characters/data13 ../../long_subdir_name_with_many_characters/data14 ../../long_subdir_name_with_many_characters/data15 ../../long_subdir_name_with_many_characters/data16 ../../long_subdir_name_with_many_characters/data17 ../../long_subdir_name_with_many_characters/data18 ../../long_subdir_name_with_many_characters/data19 ../../long_subdir_name_with_many_characters/data20 ../../long_subdir_name_with_many_characters/data21 ../../long_subdir_name_with_many_characters/data22 ../../long_subdir_name_with_many_characters/data23 ../../long_subdir_name_with_many_characters/data24 ../../long_subdir_name_with_many_characters/data25 ../../long_subdir_name_with_many_characters/data26 ../../long_subdir_name_with_many_characters/data27 ../../long_subdir_name_with_many_characters/data28 ../../long_subdir_name_with_many_characters/data29 ../../long_subdir_name_with_many_characters/data30 ../../long_subdir_name_with_many_characters/data31 ../../long_subdir_name_with_many_characters/data32 ../../long_subdir_name_with_many_characters/data33 ../../long_subdir_name_with_many_characters/data34 ../../long_subdir_name_with_many_characters/data35 ../../long_subdir_name_with_many_characters/data36 ../../long_subdir_name_with_many_characters/data37 ../../long_subdir_name_with_many_characters/data38 ../../long_subdir_name_with_many_characters/data39 ../../long_subdir_name_with_many_characters/data40 '/automake-1.15/t/instmany.dir/inst/share' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/data41 ../../long_subdir_name_with_many_characters/data42 ../../long_subdir_name_with_many_characters/data43 ../../long_subdir_name_with_many_characters/data44 ../../long_subdir_name_with_many_characters/data45 ../../long_subdir_name_with_many_characters/data46 ../../long_subdir_name_with_many_characters/data47 ../../long_subdir_name_with_many_characters/data48 ../../long_subdir_name_with_many_characters/data49 ../../long_subdir_name_with_many_characters/data50 ../../long_subdir_name_with_many_characters/data51 ../../long_subdir_name_with_many_characters/data52 ../../long_subdir_name_with_many_characters/data53 ../../long_subdir_name_with_many_characters/data54 ../../long_subdir_name_with_many_characters/data55 ../../long_subdir_name_with_many_characters/data56 ../../long_subdir_name_with_many_characters/data57 ../../long_subdir_name_with_many_characters/data58 ../../long_subdir_name_with_many_characters/data59 ../../long_subdir_name_with_many_characters/data60 ../../long_subdir_name_with_many_characters/data61 ../../long_subdir_name_with_many_characters/data62 ../../long_subdir_name_with_many_characters/data63 ../../long_subdir_name_with_many_characters/data64 ../../long_subdir_name_with_many_characters/data65 ../../long_subdir_name_with_many_characters/data66 ../../long_subdir_name_with_many_characters/data67 ../../long_subdir_name_with_many_characters/data68 ../../long_subdir_name_with_many_characters/data69 ../../long_subdir_name_with_many_characters/data70 ../../long_subdir_name_with_many_characters/data71 ../../long_subdir_name_with_many_characters/data72 ../../long_subdir_name_with_many_characters/data73 ../../long_subdir_name_with_many_characters/data74 ../../long_subdir_name_with_many_characters/data75 ../../long_subdir_name_with_many_characters/data76 ../../long_subdir_name_with_many_characters/data77 ../../long_subdir_name_with_many_characters/data78 ../../long_subdir_name_with_many_characters/data79 ../../long_subdir_name_with_many_characters/data80 '/automake-1.15/t/instmany.dir/inst/share' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/data81 '/automake-1.15/t/instmany.dir/inst/share' /tools/bin/mkdir -p '/automake-1.15/t/instmany.dir/inst/include' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/header1.h ../../long_subdir_name_with_many_characters/header2.h ../../long_subdir_name_with_many_characters/header3.h ../../long_subdir_name_with_many_characters/header4.h ../../long_subdir_name_with_many_characters/header5.h ../../long_subdir_name_with_many_characters/header6.h ../../long_subdir_name_with_many_characters/header7.h ../../long_subdir_name_with_many_characters/header8.h ../../long_subdir_name_with_many_characters/header9.h ../../long_subdir_name_with_many_characters/header10.h ../../long_subdir_name_with_many_characters/header11.h ../../long_subdir_name_with_many_characters/header12.h ../../long_subdir_name_with_many_characters/header13.h ../../long_subdir_name_with_many_characters/header14.h ../../long_subdir_name_with_many_characters/header15.h ../../long_subdir_name_with_many_characters/header16.h ../../long_subdir_name_with_many_characters/header17.h ../../long_subdir_name_with_many_characters/header18.h ../../long_subdir_name_with_many_characters/header19.h ../../long_subdir_name_with_many_characters/header20.h ../../long_subdir_name_with_many_characters/header21.h ../../long_subdir_name_with_many_characters/header22.h ../../long_subdir_name_with_many_characters/header23.h ../../long_subdir_name_with_many_characters/header24.h ../../long_subdir_name_with_many_characters/header25.h ../../long_subdir_name_with_many_characters/header26.h ../../long_subdir_name_with_many_characters/header27.h ../../long_subdir_name_with_many_characters/header28.h ../../long_subdir_name_with_many_characters/header29.h ../../long_subdir_name_with_many_characters/header30.h ../../long_subdir_name_with_many_characters/header31.h ../../long_subdir_name_with_many_characters/header32.h ../../long_subdir_name_with_many_characters/header33.h ../../long_subdir_name_with_many_characters/header34.h ../../long_subdir_name_with_many_characters/header35.h ../../long_subdir_name_with_many_characters/header36.h ../../long_subdir_name_with_many_characters/header37.h ../../long_subdir_name_with_many_characters/header38.h ../../long_subdir_name_with_many_characters/header39.h ../../long_subdir_name_with_many_characters/header40.h '/automake-1.15/t/instmany.dir/inst/include' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/header41.h ../../long_subdir_name_with_many_characters/header42.h ../../long_subdir_name_with_many_characters/header43.h ../../long_subdir_name_with_many_characters/header44.h ../../long_subdir_name_with_many_characters/header45.h ../../long_subdir_name_with_many_characters/header46.h ../../long_subdir_name_with_many_characters/header47.h ../../long_subdir_name_with_many_characters/header48.h ../../long_subdir_name_with_many_characters/header49.h ../../long_subdir_name_with_many_characters/header50.h ../../long_subdir_name_with_many_characters/header51.h ../../long_subdir_name_with_many_characters/header52.h ../../long_subdir_name_with_many_characters/header53.h ../../long_subdir_name_with_many_characters/header54.h ../../long_subdir_name_with_many_characters/header55.h ../../long_subdir_name_with_many_characters/header56.h ../../long_subdir_name_with_many_characters/header57.h ../../long_subdir_name_with_many_characters/header58.h ../../long_subdir_name_with_many_characters/header59.h ../../long_subdir_name_with_many_characters/header60.h ../../long_subdir_name_with_many_characters/header61.h ../../long_subdir_name_with_many_characters/header62.h ../../long_subdir_name_with_many_characters/header63.h ../../long_subdir_name_with_many_characters/header64.h ../../long_subdir_name_with_many_characters/header65.h ../../long_subdir_name_with_many_characters/header66.h ../../long_subdir_name_with_many_characters/header67.h ../../long_subdir_name_with_many_characters/header68.h ../../long_subdir_name_with_many_characters/header69.h ../../long_subdir_name_with_many_characters/header70.h ../../long_subdir_name_with_many_characters/header71.h ../../long_subdir_name_with_many_characters/header72.h ../../long_subdir_name_with_many_characters/header73.h ../../long_subdir_name_with_many_characters/header74.h ../../long_subdir_name_with_many_characters/header75.h ../../long_subdir_name_with_many_characters/header76.h ../../long_subdir_name_with_many_characters/header77.h ../../long_subdir_name_with_many_characters/header78.h ../../long_subdir_name_with_many_characters/header79.h ../../long_subdir_name_with_many_characters/header80.h '/automake-1.15/t/instmany.dir/inst/include' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/header81.h '/automake-1.15/t/instmany.dir/inst/include' /tools/bin/mkdir -p '/automake-1.15/t/instmany.dir/inst/share' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/ndata1 ../../long_subdir_name_with_many_characters/ndata2 ../../long_subdir_name_with_many_characters/ndata3 ../../long_subdir_name_with_many_characters/ndata4 ../../long_subdir_name_with_many_characters/ndata5 ../../long_subdir_name_with_many_characters/ndata6 ../../long_subdir_name_with_many_characters/ndata7 ../../long_subdir_name_with_many_characters/ndata8 ../../long_subdir_name_with_many_characters/ndata9 ../../long_subdir_name_with_many_characters/ndata10 ../../long_subdir_name_with_many_characters/ndata11 ../../long_subdir_name_with_many_characters/ndata12 ../../long_subdir_name_with_many_characters/ndata13 ../../long_subdir_name_with_many_characters/ndata14 ../../long_subdir_name_with_many_characters/ndata15 ../../long_subdir_name_with_many_characters/ndata16 ../../long_subdir_name_with_many_characters/ndata17 ../../long_subdir_name_with_many_characters/ndata18 ../../long_subdir_name_with_many_characters/ndata19 ../../long_subdir_name_with_many_characters/ndata20 ../../long_subdir_name_with_many_characters/ndata21 ../../long_subdir_name_with_many_characters/ndata22 ../../long_subdir_name_with_many_characters/ndata23 ../../long_subdir_name_with_many_characters/ndata24 ../../long_subdir_name_with_many_characters/ndata25 ../../long_subdir_name_with_many_characters/ndata26 ../../long_subdir_name_with_many_characters/ndata27 ../../long_subdir_name_with_many_characters/ndata28 ../../long_subdir_name_with_many_characters/ndata29 ../../long_subdir_name_with_many_characters/ndata30 ../../long_subdir_name_with_many_characters/ndata31 ../../long_subdir_name_with_many_characters/ndata32 ../../long_subdir_name_with_many_characters/ndata33 ../../long_subdir_name_with_many_characters/ndata34 ../../long_subdir_name_with_many_characters/ndata35 ../../long_subdir_name_with_many_characters/ndata36 ../../long_subdir_name_with_many_characters/ndata37 ../../long_subdir_name_with_many_characters/ndata38 ../../long_subdir_name_with_many_characters/ndata39 ../../long_subdir_name_with_many_characters/ndata40 '/automake-1.15/t/instmany.dir/inst/share/.' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/ndata41 ../../long_subdir_name_with_many_characters/ndata42 ../../long_subdir_name_with_many_characters/ndata43 ../../long_subdir_name_with_many_characters/ndata44 ../../long_subdir_name_with_many_characters/ndata45 ../../long_subdir_name_with_many_characters/ndata46 ../../long_subdir_name_with_many_characters/ndata47 ../../long_subdir_name_with_many_characters/ndata48 ../../long_subdir_name_with_many_characters/ndata49 ../../long_subdir_name_with_many_characters/ndata50 ../../long_subdir_name_with_many_characters/ndata51 ../../long_subdir_name_with_many_characters/ndata52 ../../long_subdir_name_with_many_characters/ndata53 ../../long_subdir_name_with_many_characters/ndata54 ../../long_subdir_name_with_many_characters/ndata55 ../../long_subdir_name_with_many_characters/ndata56 ../../long_subdir_name_with_many_characters/ndata57 ../../long_subdir_name_with_many_characters/ndata58 ../../long_subdir_name_with_many_characters/ndata59 ../../long_subdir_name_with_many_characters/ndata60 ../../long_subdir_name_with_many_characters/ndata61 ../../long_subdir_name_with_many_characters/ndata62 ../../long_subdir_name_with_many_characters/ndata63 ../../long_subdir_name_with_many_characters/ndata64 ../../long_subdir_name_with_many_characters/ndata65 ../../long_subdir_name_with_many_characters/ndata66 ../../long_subdir_name_with_many_characters/ndata67 ../../long_subdir_name_with_many_characters/ndata68 ../../long_subdir_name_with_many_characters/ndata69 ../../long_subdir_name_with_many_characters/ndata70 ../../long_subdir_name_with_many_characters/ndata71 ../../long_subdir_name_with_many_characters/ndata72 ../../long_subdir_name_with_many_characters/ndata73 ../../long_subdir_name_with_many_characters/ndata74 ../../long_subdir_name_with_many_characters/ndata75 ../../long_subdir_name_with_many_characters/ndata76 ../../long_subdir_name_with_many_characters/ndata77 ../../long_subdir_name_with_many_characters/ndata78 ../../long_subdir_name_with_many_characters/ndata79 ../../long_subdir_name_with_many_characters/ndata80 '/automake-1.15/t/instmany.dir/inst/share/.' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/ndata81 '/automake-1.15/t/instmany.dir/inst/share/.' /tools/bin/mkdir -p '/automake-1.15/t/instmany.dir/inst/include' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/nheader1.h ../../long_subdir_name_with_many_characters/nheader2.h ../../long_subdir_name_with_many_characters/nheader3.h ../../long_subdir_name_with_many_characters/nheader4.h ../../long_subdir_name_with_many_characters/nheader5.h ../../long_subdir_name_with_many_characters/nheader6.h ../../long_subdir_name_with_many_characters/nheader7.h ../../long_subdir_name_with_many_characters/nheader8.h ../../long_subdir_name_with_many_characters/nheader9.h ../../long_subdir_name_with_many_characters/nheader10.h ../../long_subdir_name_with_many_characters/nheader11.h ../../long_subdir_name_with_many_characters/nheader12.h ../../long_subdir_name_with_many_characters/nheader13.h ../../long_subdir_name_with_many_characters/nheader14.h ../../long_subdir_name_with_many_characters/nheader15.h ../../long_subdir_name_with_many_characters/nheader16.h ../../long_subdir_name_with_many_characters/nheader17.h ../../long_subdir_name_with_many_characters/nheader18.h ../../long_subdir_name_with_many_characters/nheader19.h ../../long_subdir_name_with_many_characters/nheader20.h ../../long_subdir_name_with_many_characters/nheader21.h ../../long_subdir_name_with_many_characters/nheader22.h ../../long_subdir_name_with_many_characters/nheader23.h ../../long_subdir_name_with_many_characters/nheader24.h ../../long_subdir_name_with_many_characters/nheader25.h ../../long_subdir_name_with_many_characters/nheader26.h ../../long_subdir_name_with_many_characters/nheader27.h ../../long_subdir_name_with_many_characters/nheader28.h ../../long_subdir_name_with_many_characters/nheader29.h ../../long_subdir_name_with_many_characters/nheader30.h ../../long_subdir_name_with_many_characters/nheader31.h ../../long_subdir_name_with_many_characters/nheader32.h ../../long_subdir_name_with_many_characters/nheader33.h ../../long_subdir_name_with_many_characters/nheader34.h ../../long_subdir_name_with_many_characters/nheader35.h ../../long_subdir_name_with_many_characters/nheader36.h ../../long_subdir_name_with_many_characters/nheader37.h ../../long_subdir_name_with_many_characters/nheader38.h ../../long_subdir_name_with_many_characters/nheader39.h ../../long_subdir_name_with_many_characters/nheader40.h '/automake-1.15/t/instmany.dir/inst/include/.' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/nheader41.h ../../long_subdir_name_with_many_characters/nheader42.h ../../long_subdir_name_with_many_characters/nheader43.h ../../long_subdir_name_with_many_characters/nheader44.h ../../long_subdir_name_with_many_characters/nheader45.h ../../long_subdir_name_with_many_characters/nheader46.h ../../long_subdir_name_with_many_characters/nheader47.h ../../long_subdir_name_with_many_characters/nheader48.h ../../long_subdir_name_with_many_characters/nheader49.h ../../long_subdir_name_with_many_characters/nheader50.h ../../long_subdir_name_with_many_characters/nheader51.h ../../long_subdir_name_with_many_characters/nheader52.h ../../long_subdir_name_with_many_characters/nheader53.h ../../long_subdir_name_with_many_characters/nheader54.h ../../long_subdir_name_with_many_characters/nheader55.h ../../long_subdir_name_with_many_characters/nheader56.h ../../long_subdir_name_with_many_characters/nheader57.h ../../long_subdir_name_with_many_characters/nheader58.h ../../long_subdir_name_with_many_characters/nheader59.h ../../long_subdir_name_with_many_characters/nheader60.h ../../long_subdir_name_with_many_characters/nheader61.h ../../long_subdir_name_with_many_characters/nheader62.h ../../long_subdir_name_with_many_characters/nheader63.h ../../long_subdir_name_with_many_characters/nheader64.h ../../long_subdir_name_with_many_characters/nheader65.h ../../long_subdir_name_with_many_characters/nheader66.h ../../long_subdir_name_with_many_characters/nheader67.h ../../long_subdir_name_with_many_characters/nheader68.h ../../long_subdir_name_with_many_characters/nheader69.h ../../long_subdir_name_with_many_characters/nheader70.h ../../long_subdir_name_with_many_characters/nheader71.h ../../long_subdir_name_with_many_characters/nheader72.h ../../long_subdir_name_with_many_characters/nheader73.h ../../long_subdir_name_with_many_characters/nheader74.h ../../long_subdir_name_with_many_characters/nheader75.h ../../long_subdir_name_with_many_characters/nheader76.h ../../long_subdir_name_with_many_characters/nheader77.h ../../long_subdir_name_with_many_characters/nheader78.h ../../long_subdir_name_with_many_characters/nheader79.h ../../long_subdir_name_with_many_characters/nheader80.h '/automake-1.15/t/instmany.dir/inst/include/.' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/nheader81.h '/automake-1.15/t/instmany.dir/inst/include/.' make[2]: Leaving directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' make[1]: Leaving directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' make[1]: Entering directory '/automake-1.15/t/instmany.dir/build' make[2]: Entering directory '/automake-1.15/t/instmany.dir/build' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/automake-1.15/t/instmany.dir/build' make[1]: Leaving directory '/automake-1.15/t/instmany.dir/build' + test -f /automake-1.15/t/instmany.dir/inst/bin/script1 + make uninstall Making uninstall in long_subdir_name_with_many_characters make[1]: Entering directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' ( cd '/automake-1.15/t/instmany.dir/inst/bin' && rm -f script1 script2 script3 script4 script5 script6 script7 script8 script9 script10 script11 script12 script13 script14 script15 script16 script17 script18 script19 script20 script21 script22 script23 script24 script25 script26 script27 script28 script29 script30 script31 script32 script33 script34 script35 script36 script37 script38 script39 script40 script41 script42 script43 script44 script45 script46 script47 script48 script49 script50 script51 script52 script53 script54 script55 script56 script57 script58 script59 script60 script61 script62 script63 script64 script65 script66 script67 script68 script69 script70 script71 script72 script73 script74 script75 script76 script77 script78 script79 script80 script81 ) ( cd '/automake-1.15/t/instmany.dir/inst/share' && rm -f data1 data2 data3 data4 data5 data6 data7 data8 data9 data10 data11 data12 data13 data14 data15 data16 data17 data18 data19 data20 data21 data22 data23 data24 data25 data26 data27 data28 data29 data30 data31 data32 data33 data34 data35 data36 data37 data38 data39 data40 data41 data42 data43 data44 data45 data46 data47 data48 data49 data50 data51 data52 data53 data54 data55 data56 data57 data58 data59 data60 data61 data62 data63 data64 data65 data66 data67 data68 data69 data70 data71 data72 data73 data74 data75 data76 data77 data78 data79 data80 data81 ) ( cd '/automake-1.15/t/instmany.dir/inst/include' && rm -f header1.h header2.h header3.h header4.h header5.h header6.h header7.h header8.h header9.h header10.h header11.h header12.h header13.h header14.h header15.h header16.h header17.h header18.h header19.h header20.h header21.h header22.h header23.h header24.h header25.h header26.h header27.h header28.h header29.h header30.h header31.h header32.h header33.h header34.h header35.h header36.h header37.h header38.h header39.h header40.h header41.h header42.h header43.h header44.h header45.h header46.h header47.h header48.h header49.h header50.h header51.h header52.h header53.h header54.h header55.h header56.h header57.h header58.h header59.h header60.h header61.h header62.h header63.h header64.h header65.h header66.h header67.h header68.h header69.h header70.h header71.h header72.h header73.h header74.h header75.h header76.h header77.h header78.h header79.h header80.h header81.h ) ( cd '/automake-1.15/t/instmany.dir/inst/bin' && rm -f nscript1 nscript2 nscript3 nscript4 nscript5 nscript6 nscript7 nscript8 nscript9 nscript10 nscript11 nscript12 nscript13 nscript14 nscript15 nscript16 nscript17 nscript18 nscript19 nscript20 nscript21 nscript22 nscript23 nscript24 nscript25 nscript26 nscript27 nscript28 nscript29 nscript30 nscript31 nscript32 nscript33 nscript34 nscript35 nscript36 nscript37 nscript38 nscript39 nscript40 nscript41 nscript42 nscript43 nscript44 nscript45 nscript46 nscript47 nscript48 nscript49 nscript50 nscript51 nscript52 nscript53 nscript54 nscript55 nscript56 nscript57 nscript58 nscript59 nscript60 nscript61 nscript62 nscript63 nscript64 nscript65 nscript66 nscript67 nscript68 nscript69 nscript70 nscript71 nscript72 nscript73 nscript74 nscript75 nscript76 nscript77 nscript78 nscript79 nscript80 nscript81 ) ( cd '/automake-1.15/t/instmany.dir/inst/share' && rm -f ndata1 ndata2 ndata3 ndata4 ndata5 ndata6 ndata7 ndata8 ndata9 ndata10 ndata11 ndata12 ndata13 ndata14 ndata15 ndata16 ndata17 ndata18 ndata19 ndata20 ndata21 ndata22 ndata23 ndata24 ndata25 ndata26 ndata27 ndata28 ndata29 ndata30 ndata31 ndata32 ndata33 ndata34 ndata35 ndata36 ndata37 ndata38 ndata39 ndata40 ndata41 ndata42 ndata43 ndata44 ndata45 ndata46 ndata47 ndata48 ndata49 ndata50 ndata51 ndata52 ndata53 ndata54 ndata55 ndata56 ndata57 ndata58 ndata59 ndata60 ndata61 ndata62 ndata63 ndata64 ndata65 ndata66 ndata67 ndata68 ndata69 ndata70 ndata71 ndata72 ndata73 ndata74 ndata75 ndata76 ndata77 ndata78 ndata79 ndata80 ndata81 ) ( cd '/automake-1.15/t/instmany.dir/inst/include' && rm -f nheader1.h nheader2.h nheader3.h nheader4.h nheader5.h nheader6.h nheader7.h nheader8.h nheader9.h nheader10.h nheader11.h nheader12.h nheader13.h nheader14.h nheader15.h nheader16.h nheader17.h nheader18.h nheader19.h nheader20.h nheader21.h nheader22.h nheader23.h nheader24.h nheader25.h nheader26.h nheader27.h nheader28.h nheader29.h nheader30.h nheader31.h nheader32.h nheader33.h nheader34.h nheader35.h nheader36.h nheader37.h nheader38.h nheader39.h nheader40.h nheader41.h nheader42.h nheader43.h nheader44.h nheader45.h nheader46.h nheader47.h nheader48.h nheader49.h nheader50.h nheader51.h nheader52.h nheader53.h nheader54.h nheader55.h nheader56.h nheader57.h nheader58.h nheader59.h nheader60.h nheader61.h nheader62.h nheader63.h nheader64.h nheader65.h nheader66.h nheader67.h nheader68.h nheader69.h nheader70.h nheader71.h nheader72.h nheader73.h nheader74.h nheader75.h nheader76.h nheader77.h nheader78.h nheader79.h nheader80.h nheader81.h ) make[1]: Leaving directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' make[1]: Entering directory '/automake-1.15/t/instmany.dir/build' make[1]: Nothing to be done for 'uninstall-am'. make[1]: Leaving directory '/automake-1.15/t/instmany.dir/build' + make uninstall Making uninstall in long_subdir_name_with_many_characters make[1]: Entering directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' ( cd '/automake-1.15/t/instmany.dir/inst/bin' && rm -f script1 script2 script3 script4 script5 script6 script7 script8 script9 script10 script11 script12 script13 script14 script15 script16 script17 script18 script19 script20 script21 script22 script23 script24 script25 script26 script27 script28 script29 script30 script31 script32 script33 script34 script35 script36 script37 script38 script39 script40 script41 script42 script43 script44 script45 script46 script47 script48 script49 script50 script51 script52 script53 script54 script55 script56 script57 script58 script59 script60 script61 script62 script63 script64 script65 script66 script67 script68 script69 script70 script71 script72 script73 script74 script75 script76 script77 script78 script79 script80 script81 ) ( cd '/automake-1.15/t/instmany.dir/inst/share' && rm -f data1 data2 data3 data4 data5 data6 data7 data8 data9 data10 data11 data12 data13 data14 data15 data16 data17 data18 data19 data20 data21 data22 data23 data24 data25 data26 data27 data28 data29 data30 data31 data32 data33 data34 data35 data36 data37 data38 data39 data40 data41 data42 data43 data44 data45 data46 data47 data48 data49 data50 data51 data52 data53 data54 data55 data56 data57 data58 data59 data60 data61 data62 data63 data64 data65 data66 data67 data68 data69 data70 data71 data72 data73 data74 data75 data76 data77 data78 data79 data80 data81 ) ( cd '/automake-1.15/t/instmany.dir/inst/include' && rm -f header1.h header2.h header3.h header4.h header5.h header6.h header7.h header8.h header9.h header10.h header11.h header12.h header13.h header14.h header15.h header16.h header17.h header18.h header19.h header20.h header21.h header22.h header23.h header24.h header25.h header26.h header27.h header28.h header29.h header30.h header31.h header32.h header33.h header34.h header35.h header36.h header37.h header38.h header39.h header40.h header41.h header42.h header43.h header44.h header45.h header46.h header47.h header48.h header49.h header50.h header51.h header52.h header53.h header54.h header55.h header56.h header57.h header58.h header59.h header60.h header61.h header62.h header63.h header64.h header65.h header66.h header67.h header68.h header69.h header70.h header71.h header72.h header73.h header74.h header75.h header76.h header77.h header78.h header79.h header80.h header81.h ) ( cd '/automake-1.15/t/instmany.dir/inst/bin' && rm -f nscript1 nscript2 nscript3 nscript4 nscript5 nscript6 nscript7 nscript8 nscript9 nscript10 nscript11 nscript12 nscript13 nscript14 nscript15 nscript16 nscript17 nscript18 nscript19 nscript20 nscript21 nscript22 nscript23 nscript24 nscript25 nscript26 nscript27 nscript28 nscript29 nscript30 nscript31 nscript32 nscript33 nscript34 nscript35 nscript36 nscript37 nscript38 nscript39 nscript40 nscript41 nscript42 nscript43 nscript44 nscript45 nscript46 nscript47 nscript48 nscript49 nscript50 nscript51 nscript52 nscript53 nscript54 nscript55 nscript56 nscript57 nscript58 nscript59 nscript60 nscript61 nscript62 nscript63 nscript64 nscript65 nscript66 nscript67 nscript68 nscript69 nscript70 nscript71 nscript72 nscript73 nscript74 nscript75 nscript76 nscript77 nscript78 nscript79 nscript80 nscript81 ) ( cd '/automake-1.15/t/instmany.dir/inst/share' && rm -f ndata1 ndata2 ndata3 ndata4 ndata5 ndata6 ndata7 ndata8 ndata9 ndata10 ndata11 ndata12 ndata13 ndata14 ndata15 ndata16 ndata17 ndata18 ndata19 ndata20 ndata21 ndata22 ndata23 ndata24 ndata25 ndata26 ndata27 ndata28 ndata29 ndata30 ndata31 ndata32 ndata33 ndata34 ndata35 ndata36 ndata37 ndata38 ndata39 ndata40 ndata41 ndata42 ndata43 ndata44 ndata45 ndata46 ndata47 ndata48 ndata49 ndata50 ndata51 ndata52 ndata53 ndata54 ndata55 ndata56 ndata57 ndata58 ndata59 ndata60 ndata61 ndata62 ndata63 ndata64 ndata65 ndata66 ndata67 ndata68 ndata69 ndata70 ndata71 ndata72 ndata73 ndata74 ndata75 ndata76 ndata77 ndata78 ndata79 ndata80 ndata81 ) ( cd '/automake-1.15/t/instmany.dir/inst/include' && rm -f nheader1.h nheader2.h nheader3.h nheader4.h nheader5.h nheader6.h nheader7.h nheader8.h nheader9.h nheader10.h nheader11.h nheader12.h nheader13.h nheader14.h nheader15.h nheader16.h nheader17.h nheader18.h nheader19.h nheader20.h nheader21.h nheader22.h nheader23.h nheader24.h nheader25.h nheader26.h nheader27.h nheader28.h nheader29.h nheader30.h nheader31.h nheader32.h nheader33.h nheader34.h nheader35.h nheader36.h nheader37.h nheader38.h nheader39.h nheader40.h nheader41.h nheader42.h nheader43.h nheader44.h nheader45.h nheader46.h nheader47.h nheader48.h nheader49.h nheader50.h nheader51.h nheader52.h nheader53.h nheader54.h nheader55.h nheader56.h nheader57.h nheader58.h nheader59.h nheader60.h nheader61.h nheader62.h nheader63.h nheader64.h nheader65.h nheader66.h nheader67.h nheader68.h nheader69.h nheader70.h nheader71.h nheader72.h nheader73.h nheader74.h nheader75.h nheader76.h nheader77.h nheader78.h nheader79.h nheader80.h nheader81.h ) make[1]: Leaving directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' make[1]: Entering directory '/automake-1.15/t/instmany.dir/build' make[1]: Nothing to be done for 'uninstall-am'. make[1]: Leaving directory '/automake-1.15/t/instmany.dir/build' ++ find /automake-1.15/t/instmany.dir/inst -type f -print ++ wc -l + test 0 -eq 0 + PATH=/automake-1.15/t/instmany.dir/x-bin:/automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin + export PATH + run_make INSTALL=my-install install + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + grep GNU + make --version -v GNU Make 4.2.1 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make INSTALL=my-install install + set +x Making install in long_subdir_name_with_many_characters make[1]: Entering directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' make[2]: Entering directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' /tools/bin/mkdir -p '/automake-1.15/t/instmany.dir/inst/bin' my-install ../../long_subdir_name_with_many_characters/script1 ../../long_subdir_name_with_many_characters/script2 ../../long_subdir_name_with_many_characters/script3 ../../long_subdir_name_with_many_characters/script4 ../../long_subdir_name_with_many_characters/script5 ../../long_subdir_name_with_many_characters/script6 ../../long_subdir_name_with_many_characters/script7 ../../long_subdir_name_with_many_characters/script8 ../../long_subdir_name_with_many_characters/script9 ../../long_subdir_name_with_many_characters/script10 ../../long_subdir_name_with_many_characters/script11 ../../long_subdir_name_with_many_characters/script12 ../../long_subdir_name_with_many_characters/script13 ../../long_subdir_name_with_many_characters/script14 ../../long_subdir_name_with_many_characters/script15 ../../long_subdir_name_with_many_characters/script16 ../../long_subdir_name_with_many_characters/script17 ../../long_subdir_name_with_many_characters/script18 ../../long_subdir_name_with_many_characters/script19 ../../long_subdir_name_with_many_characters/script20 ../../long_subdir_name_with_many_characters/script21 ../../long_subdir_name_with_many_characters/script22 ../../long_subdir_name_with_many_characters/script23 ../../long_subdir_name_with_many_characters/script24 ../../long_subdir_name_with_many_characters/script25 ../../long_subdir_name_with_many_characters/script26 ../../long_subdir_name_with_many_characters/script27 ../../long_subdir_name_with_many_characters/script28 ../../long_subdir_name_with_many_characters/script29 ../../long_subdir_name_with_many_characters/script30 ../../long_subdir_name_with_many_characters/script31 ../../long_subdir_name_with_many_characters/script32 ../../long_subdir_name_with_many_characters/script33 ../../long_subdir_name_with_many_characters/script34 ../../long_subdir_name_with_many_characters/script35 ../../long_subdir_name_with_many_characters/script36 ../../long_subdir_name_with_many_characters/script37 ../../long_subdir_name_with_many_characters/script38 ../../long_subdir_name_with_many_characters/script39 ../../long_subdir_name_with_many_characters/script40 '/automake-1.15/t/instmany.dir/inst/bin' my-install ../../long_subdir_name_with_many_characters/script41 ../../long_subdir_name_with_many_characters/script42 ../../long_subdir_name_with_many_characters/script43 ../../long_subdir_name_with_many_characters/script44 ../../long_subdir_name_with_many_characters/script45 ../../long_subdir_name_with_many_characters/script46 ../../long_subdir_name_with_many_characters/script47 ../../long_subdir_name_with_many_characters/script48 ../../long_subdir_name_with_many_characters/script49 ../../long_subdir_name_with_many_characters/script50 ../../long_subdir_name_with_many_characters/script51 ../../long_subdir_name_with_many_characters/script52 ../../long_subdir_name_with_many_characters/script53 ../../long_subdir_name_with_many_characters/script54 ../../long_subdir_name_with_many_characters/script55 ../../long_subdir_name_with_many_characters/script56 ../../long_subdir_name_with_many_characters/script57 ../../long_subdir_name_with_many_characters/script58 ../../long_subdir_name_with_many_characters/script59 ../../long_subdir_name_with_many_characters/script60 ../../long_subdir_name_with_many_characters/script61 ../../long_subdir_name_with_many_characters/script62 ../../long_subdir_name_with_many_characters/script63 ../../long_subdir_name_with_many_characters/script64 ../../long_subdir_name_with_many_characters/script65 ../../long_subdir_name_with_many_characters/script66 ../../long_subdir_name_with_many_characters/script67 ../../long_subdir_name_with_many_characters/script68 ../../long_subdir_name_with_many_characters/script69 ../../long_subdir_name_with_many_characters/script70 ../../long_subdir_name_with_many_characters/script71 ../../long_subdir_name_with_many_characters/script72 ../../long_subdir_name_with_many_characters/script73 ../../long_subdir_name_with_many_characters/script74 ../../long_subdir_name_with_many_characters/script75 ../../long_subdir_name_with_many_characters/script76 ../../long_subdir_name_with_many_characters/script77 ../../long_subdir_name_with_many_characters/script78 ../../long_subdir_name_with_many_characters/script79 ../../long_subdir_name_with_many_characters/script80 '/automake-1.15/t/instmany.dir/inst/bin' my-install ../../long_subdir_name_with_many_characters/script81 '/automake-1.15/t/instmany.dir/inst/bin' /tools/bin/mkdir -p '/automake-1.15/t/instmany.dir/inst/bin' my-install ../../long_subdir_name_with_many_characters/nscript1 ../../long_subdir_name_with_many_characters/nscript2 ../../long_subdir_name_with_many_characters/nscript3 ../../long_subdir_name_with_many_characters/nscript4 ../../long_subdir_name_with_many_characters/nscript5 ../../long_subdir_name_with_many_characters/nscript6 ../../long_subdir_name_with_many_characters/nscript7 ../../long_subdir_name_with_many_characters/nscript8 ../../long_subdir_name_with_many_characters/nscript9 ../../long_subdir_name_with_many_characters/nscript10 ../../long_subdir_name_with_many_characters/nscript11 ../../long_subdir_name_with_many_characters/nscript12 ../../long_subdir_name_with_many_characters/nscript13 ../../long_subdir_name_with_many_characters/nscript14 ../../long_subdir_name_with_many_characters/nscript15 ../../long_subdir_name_with_many_characters/nscript16 ../../long_subdir_name_with_many_characters/nscript17 ../../long_subdir_name_with_many_characters/nscript18 ../../long_subdir_name_with_many_characters/nscript19 ../../long_subdir_name_with_many_characters/nscript20 ../../long_subdir_name_with_many_characters/nscript21 ../../long_subdir_name_with_many_characters/nscript22 ../../long_subdir_name_with_many_characters/nscript23 ../../long_subdir_name_with_many_characters/nscript24 ../../long_subdir_name_with_many_characters/nscript25 ../../long_subdir_name_with_many_characters/nscript26 ../../long_subdir_name_with_many_characters/nscript27 ../../long_subdir_name_with_many_characters/nscript28 ../../long_subdir_name_with_many_characters/nscript29 ../../long_subdir_name_with_many_characters/nscript30 ../../long_subdir_name_with_many_characters/nscript31 ../../long_subdir_name_with_many_characters/nscript32 ../../long_subdir_name_with_many_characters/nscript33 ../../long_subdir_name_with_many_characters/nscript34 ../../long_subdir_name_with_many_characters/nscript35 ../../long_subdir_name_with_many_characters/nscript36 ../../long_subdir_name_with_many_characters/nscript37 ../../long_subdir_name_with_many_characters/nscript38 ../../long_subdir_name_with_many_characters/nscript39 ../../long_subdir_name_with_many_characters/nscript40 '/automake-1.15/t/instmany.dir/inst/bin' my-install ../../long_subdir_name_with_many_characters/nscript41 ../../long_subdir_name_with_many_characters/nscript42 ../../long_subdir_name_with_many_characters/nscript43 ../../long_subdir_name_with_many_characters/nscript44 ../../long_subdir_name_with_many_characters/nscript45 ../../long_subdir_name_with_many_characters/nscript46 ../../long_subdir_name_with_many_characters/nscript47 ../../long_subdir_name_with_many_characters/nscript48 ../../long_subdir_name_with_many_characters/nscript49 ../../long_subdir_name_with_many_characters/nscript50 ../../long_subdir_name_with_many_characters/nscript51 ../../long_subdir_name_with_many_characters/nscript52 ../../long_subdir_name_with_many_characters/nscript53 ../../long_subdir_name_with_many_characters/nscript54 ../../long_subdir_name_with_many_characters/nscript55 ../../long_subdir_name_with_many_characters/nscript56 ../../long_subdir_name_with_many_characters/nscript57 ../../long_subdir_name_with_many_characters/nscript58 ../../long_subdir_name_with_many_characters/nscript59 ../../long_subdir_name_with_many_characters/nscript60 ../../long_subdir_name_with_many_characters/nscript61 ../../long_subdir_name_with_many_characters/nscript62 ../../long_subdir_name_with_many_characters/nscript63 ../../long_subdir_name_with_many_characters/nscript64 ../../long_subdir_name_with_many_characters/nscript65 ../../long_subdir_name_with_many_characters/nscript66 ../../long_subdir_name_with_many_characters/nscript67 ../../long_subdir_name_with_many_characters/nscript68 ../../long_subdir_name_with_many_characters/nscript69 ../../long_subdir_name_with_many_characters/nscript70 ../../long_subdir_name_with_many_characters/nscript71 ../../long_subdir_name_with_many_characters/nscript72 ../../long_subdir_name_with_many_characters/nscript73 ../../long_subdir_name_with_many_characters/nscript74 ../../long_subdir_name_with_many_characters/nscript75 ../../long_subdir_name_with_many_characters/nscript76 ../../long_subdir_name_with_many_characters/nscript77 ../../long_subdir_name_with_many_characters/nscript78 ../../long_subdir_name_with_many_characters/nscript79 ../../long_subdir_name_with_many_characters/nscript80 '/automake-1.15/t/instmany.dir/inst/bin' my-install ../../long_subdir_name_with_many_characters/nscript81 '/automake-1.15/t/instmany.dir/inst/bin' /tools/bin/mkdir -p '/automake-1.15/t/instmany.dir/inst/share' my-install -m 644 ../../long_subdir_name_with_many_characters/data1 ../../long_subdir_name_with_many_characters/data2 ../../long_subdir_name_with_many_characters/data3 ../../long_subdir_name_with_many_characters/data4 ../../long_subdir_name_with_many_characters/data5 ../../long_subdir_name_with_many_characters/data6 ../../long_subdir_name_with_many_characters/data7 ../../long_subdir_name_with_many_characters/data8 ../../long_subdir_name_with_many_characters/data9 ../../long_subdir_name_with_many_characters/data10 ../../long_subdir_name_with_many_characters/data11 ../../long_subdir_name_with_many_characters/data12 ../../long_subdir_name_with_many_characters/data13 ../../long_subdir_name_with_many_characters/data14 ../../long_subdir_name_with_many_characters/data15 ../../long_subdir_name_with_many_characters/data16 ../../long_subdir_name_with_many_characters/data17 ../../long_subdir_name_with_many_characters/data18 ../../long_subdir_name_with_many_characters/data19 ../../long_subdir_name_with_many_characters/data20 ../../long_subdir_name_with_many_characters/data21 ../../long_subdir_name_with_many_characters/data22 ../../long_subdir_name_with_many_characters/data23 ../../long_subdir_name_with_many_characters/data24 ../../long_subdir_name_with_many_characters/data25 ../../long_subdir_name_with_many_characters/data26 ../../long_subdir_name_with_many_characters/data27 ../../long_subdir_name_with_many_characters/data28 ../../long_subdir_name_with_many_characters/data29 ../../long_subdir_name_with_many_characters/data30 ../../long_subdir_name_with_many_characters/data31 ../../long_subdir_name_with_many_characters/data32 ../../long_subdir_name_with_many_characters/data33 ../../long_subdir_name_with_many_characters/data34 ../../long_subdir_name_with_many_characters/data35 ../../long_subdir_name_with_many_characters/data36 ../../long_subdir_name_with_many_characters/data37 ../../long_subdir_name_with_many_characters/data38 ../../long_subdir_name_with_many_characters/data39 ../../long_subdir_name_with_many_characters/data40 '/automake-1.15/t/instmany.dir/inst/share' my-install -m 644 ../../long_subdir_name_with_many_characters/data41 ../../long_subdir_name_with_many_characters/data42 ../../long_subdir_name_with_many_characters/data43 ../../long_subdir_name_with_many_characters/data44 ../../long_subdir_name_with_many_characters/data45 ../../long_subdir_name_with_many_characters/data46 ../../long_subdir_name_with_many_characters/data47 ../../long_subdir_name_with_many_characters/data48 ../../long_subdir_name_with_many_characters/data49 ../../long_subdir_name_with_many_characters/data50 ../../long_subdir_name_with_many_characters/data51 ../../long_subdir_name_with_many_characters/data52 ../../long_subdir_name_with_many_characters/data53 ../../long_subdir_name_with_many_characters/data54 ../../long_subdir_name_with_many_characters/data55 ../../long_subdir_name_with_many_characters/data56 ../../long_subdir_name_with_many_characters/data57 ../../long_subdir_name_with_many_characters/data58 ../../long_subdir_name_with_many_characters/data59 ../../long_subdir_name_with_many_characters/data60 ../../long_subdir_name_with_many_characters/data61 ../../long_subdir_name_with_many_characters/data62 ../../long_subdir_name_with_many_characters/data63 ../../long_subdir_name_with_many_characters/data64 ../../long_subdir_name_with_many_characters/data65 ../../long_subdir_name_with_many_characters/data66 ../../long_subdir_name_with_many_characters/data67 ../../long_subdir_name_with_many_characters/data68 ../../long_subdir_name_with_many_characters/data69 ../../long_subdir_name_with_many_characters/data70 ../../long_subdir_name_with_many_characters/data71 ../../long_subdir_name_with_many_characters/data72 ../../long_subdir_name_with_many_characters/data73 ../../long_subdir_name_with_many_characters/data74 ../../long_subdir_name_with_many_characters/data75 ../../long_subdir_name_with_many_characters/data76 ../../long_subdir_name_with_many_characters/data77 ../../long_subdir_name_with_many_characters/data78 ../../long_subdir_name_with_many_characters/data79 ../../long_subdir_name_with_many_characters/data80 '/automake-1.15/t/instmany.dir/inst/share' my-install -m 644 ../../long_subdir_name_with_many_characters/data81 '/automake-1.15/t/instmany.dir/inst/share' /tools/bin/mkdir -p '/automake-1.15/t/instmany.dir/inst/include' my-install -m 644 ../../long_subdir_name_with_many_characters/header1.h ../../long_subdir_name_with_many_characters/header2.h ../../long_subdir_name_with_many_characters/header3.h ../../long_subdir_name_with_many_characters/header4.h ../../long_subdir_name_with_many_characters/header5.h ../../long_subdir_name_with_many_characters/header6.h ../../long_subdir_name_with_many_characters/header7.h ../../long_subdir_name_with_many_characters/header8.h ../../long_subdir_name_with_many_characters/header9.h ../../long_subdir_name_with_many_characters/header10.h ../../long_subdir_name_with_many_characters/header11.h ../../long_subdir_name_with_many_characters/header12.h ../../long_subdir_name_with_many_characters/header13.h ../../long_subdir_name_with_many_characters/header14.h ../../long_subdir_name_with_many_characters/header15.h ../../long_subdir_name_with_many_characters/header16.h ../../long_subdir_name_with_many_characters/header17.h ../../long_subdir_name_with_many_characters/header18.h ../../long_subdir_name_with_many_characters/header19.h ../../long_subdir_name_with_many_characters/header20.h ../../long_subdir_name_with_many_characters/header21.h ../../long_subdir_name_with_many_characters/header22.h ../../long_subdir_name_with_many_characters/header23.h ../../long_subdir_name_with_many_characters/header24.h ../../long_subdir_name_with_many_characters/header25.h ../../long_subdir_name_with_many_characters/header26.h ../../long_subdir_name_with_many_characters/header27.h ../../long_subdir_name_with_many_characters/header28.h ../../long_subdir_name_with_many_characters/header29.h ../../long_subdir_name_with_many_characters/header30.h ../../long_subdir_name_with_many_characters/header31.h ../../long_subdir_name_with_many_characters/header32.h ../../long_subdir_name_with_many_characters/header33.h ../../long_subdir_name_with_many_characters/header34.h ../../long_subdir_name_with_many_characters/header35.h ../../long_subdir_name_with_many_characters/header36.h ../../long_subdir_name_with_many_characters/header37.h ../../long_subdir_name_with_many_characters/header38.h ../../long_subdir_name_with_many_characters/header39.h ../../long_subdir_name_with_many_characters/header40.h '/automake-1.15/t/instmany.dir/inst/include' my-install -m 644 ../../long_subdir_name_with_many_characters/header41.h ../../long_subdir_name_with_many_characters/header42.h ../../long_subdir_name_with_many_characters/header43.h ../../long_subdir_name_with_many_characters/header44.h ../../long_subdir_name_with_many_characters/header45.h ../../long_subdir_name_with_many_characters/header46.h ../../long_subdir_name_with_many_characters/header47.h ../../long_subdir_name_with_many_characters/header48.h ../../long_subdir_name_with_many_characters/header49.h ../../long_subdir_name_with_many_characters/header50.h ../../long_subdir_name_with_many_characters/header51.h ../../long_subdir_name_with_many_characters/header52.h ../../long_subdir_name_with_many_characters/header53.h ../../long_subdir_name_with_many_characters/header54.h ../../long_subdir_name_with_many_characters/header55.h ../../long_subdir_name_with_many_characters/header56.h ../../long_subdir_name_with_many_characters/header57.h ../../long_subdir_name_with_many_characters/header58.h ../../long_subdir_name_with_many_characters/header59.h ../../long_subdir_name_with_many_characters/header60.h ../../long_subdir_name_with_many_characters/header61.h ../../long_subdir_name_with_many_characters/header62.h ../../long_subdir_name_with_many_characters/header63.h ../../long_subdir_name_with_many_characters/header64.h ../../long_subdir_name_with_many_characters/header65.h ../../long_subdir_name_with_many_characters/header66.h ../../long_subdir_name_with_many_characters/header67.h ../../long_subdir_name_with_many_characters/header68.h ../../long_subdir_name_with_many_characters/header69.h ../../long_subdir_name_with_many_characters/header70.h ../../long_subdir_name_with_many_characters/header71.h ../../long_subdir_name_with_many_characters/header72.h ../../long_subdir_name_with_many_characters/header73.h ../../long_subdir_name_with_many_characters/header74.h ../../long_subdir_name_with_many_characters/header75.h ../../long_subdir_name_with_many_characters/header76.h ../../long_subdir_name_with_many_characters/header77.h ../../long_subdir_name_with_many_characters/header78.h ../../long_subdir_name_with_many_characters/header79.h ../../long_subdir_name_with_many_characters/header80.h '/automake-1.15/t/instmany.dir/inst/include' my-install -m 644 ../../long_subdir_name_with_many_characters/header81.h '/automake-1.15/t/instmany.dir/inst/include' /tools/bin/mkdir -p '/automake-1.15/t/instmany.dir/inst/share' my-install -m 644 ../../long_subdir_name_with_many_characters/ndata1 ../../long_subdir_name_with_many_characters/ndata2 ../../long_subdir_name_with_many_characters/ndata3 ../../long_subdir_name_with_many_characters/ndata4 ../../long_subdir_name_with_many_characters/ndata5 ../../long_subdir_name_with_many_characters/ndata6 ../../long_subdir_name_with_many_characters/ndata7 ../../long_subdir_name_with_many_characters/ndata8 ../../long_subdir_name_with_many_characters/ndata9 ../../long_subdir_name_with_many_characters/ndata10 ../../long_subdir_name_with_many_characters/ndata11 ../../long_subdir_name_with_many_characters/ndata12 ../../long_subdir_name_with_many_characters/ndata13 ../../long_subdir_name_with_many_characters/ndata14 ../../long_subdir_name_with_many_characters/ndata15 ../../long_subdir_name_with_many_characters/ndata16 ../../long_subdir_name_with_many_characters/ndata17 ../../long_subdir_name_with_many_characters/ndata18 ../../long_subdir_name_with_many_characters/ndata19 ../../long_subdir_name_with_many_characters/ndata20 ../../long_subdir_name_with_many_characters/ndata21 ../../long_subdir_name_with_many_characters/ndata22 ../../long_subdir_name_with_many_characters/ndata23 ../../long_subdir_name_with_many_characters/ndata24 ../../long_subdir_name_with_many_characters/ndata25 ../../long_subdir_name_with_many_characters/ndata26 ../../long_subdir_name_with_many_characters/ndata27 ../../long_subdir_name_with_many_characters/ndata28 ../../long_subdir_name_with_many_characters/ndata29 ../../long_subdir_name_with_many_characters/ndata30 ../../long_subdir_name_with_many_characters/ndata31 ../../long_subdir_name_with_many_characters/ndata32 ../../long_subdir_name_with_many_characters/ndata33 ../../long_subdir_name_with_many_characters/ndata34 ../../long_subdir_name_with_many_characters/ndata35 ../../long_subdir_name_with_many_characters/ndata36 ../../long_subdir_name_with_many_characters/ndata37 ../../long_subdir_name_with_many_characters/ndata38 ../../long_subdir_name_with_many_characters/ndata39 ../../long_subdir_name_with_many_characters/ndata40 '/automake-1.15/t/instmany.dir/inst/share/.' my-install -m 644 ../../long_subdir_name_with_many_characters/ndata41 ../../long_subdir_name_with_many_characters/ndata42 ../../long_subdir_name_with_many_characters/ndata43 ../../long_subdir_name_with_many_characters/ndata44 ../../long_subdir_name_with_many_characters/ndata45 ../../long_subdir_name_with_many_characters/ndata46 ../../long_subdir_name_with_many_characters/ndata47 ../../long_subdir_name_with_many_characters/ndata48 ../../long_subdir_name_with_many_characters/ndata49 ../../long_subdir_name_with_many_characters/ndata50 ../../long_subdir_name_with_many_characters/ndata51 ../../long_subdir_name_with_many_characters/ndata52 ../../long_subdir_name_with_many_characters/ndata53 ../../long_subdir_name_with_many_characters/ndata54 ../../long_subdir_name_with_many_characters/ndata55 ../../long_subdir_name_with_many_characters/ndata56 ../../long_subdir_name_with_many_characters/ndata57 ../../long_subdir_name_with_many_characters/ndata58 ../../long_subdir_name_with_many_characters/ndata59 ../../long_subdir_name_with_many_characters/ndata60 ../../long_subdir_name_with_many_characters/ndata61 ../../long_subdir_name_with_many_characters/ndata62 ../../long_subdir_name_with_many_characters/ndata63 ../../long_subdir_name_with_many_characters/ndata64 ../../long_subdir_name_with_many_characters/ndata65 ../../long_subdir_name_with_many_characters/ndata66 ../../long_subdir_name_with_many_characters/ndata67 ../../long_subdir_name_with_many_characters/ndata68 ../../long_subdir_name_with_many_characters/ndata69 ../../long_subdir_name_with_many_characters/ndata70 ../../long_subdir_name_with_many_characters/ndata71 ../../long_subdir_name_with_many_characters/ndata72 ../../long_subdir_name_with_many_characters/ndata73 ../../long_subdir_name_with_many_characters/ndata74 ../../long_subdir_name_with_many_characters/ndata75 ../../long_subdir_name_with_many_characters/ndata76 ../../long_subdir_name_with_many_characters/ndata77 ../../long_subdir_name_with_many_characters/ndata78 ../../long_subdir_name_with_many_characters/ndata79 ../../long_subdir_name_with_many_characters/ndata80 '/automake-1.15/t/instmany.dir/inst/share/.' my-install -m 644 ../../long_subdir_name_with_many_characters/ndata81 '/automake-1.15/t/instmany.dir/inst/share/.' /tools/bin/mkdir -p '/automake-1.15/t/instmany.dir/inst/include' my-install -m 644 ../../long_subdir_name_with_many_characters/nheader1.h ../../long_subdir_name_with_many_characters/nheader2.h ../../long_subdir_name_with_many_characters/nheader3.h ../../long_subdir_name_with_many_characters/nheader4.h ../../long_subdir_name_with_many_characters/nheader5.h ../../long_subdir_name_with_many_characters/nheader6.h ../../long_subdir_name_with_many_characters/nheader7.h ../../long_subdir_name_with_many_characters/nheader8.h ../../long_subdir_name_with_many_characters/nheader9.h ../../long_subdir_name_with_many_characters/nheader10.h ../../long_subdir_name_with_many_characters/nheader11.h ../../long_subdir_name_with_many_characters/nheader12.h ../../long_subdir_name_with_many_characters/nheader13.h ../../long_subdir_name_with_many_characters/nheader14.h ../../long_subdir_name_with_many_characters/nheader15.h ../../long_subdir_name_with_many_characters/nheader16.h ../../long_subdir_name_with_many_characters/nheader17.h ../../long_subdir_name_with_many_characters/nheader18.h ../../long_subdir_name_with_many_characters/nheader19.h ../../long_subdir_name_with_many_characters/nheader20.h ../../long_subdir_name_with_many_characters/nheader21.h ../../long_subdir_name_with_many_characters/nheader22.h ../../long_subdir_name_with_many_characters/nheader23.h ../../long_subdir_name_with_many_characters/nheader24.h ../../long_subdir_name_with_many_characters/nheader25.h ../../long_subdir_name_with_many_characters/nheader26.h ../../long_subdir_name_with_many_characters/nheader27.h ../../long_subdir_name_with_many_characters/nheader28.h ../../long_subdir_name_with_many_characters/nheader29.h ../../long_subdir_name_with_many_characters/nheader30.h ../../long_subdir_name_with_many_characters/nheader31.h ../../long_subdir_name_with_many_characters/nheader32.h ../../long_subdir_name_with_many_characters/nheader33.h ../../long_subdir_name_with_many_characters/nheader34.h ../../long_subdir_name_with_many_characters/nheader35.h ../../long_subdir_name_with_many_characters/nheader36.h ../../long_subdir_name_with_many_characters/nheader37.h ../../long_subdir_name_with_many_characters/nheader38.h ../../long_subdir_name_with_many_characters/nheader39.h ../../long_subdir_name_with_many_characters/nheader40.h '/automake-1.15/t/instmany.dir/inst/include/.' my-install -m 644 ../../long_subdir_name_with_many_characters/nheader41.h ../../long_subdir_name_with_many_characters/nheader42.h ../../long_subdir_name_with_many_characters/nheader43.h ../../long_subdir_name_with_many_characters/nheader44.h ../../long_subdir_name_with_many_characters/nheader45.h ../../long_subdir_name_with_many_characters/nheader46.h ../../long_subdir_name_with_many_characters/nheader47.h ../../long_subdir_name_with_many_characters/nheader48.h ../../long_subdir_name_with_many_characters/nheader49.h ../../long_subdir_name_with_many_characters/nheader50.h ../../long_subdir_name_with_many_characters/nheader51.h ../../long_subdir_name_with_many_characters/nheader52.h ../../long_subdir_name_with_many_characters/nheader53.h ../../long_subdir_name_with_many_characters/nheader54.h ../../long_subdir_name_with_many_characters/nheader55.h ../../long_subdir_name_with_many_characters/nheader56.h ../../long_subdir_name_with_many_characters/nheader57.h ../../long_subdir_name_with_many_characters/nheader58.h ../../long_subdir_name_with_many_characters/nheader59.h ../../long_subdir_name_with_many_characters/nheader60.h ../../long_subdir_name_with_many_characters/nheader61.h ../../long_subdir_name_with_many_characters/nheader62.h ../../long_subdir_name_with_many_characters/nheader63.h ../../long_subdir_name_with_many_characters/nheader64.h ../../long_subdir_name_with_many_characters/nheader65.h ../../long_subdir_name_with_many_characters/nheader66.h ../../long_subdir_name_with_many_characters/nheader67.h ../../long_subdir_name_with_many_characters/nheader68.h ../../long_subdir_name_with_many_characters/nheader69.h ../../long_subdir_name_with_many_characters/nheader70.h ../../long_subdir_name_with_many_characters/nheader71.h ../../long_subdir_name_with_many_characters/nheader72.h ../../long_subdir_name_with_many_characters/nheader73.h ../../long_subdir_name_with_many_characters/nheader74.h ../../long_subdir_name_with_many_characters/nheader75.h ../../long_subdir_name_with_many_characters/nheader76.h ../../long_subdir_name_with_many_characters/nheader77.h ../../long_subdir_name_with_many_characters/nheader78.h ../../long_subdir_name_with_many_characters/nheader79.h ../../long_subdir_name_with_many_characters/nheader80.h '/automake-1.15/t/instmany.dir/inst/include/.' my-install -m 644 ../../long_subdir_name_with_many_characters/nheader81.h '/automake-1.15/t/instmany.dir/inst/include/.' make[2]: Leaving directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' make[1]: Leaving directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' make[1]: Entering directory '/automake-1.15/t/instmany.dir/build' make[2]: Entering directory '/automake-1.15/t/instmany.dir/build' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/automake-1.15/t/instmany.dir/build' make[1]: Leaving directory '/automake-1.15/t/instmany.dir/build' + test 0 -eq 253 + test no = yes + test no = yes + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 0 -eq 0 + test -f /automake-1.15/t/instmany.dir/inst/bin/script1 + run_make INSTALL=my-install uninstall + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + return 0 + : + test x '!=' x + : exec make INSTALL=my-install uninstall + set +x Making uninstall in long_subdir_name_with_many_characters make[1]: Entering directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' ( cd '/automake-1.15/t/instmany.dir/inst/bin' && rm -f script1 script2 script3 script4 script5 script6 script7 script8 script9 script10 script11 script12 script13 script14 script15 script16 script17 script18 script19 script20 script21 script22 script23 script24 script25 script26 script27 script28 script29 script30 script31 script32 script33 script34 script35 script36 script37 script38 script39 script40 script41 script42 script43 script44 script45 script46 script47 script48 script49 script50 script51 script52 script53 script54 script55 script56 script57 script58 script59 script60 script61 script62 script63 script64 script65 script66 script67 script68 script69 script70 script71 script72 script73 script74 script75 script76 script77 script78 script79 script80 script81 ) ( cd '/automake-1.15/t/instmany.dir/inst/share' && rm -f data1 data2 data3 data4 data5 data6 data7 data8 data9 data10 data11 data12 data13 data14 data15 data16 data17 data18 data19 data20 data21 data22 data23 data24 data25 data26 data27 data28 data29 data30 data31 data32 data33 data34 data35 data36 data37 data38 data39 data40 data41 data42 data43 data44 data45 data46 data47 data48 data49 data50 data51 data52 data53 data54 data55 data56 data57 data58 data59 data60 data61 data62 data63 data64 data65 data66 data67 data68 data69 data70 data71 data72 data73 data74 data75 data76 data77 data78 data79 data80 data81 ) ( cd '/automake-1.15/t/instmany.dir/inst/include' && rm -f header1.h header2.h header3.h header4.h header5.h header6.h header7.h header8.h header9.h header10.h header11.h header12.h header13.h header14.h header15.h header16.h header17.h header18.h header19.h header20.h header21.h header22.h header23.h header24.h header25.h header26.h header27.h header28.h header29.h header30.h header31.h header32.h header33.h header34.h header35.h header36.h header37.h header38.h header39.h header40.h header41.h header42.h header43.h header44.h header45.h header46.h header47.h header48.h header49.h header50.h header51.h header52.h header53.h header54.h header55.h header56.h header57.h header58.h header59.h header60.h header61.h header62.h header63.h header64.h header65.h header66.h header67.h header68.h header69.h header70.h header71.h header72.h header73.h header74.h header75.h header76.h header77.h header78.h header79.h header80.h header81.h ) ( cd '/automake-1.15/t/instmany.dir/inst/bin' && rm -f nscript1 nscript2 nscript3 nscript4 nscript5 nscript6 nscript7 nscript8 nscript9 nscript10 nscript11 nscript12 nscript13 nscript14 nscript15 nscript16 nscript17 nscript18 nscript19 nscript20 nscript21 nscript22 nscript23 nscript24 nscript25 nscript26 nscript27 nscript28 nscript29 nscript30 nscript31 nscript32 nscript33 nscript34 nscript35 nscript36 nscript37 nscript38 nscript39 nscript40 nscript41 nscript42 nscript43 nscript44 nscript45 nscript46 nscript47 nscript48 nscript49 nscript50 nscript51 nscript52 nscript53 nscript54 nscript55 nscript56 nscript57 nscript58 nscript59 nscript60 nscript61 nscript62 nscript63 nscript64 nscript65 nscript66 nscript67 nscript68 nscript69 nscript70 nscript71 nscript72 nscript73 nscript74 nscript75 nscript76 nscript77 nscript78 nscript79 nscript80 nscript81 ) ( cd '/automake-1.15/t/instmany.dir/inst/share' && rm -f ndata1 ndata2 ndata3 ndata4 ndata5 ndata6 ndata7 ndata8 ndata9 ndata10 ndata11 ndata12 ndata13 ndata14 ndata15 ndata16 ndata17 ndata18 ndata19 ndata20 ndata21 ndata22 ndata23 ndata24 ndata25 ndata26 ndata27 ndata28 ndata29 ndata30 ndata31 ndata32 ndata33 ndata34 ndata35 ndata36 ndata37 ndata38 ndata39 ndata40 ndata41 ndata42 ndata43 ndata44 ndata45 ndata46 ndata47 ndata48 ndata49 ndata50 ndata51 ndata52 ndata53 ndata54 ndata55 ndata56 ndata57 ndata58 ndata59 ndata60 ndata61 ndata62 ndata63 ndata64 ndata65 ndata66 ndata67 ndata68 ndata69 ndata70 ndata71 ndata72 ndata73 ndata74 ndata75 ndata76 ndata77 ndata78 ndata79 ndata80 ndata81 ) ( cd '/automake-1.15/t/instmany.dir/inst/include' && rm -f nheader1.h nheader2.h nheader3.h nheader4.h nheader5.h nheader6.h nheader7.h nheader8.h nheader9.h nheader10.h nheader11.h nheader12.h nheader13.h nheader14.h nheader15.h nheader16.h nheader17.h nheader18.h nheader19.h nheader20.h nheader21.h nheader22.h nheader23.h nheader24.h nheader25.h nheader26.h nheader27.h nheader28.h nheader29.h nheader30.h nheader31.h nheader32.h nheader33.h nheader34.h nheader35.h nheader36.h nheader37.h nheader38.h nheader39.h nheader40.h nheader41.h nheader42.h nheader43.h nheader44.h nheader45.h nheader46.h nheader47.h nheader48.h nheader49.h nheader50.h nheader51.h nheader52.h nheader53.h nheader54.h nheader55.h nheader56.h nheader57.h nheader58.h nheader59.h nheader60.h nheader61.h nheader62.h nheader63.h nheader64.h nheader65.h nheader66.h nheader67.h nheader68.h nheader69.h nheader70.h nheader71.h nheader72.h nheader73.h nheader74.h nheader75.h nheader76.h nheader77.h nheader78.h nheader79.h nheader80.h nheader81.h ) make[1]: Leaving directory '/automake-1.15/t/instmany.dir/build/long_subdir_name_with_many_characters' make[1]: Entering directory '/automake-1.15/t/instmany.dir/build' make[1]: Nothing to be done for 'uninstall-am'. make[1]: Leaving directory '/automake-1.15/t/instmany.dir/build' + test 0 -eq 253 + test no = yes + test no = yes + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 0 -eq 0 ++ find /automake-1.15/t/instmany.dir/inst -type f -print ++ wc -l + test 0 -eq 0 + PATH=/automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin + export PATH + cd long_subdir_name_with_many_characters + srcdir=../../long_subdir_name_with_many_characters + for file in script3 'script$nfiles' + chmod a-r ../../long_subdir_name_with_many_characters/script3 + test '!' -r ../../long_subdir_name_with_many_characters/script3 + skip_ 'cannot drop file read permissions' + warn_ 'instmany: skipped test: cannot drop file read permissions' + echo 'instmany: skipped test: cannot drop file read permissions' + _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 /automake-1.15 + 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 SKIP t/instmany.sh (exit status: 77) SKIP: t/instmany-mans ===================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/instmany-mans.dir + limit=2500 + subdir=long_subdir_name_with_many_characters + nfiles=81 ++ seq_ 1 81 ++ case $# in ++ seq_first=1 ++ seq_incr=1 ++ seq_last=81 ++ i=1 ++ test 1 -le 81 ++ echo 1 ++ i=2 ++ test 2 -le 81 ++ echo 2 ++ i=3 ++ test 3 -le 81 ++ echo 3 ++ i=4 ++ test 4 -le 81 ++ echo 4 ++ i=5 ++ test 5 -le 81 ++ echo 5 ++ i=6 ++ test 6 -le 81 ++ echo 6 ++ i=7 ++ test 7 -le 81 ++ echo 7 ++ i=8 ++ test 8 -le 81 ++ echo 8 ++ i=9 ++ test 9 -le 81 ++ echo 9 ++ i=10 ++ test 10 -le 81 ++ echo 10 ++ i=11 ++ test 11 -le 81 ++ echo 11 ++ i=12 ++ test 12 -le 81 ++ echo 12 ++ i=13 ++ test 13 -le 81 ++ echo 13 ++ i=14 ++ test 14 -le 81 ++ echo 14 ++ i=15 ++ test 15 -le 81 ++ echo 15 ++ i=16 ++ test 16 -le 81 ++ echo 16 ++ i=17 ++ test 17 -le 81 ++ echo 17 ++ i=18 ++ test 18 -le 81 ++ echo 18 ++ i=19 ++ test 19 -le 81 ++ echo 19 ++ i=20 ++ test 20 -le 81 ++ echo 20 ++ i=21 ++ test 21 -le 81 ++ echo 21 ++ i=22 ++ test 22 -le 81 ++ echo 22 ++ i=23 ++ test 23 -le 81 ++ echo 23 ++ i=24 ++ test 24 -le 81 ++ echo 24 ++ i=25 ++ test 25 -le 81 ++ echo 25 ++ i=26 ++ test 26 -le 81 ++ echo 26 ++ i=27 ++ test 27 -le 81 ++ echo 27 ++ i=28 ++ test 28 -le 81 ++ echo 28 ++ i=29 ++ test 29 -le 81 ++ echo 29 ++ i=30 ++ test 30 -le 81 ++ echo 30 ++ i=31 ++ test 31 -le 81 ++ echo 31 ++ i=32 ++ test 32 -le 81 ++ echo 32 ++ i=33 ++ test 33 -le 81 ++ echo 33 ++ i=34 ++ test 34 -le 81 ++ echo 34 ++ i=35 ++ test 35 -le 81 ++ echo 35 ++ i=36 ++ test 36 -le 81 ++ echo 36 ++ i=37 ++ test 37 -le 81 ++ echo 37 ++ i=38 ++ test 38 -le 81 ++ echo 38 ++ i=39 ++ test 39 -le 81 ++ echo 39 ++ i=40 ++ test 40 -le 81 ++ echo 40 ++ i=41 ++ test 41 -le 81 ++ echo 41 ++ i=42 ++ test 42 -le 81 ++ echo 42 ++ i=43 ++ test 43 -le 81 ++ echo 43 ++ i=44 ++ test 44 -le 81 ++ echo 44 ++ i=45 ++ test 45 -le 81 ++ echo 45 ++ i=46 ++ test 46 -le 81 ++ echo 46 ++ i=47 ++ test 47 -le 81 ++ echo 47 ++ i=48 ++ test 48 -le 81 ++ echo 48 ++ i=49 ++ test 49 -le 81 ++ echo 49 ++ i=50 ++ test 50 -le 81 ++ echo 50 ++ i=51 ++ test 51 -le 81 ++ echo 51 ++ i=52 ++ test 52 -le 81 ++ echo 52 ++ i=53 ++ test 53 -le 81 ++ echo 53 ++ i=54 ++ test 54 -le 81 ++ echo 54 ++ i=55 ++ test 55 -le 81 ++ echo 55 ++ i=56 ++ test 56 -le 81 ++ echo 56 ++ i=57 ++ test 57 -le 81 ++ echo 57 ++ i=58 ++ test 58 -le 81 ++ echo 58 ++ i=59 ++ test 59 -le 81 ++ echo 59 ++ i=60 ++ test 60 -le 81 ++ echo 60 ++ i=61 ++ test 61 -le 81 ++ echo 61 ++ i=62 ++ test 62 -le 81 ++ echo 62 ++ i=63 ++ test 63 -le 81 ++ echo 63 ++ i=64 ++ test 64 -le 81 ++ echo 64 ++ i=65 ++ test 65 -le 81 ++ echo 65 ++ i=66 ++ test 66 -le 81 ++ echo 66 ++ i=67 ++ test 67 -le 81 ++ echo 67 ++ i=68 ++ test 68 -le 81 ++ echo 68 ++ i=69 ++ test 69 -le 81 ++ echo 69 ++ i=70 ++ test 70 -le 81 ++ echo 70 ++ i=71 ++ test 71 -le 81 ++ echo 71 ++ i=72 ++ test 72 -le 81 ++ echo 72 ++ i=73 ++ test 73 -le 81 ++ echo 73 ++ i=74 ++ test 74 -le 81 ++ echo 74 ++ i=75 ++ test 75 -le 81 ++ echo 75 ++ i=76 ++ test 76 -le 81 ++ echo 76 ++ i=77 ++ test 77 -le 81 ++ echo 77 ++ i=78 ++ test 78 -le 81 ++ echo 78 ++ i=79 ++ test 79 -le 81 ++ echo 79 ++ i=80 ++ test 80 -le 81 ++ echo 80 ++ i=81 ++ test 81 -le 81 ++ echo 81 ++ i=82 ++ test 82 -le 81 + list='1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81' + oPATH=/automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin + export oPATH ++ pwd + nPATH=/automake-1.15/t/instmany-mans.dir/x-bin:/automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin + export nPATH + mkdir x-bin + sed 's|@limit@|2500|g' + sed 's|@limit@|2500|g' + chmod +x x-bin/rm x-bin/my-install + cat + cat + cat + mkdir long_subdir_name_with_many_characters + cd long_subdir_name_with_many_characters + cat + for n in '$list' + unindent + test x = x ++ 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 + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + for n in '$list' + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + echo + echo + echo + echo + cd .. + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall --add-missing ++ pwd + instdir=/automake-1.15/t/instmany-mans.dir/inst + mkdir build + cd build + ../configure --prefix=/automake-1.15/t/instmany-mans.dir/inst checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating setenv.sh config.status: creating long_subdir_name_with_many_characters/Makefile + . ./setenv.sh ++ orig_INSTALL='/tools/bin/install -c' ++ case "$orig_INSTALL" in ++ export orig_INSTALL + test -n '/tools/bin/install -c' + make Making all in long_subdir_name_with_many_characters make[1]: Entering directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' make[1]: Entering directory '/automake-1.15/t/instmany-mans.dir/build' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build' + make install Making install in long_subdir_name_with_many_characters make[1]: Entering directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' make[2]: Entering directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' make[2]: Nothing to be done for 'install-exec-am'. /tools/bin/mkdir -p '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/npage1.1 ../../long_subdir_name_with_many_characters/npage2.1 ../../long_subdir_name_with_many_characters/npage3.1 ../../long_subdir_name_with_many_characters/npage4.1 ../../long_subdir_name_with_many_characters/npage5.1 ../../long_subdir_name_with_many_characters/npage6.1 ../../long_subdir_name_with_many_characters/npage7.1 ../../long_subdir_name_with_many_characters/npage8.1 ../../long_subdir_name_with_many_characters/npage9.1 ../../long_subdir_name_with_many_characters/npage10.1 ../../long_subdir_name_with_many_characters/npage11.1 ../../long_subdir_name_with_many_characters/npage12.1 ../../long_subdir_name_with_many_characters/npage13.1 ../../long_subdir_name_with_many_characters/npage14.1 ../../long_subdir_name_with_many_characters/npage15.1 ../../long_subdir_name_with_many_characters/npage16.1 ../../long_subdir_name_with_many_characters/npage17.1 ../../long_subdir_name_with_many_characters/npage18.1 ../../long_subdir_name_with_many_characters/npage19.1 ../../long_subdir_name_with_many_characters/npage20.1 ../../long_subdir_name_with_many_characters/npage21.1 ../../long_subdir_name_with_many_characters/npage22.1 ../../long_subdir_name_with_many_characters/npage23.1 ../../long_subdir_name_with_many_characters/npage24.1 ../../long_subdir_name_with_many_characters/npage25.1 ../../long_subdir_name_with_many_characters/npage26.1 ../../long_subdir_name_with_many_characters/npage27.1 ../../long_subdir_name_with_many_characters/npage28.1 ../../long_subdir_name_with_many_characters/npage29.1 ../../long_subdir_name_with_many_characters/npage30.1 ../../long_subdir_name_with_many_characters/npage31.1 ../../long_subdir_name_with_many_characters/npage32.1 ../../long_subdir_name_with_many_characters/npage33.1 ../../long_subdir_name_with_many_characters/npage34.1 ../../long_subdir_name_with_many_characters/npage35.1 ../../long_subdir_name_with_many_characters/npage36.1 ../../long_subdir_name_with_many_characters/npage37.1 ../../long_subdir_name_with_many_characters/npage38.1 ../../long_subdir_name_with_many_characters/npage39.1 ../../long_subdir_name_with_many_characters/npage40.1 '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/npage41.1 ../../long_subdir_name_with_many_characters/npage42.1 ../../long_subdir_name_with_many_characters/npage43.1 ../../long_subdir_name_with_many_characters/npage44.1 ../../long_subdir_name_with_many_characters/npage45.1 ../../long_subdir_name_with_many_characters/npage46.1 ../../long_subdir_name_with_many_characters/npage47.1 ../../long_subdir_name_with_many_characters/npage48.1 ../../long_subdir_name_with_many_characters/npage49.1 ../../long_subdir_name_with_many_characters/npage50.1 ../../long_subdir_name_with_many_characters/npage51.1 ../../long_subdir_name_with_many_characters/npage52.1 ../../long_subdir_name_with_many_characters/npage53.1 ../../long_subdir_name_with_many_characters/npage54.1 ../../long_subdir_name_with_many_characters/npage55.1 ../../long_subdir_name_with_many_characters/npage56.1 ../../long_subdir_name_with_many_characters/npage57.1 ../../long_subdir_name_with_many_characters/npage58.1 ../../long_subdir_name_with_many_characters/npage59.1 ../../long_subdir_name_with_many_characters/npage60.1 ../../long_subdir_name_with_many_characters/npage61.1 ../../long_subdir_name_with_many_characters/npage62.1 ../../long_subdir_name_with_many_characters/npage63.1 ../../long_subdir_name_with_many_characters/npage64.1 ../../long_subdir_name_with_many_characters/npage65.1 ../../long_subdir_name_with_many_characters/npage66.1 ../../long_subdir_name_with_many_characters/npage67.1 ../../long_subdir_name_with_many_characters/npage68.1 ../../long_subdir_name_with_many_characters/npage69.1 ../../long_subdir_name_with_many_characters/npage70.1 ../../long_subdir_name_with_many_characters/npage71.1 ../../long_subdir_name_with_many_characters/npage72.1 ../../long_subdir_name_with_many_characters/npage73.1 ../../long_subdir_name_with_many_characters/npage74.1 ../../long_subdir_name_with_many_characters/npage75.1 ../../long_subdir_name_with_many_characters/npage76.1 ../../long_subdir_name_with_many_characters/npage77.1 ../../long_subdir_name_with_many_characters/npage78.1 ../../long_subdir_name_with_many_characters/npage79.1 ../../long_subdir_name_with_many_characters/npage80.1 '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/npage81.1 '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' /tools/bin/mkdir -p '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/page1.1 ../../long_subdir_name_with_many_characters/page2.1 ../../long_subdir_name_with_many_characters/page3.1 ../../long_subdir_name_with_many_characters/page4.1 ../../long_subdir_name_with_many_characters/page5.1 ../../long_subdir_name_with_many_characters/page6.1 ../../long_subdir_name_with_many_characters/page7.1 ../../long_subdir_name_with_many_characters/page8.1 ../../long_subdir_name_with_many_characters/page9.1 ../../long_subdir_name_with_many_characters/page10.1 ../../long_subdir_name_with_many_characters/page11.1 ../../long_subdir_name_with_many_characters/page12.1 ../../long_subdir_name_with_many_characters/page13.1 ../../long_subdir_name_with_many_characters/page14.1 ../../long_subdir_name_with_many_characters/page15.1 ../../long_subdir_name_with_many_characters/page16.1 ../../long_subdir_name_with_many_characters/page17.1 ../../long_subdir_name_with_many_characters/page18.1 ../../long_subdir_name_with_many_characters/page19.1 ../../long_subdir_name_with_many_characters/page20.1 ../../long_subdir_name_with_many_characters/page21.1 ../../long_subdir_name_with_many_characters/page22.1 ../../long_subdir_name_with_many_characters/page23.1 ../../long_subdir_name_with_many_characters/page24.1 ../../long_subdir_name_with_many_characters/page25.1 ../../long_subdir_name_with_many_characters/page26.1 ../../long_subdir_name_with_many_characters/page27.1 ../../long_subdir_name_with_many_characters/page28.1 ../../long_subdir_name_with_many_characters/page29.1 ../../long_subdir_name_with_many_characters/page30.1 ../../long_subdir_name_with_many_characters/page31.1 ../../long_subdir_name_with_many_characters/page32.1 ../../long_subdir_name_with_many_characters/page33.1 ../../long_subdir_name_with_many_characters/page34.1 ../../long_subdir_name_with_many_characters/page35.1 ../../long_subdir_name_with_many_characters/page36.1 ../../long_subdir_name_with_many_characters/page37.1 ../../long_subdir_name_with_many_characters/page38.1 ../../long_subdir_name_with_many_characters/page39.1 ../../long_subdir_name_with_many_characters/page40.1 '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/page41.1 ../../long_subdir_name_with_many_characters/page42.1 ../../long_subdir_name_with_many_characters/page43.1 ../../long_subdir_name_with_many_characters/page44.1 ../../long_subdir_name_with_many_characters/page45.1 ../../long_subdir_name_with_many_characters/page46.1 ../../long_subdir_name_with_many_characters/page47.1 ../../long_subdir_name_with_many_characters/page48.1 ../../long_subdir_name_with_many_characters/page49.1 ../../long_subdir_name_with_many_characters/page50.1 ../../long_subdir_name_with_many_characters/page51.1 ../../long_subdir_name_with_many_characters/page52.1 ../../long_subdir_name_with_many_characters/page53.1 ../../long_subdir_name_with_many_characters/page54.1 ../../long_subdir_name_with_many_characters/page55.1 ../../long_subdir_name_with_many_characters/page56.1 ../../long_subdir_name_with_many_characters/page57.1 ../../long_subdir_name_with_many_characters/page58.1 ../../long_subdir_name_with_many_characters/page59.1 ../../long_subdir_name_with_many_characters/page60.1 ../../long_subdir_name_with_many_characters/page61.1 ../../long_subdir_name_with_many_characters/page62.1 ../../long_subdir_name_with_many_characters/page63.1 ../../long_subdir_name_with_many_characters/page64.1 ../../long_subdir_name_with_many_characters/page65.1 ../../long_subdir_name_with_many_characters/page66.1 ../../long_subdir_name_with_many_characters/page67.1 ../../long_subdir_name_with_many_characters/page68.1 ../../long_subdir_name_with_many_characters/page69.1 ../../long_subdir_name_with_many_characters/page70.1 ../../long_subdir_name_with_many_characters/page71.1 ../../long_subdir_name_with_many_characters/page72.1 ../../long_subdir_name_with_many_characters/page73.1 ../../long_subdir_name_with_many_characters/page74.1 ../../long_subdir_name_with_many_characters/page75.1 ../../long_subdir_name_with_many_characters/page76.1 ../../long_subdir_name_with_many_characters/page77.1 ../../long_subdir_name_with_many_characters/page78.1 ../../long_subdir_name_with_many_characters/page79.1 ../../long_subdir_name_with_many_characters/page80.1 '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' /tools/bin/install -c -m 644 ../../long_subdir_name_with_many_characters/page81.1 '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' /tools/bin/mkdir -p '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage1.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage1.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage2.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage2.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage3.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage3.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage4.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage4.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage5.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage5.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage6.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage6.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage7.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage7.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage8.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage8.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage9.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage9.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage10.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage10.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage11.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage11.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage12.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage12.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage13.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage13.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage14.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage14.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage15.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage15.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage16.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage16.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage17.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage17.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage18.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage18.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage19.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage19.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage20.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage20.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage21.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage21.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage22.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage22.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage23.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage23.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage24.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage24.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage25.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage25.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage26.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage26.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage27.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage27.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage28.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage28.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage29.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage29.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage30.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage30.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage31.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage31.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage32.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage32.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage33.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage33.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage34.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage34.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage35.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage35.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage36.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage36.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage37.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage37.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage38.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage38.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage39.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage39.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage40.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage40.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage41.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage41.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage42.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage42.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage43.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage43.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage44.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage44.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage45.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage45.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage46.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage46.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage47.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage47.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage48.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage48.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage49.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage49.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage50.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage50.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage51.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage51.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage52.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage52.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage53.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage53.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage54.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage54.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage55.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage55.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage56.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage56.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage57.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage57.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage58.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage58.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage59.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage59.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage60.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage60.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage61.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage61.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage62.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage62.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage63.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage63.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage64.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage64.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage65.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage65.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage66.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage66.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage67.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage67.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage68.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage68.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage69.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage69.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage70.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage70.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage71.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage71.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage72.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage72.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage73.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage73.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage74.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage74.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage75.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage75.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage76.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage76.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage77.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage77.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage78.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage78.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage79.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage79.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage80.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage80.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/npage81.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage81.3' /tools/bin/mkdir -p '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page1.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page1.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page2.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page2.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page3.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page3.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page4.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page4.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page5.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page5.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page6.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page6.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page7.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page7.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page8.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page8.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page9.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page9.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page10.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page10.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page11.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page11.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page12.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page12.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page13.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page13.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page14.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page14.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page15.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page15.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page16.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page16.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page17.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page17.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page18.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page18.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page19.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page19.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page20.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page20.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page21.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page21.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page22.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page22.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page23.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page23.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page24.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page24.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page25.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page25.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page26.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page26.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page27.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page27.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page28.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page28.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page29.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page29.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page30.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page30.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page31.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page31.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page32.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page32.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page33.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page33.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page34.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page34.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page35.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page35.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page36.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page36.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page37.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page37.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page38.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page38.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page39.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page39.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page40.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page40.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page41.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page41.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page42.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page42.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page43.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page43.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page44.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page44.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page45.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page45.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page46.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page46.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page47.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page47.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page48.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page48.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page49.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page49.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page50.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page50.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page51.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page51.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page52.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page52.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page53.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page53.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page54.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page54.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page55.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page55.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page56.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page56.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page57.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page57.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page58.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page58.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page59.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page59.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page60.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page60.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page61.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page61.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page62.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page62.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page63.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page63.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page64.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page64.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page65.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page65.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page66.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page66.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page67.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page67.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page68.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page68.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page69.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page69.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page70.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page70.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page71.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page71.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page72.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page72.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page73.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page73.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page74.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page74.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page75.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page75.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page76.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page76.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page77.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page77.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page78.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page78.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page79.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page79.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page80.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page80.3' /tools/bin/install -c -m 644 '../../long_subdir_name_with_many_characters/page81.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page81.3' make[2]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' make[1]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' make[1]: Entering directory '/automake-1.15/t/instmany-mans.dir/build' make[2]: Entering directory '/automake-1.15/t/instmany-mans.dir/build' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build' make[1]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build' + test -f /automake-1.15/t/instmany-mans.dir/inst/share/man/man1/page1.1 + make uninstall Making uninstall in long_subdir_name_with_many_characters make[1]: Entering directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' ( cd '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' && rm -f npage1.1 npage2.1 npage3.1 npage4.1 npage5.1 npage6.1 npage7.1 npage8.1 npage9.1 npage10.1 npage11.1 npage12.1 npage13.1 npage14.1 npage15.1 npage16.1 npage17.1 npage18.1 npage19.1 npage20.1 npage21.1 npage22.1 npage23.1 npage24.1 npage25.1 npage26.1 npage27.1 npage28.1 npage29.1 npage30.1 npage31.1 npage32.1 npage33.1 npage34.1 npage35.1 npage36.1 npage37.1 npage38.1 npage39.1 npage40.1 npage41.1 npage42.1 npage43.1 npage44.1 npage45.1 npage46.1 npage47.1 npage48.1 npage49.1 npage50.1 npage51.1 npage52.1 npage53.1 npage54.1 npage55.1 npage56.1 npage57.1 npage58.1 npage59.1 npage60.1 npage61.1 npage62.1 npage63.1 npage64.1 npage65.1 npage66.1 npage67.1 npage68.1 npage69.1 npage70.1 npage71.1 npage72.1 npage73.1 npage74.1 npage75.1 npage76.1 npage77.1 npage78.1 npage79.1 npage80.1 npage81.1 ) ( cd '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' && rm -f page1.1 page2.1 page3.1 page4.1 page5.1 page6.1 page7.1 page8.1 page9.1 page10.1 page11.1 page12.1 page13.1 page14.1 page15.1 page16.1 page17.1 page18.1 page19.1 page20.1 page21.1 page22.1 page23.1 page24.1 page25.1 page26.1 page27.1 page28.1 page29.1 page30.1 page31.1 page32.1 page33.1 page34.1 page35.1 page36.1 page37.1 page38.1 page39.1 page40.1 page41.1 page42.1 page43.1 page44.1 page45.1 page46.1 page47.1 page48.1 page49.1 page50.1 page51.1 page52.1 page53.1 page54.1 page55.1 page56.1 page57.1 page58.1 page59.1 page60.1 page61.1 page62.1 page63.1 page64.1 page65.1 page66.1 page67.1 page68.1 page69.1 page70.1 page71.1 page72.1 page73.1 page74.1 page75.1 page76.1 page77.1 page78.1 page79.1 page80.1 page81.1 ) ( cd '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3' && rm -f npage1.3 npage2.3 npage3.3 npage4.3 npage5.3 npage6.3 npage7.3 npage8.3 npage9.3 npage10.3 npage11.3 npage12.3 npage13.3 npage14.3 npage15.3 npage16.3 npage17.3 npage18.3 npage19.3 npage20.3 npage21.3 npage22.3 npage23.3 npage24.3 npage25.3 npage26.3 npage27.3 npage28.3 npage29.3 npage30.3 npage31.3 npage32.3 npage33.3 npage34.3 npage35.3 npage36.3 npage37.3 npage38.3 npage39.3 npage40.3 npage41.3 npage42.3 npage43.3 npage44.3 npage45.3 npage46.3 npage47.3 npage48.3 npage49.3 npage50.3 npage51.3 npage52.3 npage53.3 npage54.3 npage55.3 npage56.3 npage57.3 npage58.3 npage59.3 npage60.3 npage61.3 npage62.3 npage63.3 npage64.3 npage65.3 npage66.3 npage67.3 npage68.3 npage69.3 npage70.3 npage71.3 npage72.3 npage73.3 npage74.3 npage75.3 npage76.3 npage77.3 npage78.3 npage79.3 npage80.3 npage81.3 ) ( cd '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3' && rm -f page1.3 page2.3 page3.3 page4.3 page5.3 page6.3 page7.3 page8.3 page9.3 page10.3 page11.3 page12.3 page13.3 page14.3 page15.3 page16.3 page17.3 page18.3 page19.3 page20.3 page21.3 page22.3 page23.3 page24.3 page25.3 page26.3 page27.3 page28.3 page29.3 page30.3 page31.3 page32.3 page33.3 page34.3 page35.3 page36.3 page37.3 page38.3 page39.3 page40.3 page41.3 page42.3 page43.3 page44.3 page45.3 page46.3 page47.3 page48.3 page49.3 page50.3 page51.3 page52.3 page53.3 page54.3 page55.3 page56.3 page57.3 page58.3 page59.3 page60.3 page61.3 page62.3 page63.3 page64.3 page65.3 page66.3 page67.3 page68.3 page69.3 page70.3 page71.3 page72.3 page73.3 page74.3 page75.3 page76.3 page77.3 page78.3 page79.3 page80.3 page81.3 ) make[1]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' make[1]: Entering directory '/automake-1.15/t/instmany-mans.dir/build' make[1]: Nothing to be done for 'uninstall-am'. make[1]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build' + make uninstall Making uninstall in long_subdir_name_with_many_characters make[1]: Entering directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' ( cd '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' && rm -f npage1.1 npage2.1 npage3.1 npage4.1 npage5.1 npage6.1 npage7.1 npage8.1 npage9.1 npage10.1 npage11.1 npage12.1 npage13.1 npage14.1 npage15.1 npage16.1 npage17.1 npage18.1 npage19.1 npage20.1 npage21.1 npage22.1 npage23.1 npage24.1 npage25.1 npage26.1 npage27.1 npage28.1 npage29.1 npage30.1 npage31.1 npage32.1 npage33.1 npage34.1 npage35.1 npage36.1 npage37.1 npage38.1 npage39.1 npage40.1 npage41.1 npage42.1 npage43.1 npage44.1 npage45.1 npage46.1 npage47.1 npage48.1 npage49.1 npage50.1 npage51.1 npage52.1 npage53.1 npage54.1 npage55.1 npage56.1 npage57.1 npage58.1 npage59.1 npage60.1 npage61.1 npage62.1 npage63.1 npage64.1 npage65.1 npage66.1 npage67.1 npage68.1 npage69.1 npage70.1 npage71.1 npage72.1 npage73.1 npage74.1 npage75.1 npage76.1 npage77.1 npage78.1 npage79.1 npage80.1 npage81.1 ) ( cd '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' && rm -f page1.1 page2.1 page3.1 page4.1 page5.1 page6.1 page7.1 page8.1 page9.1 page10.1 page11.1 page12.1 page13.1 page14.1 page15.1 page16.1 page17.1 page18.1 page19.1 page20.1 page21.1 page22.1 page23.1 page24.1 page25.1 page26.1 page27.1 page28.1 page29.1 page30.1 page31.1 page32.1 page33.1 page34.1 page35.1 page36.1 page37.1 page38.1 page39.1 page40.1 page41.1 page42.1 page43.1 page44.1 page45.1 page46.1 page47.1 page48.1 page49.1 page50.1 page51.1 page52.1 page53.1 page54.1 page55.1 page56.1 page57.1 page58.1 page59.1 page60.1 page61.1 page62.1 page63.1 page64.1 page65.1 page66.1 page67.1 page68.1 page69.1 page70.1 page71.1 page72.1 page73.1 page74.1 page75.1 page76.1 page77.1 page78.1 page79.1 page80.1 page81.1 ) ( cd '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3' && rm -f npage1.3 npage2.3 npage3.3 npage4.3 npage5.3 npage6.3 npage7.3 npage8.3 npage9.3 npage10.3 npage11.3 npage12.3 npage13.3 npage14.3 npage15.3 npage16.3 npage17.3 npage18.3 npage19.3 npage20.3 npage21.3 npage22.3 npage23.3 npage24.3 npage25.3 npage26.3 npage27.3 npage28.3 npage29.3 npage30.3 npage31.3 npage32.3 npage33.3 npage34.3 npage35.3 npage36.3 npage37.3 npage38.3 npage39.3 npage40.3 npage41.3 npage42.3 npage43.3 npage44.3 npage45.3 npage46.3 npage47.3 npage48.3 npage49.3 npage50.3 npage51.3 npage52.3 npage53.3 npage54.3 npage55.3 npage56.3 npage57.3 npage58.3 npage59.3 npage60.3 npage61.3 npage62.3 npage63.3 npage64.3 npage65.3 npage66.3 npage67.3 npage68.3 npage69.3 npage70.3 npage71.3 npage72.3 npage73.3 npage74.3 npage75.3 npage76.3 npage77.3 npage78.3 npage79.3 npage80.3 npage81.3 ) ( cd '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3' && rm -f page1.3 page2.3 page3.3 page4.3 page5.3 page6.3 page7.3 page8.3 page9.3 page10.3 page11.3 page12.3 page13.3 page14.3 page15.3 page16.3 page17.3 page18.3 page19.3 page20.3 page21.3 page22.3 page23.3 page24.3 page25.3 page26.3 page27.3 page28.3 page29.3 page30.3 page31.3 page32.3 page33.3 page34.3 page35.3 page36.3 page37.3 page38.3 page39.3 page40.3 page41.3 page42.3 page43.3 page44.3 page45.3 page46.3 page47.3 page48.3 page49.3 page50.3 page51.3 page52.3 page53.3 page54.3 page55.3 page56.3 page57.3 page58.3 page59.3 page60.3 page61.3 page62.3 page63.3 page64.3 page65.3 page66.3 page67.3 page68.3 page69.3 page70.3 page71.3 page72.3 page73.3 page74.3 page75.3 page76.3 page77.3 page78.3 page79.3 page80.3 page81.3 ) make[1]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' make[1]: Entering directory '/automake-1.15/t/instmany-mans.dir/build' make[1]: Nothing to be done for 'uninstall-am'. make[1]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build' ++ find /automake-1.15/t/instmany-mans.dir/inst -type f -print ++ wc -l + test 0 -eq 0 + PATH=/automake-1.15/t/instmany-mans.dir/x-bin:/automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin + export PATH + run_make INSTALL=my-install install + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 4.2.1 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make INSTALL=my-install install + set +x Making install in long_subdir_name_with_many_characters make[1]: Entering directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' make[2]: Entering directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' make[2]: Nothing to be done for 'install-exec-am'. /tools/bin/mkdir -p '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' my-install -m 644 ../../long_subdir_name_with_many_characters/npage1.1 ../../long_subdir_name_with_many_characters/npage2.1 ../../long_subdir_name_with_many_characters/npage3.1 ../../long_subdir_name_with_many_characters/npage4.1 ../../long_subdir_name_with_many_characters/npage5.1 ../../long_subdir_name_with_many_characters/npage6.1 ../../long_subdir_name_with_many_characters/npage7.1 ../../long_subdir_name_with_many_characters/npage8.1 ../../long_subdir_name_with_many_characters/npage9.1 ../../long_subdir_name_with_many_characters/npage10.1 ../../long_subdir_name_with_many_characters/npage11.1 ../../long_subdir_name_with_many_characters/npage12.1 ../../long_subdir_name_with_many_characters/npage13.1 ../../long_subdir_name_with_many_characters/npage14.1 ../../long_subdir_name_with_many_characters/npage15.1 ../../long_subdir_name_with_many_characters/npage16.1 ../../long_subdir_name_with_many_characters/npage17.1 ../../long_subdir_name_with_many_characters/npage18.1 ../../long_subdir_name_with_many_characters/npage19.1 ../../long_subdir_name_with_many_characters/npage20.1 ../../long_subdir_name_with_many_characters/npage21.1 ../../long_subdir_name_with_many_characters/npage22.1 ../../long_subdir_name_with_many_characters/npage23.1 ../../long_subdir_name_with_many_characters/npage24.1 ../../long_subdir_name_with_many_characters/npage25.1 ../../long_subdir_name_with_many_characters/npage26.1 ../../long_subdir_name_with_many_characters/npage27.1 ../../long_subdir_name_with_many_characters/npage28.1 ../../long_subdir_name_with_many_characters/npage29.1 ../../long_subdir_name_with_many_characters/npage30.1 ../../long_subdir_name_with_many_characters/npage31.1 ../../long_subdir_name_with_many_characters/npage32.1 ../../long_subdir_name_with_many_characters/npage33.1 ../../long_subdir_name_with_many_characters/npage34.1 ../../long_subdir_name_with_many_characters/npage35.1 ../../long_subdir_name_with_many_characters/npage36.1 ../../long_subdir_name_with_many_characters/npage37.1 ../../long_subdir_name_with_many_characters/npage38.1 ../../long_subdir_name_with_many_characters/npage39.1 ../../long_subdir_name_with_many_characters/npage40.1 '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' my-install -m 644 ../../long_subdir_name_with_many_characters/npage41.1 ../../long_subdir_name_with_many_characters/npage42.1 ../../long_subdir_name_with_many_characters/npage43.1 ../../long_subdir_name_with_many_characters/npage44.1 ../../long_subdir_name_with_many_characters/npage45.1 ../../long_subdir_name_with_many_characters/npage46.1 ../../long_subdir_name_with_many_characters/npage47.1 ../../long_subdir_name_with_many_characters/npage48.1 ../../long_subdir_name_with_many_characters/npage49.1 ../../long_subdir_name_with_many_characters/npage50.1 ../../long_subdir_name_with_many_characters/npage51.1 ../../long_subdir_name_with_many_characters/npage52.1 ../../long_subdir_name_with_many_characters/npage53.1 ../../long_subdir_name_with_many_characters/npage54.1 ../../long_subdir_name_with_many_characters/npage55.1 ../../long_subdir_name_with_many_characters/npage56.1 ../../long_subdir_name_with_many_characters/npage57.1 ../../long_subdir_name_with_many_characters/npage58.1 ../../long_subdir_name_with_many_characters/npage59.1 ../../long_subdir_name_with_many_characters/npage60.1 ../../long_subdir_name_with_many_characters/npage61.1 ../../long_subdir_name_with_many_characters/npage62.1 ../../long_subdir_name_with_many_characters/npage63.1 ../../long_subdir_name_with_many_characters/npage64.1 ../../long_subdir_name_with_many_characters/npage65.1 ../../long_subdir_name_with_many_characters/npage66.1 ../../long_subdir_name_with_many_characters/npage67.1 ../../long_subdir_name_with_many_characters/npage68.1 ../../long_subdir_name_with_many_characters/npage69.1 ../../long_subdir_name_with_many_characters/npage70.1 ../../long_subdir_name_with_many_characters/npage71.1 ../../long_subdir_name_with_many_characters/npage72.1 ../../long_subdir_name_with_many_characters/npage73.1 ../../long_subdir_name_with_many_characters/npage74.1 ../../long_subdir_name_with_many_characters/npage75.1 ../../long_subdir_name_with_many_characters/npage76.1 ../../long_subdir_name_with_many_characters/npage77.1 ../../long_subdir_name_with_many_characters/npage78.1 ../../long_subdir_name_with_many_characters/npage79.1 ../../long_subdir_name_with_many_characters/npage80.1 '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' my-install -m 644 ../../long_subdir_name_with_many_characters/npage81.1 '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' /tools/bin/mkdir -p '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' my-install -m 644 ../../long_subdir_name_with_many_characters/page1.1 ../../long_subdir_name_with_many_characters/page2.1 ../../long_subdir_name_with_many_characters/page3.1 ../../long_subdir_name_with_many_characters/page4.1 ../../long_subdir_name_with_many_characters/page5.1 ../../long_subdir_name_with_many_characters/page6.1 ../../long_subdir_name_with_many_characters/page7.1 ../../long_subdir_name_with_many_characters/page8.1 ../../long_subdir_name_with_many_characters/page9.1 ../../long_subdir_name_with_many_characters/page10.1 ../../long_subdir_name_with_many_characters/page11.1 ../../long_subdir_name_with_many_characters/page12.1 ../../long_subdir_name_with_many_characters/page13.1 ../../long_subdir_name_with_many_characters/page14.1 ../../long_subdir_name_with_many_characters/page15.1 ../../long_subdir_name_with_many_characters/page16.1 ../../long_subdir_name_with_many_characters/page17.1 ../../long_subdir_name_with_many_characters/page18.1 ../../long_subdir_name_with_many_characters/page19.1 ../../long_subdir_name_with_many_characters/page20.1 ../../long_subdir_name_with_many_characters/page21.1 ../../long_subdir_name_with_many_characters/page22.1 ../../long_subdir_name_with_many_characters/page23.1 ../../long_subdir_name_with_many_characters/page24.1 ../../long_subdir_name_with_many_characters/page25.1 ../../long_subdir_name_with_many_characters/page26.1 ../../long_subdir_name_with_many_characters/page27.1 ../../long_subdir_name_with_many_characters/page28.1 ../../long_subdir_name_with_many_characters/page29.1 ../../long_subdir_name_with_many_characters/page30.1 ../../long_subdir_name_with_many_characters/page31.1 ../../long_subdir_name_with_many_characters/page32.1 ../../long_subdir_name_with_many_characters/page33.1 ../../long_subdir_name_with_many_characters/page34.1 ../../long_subdir_name_with_many_characters/page35.1 ../../long_subdir_name_with_many_characters/page36.1 ../../long_subdir_name_with_many_characters/page37.1 ../../long_subdir_name_with_many_characters/page38.1 ../../long_subdir_name_with_many_characters/page39.1 ../../long_subdir_name_with_many_characters/page40.1 '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' my-install -m 644 ../../long_subdir_name_with_many_characters/page41.1 ../../long_subdir_name_with_many_characters/page42.1 ../../long_subdir_name_with_many_characters/page43.1 ../../long_subdir_name_with_many_characters/page44.1 ../../long_subdir_name_with_many_characters/page45.1 ../../long_subdir_name_with_many_characters/page46.1 ../../long_subdir_name_with_many_characters/page47.1 ../../long_subdir_name_with_many_characters/page48.1 ../../long_subdir_name_with_many_characters/page49.1 ../../long_subdir_name_with_many_characters/page50.1 ../../long_subdir_name_with_many_characters/page51.1 ../../long_subdir_name_with_many_characters/page52.1 ../../long_subdir_name_with_many_characters/page53.1 ../../long_subdir_name_with_many_characters/page54.1 ../../long_subdir_name_with_many_characters/page55.1 ../../long_subdir_name_with_many_characters/page56.1 ../../long_subdir_name_with_many_characters/page57.1 ../../long_subdir_name_with_many_characters/page58.1 ../../long_subdir_name_with_many_characters/page59.1 ../../long_subdir_name_with_many_characters/page60.1 ../../long_subdir_name_with_many_characters/page61.1 ../../long_subdir_name_with_many_characters/page62.1 ../../long_subdir_name_with_many_characters/page63.1 ../../long_subdir_name_with_many_characters/page64.1 ../../long_subdir_name_with_many_characters/page65.1 ../../long_subdir_name_with_many_characters/page66.1 ../../long_subdir_name_with_many_characters/page67.1 ../../long_subdir_name_with_many_characters/page68.1 ../../long_subdir_name_with_many_characters/page69.1 ../../long_subdir_name_with_many_characters/page70.1 ../../long_subdir_name_with_many_characters/page71.1 ../../long_subdir_name_with_many_characters/page72.1 ../../long_subdir_name_with_many_characters/page73.1 ../../long_subdir_name_with_many_characters/page74.1 ../../long_subdir_name_with_many_characters/page75.1 ../../long_subdir_name_with_many_characters/page76.1 ../../long_subdir_name_with_many_characters/page77.1 ../../long_subdir_name_with_many_characters/page78.1 ../../long_subdir_name_with_many_characters/page79.1 ../../long_subdir_name_with_many_characters/page80.1 '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' my-install -m 644 ../../long_subdir_name_with_many_characters/page81.1 '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' /tools/bin/mkdir -p '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage1.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage1.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage2.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage2.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage3.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage3.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage4.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage4.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage5.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage5.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage6.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage6.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage7.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage7.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage8.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage8.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage9.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage9.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage10.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage10.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage11.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage11.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage12.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage12.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage13.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage13.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage14.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage14.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage15.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage15.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage16.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage16.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage17.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage17.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage18.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage18.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage19.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage19.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage20.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage20.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage21.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage21.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage22.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage22.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage23.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage23.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage24.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage24.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage25.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage25.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage26.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage26.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage27.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage27.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage28.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage28.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage29.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage29.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage30.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage30.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage31.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage31.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage32.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage32.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage33.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage33.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage34.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage34.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage35.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage35.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage36.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage36.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage37.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage37.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage38.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage38.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage39.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage39.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage40.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage40.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage41.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage41.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage42.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage42.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage43.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage43.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage44.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage44.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage45.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage45.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage46.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage46.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage47.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage47.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage48.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage48.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage49.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage49.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage50.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage50.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage51.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage51.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage52.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage52.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage53.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage53.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage54.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage54.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage55.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage55.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage56.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage56.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage57.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage57.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage58.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage58.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage59.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage59.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage60.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage60.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage61.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage61.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage62.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage62.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage63.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage63.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage64.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage64.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage65.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage65.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage66.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage66.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage67.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage67.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage68.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage68.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage69.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage69.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage70.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage70.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage71.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage71.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage72.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage72.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage73.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage73.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage74.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage74.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage75.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage75.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage76.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage76.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage77.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage77.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage78.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage78.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage79.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage79.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage80.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage80.3' my-install -m 644 '../../long_subdir_name_with_many_characters/npage81.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/npage81.3' /tools/bin/mkdir -p '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3' my-install -m 644 '../../long_subdir_name_with_many_characters/page1.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page1.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page2.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page2.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page3.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page3.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page4.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page4.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page5.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page5.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page6.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page6.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page7.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page7.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page8.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page8.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page9.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page9.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page10.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page10.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page11.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page11.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page12.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page12.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page13.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page13.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page14.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page14.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page15.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page15.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page16.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page16.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page17.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page17.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page18.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page18.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page19.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page19.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page20.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page20.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page21.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page21.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page22.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page22.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page23.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page23.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page24.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page24.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page25.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page25.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page26.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page26.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page27.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page27.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page28.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page28.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page29.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page29.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page30.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page30.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page31.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page31.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page32.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page32.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page33.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page33.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page34.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page34.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page35.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page35.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page36.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page36.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page37.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page37.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page38.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page38.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page39.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page39.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page40.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page40.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page41.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page41.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page42.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page42.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page43.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page43.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page44.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page44.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page45.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page45.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page46.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page46.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page47.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page47.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page48.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page48.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page49.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page49.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page50.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page50.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page51.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page51.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page52.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page52.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page53.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page53.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page54.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page54.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page55.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page55.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page56.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page56.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page57.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page57.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page58.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page58.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page59.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page59.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page60.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page60.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page61.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page61.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page62.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page62.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page63.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page63.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page64.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page64.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page65.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page65.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page66.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page66.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page67.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page67.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page68.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page68.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page69.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page69.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page70.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page70.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page71.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page71.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page72.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page72.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page73.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page73.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page74.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page74.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page75.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page75.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page76.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page76.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page77.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page77.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page78.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page78.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page79.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page79.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page80.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page80.3' my-install -m 644 '../../long_subdir_name_with_many_characters/page81.man' '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3/page81.3' make[2]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' make[1]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' make[1]: Entering directory '/automake-1.15/t/instmany-mans.dir/build' make[2]: Entering directory '/automake-1.15/t/instmany-mans.dir/build' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build' make[1]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build' + test 0 -eq 253 + test no = yes + test no = yes + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 0 -eq 0 + test -f /automake-1.15/t/instmany-mans.dir/inst/share/man/man1/page1.1 + run_make INSTALL=my-install uninstall + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 2 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + return 0 + : + test x '!=' x + : exec make INSTALL=my-install uninstall + set +x Making uninstall in long_subdir_name_with_many_characters make[1]: Entering directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' ( cd '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' && rm -f npage1.1 npage2.1 npage3.1 npage4.1 npage5.1 npage6.1 npage7.1 npage8.1 npage9.1 npage10.1 npage11.1 npage12.1 npage13.1 npage14.1 npage15.1 npage16.1 npage17.1 npage18.1 npage19.1 npage20.1 npage21.1 npage22.1 npage23.1 npage24.1 npage25.1 npage26.1 npage27.1 npage28.1 npage29.1 npage30.1 npage31.1 npage32.1 npage33.1 npage34.1 npage35.1 npage36.1 npage37.1 npage38.1 npage39.1 npage40.1 npage41.1 npage42.1 npage43.1 npage44.1 npage45.1 npage46.1 npage47.1 npage48.1 npage49.1 npage50.1 npage51.1 npage52.1 npage53.1 npage54.1 npage55.1 npage56.1 npage57.1 npage58.1 npage59.1 npage60.1 npage61.1 npage62.1 npage63.1 npage64.1 npage65.1 npage66.1 npage67.1 npage68.1 npage69.1 npage70.1 npage71.1 npage72.1 npage73.1 npage74.1 npage75.1 npage76.1 npage77.1 npage78.1 npage79.1 npage80.1 npage81.1 ) ( cd '/automake-1.15/t/instmany-mans.dir/inst/share/man/man1' && rm -f page1.1 page2.1 page3.1 page4.1 page5.1 page6.1 page7.1 page8.1 page9.1 page10.1 page11.1 page12.1 page13.1 page14.1 page15.1 page16.1 page17.1 page18.1 page19.1 page20.1 page21.1 page22.1 page23.1 page24.1 page25.1 page26.1 page27.1 page28.1 page29.1 page30.1 page31.1 page32.1 page33.1 page34.1 page35.1 page36.1 page37.1 page38.1 page39.1 page40.1 page41.1 page42.1 page43.1 page44.1 page45.1 page46.1 page47.1 page48.1 page49.1 page50.1 page51.1 page52.1 page53.1 page54.1 page55.1 page56.1 page57.1 page58.1 page59.1 page60.1 page61.1 page62.1 page63.1 page64.1 page65.1 page66.1 page67.1 page68.1 page69.1 page70.1 page71.1 page72.1 page73.1 page74.1 page75.1 page76.1 page77.1 page78.1 page79.1 page80.1 page81.1 ) ( cd '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3' && rm -f npage1.3 npage2.3 npage3.3 npage4.3 npage5.3 npage6.3 npage7.3 npage8.3 npage9.3 npage10.3 npage11.3 npage12.3 npage13.3 npage14.3 npage15.3 npage16.3 npage17.3 npage18.3 npage19.3 npage20.3 npage21.3 npage22.3 npage23.3 npage24.3 npage25.3 npage26.3 npage27.3 npage28.3 npage29.3 npage30.3 npage31.3 npage32.3 npage33.3 npage34.3 npage35.3 npage36.3 npage37.3 npage38.3 npage39.3 npage40.3 npage41.3 npage42.3 npage43.3 npage44.3 npage45.3 npage46.3 npage47.3 npage48.3 npage49.3 npage50.3 npage51.3 npage52.3 npage53.3 npage54.3 npage55.3 npage56.3 npage57.3 npage58.3 npage59.3 npage60.3 npage61.3 npage62.3 npage63.3 npage64.3 npage65.3 npage66.3 npage67.3 npage68.3 npage69.3 npage70.3 npage71.3 npage72.3 npage73.3 npage74.3 npage75.3 npage76.3 npage77.3 npage78.3 npage79.3 npage80.3 npage81.3 ) ( cd '/automake-1.15/t/instmany-mans.dir/inst/share/man/man3' && rm -f page1.3 page2.3 page3.3 page4.3 page5.3 page6.3 page7.3 page8.3 page9.3 page10.3 page11.3 page12.3 page13.3 page14.3 page15.3 page16.3 page17.3 page18.3 page19.3 page20.3 page21.3 page22.3 page23.3 page24.3 page25.3 page26.3 page27.3 page28.3 page29.3 page30.3 page31.3 page32.3 page33.3 page34.3 page35.3 page36.3 page37.3 page38.3 page39.3 page40.3 page41.3 page42.3 page43.3 page44.3 page45.3 page46.3 page47.3 page48.3 page49.3 page50.3 page51.3 page52.3 page53.3 page54.3 page55.3 page56.3 page57.3 page58.3 page59.3 page60.3 page61.3 page62.3 page63.3 page64.3 page65.3 page66.3 page67.3 page68.3 page69.3 page70.3 page71.3 page72.3 page73.3 page74.3 page75.3 page76.3 page77.3 page78.3 page79.3 page80.3 page81.3 ) make[1]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build/long_subdir_name_with_many_characters' make[1]: Entering directory '/automake-1.15/t/instmany-mans.dir/build' make[1]: Nothing to be done for 'uninstall-am'. make[1]: Leaving directory '/automake-1.15/t/instmany-mans.dir/build' + test 0 -eq 253 + test no = yes + test no = yes + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 0 -eq 0 ++ find /automake-1.15/t/instmany-mans.dir/inst -type f -print ++ wc -l + test 0 -eq 0 + PATH=/automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin + export PATH + cd long_subdir_name_with_many_characters + srcdir=../../long_subdir_name_with_many_characters + for file in page3.1 'page$nfiles.1' npage3.1 'npage$nfiles.1' + chmod a-r ../../long_subdir_name_with_many_characters/page3.1 + test '!' -r ../../long_subdir_name_with_many_characters/page3.1 + skip_ 'cannot drop file read permissions' + warn_ 'instmany-mans: skipped test: cannot drop file read permissions' + echo 'instmany-mans: skipped test: cannot drop file read permissions' + _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 /automake-1.15 + 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 SKIP t/instmany-mans.sh (exit status: 77) SKIP: t/instmany-python ======================= instmany-python: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/instmany-python.sh (exit status: 77) SKIP: t/java ============ java: running javac -version -help /automake-1.15/t/ax/am-test-lib.sh: line 850: javac: command not found SKIP t/java.sh (exit status: 77) SKIP: t/java-check ================== java-check: running javac -version -help /automake-1.15/t/ax/am-test-lib.sh: line 850: javac: command not found SKIP t/java-check.sh (exit status: 77) SKIP: t/java-clean ================== java-clean: running javac -version -help /automake-1.15/t/ax/am-test-lib.sh: line 850: javac: command not found SKIP t/java-clean.sh (exit status: 77) SKIP: t/java-compile-install ============================ java-compile-install: running javac -version -help /automake-1.15/t/ax/am-test-lib.sh: line 850: javac: command not found SKIP t/java-compile-install.sh (exit status: 77) SKIP: t/java-compile-run-flat ============================= java-compile-run-flat: running java -version -help /automake-1.15/t/ax/am-test-lib.sh: line 855: java: command not found SKIP t/java-compile-run-flat.sh (exit status: 77) SKIP: t/java-compile-run-nested =============================== java-compile-run-nested: running java -version -help /automake-1.15/t/ax/am-test-lib.sh: line 855: java: command not found SKIP t/java-compile-run-nested.sh (exit status: 77) SKIP: t/java-empty-classpath ============================ java-empty-classpath: running javac -version -help /automake-1.15/t/ax/am-test-lib.sh: line 850: javac: command not found SKIP t/java-empty-classpath.sh (exit status: 77) SKIP: t/java-extra ================== java-extra: running javac -version -help /automake-1.15/t/ax/am-test-lib.sh: line 850: javac: command not found SKIP t/java-extra.sh (exit status: 77) SKIP: t/java-nobase =================== java-nobase: running javac -version -help /automake-1.15/t/ax/am-test-lib.sh: line 850: javac: command not found SKIP t/java-nobase.sh (exit status: 77) SKIP: t/java-noinst =================== java-noinst: running javac -version -help /automake-1.15/t/ax/am-test-lib.sh: line 850: javac: command not found SKIP t/java-noinst.sh (exit status: 77) SKIP: t/java-rebuild ==================== java-rebuild: running javac -version -help /automake-1.15/t/ax/am-test-lib.sh: line 850: javac: command not found SKIP t/java-rebuild.sh (exit status: 77) SKIP: t/java-uninstall ====================== java-uninstall: running javac -version -help /automake-1.15/t/ax/am-test-lib.sh: line 850: javac: command not found SKIP t/java-uninstall.sh (exit status: 77) XFAIL: t/lex-subobj-nodep ========================= Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/lex-subobj-nodep.dir + cat + cat + mkdir sub1 sub2 + cat + cp sub1/s1.l sub2/s2.l + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall -a configure.ac: installing './ylwrap' + mkdir build + cd build + ../configure --disable-dependency-tracking checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... none checking for flex... lex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make sub1/s1.c /bin/sh ../ylwrap ../sub1/s1.l lex.yy.c sub1/s1.c -- lex ../ylwrap: line 206: ../sub1/s1.c: No such file or directory make: *** [Makefile:432: sub1/s1.c] Error 1 + am_exit_trap 2 + exit_status=2 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 2 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/lex-subobj-nodep.sh (exit status: 2) SKIP: t/lex-lib-external ======================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/lex-lib-external.dir + cat + cat + cat + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall -a configure.ac: installing './ylwrap' + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for ranlib... ranlib checking for flex... lex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make have-lexlib test x'-lfl' != x echo 'int main (void) { return yywrap (); }' > x.c cc -c x.c x.c: In function 'main': x.c:1:26: warning: implicit declaration of function 'yywrap' [-Wimplicit-function-declaration] int main (void) { return yywrap (); } ^~~~~~ cc x.o -lfl /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.0/../../../../lib64/libfl.so: undefined reference to `yylex' collect2: error: ld returned 1 exit status make: *** [Makefile:746: have-lexlib] Error 1 + skip_ 'no system-wide lex library found' + warn_ 'lex-lib-external: skipped test: no system-wide lex library found' + echo 'lex-lib-external: skipped test: no system-wide lex library found' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP t/lex-lib-external.sh (exit status: 77) SKIP: t/lisp3 ============= lisp3: running emacs --version /automake-1.15/t/ax/am-test-lib.sh: line 982: emacs: command not found SKIP t/lisp3.sh (exit status: 77) SKIP: t/lisp4 ============= lisp4: running emacs --version /automake-1.15/t/ax/am-test-lib.sh: line 982: emacs: command not found SKIP t/lisp4.sh (exit status: 77) SKIP: t/lisp5 ============= lisp5: running emacs --version /automake-1.15/t/ax/am-test-lib.sh: line 982: emacs: command not found SKIP t/lisp5.sh (exit status: 77) SKIP: t/lisp6 ============= lisp6: running emacs --version /automake-1.15/t/ax/am-test-lib.sh: line 982: emacs: command not found SKIP t/lisp6.sh (exit status: 77) SKIP: t/lisp8 ============= lisp8: determine whether make is GNU make GNU Make 4.2.1 License GPLv3+: GNU GPL version 3 or later lisp8: running emacs --version /automake-1.15/t/ax/am-test-lib.sh: line 982: emacs: command not found SKIP t/lisp8.sh (exit status: 77) SKIP: t/lisp-loadpath ===================== lisp-loadpath: running emacs --version /automake-1.15/t/ax/am-test-lib.sh: line 982: emacs: command not found SKIP t/lisp-loadpath.sh (exit status: 77) SKIP: t/lisp-subdir =================== lisp-subdir: running emacs --version /automake-1.15/t/ax/am-test-lib.sh: line 982: emacs: command not found SKIP t/lisp-subdir.sh (exit status: 77) SKIP: t/lisp-subdir2 ==================== lisp-subdir2: running emacs --version /automake-1.15/t/ax/am-test-lib.sh: line 982: emacs: command not found SKIP t/lisp-subdir2.sh (exit status: 77) SKIP: t/lisp-subdir-mix ======================= lisp-subdir-mix: running emacs --version /automake-1.15/t/ax/am-test-lib.sh: line 982: emacs: command not found SKIP t/lisp-subdir-mix.sh (exit status: 77) SKIP: t/lispdry =============== lispdry: running emacs --version /automake-1.15/t/ax/am-test-lib.sh: line 982: emacs: command not found SKIP t/lispdry.sh (exit status: 77) SKIP: t/lisp-pr11806 ==================== lisp-pr11806: running emacs --version /automake-1.15/t/ax/am-test-lib.sh: line 982: emacs: command not found SKIP t/lisp-pr11806.sh (exit status: 77) SKIP: t/man6 ============ man6: running help2man --version /automake-1.15/t/ax/am-test-lib.sh: line 982: help2man: command not found SKIP t/man6.sh (exit status: 77) SKIP: t/nobase-python ===================== nobase-python: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/nobase-python.sh (exit status: 77) SKIP: t/objc-minidemo ===================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/objc-minidemo.dir + cat + cat + cat + cat + aclocal-1.15 -Werror + : We have a modern enough autoconf, go ahead. + aclocal-1.15 -Werror + autoconf + autoheader + automake-1.15 --foreign -Werror -Wall --add-missing parallel-tests: installing './test-driver' + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the Objective C compiler works... no configure: error: in `/automake-1.15/t/objc-minidemo.dir': configure: error: Objective C compiler cannot create executables See `config.log' for more details + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP t/objc-minidemo.sh (exit status: 77) SKIP: t/objc-flags ================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/objc-flags.dir + cat + cat + for i in 2 4 + unindent + test x = x ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' ++ sed -e 's/ *# .*//' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in 2 4 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall -a + /bin/grep -F OBJCFLAGS Makefile.in foo4_LINK = $(OBJCLD) $(foo4_OBJCFLAGS) $(OBJCFLAGS) $(AM_LDFLAGS) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS) OBJCLINK = $(OBJCLD) $(AM_OBJCFLAGS) $(OBJCFLAGS) $(AM_LDFLAGS) \ OBJCFLAGS = @OBJCFLAGS@ AM_OBJCFLAGS = -DVALUE=2 -DERROR=1 foo4_OBJCFLAGS = -DVALUE=4 -DERROR=1 @am__fastdepOBJC_TRUE@ $(AM_V_OBJC)$(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foo4_OBJCFLAGS) $(OBJCFLAGS) -MT foo4-foo4.o -MD -MP -MF $(DEPDIR)/foo4-foo4.Tpo -c -o foo4-foo4.o `test -f 'foo4.m' || echo '$(srcdir)/'`foo4.m @am__fastdepOBJC_FALSE@ $(address@hidden@)$(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foo4_OBJCFLAGS) $(OBJCFLAGS) -c -o foo4-foo4.o `test -f 'foo4.m' || echo '$(srcdir)/'`foo4.m @am__fastdepOBJC_TRUE@ $(AM_V_OBJC)$(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foo4_OBJCFLAGS) $(OBJCFLAGS) -MT foo4-foo4.obj -MD -MP -MF $(DEPDIR)/foo4-foo4.Tpo -c -o foo4-foo4.obj `if test -f 'foo4.m'; then $(CYGPATH_W) 'foo4.m'; else $(CYGPATH_W) '$(srcdir)/foo4.m'; fi` @am__fastdepOBJC_FALSE@ $(address@hidden@)$(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foo4_OBJCFLAGS) $(OBJCFLAGS) -c -o foo4-foo4.obj `if test -f 'foo4.m'; then $(CYGPATH_W) 'foo4.m'; else $(CYGPATH_W) '$(srcdir)/foo4.m'; fi` + grep '\$(OBJCFLAGS).*\$(AM_OBJCFLAGS)' Makefile.in + grep '\$(OBJCFLAGS).*\$(foo.*_OBJCFLAGS)' Makefile.in + grep '\$(foo.*_OBJCFLAGS).*\$(AM_OBJCFLAGS)' Makefile.in + ./configure OBJCFLAGS=-UERROR checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the Objective C compiler works... no configure: error: in `/automake-1.15/t/objc-flags.dir': configure: error: Objective C compiler cannot create executables See `config.log' for more details + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP t/objc-flags.sh (exit status: 77) SKIP: t/objc-deps ================= Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/objc-deps.dir + cat + cat + cat + cat + cat + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall --add-missing + ./configure --enable-dependency-tracking checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the Objective C compiler works... no configure: error: in `/automake-1.15/t/objc-deps.dir': configure: error: Objective C compiler cannot create executables See `config.log' for more details + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP t/objc-deps.sh (exit status: 77) SKIP: t/objcxx-minidemo ======================= Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/objcxx-minidemo.dir + cat + cat + cat + cat + aclocal-1.15 -Werror + autoconf + autoheader + automake-1.15 --foreign -Werror -Wall --add-missing parallel-tests: installing './test-driver' + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for g++... g++ checking whether the Objective C++ compiler works... no configure: error: in `/automake-1.15/t/objcxx-minidemo.dir': configure: error: Objective C++ compiler cannot create executables See `config.log' for more details + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP t/objcxx-minidemo.sh (exit status: 77) SKIP: t/objcxx-flags ==================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/objcxx-flags.dir + cat + cat + for i in 2 4 + unindent + test x = x ++ sed -e 's/ *# .*//' ++ printf '%s\n' ' /^$/b # Nothing to do for empty lines. x # Get x into pattern space. /^$/{ # No prior x, go prepare it. g # Copy this 1st non-blank line into pattern space. s/^\([ ]*\).*/x\1/ # Prepare x in pattern space. } # Now: x in pattern and in hold. G # Build x\n in pattern space, and h # duplicate it into hold space. s/\n.*$// # Restore x in pattern space, and x # exchange with the above duplicate in hold space. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' + sed_unindent_prog=' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + for i in 2 4 + unindent + test 'x /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' = x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall -a + /bin/grep -F OBJCXXFLAGS Makefile.in foo4_LINK = $(OBJCXXLD) $(foo4_OBJCXXFLAGS) $(OBJCXXFLAGS) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) OBJCXXLINK = $(OBJCXXLD) $(AM_OBJCXXFLAGS) $(OBJCXXFLAGS) \ OBJCXXFLAGS = @OBJCXXFLAGS@ AM_OBJCXXFLAGS = -DVALUE=2 -DERROR=1 foo4_OBJCXXFLAGS = -DVALUE=4 -DERROR=1 @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)$(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foo4_OBJCXXFLAGS) $(OBJCXXFLAGS) -MT foo4-foo4.o -MD -MP -MF $(DEPDIR)/foo4-foo4.Tpo -c -o foo4-foo4.o `test -f 'foo4.mm' || echo '$(srcdir)/'`foo4.mm @am__fastdepOBJCXX_FALSE@ $(address@hidden@)$(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foo4_OBJCXXFLAGS) $(OBJCXXFLAGS) -c -o foo4-foo4.o `test -f 'foo4.mm' || echo '$(srcdir)/'`foo4.mm @am__fastdepOBJCXX_TRUE@ $(AM_V_OBJCXX)$(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foo4_OBJCXXFLAGS) $(OBJCXXFLAGS) -MT foo4-foo4.obj -MD -MP -MF $(DEPDIR)/foo4-foo4.Tpo -c -o foo4-foo4.obj `if test -f 'foo4.mm'; then $(CYGPATH_W) 'foo4.mm'; else $(CYGPATH_W) '$(srcdir)/foo4.mm'; fi` @am__fastdepOBJCXX_FALSE@ $(address@hidden@)$(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(foo4_OBJCXXFLAGS) $(OBJCXXFLAGS) -c -o foo4-foo4.obj `if test -f 'foo4.mm'; then $(CYGPATH_W) 'foo4.mm'; else $(CYGPATH_W) '$(srcdir)/foo4.mm'; fi` + grep '\$(OBJCXXFLAGS).*\$(AM_OBJCXXFLAGS)' Makefile.in + grep '\$(OBJCXXFLAGS).*\$(foo.*_OBJCXXFLAGS)' Makefile.in + grep '\$(foo.*_OBJCXXFLAGS).*\$(AM_OBJCXXFLAGS)' Makefile.in + ./configure OBJCXXFLAGS=-UERROR checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for g++... g++ checking whether the Objective C++ compiler works... no configure: error: in `/automake-1.15/t/objcxx-flags.dir': configure: error: Objective C++ compiler cannot create executables See `config.log' for more details + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP t/objcxx-flags.sh (exit status: 77) SKIP: t/objcxx-deps =================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/objcxx-deps.dir + cat + cat + cat + cat + cat + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall --add-missing + ./configure --enable-dependency-tracking checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for g++... g++ checking whether the Objective C++ compiler works... no configure: error: in `/automake-1.15/t/objcxx-deps.dir': configure: error: Objective C++ compiler cannot create executables See `config.log' for more details + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP t/objcxx-deps.sh (exit status: 77) SKIP: t/objc-megademo ===================== objc-megademo: running libtoolize --version libtoolize (GNU libtool) 2.4.6 Written by Gary V. Vaughan , 2003 Copyright (C) 2015 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 = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/objc-megademo.dir + cat + cat + libtoolize libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: linking file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: linking file 'm4/libtool.m4' libtoolize: linking file 'm4/ltoptions.m4' libtoolize: linking file 'm4/ltsugar.m4' libtoolize: linking file 'm4/ltversion.m4' libtoolize: linking file 'm4/lt~obsolete.m4' libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + aclocal-1.15 -Werror + autoheader + autoconf + automake-1.15 --foreign -Werror -Wall --add-missing configure.ac:9: installing 'build-aux/ar-lib' configure.ac:9: installing 'build-aux/compile' configure.ac:10: installing 'build-aux/config.guess' configure.ac:10: installing 'build-aux/config.sub' configure.ac:7: installing 'build-aux/install-sh' configure.ac:7: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' + cat + cat + cat + cat + cat + cat + cat + cat + cat + cat + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /tools/bin/dd checking how to truncate binary pipes... /tools/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU Objective C++ compiler... no checking whether g++ accepts -g... no checking dependency style of g++... gcc3 checking whether the Objective C compiler really works... no checking whether the Objective C++ compiler really works... no configure: error: couldn't find a working Objective C compiler + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP t/objc-megademo.sh (exit status: 77) XFAIL: t/objext-pr10128 ======================= Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/objext-pr10128.dir + echo AC_OUTPUT + cat + aclocal-1.15 -Werror + automake-1.15 --foreign -Werror -Wall + autoconf + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + make test is == foo.fasl make: *** [Makefile:665: test] Error 1 + am_exit_trap 2 + exit_status=2 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 2 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/objext-pr10128.sh (exit status: 2) XFAIL: t/override-conditional-2 =============================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/override-conditional-2.dir + cat + cat + aclocal-1.15 -Werror + AUTOMAKE_fails + AUTOMAKE_run -e 1 + am__desc= + am__exp_rc=0 + test 2 -gt 0 + case $1 in + am__exp_rc=1 + shift + shift + test 0 -gt 0 + am__got_rc=0 + automake-1.15 --foreign -Werror -Wall + cat stderr + cat stdout + test none = none + test 0 -eq 1 + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/override-conditional-2.sh (exit status: 1) XFAIL: t/override-conditional-pr13940 ===================================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/override-conditional-pr13940.dir + cat + cat + aclocal-1.15 -Werror + automake-1.15 --foreign -Werror -Wall -a automake-1.15: warnings are treated as errors Makefile.am:8: warning: all-local was already defined in condition FOO, which is included in condition TRUE ... Makefile.am:5: ... 'all-local' previously defined here + am_exit_trap 1 + exit_status=1 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/override-conditional-pr13940.sh (exit status: 1) SKIP: t/parallel-tests-unreadable ================================= Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/parallel-tests-unreadable.dir + : + chmod a-r t + test '!' -r t + skip_ 'you can still read unreadable files' + warn_ 'parallel-tests-unreadable: skipped test: you can still read unreadable files' + echo 'parallel-tests-unreadable: skipped test: you can still read unreadable files' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP t/parallel-tests-unreadable.sh (exit status: 77) SKIP: t/parallel-tests-log-compiler-example =========================================== parallel-tests-log-compiler-example: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/parallel-tests-log-compiler-example.sh (exit status: 77) SKIP: t/test-trs-recover2 ========================= Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/test-trs-recover2.dir + cat + cat + : + : + TEST_STATUS=0 + export TEST_STATUS + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall -a parallel-tests: installing './test-driver' + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + : + chmod a-r t + test '!' -r t + skip_ 'you can still read unreadable files' + warn_ 'test-trs-recover2: skipped test: you can still read unreadable files' + echo 'test-trs-recover2: skipped test: you can still read unreadable files' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP t/test-trs-recover2.sh (exit status: 77) SKIP: t/py-compile-basic ======================== py-compile-basic: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/py-compile-basic.sh (exit status: 77) SKIP: t/py-compile-basedir ========================== py-compile-basedir: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/py-compile-basedir.sh (exit status: 77) SKIP: t/py-compile-destdir ========================== py-compile-destdir: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/py-compile-destdir.sh (exit status: 77) SKIP: t/py-compile-option-terminate =================================== py-compile-option-terminate: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/py-compile-option-terminate.sh (exit status: 77) SKIP: t/python3 =============== python3: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/python3.sh (exit status: 77) SKIP: t/python10 ================ python10: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/python10.sh (exit status: 77) SKIP: t/python12 ================ python12: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/python12.sh (exit status: 77) SKIP: t/python-am-path-iftrue ============================= python-am-path-iftrue: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/python-am-path-iftrue.sh (exit status: 77) SKIP: t/python-too-old ====================== python-too-old: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/python-too-old.sh (exit status: 77) SKIP: t/python-vars =================== python-vars: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/python-vars.sh (exit status: 77) SKIP: t/python-virtualenv ========================= python-virtualenv: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/python-virtualenv.sh (exit status: 77) SKIP: t/python-pr10995 ====================== python-pr10995: running python -V /automake-1.15/t/ax/am-test-lib.sh: line 911: python: command not found SKIP t/python-pr10995.sh (exit status: 77) XFAIL: t/remake-am-pr10111 ========================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/remake-am-pr10111.dir + cat + : + cat + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + make distdir if test -d "remake-am-pr10111-1.0"; then find "remake-am-pr10111-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake-am-pr10111-1.0" || { sleep 5 && rm -rf "remake-am-pr10111-1.0"; }; else :; fi test -d "remake-am-pr10111-1.0" || mkdir "remake-am-pr10111-1.0" test -n "" \ || find "remake-am-pr10111-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/remake-am-pr10111.dir/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "remake-am-pr10111-1.0" + cd remake-am-pr10111-1.0 + mkdir build + cd build + ../configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + rm -f ../foobar.am + make make: Nothing to be done for 'all'. + grep '= foobar was here =' ../Makefile.in + am_exit_trap 1 + exit_status=1 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/remake-am-pr10111.sh (exit status: 1) XFAIL: t/remake-m4-pr10111 ========================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/remake-m4-pr10111.dir + cat + : + cat + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + make distdir if test -d "remake-m4-pr10111-1.0"; then find "remake-m4-pr10111-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake-m4-pr10111-1.0" || { sleep 5 && rm -rf "remake-m4-pr10111-1.0"; }; else :; fi test -d "remake-m4-pr10111-1.0" || mkdir "remake-m4-pr10111-1.0" test -n "" \ || find "remake-m4-pr10111-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/remake-m4-pr10111.dir/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "remake-m4-pr10111-1.0" + cd remake-m4-pr10111-1.0 + mkdir build + cd build + ../configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + rm -f ../foobar.m4 + make make: Nothing to be done for 'all'. + grep ': foobar was here :' ../configure + am_exit_trap 1 + exit_status=1 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/remake-m4-pr10111.sh (exit status: 1) XFAIL: t/remake-timing-bug-pr8365 ================================= Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/remake-timing-bug-pr8365.dir + stat /dev/null File: '/dev/null' Size: 0 Blocks: 0 IO Block: 4096 character special file Device: 6h/6d Inode: 1028 Links: 1 Device type: 1,3 Access: (0666/crw-rw-rw-) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2017-05-01 09:35:59.668039646 +0000 Modify: 2017-05-01 09:35:59.668039646 +0000 Change: 2017-05-01 09:35:59.668039646 +0000 Birth: - + stat=stat + cat + : + aclocal-1.15 -Werror + automake-1.15 --foreign -Werror -Wall + autoconf + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + make Makefile make: 'Makefile' is up to date. + /bin/grep -E 'FOOBAR|zardoz' Makefile + echo 'AC_SUBST([FOOBAR])' + stat config.status Makefile configure.ac File: 'config.status' Size: 25555 Blocks: 56 IO Block: 4096 regular file Device: 807h/2055d Inode: 255697 Links: 1 Access: (0755/-rwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2017-05-01 16:47:22.000000000 +0000 Modify: 2017-05-01 16:47:22.000000000 +0000 Change: 2017-05-01 16:47:22.000000000 +0000 Birth: - File: 'Makefile' Size: 17395 Blocks: 40 IO Block: 4096 regular file Device: 807h/2055d Inode: 255758 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2017-05-01 16:47:22.000000000 +0000 Modify: 2017-05-01 16:47:22.000000000 +0000 Change: 2017-05-01 16:47:22.000000000 +0000 Birth: - File: 'configure.ac' Size: 131 Blocks: 8 IO Block: 4096 regular file Device: 807h/2055d Inode: 255607 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2017-05-01 16:47:20.000000000 +0000 Modify: 2017-05-01 16:47:22.000000000 +0000 Change: 2017-05-01 16:47:22.000000000 +0000 Birth: - + sleep 2 + touch config.status + touch -r config.status config.status Makefile configure.ac + stat config.status Makefile configure.ac File: 'config.status' Size: 25555 Blocks: 56 IO Block: 4096 regular file Device: 807h/2055d Inode: 255697 Links: 1 Access: (0755/-rwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2017-05-01 16:47:24.000000000 +0000 Modify: 2017-05-01 16:47:24.000000000 +0000 Change: 2017-05-01 16:47:24.000000000 +0000 Birth: - File: 'Makefile' Size: 17395 Blocks: 40 IO Block: 4096 regular file Device: 807h/2055d Inode: 255758 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2017-05-01 16:47:24.000000000 +0000 Modify: 2017-05-01 16:47:24.000000000 +0000 Change: 2017-05-01 16:47:24.000000000 +0000 Birth: - File: 'configure.ac' Size: 131 Blocks: 8 IO Block: 4096 regular file Device: 807h/2055d Inode: 255607 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2017-05-01 16:47:24.000000000 +0000 Modify: 2017-05-01 16:47:24.000000000 +0000 Change: 2017-05-01 16:47:24.000000000 +0000 Birth: - + cat + cat + cat + chmod a+x aclocal-wrap automake-wrap autoconf-wrap + run_make Makefile ACLOCAL=./aclocal-wrap AUTOMAKE=./automake-wrap AUTOCONF=./autoconf-wrap + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + grep GNU + make --version -v GNU Make 4.2.1 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make Makefile ACLOCAL=./aclocal-wrap AUTOMAKE=./automake-wrap AUTOCONF=./autoconf-wrap + set +x CDPATH="${ZSH_VERSION+.}:" && cd . && ./aclocal-wrap + AUTOCONF=autoconf + export AUTOCONF + aclocal-1.15 -Werror + touch -r config.status aclocal.m4 + stat aclocal.m4 File: 'aclocal.m4' Size: 27307 Blocks: 56 IO Block: 4096 regular file Device: 807h/2055d Inode: 255648 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2017-05-01 16:47:24.000000000 +0000 Modify: 2017-05-01 16:47:24.000000000 +0000 Change: 2017-05-01 16:47:24.000000000 +0000 Birth: - cd . && ./automake-wrap --foreign + AUTOCONF=autoconf + export AUTOCONF + automake-1.15 --foreign -Werror -Wall --foreign + touch -r config.status Makefile.in + stat Makefile.in File: 'Makefile.in' Size: 16678 Blocks: 40 IO Block: 4096 regular file Device: 807h/2055d Inode: 255759 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2017-05-01 16:47:24.000000000 +0000 Modify: 2017-05-01 16:47:24.000000000 +0000 Change: 2017-05-01 16:47:24.000000000 +0000 Birth: - CDPATH="${ZSH_VERSION+.}:" && cd . && ./autoconf-wrap + autoconf + touch -r config.status configure + stat configure File: 'configure' Size: 104311 Blocks: 216 IO Block: 4096 regular file Device: 807h/2055d Inode: 255715 Links: 1 Access: (0755/-rwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2017-05-01 16:47:24.000000000 +0000 Modify: 2017-05-01 16:47:24.000000000 +0000 Change: 2017-05-01 16:47:25.000000000 +0000 Birth: - make: 'Makefile' is up to date. + test 0 -eq 253 + test no = yes + test no = yes + test no = yes + case $am__make_rc_exp in + test 0 -ge 0 + test 0 -le 255 + test 0 -eq 0 + grep '^FOOBAR =' Makefile.in FOOBAR = @FOOBAR@ + grep '^FOOBAR *= *zardoz *$' Makefile + am_exit_trap 1 + exit_status=1 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/remake-timing-bug-pr8365.sh (exit status: 1) SKIP: t/silent-f77 ================== SKIP t/silent-f77.sh (exit status: 77) SKIP: t/silent-f90 ================== SKIP t/silent-f90.sh (exit status: 77) SKIP: t/silent-many-languages ============================= SKIP t/silent-many-languages.sh (exit status: 77) SKIP: t/silent-texi =================== silent-texi: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/silent-texi.sh (exit status: 77) PASS: t/spy-rm ============== Running from installcheck: no Test Protocol: tap PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/spy-rm.dir + plan_ 10 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x10 = xunknown + test x10 = xlater + test x10 = xlazy + test x10 = xnow + test 10 -ge 0 + planned_=10 + echo 1..10 1..10 + chk -f + test -f /bin/rm + skip_ -r '/bin/rm not found' + result_ ok -D SKIP -r '/bin/rm not found' + set +x ok 1 # SKIP /bin/rm not found SKIP: t/spy-rm.tap 1 # SKIP /bin/rm not found + command_ok_ 'rm -f' rm -f + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='rm -f' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + rm -f + result_ ok -D '' -r '' -- 'rm -f' + set +x ok 2 - rm -f PASS: t/spy-rm.tap 2 - rm -f + chk -rf + test -f /bin/rm + skip_ -r '/bin/rm not found' + result_ ok -D SKIP -r '/bin/rm not found' + set +x ok 3 # SKIP /bin/rm not found SKIP: t/spy-rm.tap 3 # SKIP /bin/rm not found + command_ok_ 'rm -rf' rm -rf + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='rm -rf' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + rm -rf + result_ ok -D '' -r '' -- 'rm -rf' + set +x ok 4 - rm -rf PASS: t/spy-rm.tap 4 - rm -rf + chk -fr + test -f /bin/rm + skip_ -r '/bin/rm not found' + result_ ok -D SKIP -r '/bin/rm not found' + set +x ok 5 # SKIP /bin/rm not found SKIP: t/spy-rm.tap 5 # SKIP /bin/rm not found + command_ok_ 'rm -fr' rm -fr + tap_directive_= + tap_reason_= + test 3 -gt 0 + tap_description_='rm -fr' + shift + test 2 -gt 0 + case $1 in + break + tap_result_=ok + rm -fr + result_ ok -D '' -r '' -- 'rm -fr' + set +x ok 6 - rm -fr PASS: t/spy-rm.tap 6 - rm -fr + chk -f -r + test -f /bin/rm + skip_ -r '/bin/rm not found' + result_ ok -D SKIP -r '/bin/rm not found' + set +x ok 7 # SKIP /bin/rm not found SKIP: t/spy-rm.tap 7 # SKIP /bin/rm not found + command_ok_ 'rm -f -r' rm -f -r + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='rm -f -r' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + rm -f -r + result_ ok -D '' -r '' -- 'rm -f -r' + set +x ok 8 - rm -f -r PASS: t/spy-rm.tap 8 - rm -f -r + chk -r -f + test -f /bin/rm + skip_ -r '/bin/rm not found' + result_ ok -D SKIP -r '/bin/rm not found' + set +x ok 9 # SKIP /bin/rm not found SKIP: t/spy-rm.tap 9 # SKIP /bin/rm not found + command_ok_ 'rm -r -f' rm -r -f + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='rm -r -f' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + rm -r -f + result_ ok -D '' -r '' -- 'rm -r -f' + set +x ok 10 - rm -r -f PASS: t/spy-rm.tap 10 - rm -r -f + : + am_exit_trap 0 + exit_status=0 + set +e + cd /automake-1.15 + test tap = tap + test 10 = later + test 0 -eq 0 + test 5 -eq 10 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x SKIP: t/subdir-cond-gettext =========================== subdir-cond-gettext: running gettext --version /automake-1.15/t/ax/am-test-lib.sh: line 982: gettext: command not found SKIP t/subdir-cond-gettext.sh (exit status: 77) XFAIL: t/subobj-indir-pr13928 ============================= Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/subobj-indir-pr13928.dir + cat + cat + mkdir s + echo 'int main(void) { return 0; }' + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall -a + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make Makefile:369: s/.deps/foo.Po: No such file or directory make: *** No rule to make target 's/.deps/foo.Po'. Stop. + am_exit_trap 2 + exit_status=2 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 2 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/subobj-indir-pr13928.sh (exit status: 2) XFAIL: t/subobj-vpath-pr13928 ============================= Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/subobj-vpath-pr13928.dir + cat + cat + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall -a + /bin/grep -E 'test\.|DEPDIR|dirstamp|srcdir' Makefile.in VPATH = @srcdir@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ am__dirstamp = $(am__leading_dot)dirstamp am_test_OBJECTS = $(srcdir)/test.$(OBJEXT) depcomp = $(SHELL) $(top_srcdir)/depcomp if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ am__DIST_COMMON = $(srcdir)/Makefile.in compile depcomp install-sh \ DEPDIR = @DEPDIR@ abs_srcdir = @abs_srcdir@ abs_top_srcdir = @abs_top_srcdir@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ test_SOURCES = $(srcdir)/test.c $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(srcdir)/$(am__dirstamp): @$(MKDIR_P) $(srcdir) @: > $(srcdir)/$(am__dirstamp) $(srcdir)/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) $(srcdir)/$(DEPDIR) @: > $(srcdir)/$(DEPDIR)/$(am__dirstamp) $(srcdir)/test.$(OBJEXT): $(srcdir)/$(am__dirstamp) \ $(srcdir)/$(DEPDIR)/$(am__dirstamp) -rm -f $(srcdir)/*.$(OBJEXT) @AMDEP_TRUE@@am__include@ @address@hidden(srcdir)/$(DEPDIR)/address@hidden@ @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ && $(am__cd) $(top_srcdir) \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ --srcdir=../.. --prefix="$$dc_install_base" \ @if test '$(srcdir)' = . ; then \ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test -z "$(srcdir)/$(DEPDIR)/$(am__dirstamp)" || rm -f $(srcdir)/$(DEPDIR)/$(am__dirstamp) -test -z "$(srcdir)/$(am__dirstamp)" || rm -f $(srcdir)/$(am__dirstamp) -rm -rf $(srcdir)/$(DEPDIR) -rm -rf $(top_srcdir)/autom4te.cache -rm -rf $(srcdir)/$(DEPDIR) test ! -f $(srcdir)/test.$(OBJEXT) test -f test.$(OBJEXT) + /bin/grep -E '\$.srcdir./test\.[o$]' Makefile.in am_test_OBJECTS = $(srcdir)/test.$(OBJEXT) $(srcdir)/test.$(OBJEXT): $(srcdir)/$(am__dirstamp) \ test ! -f $(srcdir)/test.$(OBJEXT) + _am_exit 1 + set +e + test 77 = 1 + exit 1 + exit 1 + am_exit_trap 1 + exit_status=1 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x XFAIL t/subobj-vpath-pr13928.sh (exit status: 1) PASS: t/tap-bad-prog ==================== Running from installcheck: no Test Protocol: tap PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/tap-bad-prog.dir + fetch_tap_driver + AM_TAP_AWK=gawk + export AM_TAP_AWK + get_shell_script tap-driver.sh tap-driver + am_source=tap-driver.sh + am_target=tap-driver + test '!' -f tap-driver + test x = xyes + cp -f /automake-1.15/lib/tap-driver.sh tap-driver + sed 10q tap-driver #! /bin/sh # Copyright (C) 2011-2014 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 + unset am_target am_source + plan_ 6 + test 1 -eq 0 + test 1 -ge 2 + test xnone '!=' xnone + test x6 = xunknown + test x6 = xlater + test x6 = xlazy + test x6 = xnow + test 6 -ge 0 + planned_=6 + echo 1..6 1..6 + cat + cat + cat + cp noexec.test noread.test + chmod a-r noread.test + aclocal-1.15 -Werror + autoconf + automake-1.15 --foreign -Werror -Wall + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + command_ok_ '"make check" returns non-zero exit status' run_make -O -e FAIL check + tap_directive_= + tap_reason_= + test 6 -gt 0 + tap_description_='"make check" returns non-zero exit status' + shift + test 5 -gt 0 + case $1 in + break + tap_result_=ok + run_make -O -e FAIL check + am__make_redirect_stdout=no + am__make_redirect_stderr=no + am__make_redirect_stdall=no + am__make_flags= + am__make_rc_exp=0 + am_make_rc=0 + test 4 -gt 0 + case $1 in + am__make_redirect_stdout=yes + shift + test 3 -gt 0 + case $1 in + am__make_rc_exp=FAIL + shift + shift + test 1 -gt 0 + case $1 in + break + using_gmake + case $am__using_gmake in + make --version -v + grep GNU GNU Make 4.2.1 License GPLv3+: GNU GPL version 3 or later + am__using_gmake=yes + return 0 + : + test x '!=' x + : exec make check + set +x make[2]: *** [Makefile:474: test-suite.log] Error 1 make[1]: *** [Makefile:582: check-TESTS] Error 2 make: *** [Makefile:771: check-am] Error 2 + am_make_rc=2 + test 2 -eq 253 + test no = yes + test yes = yes + cat stdout make check-TESTS make[1]: Entering directory '/automake-1.15/t/tap-bad-prog.dir' make[2]: Entering directory '/automake-1.15/t/tap-bad-prog.dir' ERROR: none.test - missing test plan ERROR: none.test - exited with status 127 (command not found?) ERROR: noread.test - missing test plan ERROR: noread.test - exited with status 126 ERROR: noexec.test - missing test plan ERROR: noexec.test - exited with status 126 ============================================================================ Testsuite summary for tap-bad-prog 1.0 ============================================================================ # TOTAL: 6 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 6 ============================================================================ See ./test-suite.log ============================================================================ make[2]: Leaving directory '/automake-1.15/t/tap-bad-prog.dir' make[1]: Leaving directory '/automake-1.15/t/tap-bad-prog.dir' + test no = yes + case $am__make_rc_exp in + test 2 -gt 0 + result_ ok -D '' -r '' -- '"make check" returns non-zero exit status' + set +x ok 1 - "make check" returns non-zero exit status PASS: t/tap-bad-prog.tap 1 - "make check" returns non-zero exit status + command_ok_ 'non-existent test is reported' grep '^ERROR: none\.test' stdout + tap_directive_= + tap_reason_= + test 4 -gt 0 + tap_description_='non-existent test is reported' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=ok + grep '^ERROR: none\.test' stdout ERROR: none.test - missing test plan ERROR: none.test - exited with status 127 (command not found?) + result_ ok -D '' -r '' -- 'non-existent test is reported' + set +x ok 2 - non-existent test is reported PASS: t/tap-bad-prog.tap 2 - non-existent test is reported + desc='non-executable test is reported' + ./noexec.test ./t/tap-bad-prog.tap: line 62: ./noexec.test: Permission denied + command_ok_ 'non-executable test is reported' -- grep '^ERROR: noexec\.test' stdout + tap_directive_= + tap_reason_= + test 5 -gt 0 + tap_description_='non-executable test is reported' + shift + test 4 -gt 0 + case $1 in + shift + break + tap_result_=ok + grep '^ERROR: noexec\.test' stdout ERROR: noexec.test - missing test plan ERROR: noexec.test - exited with status 126 + result_ ok -D '' -r '' -- 'non-executable test is reported' + set +x ok 3 - non-executable test is reported PASS: t/tap-bad-prog.tap 3 - non-executable test is reported + desc='non-readable test is reported' + test -r noread.test + skip_ -r 'any file is readable' 'non-readable test is reported' + result_ ok -D SKIP -r 'any file is readable' 'non-readable test is reported' + set +x ok 4 - non-readable test is reported # SKIP any file is readable SKIP: t/tap-bad-prog.tap 4 - non-readable test is reported # SKIP any file is readable + command_ok_ 'no spurious "missing plan" message' -D TODO -- not grep 'missing.* plan' stdout + tap_directive_= + tap_reason_= + test 8 -gt 0 + tap_description_='no spurious "missing plan" message' + shift + test 7 -gt 0 + case $1 in + tap_directive_=TODO + shift + shift + test 5 -gt 0 + case $1 in + shift + break + tap_result_=ok + not grep 'missing.* plan' stdout + grep 'missing.* plan' stdout ERROR: none.test - missing test plan ERROR: noread.test - missing test plan ERROR: noexec.test - missing test plan + tap_result_='not ok' + result_ 'not ok' -D TODO -r '' -- 'no spurious "missing plan" message' + set +x not ok 5 - no spurious "missing plan" message # TODO XFAIL: t/tap-bad-prog.tap 5 - no spurious "missing plan" message # TODO + command_ok_ 'no spurious results' -D TODO -r 'still get "missing plan"' count_test_results total=3 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=3 + tap_directive_= + tap_reason_= + test 13 -gt 0 + tap_description_='no spurious results' + shift + test 12 -gt 0 + case $1 in + tap_directive_=TODO + shift + shift + test 10 -gt 0 + case $1 in + tap_reason_='still get "missing plan"' + shift + shift + test 8 -gt 0 + case $1 in + break + tap_result_=ok + count_test_results total=3 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=3 + total=ERR + pass=ERR + fail=ERR + xpass=ERR + xfail=ERR + skip=ERR + error=ERR + eval total=3 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=3 ++ total=3 ++ pass=0 ++ fail=0 ++ xpass=0 ++ xfail=0 ++ skip=0 ++ error=3 + /bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ERROR: none.test - missing test plan ERROR: none.test - exited with status 127 (command not found?) ERROR: noread.test - missing test plan ERROR: noread.test - exited with status 126 ERROR: noexec.test - missing test plan ERROR: noexec.test - exited with status 126 # TOTAL: 6 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 6 + rc=0 + set +e ++ grep -c '^PASS:' stdout + test 0 -eq 0 ++ grep -c '^XFAIL:' stdout + test 0 -eq 0 ++ grep -c '^SKIP:' stdout + test 0 -eq 0 ++ grep -c '^FAIL:' stdout + test 0 -eq 0 ++ grep -c '^XPASS:' stdout + test 0 -eq 0 ++ grep -c '^ERROR:' stdout + test 6 -eq 3 + rc=1 + grep '^# TOTAL: *3$' stdout + rc=1 + grep '^# PASS: *0$' stdout # PASS: 0 + grep '^# XFAIL: *0$' stdout # XFAIL: 0 + grep '^# SKIP: *0$' stdout # SKIP: 0 + grep '^# FAIL: *0$' stdout # FAIL: 0 + grep '^# XPASS: *0$' stdout # XPASS: 0 + grep '^# ERROR: *3$' stdout + rc=1 + test 1 -eq 0 + tap_result_='not ok' + result_ 'not ok' -D TODO -r 'still get "missing plan"' -- 'no spurious results' + set +x not ok 6 - no spurious results # TODO still get "missing plan" XFAIL: t/tap-bad-prog.tap 6 - no spurious results # TODO still get "missing plan" + : + am_exit_trap 0 + exit_status=0 + set +e + cd /automake-1.15 + test tap = tap + test 6 = later + test 0 -eq 0 + test 3 -eq 6 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x SKIP: t/tap-driver-stderr ========================= SKIP t/tap-driver-stderr.sh (exit status: 77) SKIP: t/tagsub ============== tagsub: running etags --version -o /dev/null /automake-1.15/t/ax/am-test-lib.sh: line 788: etags: command not found SKIP t/tagsub.sh (exit status: 77) SKIP: t/tags-pr12372 ==================== tags-pr12372: running etags --version -o /dev/null /automake-1.15/t/ax/am-test-lib.sh: line 788: etags: command not found SKIP t/tags-pr12372.sh (exit status: 77) SKIP: t/txinfo-builddir ======================= txinfo-builddir: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo-builddir.sh (exit status: 77) SKIP: t/txinfo-clean ==================== txinfo-clean: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo-clean.sh (exit status: 77) SKIP: t/txinfo-info-in-srcdir ============================= txinfo-info-in-srcdir: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo-info-in-srcdir.sh (exit status: 77) SKIP: t/txinfo-include ====================== txinfo-include: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo-include.sh (exit status: 77) SKIP: t/txinfo-many-output-formats ================================== txinfo-many-output-formats: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo-many-output-formats.sh (exit status: 77) SKIP: t/txinfo-many-output-formats-vpath ======================================== txinfo-many-output-formats-vpath: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo-many-output-formats-vpath.sh (exit status: 77) SKIP: t/txinfo-no-clutter ========================= txinfo-no-clutter: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo-no-clutter.sh (exit status: 77) SKIP: t/txinfo-override-texinfo-tex =================================== txinfo-override-texinfo-tex: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo-override-texinfo-tex.sh (exit status: 77) SKIP: t/txinfo-subdir-pr343 =========================== txinfo-subdir-pr343: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo-subdir-pr343.sh (exit status: 77) SKIP: t/txinfo-vtexi4 ===================== txinfo-vtexi4: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo-vtexi4.sh (exit status: 77) SKIP: t/txinfo-without-info-suffix ================================== txinfo-without-info-suffix: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo-without-info-suffix.sh (exit status: 77) SKIP: t/txinfo23 ================ txinfo23: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo23.sh (exit status: 77) SKIP: t/txinfo24 ================ txinfo24: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo24.sh (exit status: 77) SKIP: t/txinfo25 ================ txinfo25: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo25.sh (exit status: 77) SKIP: t/txinfo28 ================ txinfo28: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/txinfo28.sh (exit status: 77) SKIP: t/uninstall-fail ====================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/uninstall-fail.dir + mkdir d + : + chmod a-w d + st=0 + /bin/sh -c 'rm -f d/f' + cat stderr + test 0 -gt 0 + skip_ 'can delete files from unwritable directories' + warn_ 'uninstall-fail: skipped test: can delete files from unwritable directories' + echo 'uninstall-fail: skipped test: can delete files from unwritable directories' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP t/uninstall-fail.sh (exit status: 77) SKIP: t/upc =========== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/upc.dir + cat + cat + cat + aclocal-1.15 -Werror + automake-1.15 --foreign -Werror -Wall + autoconf + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for upcc... no checking for upc... no configure: error: no Unified Parallel C compiler was found + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP t/upc.sh (exit status: 77) SKIP: t/upc3 ============ Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/upc3.dir + cat + cat + cat + cat + cat + aclocal-1.15 -Werror + automake-1.15 --foreign -Werror -Wall + autoconf + ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for upcc... no checking for upc... no configure: error: no Unified Parallel C compiler was found + _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 /automake-1.15 + 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 SKIP t/upc3.sh (exit status: 77) SKIP: t/vala-headers ==================== vala-headers: running pkg-config --version 0.29.1 vala-headers: running valac --version /automake-1.15/t/ax/am-test-lib.sh: line 964: valac: command not found SKIP t/vala-headers.sh (exit status: 77) SKIP: t/vala-libs ================= vala-libs: running valac --version /automake-1.15/t/ax/am-test-lib.sh: line 964: valac: command not found SKIP t/vala-libs.sh (exit status: 77) SKIP: t/vala-mix ================ vala-mix: running valac --version /automake-1.15/t/ax/am-test-lib.sh: line 964: valac: command not found SKIP t/vala-mix.sh (exit status: 77) SKIP: t/vala-mix2 ================= vala-mix2: running valac --version /automake-1.15/t/ax/am-test-lib.sh: line 964: valac: command not found SKIP t/vala-mix2.sh (exit status: 77) SKIP: t/vala-non-recursive-setup ================================ vala-non-recursive-setup: running pkg-config --version 0.29.1 vala-non-recursive-setup: running valac --version /automake-1.15/t/ax/am-test-lib.sh: line 964: valac: command not found SKIP t/vala-non-recursive-setup.sh (exit status: 77) SKIP: t/vala-parallel ===================== vala-parallel: running valac --version /automake-1.15/t/ax/am-test-lib.sh: line 964: valac: command not found SKIP t/vala-parallel.sh (exit status: 77) SKIP: t/vala-per-target-flags ============================= vala-per-target-flags: running pkg-config --version 0.29.1 vala-per-target-flags: running valac --version /automake-1.15/t/ax/am-test-lib.sh: line 964: valac: command not found SKIP t/vala-per-target-flags.sh (exit status: 77) SKIP: t/vala-recursive-setup ============================ vala-recursive-setup: running pkg-config --version 0.29.1 vala-recursive-setup: running valac --version /automake-1.15/t/ax/am-test-lib.sh: line 964: valac: command not found SKIP t/vala-recursive-setup.sh (exit status: 77) SKIP: t/vala-vapi ================= vala-vapi: running pkg-config --version 0.29.1 vala-vapi: running valac --version /automake-1.15/t/ax/am-test-lib.sh: line 964: valac: command not found SKIP t/vala-vapi.sh (exit status: 77) SKIP: t/vala-vpath ================== vala-vpath: running valac --version /automake-1.15/t/ax/am-test-lib.sh: line 964: valac: command not found SKIP t/vala-vpath.sh (exit status: 77) SKIP: t/version7 ================ version7: running makeinfo --version texi2any (GNU texinfo) 6.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SKIP t/version7.sh (exit status: 77) SKIP: t/gettext-macros ====================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/t/gettext-macros.dir + echo '# Automatically generated by gettext-macros.' + echo : + echo ACLOCAL_AMFLAGS = -I m4 + autopoint --version ./t/gettext-macros.sh: line 42: autopoint: command not found + am_gettextize_command=gettextize ++ extract_program_version gettextize ++ sed 1q ++ gettextize --version ++ /usr/bin/perl -ne '/(\d(?:\.\d+)+)/ and print "$1\n"' ./t/gettext-macros.sh: line 25: gettextize: command not found + autopoint_version= + test -n '' + autopoint_version=0.10.35 + cat + gettextize --force ./t/gettext-macros.sh: line 64: gettextize: command not found + rm -rf m4 + mkdir m4 + aclocal-1.15 -Werror -Wno-syntax -I m4 --install aclocal-1.15: warnings are treated as errors configure.ac:4: warning: macro 'AM_GNU_GETTEXT' not found in library configure.ac:5: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library + echo 'skip_all_ "couldn'\''t find or get gettext macros"' + cat + . ./get.sh ++ : ++ skip_all_ 'couldn'\''t find or get gettext macros' ++ skip_ 'couldn'\''t find or get gettext macros' ++ warn_ 'gettext-macros: skipped test: couldn'\''t find or get gettext macros' ++ echo 'gettext-macros: skipped test: couldn'\''t find or get gettext macros' ++ _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 /automake-1.15 + 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 SKIP t/gettext-macros.sh (exit status: 77) FAIL: t/check12-w ================= ./t/check12-w.sh: will source ./t/check12.sh check12-w: running runtest SOMEPROGRAM=someprogram --version WARNING: Couldn't find the global config file. DejaGnu version 1.6 Expect version 5.45 Tcl version 8.6 Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin +++ pwd /automake-1.15/t/check12-w.dir ++ cat ++ cat ++ cat ++ cat ++ chmod +x a.test b.test ++ cat ++ A_EXIT_STATUS=0 ++ export A_EXIT_STATUS ++ B_EXIT_STATUS=0 ++ export B_EXIT_STATUS ++ cat ++ cat ++ NAIL=nail ++ export NAIL ++ cat ++ chmod +x hammer spanner ++ mkdir hammer.test spanner.test ++ cat ++ cat ++ cat ++ CHECKLOCAL_EXIT_STATUS=0 ++ export CHECKLOCAL_EXIT_STATUS ++ aclocal-1.15 -Werror ++ autoconf ++ automake-1.15 --foreign -Werror -Wall --add-missing ++ for vpath in : false ++ : ++ srcdir=.. ++ mkdir build ++ cd build ++ test -f config.status ++ ../configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile ++ make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12-w.dir/build' Making a new site.exp file ... srcdir='..'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=../hammer SPANNER=../spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:03 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../hammer.test/hammer.exp ... === hammer Summary === # of expected passes 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:04 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 a.test: exit status: 0 PASS: a.test b.test: exit status: 0 PASS: b.test ================== All 2 tests passed ================== case $CHECKLOCAL_EXIT_STATUS in \ 0) echo 'check-local succeeded :-)';; \ *) echo 'check-local failed :-(';; \ esac >local.log exit $CHECKLOCAL_EXIT_STATUS make[1]: Leaving directory '/automake-1.15/t/check12-w.dir/build' ++ test -f hammer.log ++ test -f hammer.sum ++ test -f spanner.log ++ test -f spanner.sum ++ test xyes '!=' xyes ++ grep 'check-local succeeded :-)' local.log check-local succeeded :-) ++ cp -f config.status config-status.sav ++ make distclean test -z "local.log" || rm -f local.log rm -f site.exp site.bak l='hammer spanner'; for tool in $l; do \ rm -f $tool.sum $tool.log; \ done test -z "" || rm -f test . = ".." || test -z "" || rm -f rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile ++ test '!' -e hammer.log ++ test '!' -e hammer.sum ++ test '!' -e spanner.log ++ test '!' -e spanner.sum ++ test '!' -e test-suite.log ++ test '!' -e a.log ++ test '!' -e b.log ++ test '!' -e local.log ++ mv -f config-status.sav config.status ++ ./config.status config.status: creating Makefile ++ NAIL=screw ++ make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12-w.dir/build' Making a new site.exp file ... srcdir='..'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=../hammer SPANNER=../spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:04 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../hammer.test/hammer.exp ... FAIL: test_hammer === hammer Summary === # of unexpected failures 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:04 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[1]: *** [Makefile:287: check-DEJAGNU] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12-w.dir/build' make: *** [Makefile:581: check-am] Error 2 ++ test -f hammer.log ++ test -f hammer.sum ++ test -f spanner.log ++ test -f spanner.sum ++ grep 'FAIL: test_hammer' hammer.sum FAIL: test_hammer ++ grep FAIL: spanner.sum ++ B_EXIT_STATUS=1 ++ make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12-w.dir/build' srcdir='..'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=../hammer SPANNER=../spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:04 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../hammer.test/hammer.exp ... === hammer Summary === # of expected passes 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:04 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 a.test: exit status: 0 PASS: a.test b.test: exit status: 1 FAIL: b.test =================== 1 of 2 tests failed =================== make[1]: *** [Makefile:325: check-TESTS] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12-w.dir/build' make: *** [Makefile:581: check-am] Error 2 ++ test xyes '!=' xyes ++ CHECKLOCAL_EXIT_STATUS=1 ++ make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12-w.dir/build' srcdir='..'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=../hammer SPANNER=../spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:04 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../hammer.test/hammer.exp ... === hammer Summary === # of expected passes 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:04 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 a.test: exit status: 0 PASS: a.test b.test: exit status: 0 PASS: b.test ================== All 2 tests passed ================== case $CHECKLOCAL_EXIT_STATUS in \ 0) echo 'check-local succeeded :-)';; \ *) echo 'check-local failed :-(';; \ esac >local.log exit $CHECKLOCAL_EXIT_STATUS make[1]: *** [Makefile:706: check-local] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12-w.dir/build' make: *** [Makefile:581: check-am] Error 2 ++ grep 'check-local failed :-(' local.log check-local failed :-( ++ NAIL=screw ++ B_EXIT_STATUS=23 ++ CHECKLOCAL_EXIT_STATUS=1 ++ make -k check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12-w.dir/build' srcdir='..'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=../hammer SPANNER=../spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:05 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../hammer.test/hammer.exp ... FAIL: test_hammer === hammer Summary === # of unexpected failures 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:05 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[1]: *** [Makefile:287: check-DEJAGNU] Error 1 a.test: exit status: 0 PASS: a.test b.test: exit status: 23 FAIL: b.test =================== 1 of 2 tests failed =================== make[1]: *** [Makefile:325: check-TESTS] Error 1 case $CHECKLOCAL_EXIT_STATUS in \ 0) echo 'check-local succeeded :-)';; \ *) echo 'check-local failed :-(';; \ esac >local.log exit $CHECKLOCAL_EXIT_STATUS make[1]: *** [Makefile:706: check-local] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12-w.dir/build' make: *** [Makefile:581: check-am] Error 2 make: Target 'check' not remade because of errors. ++ : ++ test -f hammer.log ++ test -f hammer.sum ++ test -f spanner.log ++ test -f spanner.sum ++ grep 'FAIL: test_hammer' hammer.sum FAIL: test_hammer ++ grep FAIL: spanner.sum ++ test xyes '!=' xyes ++ grep 'check-local failed :-(' local.log check-local failed :-( ++ cd .. ++ for vpath in : false ++ false ++ srcdir=. ++ test -f config.status ++ ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile ++ make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12-w.dir' Making a new site.exp file ... srcdir='.'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=./hammer SPANNER=./spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:06 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./hammer.test/hammer.exp ... === hammer Summary === # of expected passes 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:06 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 a.test: exit status: 0 PASS: a.test b.test: exit status: 0 PASS: b.test ================== All 2 tests passed ================== case $CHECKLOCAL_EXIT_STATUS in \ 0) echo 'check-local succeeded :-)';; \ *) echo 'check-local failed :-(';; \ esac >local.log exit $CHECKLOCAL_EXIT_STATUS make[1]: Leaving directory '/automake-1.15/t/check12-w.dir' ++ test -f hammer.log ++ test -f hammer.sum ++ test -f spanner.log ++ test -f spanner.sum ++ test xyes '!=' xyes ++ grep 'check-local succeeded :-)' local.log check-local succeeded :-) ++ cp -f config.status config-status.sav ++ make distclean test -z "local.log" || rm -f local.log rm -f site.exp site.bak l='hammer spanner'; for tool in $l; do \ rm -f $tool.sum $tool.log; \ done test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile ++ test '!' -e hammer.log ++ test '!' -e hammer.sum ++ test '!' -e spanner.log ++ test '!' -e spanner.sum ++ test '!' -e test-suite.log ++ test '!' -e a.log ++ test '!' -e b.log ++ test '!' -e local.log ++ mv -f config-status.sav config.status ++ ./config.status config.status: creating Makefile ++ NAIL=screw ++ make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12-w.dir' Making a new site.exp file ... srcdir='.'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=./hammer SPANNER=./spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:06 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./hammer.test/hammer.exp ... FAIL: test_hammer === hammer Summary === # of unexpected failures 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:06 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[1]: *** [Makefile:287: check-DEJAGNU] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12-w.dir' make: *** [Makefile:581: check-am] Error 2 ++ test -f hammer.log ++ test -f hammer.sum ++ test -f spanner.log ++ test -f spanner.sum ++ grep 'FAIL: test_hammer' hammer.sum FAIL: test_hammer ++ grep FAIL: spanner.sum ++ B_EXIT_STATUS=1 ++ make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12-w.dir' srcdir='.'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=./hammer SPANNER=./spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:06 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./hammer.test/hammer.exp ... === hammer Summary === # of expected passes 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:06 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 a.test: exit status: 0 PASS: a.test b.test: exit status: 1 FAIL: b.test =================== 1 of 2 tests failed =================== make[1]: *** [Makefile:325: check-TESTS] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12-w.dir' make: *** [Makefile:581: check-am] Error 2 ++ test xyes '!=' xyes ++ CHECKLOCAL_EXIT_STATUS=1 ++ make check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12-w.dir' srcdir='.'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=./hammer SPANNER=./spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:06 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./hammer.test/hammer.exp ... === hammer Summary === # of expected passes 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:07 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 a.test: exit status: 0 PASS: a.test b.test: exit status: 0 PASS: b.test ================== All 2 tests passed ================== case $CHECKLOCAL_EXIT_STATUS in \ 0) echo 'check-local succeeded :-)';; \ *) echo 'check-local failed :-(';; \ esac >local.log exit $CHECKLOCAL_EXIT_STATUS make[1]: *** [Makefile:706: check-local] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12-w.dir' make: *** [Makefile:581: check-am] Error 2 ++ grep 'check-local failed :-(' local.log check-local failed :-( ++ NAIL=screw ++ B_EXIT_STATUS=23 ++ CHECKLOCAL_EXIT_STATUS=1 ++ make -k check make check-DEJAGNU check-TESTS check-local make[1]: Entering directory '/automake-1.15/t/check12-w.dir' srcdir='.'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=./hammer SPANNER=./spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:07 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./hammer.test/hammer.exp ... FAIL: test_hammer === hammer Summary === # of unexpected failures 1 WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:07 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ./spanner.test/spanner.exp ... === spanner Summary === # of expected passes 1 make[1]: *** [Makefile:287: check-DEJAGNU] Error 1 a.test: exit status: 0 PASS: a.test b.test: exit status: 23 FAIL: b.test =================== 1 of 2 tests failed =================== make[1]: *** [Makefile:325: check-TESTS] Error 1 case $CHECKLOCAL_EXIT_STATUS in \ 0) echo 'check-local succeeded :-)';; \ *) echo 'check-local failed :-(';; \ esac >local.log exit $CHECKLOCAL_EXIT_STATUS make[1]: *** [Makefile:706: check-local] Error 1 make[1]: Leaving directory '/automake-1.15/t/check12-w.dir' make: *** [Makefile:581: check-am] Error 2 make: Target 'check' not remade because of errors. ++ : ++ test -f hammer.log ++ test -f hammer.sum ++ test -f spanner.log ++ test -f spanner.sum ++ grep 'FAIL: test_hammer' hammer.sum FAIL: test_hammer ++ grep FAIL: spanner.sum ++ test xyes '!=' xyes ++ grep 'check-local failed :-(' local.log check-local failed :-( ++ cd . ++ make distcheck make dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/automake-1.15/t/check12-w.dir' if test -d "check12-w-1.0"; then find "check12-w-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "check12-w-1.0" || { sleep 5 && rm -rf "check12-w-1.0"; }; else :; fi test -d "check12-w-1.0" || mkdir "check12-w-1.0" test -n "" \ || find "check12-w-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /automake-1.15/t/check12-w.dir/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "check12-w-1.0" tardir=check12-w-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >check12-w-1.0.tar.gz gzip: warning: GZIP environment variable is deprecated; use an alias or script make[1]: Leaving directory '/automake-1.15/t/check12-w.dir' if test -d "check12-w-1.0"; then find "check12-w-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "check12-w-1.0" || { sleep 5 && rm -rf "check12-w-1.0"; }; else :; fi case 'check12-w-1.0.tar.gz' in \ *.tar.gz*) \ GZIP=--best gzip -dc check12-w-1.0.tar.gz | ${TAR-tar} xf - ;;\ *.tar.bz2*) \ bzip2 -dc check12-w-1.0.tar.bz2 | ${TAR-tar} xf - ;;\ *.tar.lz*) \ lzip -dc check12-w-1.0.tar.lz | ${TAR-tar} xf - ;;\ *.tar.xz*) \ xz -dc check12-w-1.0.tar.xz | ${TAR-tar} xf - ;;\ *.tar.Z*) \ uncompress -c check12-w-1.0.tar.Z | ${TAR-tar} xf - ;;\ *.shar.gz*) \ GZIP=--best gzip -dc check12-w-1.0.shar.gz | unshar ;;\ *.zip*) \ unzip check12-w-1.0.zip ;;\ esac gzip: warning: GZIP environment variable is deprecated; use an alias or script chmod -R a-w check12-w-1.0 chmod u+w check12-w-1.0 mkdir check12-w-1.0/_build check12-w-1.0/_build/sub check12-w-1.0/_inst chmod a-w check12-w-1.0 test -d check12-w-1.0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd check12-w-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd check12-w-1.0/_build/sub \ && ../../configure \ \ \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf check12-w-1.0.tar.gz \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile make[1]: Entering directory '/automake-1.15/t/check12-w.dir/check12-w-1.0/_build/sub' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/automake-1.15/t/check12-w.dir/check12-w-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/check12-w.dir/check12-w-1.0/_build/sub' make[1]: Nothing to be done for 'dvi'. make[1]: Leaving directory '/automake-1.15/t/check12-w.dir/check12-w-1.0/_build/sub' make[1]: Entering directory '/automake-1.15/t/check12-w.dir/check12-w-1.0/_build/sub' make check-DEJAGNU check-TESTS check-local make[2]: Entering directory '/automake-1.15/t/check12-w.dir/check12-w-1.0/_build/sub' Making a new site.exp file ... srcdir='../..'; export srcdir; \ EXPECT=expect; export EXPECT; \ if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \ exit_status=0; l='hammer spanner'; for tool in $l; do \ if runtest HAMMER=../../hammer SPANNER=../../spanner --tool $tool --srcdir $srcdir ; \ then :; else exit_status=1; fi; \ done; \ else echo "WARNING: could not find 'runtest'" 1>&2; :;\ fi; \ exit $exit_status WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:08 2017 Native configuration is x86_64-pc-linux-gnu === hammer tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../../hammer.test/hammer.exp ... ERROR: tcl error sourcing ../../hammer.test/hammer.exp. ERROR: couldn't execute "../../hammer": no such file or directory while executing "spawn $HAMMER" (file "../../hammer.test/hammer.exp" line 2) invoked from within "source ../../hammer.test/hammer.exp" ("uplevel" body line 1) invoked from within "uplevel #0 source ../../hammer.test/hammer.exp" invoked from within "catch "uplevel #0 source $test_file_name"" === hammer Summary === WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test run by root on Mon May 1 16:49:08 2017 Native configuration is x86_64-pc-linux-gnu === spanner tests === Schedule of variations: unix Running target unix Using /tools/share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running ../../spanner.test/spanner.exp ... ERROR: tcl error sourcing ../../spanner.test/spanner.exp. ERROR: couldn't execute "../../spanner": no such file or directory while executing "spawn $SPANNER" (file "../../spanner.test/spanner.exp" line 2) invoked from within "source ../../spanner.test/spanner.exp" ("uplevel" body line 1) invoked from within "uplevel #0 source ../../spanner.test/spanner.exp" invoked from within "catch "uplevel #0 source $test_file_name"" === spanner Summary === make[2]: *** [Makefile:287: check-DEJAGNU] Error 1 make[2]: Leaving directory '/automake-1.15/t/check12-w.dir/check12-w-1.0/_build/sub' make[1]: *** [Makefile:581: check-am] Error 2 make[1]: Leaving directory '/automake-1.15/t/check12-w.dir/check12-w-1.0/_build/sub' make: *** [Makefile:504: distcheck] Error 1 + am_exit_trap 2 + exit_status=2 + set +e + cd /automake-1.15 + test none = tap + case $am_explicit_skips in + test 2 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x FAIL t/check12-w.sh (exit status: 2) SKIP: t/compile4-w ================== ./t/compile4-w.sh: will source ./t/compile4.sh compile4-w: running cl -? /automake-1.15/t/ax/am-test-lib.sh: line 779: cl: command not found SKIP t/compile4-w.sh (exit status: 77) SKIP: t/compile5-w ================== ./t/compile5-w.sh: will source ./t/compile5.sh Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin +++ pwd /automake-1.15/t/compile5-w.dir ++ get_shell_script compile ++ am_source=compile ++ am_target=compile ++ test '!' -f compile ++ rm -f compile ++ test xyes = xyes ++ sed '1s|#!.*|#! /bin/sh|' /automake-1.15/lib/compile ++ chmod a+x compile ++ sed 10q compile #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2014 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 ++ unset am_target am_source ++ cat ++ chmod +x ./cl ++ cat ++ : ++ cat ++ aclocal-1.15 -Werror ++ autoconf ++ automake-1.15 --foreign -Werror -Wall -a configure.ac:4: installing './config.guess' configure.ac:4: installing './config.sub' ++ ./configure checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating check_host ++ . ./check_host +++ case 'linux-gnu' in +++ skip_ 'target OS is not MinGW' +++ warn_ 'compile5-w: skipped test: target OS is not MinGW' +++ echo 'compile5-w: skipped test: target OS is not MinGW' +++ _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 /automake-1.15 + 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 SKIP t/compile5-w.sh (exit status: 77) SKIP: t/install-sh-option-C-w ============================= ./t/install-sh-option-C-w.sh: will source ./t/install-sh-option-C.sh SKIP t/install-sh-option-C-w.sh (exit status: 77) SKIP: t/depcomp-lt-makedepend ============================= depcomp-lt-makedepend: running makedepend -f- /automake-1.15/t/ax/am-test-lib.sh: line 867: makedepend: command not found 1..0 # SKIP required program 'makedepend' not available SKIP: t/depcomp-lt-makedepend.tap - required program 'makedepend' not available SKIP: t/depcomp-lt-msvcmsys =========================== depcomp-lt-msvcmsys: running cl -? /automake-1.15/t/ax/am-test-lib.sh: line 779: cl: command not found 1..0 # SKIP Microsoft C compiler 'cl' not available SKIP: t/depcomp-lt-msvcmsys.tap - Microsoft C compiler 'cl' not available SKIP: t/depcomp-lt-msvisualcpp ============================== depcomp-lt-msvisualcpp: running cl -? /automake-1.15/t/ax/am-test-lib.sh: line 779: cl: command not found 1..0 # SKIP Microsoft C compiler 'cl' not available SKIP: t/depcomp-lt-msvisualcpp.tap - Microsoft C compiler 'cl' not available SKIP: t/depcomp-makedepend ========================== depcomp-makedepend: running makedepend -f- /automake-1.15/t/ax/am-test-lib.sh: line 867: makedepend: command not found 1..0 # SKIP required program 'makedepend' not available SKIP: t/depcomp-makedepend.tap - required program 'makedepend' not available SKIP: t/depcomp-msvcmsys ======================== depcomp-msvcmsys: running cl -? /automake-1.15/t/ax/am-test-lib.sh: line 779: cl: command not found 1..0 # SKIP Microsoft C compiler 'cl' not available SKIP: t/depcomp-msvcmsys.tap - Microsoft C compiler 'cl' not available SKIP: t/depcomp-msvisualcpp =========================== depcomp-msvisualcpp: running cl -? /automake-1.15/t/ax/am-test-lib.sh: line 779: cl: command not found 1..0 # SKIP Microsoft C compiler 'cl' not available SKIP: t/depcomp-msvisualcpp.tap - Microsoft C compiler 'cl' not available SKIP: contrib/t/parallel-tests-html =================================== Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/contrib/t/parallel-tests-html.dir + : + for r2h in '$RST2HTML' rst2html rst2html.py + echo 'parallel-tests-html: running rst2html --version' parallel-tests-html: running rst2html --version + rst2html --version ./contrib/t/parallel-tests-html.sh: line 27: rst2html: command not found + : For shells with busted 'set -e.' + for r2h in '$RST2HTML' rst2html rst2html.py + echo 'parallel-tests-html: running rst2html.py --version' parallel-tests-html: running rst2html.py --version + rst2html.py --version ./contrib/t/parallel-tests-html.sh: line 27: rst2html.py: command not found + : For shells with busted 'set -e.' + skip_all_ 'no proper rst2html program found' + skip_ 'no proper rst2html program found' + warn_ 'parallel-tests-html: skipped test: no proper rst2html program found' + echo 'parallel-tests-html: skipped test: no proper rst2html program found' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP contrib/t/parallel-tests-html.sh (exit status: 77) SKIP: contrib/t/parallel-tests-html-recursive ============================================= Running from installcheck: no Test Protocol: none PATH = /automake-1.15/t/wrap:/automake-1.15/t/ax:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin ++ pwd /automake-1.15/contrib/t/parallel-tests-html-recursive.dir + : + for r2h in '$RST2HTML' rst2html rst2html.py + echo 'parallel-tests-html-recursive: running rst2html --version' parallel-tests-html-recursive: running rst2html --version + rst2html --version ./contrib/t/parallel-tests-html-recursive.sh: line 25: rst2html: command not found + : For shells with busted 'set -e.' + for r2h in '$RST2HTML' rst2html rst2html.py + echo 'parallel-tests-html-recursive: running rst2html.py --version' parallel-tests-html-recursive: running rst2html.py --version + rst2html.py --version ./contrib/t/parallel-tests-html-recursive.sh: line 25: rst2html.py: command not found + : For shells with busted 'set -e.' + skip_all_ 'no proper rst2html program found' + skip_ 'no proper rst2html program found' + warn_ 'parallel-tests-html-recursive: skipped test: no proper rst2html program found' + echo 'parallel-tests-html-recursive: skipped test: no proper rst2html program found' + _am_exit 77 + set +e + test 77 = 77 + am__test_skipped=yes + exit 77 + exit 77 + am_exit_trap 77 + exit_status=77 + set +e + cd /automake-1.15 + 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 SKIP contrib/t/parallel-tests-html-recursive.sh (exit status: 77)