From unknown Mon Aug 18 14:22:32 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#10418 <10418@debbugs.gnu.org> To: bug#10418 <10418@debbugs.gnu.org> Subject: Status: 10 test failures on Fedora 16 Reply-To: bug#10418 <10418@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:22:32 +0000 retitle 10418 10 test failures on Fedora 16 reassign 10418 automake submitter 10418 Jim Meyering severity 10418 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 01 10:42:20 2012 Received: (at submit) by debbugs.gnu.org; 1 Jan 2012 15:42:20 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RhNXr-0005qX-N1 for submit@debbugs.gnu.org; Sun, 01 Jan 2012 10:42:20 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RhNXQ-0005q1-BE for submit@debbugs.gnu.org; Sun, 01 Jan 2012 10:41:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RhNTO-0000HP-UR for submit@debbugs.gnu.org; Sun, 01 Jan 2012 10:38:24 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00,FILL_THIS_FORM, RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:39697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhNTO-0000HK-KL for submit@debbugs.gnu.org; Sun, 01 Jan 2012 10:37:22 -0500 Received: from eggs.gnu.org ([140.186.70.92]:44236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhNSQ-00085L-P8 for bug-automake@gnu.org; Sun, 01 Jan 2012 10:37:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RhNRN-00007f-13 for bug-automake@gnu.org; Sun, 01 Jan 2012 10:36:22 -0500 Received: from mx.meyering.net ([88.168.87.75]:41815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhNRE-000071-J3 for bug-automake@gnu.org; Sun, 01 Jan 2012 10:35:16 -0500 Received: from rho.meyering.net (localhost.localdomain [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id 78B4C6008A for ; Sun, 1 Jan 2012 16:35:07 +0100 (CET) From: Jim Meyering To: bug-automake@gnu.org Subject: 10 test failures on Fedora 16 Date: Sun, 01 Jan 2012 16:35:07 +0100 Message-ID: <87y5trwi50.fsf@rho.meyering.net> Lines: 18255 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Building on master, v1.11-1673-gc1b14e9, I saw one "ERROR" and 10 failures. The ERROR is trivial to fix. Patch below. I haven't looked at the others. >From eaf1afdd35e9eaa3eb1cda4983ae92d5eef5bc7b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 1 Jan 2012 16:33:44 +0100 Subject: [PATCH] tests: avoid spurious failure due to lack of ChangeLog * tests/get-sysconf.test: Don't reference ChangeLog, since it is no longer under version control. --- tests/get-sysconf.test | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/tests/get-sysconf.test b/tests/get-sysconf.test index fe78d70..5aa6443 100755 --- a/tests/get-sysconf.test +++ b/tests/get-sysconf.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011 Free Software Foundation, Inc. +# Copyright (C) 2011-2012 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 @@ -23,7 +23,6 @@ . ./defs || Exit 1 st=3D0 -sed 20q "$top_testsrcdir/ChangeLog" || st=3D1 $PERL -V || st=3D1 cat "$top_testbuilddir/config.log" || st=3D1 cat "$testbuilddir/aclocal-$APIVERSION" || st=3D1 -- 1.7.8.1.391.g2c2ad =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D GNU Automake 1.11a: tests/test-suite.log =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # TOTAL: 2477 # PASS: 2377 # SKIP: 60 # XFAIL: 29 # FAIL: 10 # XPASS: 0 # ERROR: 1 .. contents:: :depth: 2 ERROR: get-sysconf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/get-sysconf.dir + st=3D0 + sed 20q /h/j/w/co/automake/ChangeLog sed: can't read /h/j/w/co/automake/ChangeLog: No such file or directory + st=3D1 + /usr/bin/perl -V Summary of my perl5 (revision 5 version 14 subversion 2) configuration: Platform: osname=3Dlinux, osvers=3D2.6.32-220.el6.x86_64, archname=3Dx86_64-linux= -thread-multi uname=3D'linux x86-15.phx2.fedoraproject.org 2.6.32-220.el6.x86_64 #1 s= mp wed nov 9 08:03:13 est 2011 x86_64 x86_64 x86_64 gnulinux ' config_args=3D'-des -Doptimize=3D-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOUR= CE=3D2 -fexceptions -fstack-protector --param=3Dssp-buffer-size=3D4 -m64 -= mtune=3Dgeneric -Dccdlflags=3D-Wl,--enable-new-dtags -DDEBUGGING=3D-g -Dver= sion=3D5.14.2 -Dmyhostname=3Dlocalhost -Dperladmin=3Droot@localhost -Dcc=3D= gcc -Dcf_by=3DRed Hat, Inc. -Dprefix=3D/usr -Dvendorprefix=3D/usr -Dsitepre= fix=3D/usr/local -Dsitelib=3D/usr/local/share/perl5 -Dsitearch=3D/usr/local= /lib64/perl5 -Dprivlib=3D/usr/share/perl5 -Dvendorlib=3D/usr/share/perl5/ve= ndor_perl -Darchlib=3D/usr/lib64/perl5 -Dvendorarch=3D/usr/lib64/perl5/vend= or_perl -Darchname=3Dx86_64-linux-thread-multi -Dlibpth=3D/usr/local/lib64 = /lib64 /usr/lib64 -Duseshrplib -Dusethreads -Duseithreads -Dusedtrace=3D/us= r/bin/dtrace -Duselargefiles -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_= shadow -Di_syslog -Dman3ext=3D3pm -Duseperlio -Dinstallusrbinperl=3Dn -Ubin= compat5005 -Uversiononly -Dpager=3D/usr/bin/less -isr -Dd_gethostent_r_prot= o -Ud_endhostent_r_proto -Ud_sethostent_r_proto -Ud_endprotoent_r_proto -Ud= _setprotoent_r_proto -Ud_endservent_r_proto -Ud_setservent_r_proto -Dscript= dir=3D/usr/bin' hint=3Drecommended, useposix=3Dtrue, d_sigaction=3Ddefine useithreads=3Ddefine, usemultiplicity=3Ddefine useperlio=3Ddefine, d_sfio=3Dundef, uselargefiles=3Ddefine, usesocks=3D= undef use64bitint=3Ddefine, use64bitall=3Ddefine, uselongdouble=3Dundef usemymalloc=3Dn, bincompat5005=3Dundef Compiler: cc=3D'gcc', ccflags =3D'-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing= -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_O= FFSET_BITS=3D64', optimize=3D'-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=3D2 -fexceptions -= fstack-protector --param=3Dssp-buffer-size=3D4 -m64 -mtune=3Dgeneric', cppflags=3D'-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fsta= ck-protector -I/usr/local/include' ccversion=3D'', gccversion=3D'4.6.2 20111027 (Red Hat 4.6.2-1)', gccosa= ndvers=3D'' intsize=3D4, longsize=3D8, ptrsize=3D8, doublesize=3D8, byteorder=3D123= 45678 d_longlong=3Ddefine, longlongsize=3D8, d_longdbl=3Ddefine, longdblsize= =3D16 ivtype=3D'long', ivsize=3D8, nvtype=3D'double', nvsize=3D8, Off_t=3D'of= f_t', lseeksize=3D8 alignbytes=3D8, prototype=3Ddefine Linker and Libraries: ld=3D'gcc', ldflags =3D' -fstack-protector' libpth=3D/usr/local/lib64 /lib64 /usr/lib64 libs=3D-lresolv -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc= -lgdbm_compat perllibs=3D-lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=3D, so=3Dso, useshrplib=3Dtrue, libperl=3Dlibperl.so gnulibc_version=3D'2.14.90' Dynamic Linking: dlsrc=3Ddl_dlopen.xs, dlext=3Dso, d_dlsymun=3Dundef, ccdlflags=3D'-Wl,-= -enable-new-dtags -Wl,-rpath,/usr/lib64/perl5/CORE' cccdlflags=3D'-fPIC', lddlflags=3D'-shared -O2 -g -pipe -Wall -Wp,-D_FO= RTIFY_SOURCE=3D2 -fexceptions -fstack-protector --param=3Dssp-buffer-size= =3D4 -m64 -mtune=3Dgeneric' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_AT= OF USE_REENTRANT_API Built under linux Compiled at Dec 21 2011 13:00:29 @INC: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 . + cat /h/j/w/co/automake/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.11a, which was generated by GNU Autoconf 2.68.101-b8546. Invocation command line was $ ./configure --prefix=3D/p --no-create --no-recursion ## --------- ## ## Platform. ## ## --------- ## hostname =3D hx.meyering.net uname -m =3D x86_64 uname -r =3D 3.1.5-6.fc16.x86_64 uname -s =3D Linux uname -v =3D #1 SMP Thu Dec 15 16:14:44 UTC 2011 /usr/bin/uname -p =3D unknown /bin/uname -X =3D unknown /bin/arch =3D x86_64 /usr/bin/arch -k =3D unknown /usr/convex/getsysinfo =3D unknown /usr/bin/hostinfo =3D unknown /bin/machine =3D unknown /usr/bin/oslevel =3D unknown /bin/universe =3D unknown PATH: /opt/cov-sa-linux64-5.4.0/bin PATH: /usr/lib64/ccache PATH: /h/j/bin/perl PATH: /h/j/bin PATH: /p/p/git/bin PATH: /p/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin PATH: /usr/local PATH: /usr/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1789: checking build system type configure:1803: result: x86_64-unknown-linux-gnu configure:1823: checking host system type configure:1836: result: x86_64-unknown-linux-gnu configure:1889: checking for a BSD-compatible install configure:1957: result: /p/bin/install -c configure:1968: checking whether build environment is sane configure:2023: result: yes configure:2174: checking for a thread-safe mkdir -p configure:2213: result: /p/bin/mkdir -p configure:2226: checking for gawk configure:2242: found /bin/gawk configure:2253: result: gawk configure:2264: checking whether make sets $(MAKE) configure:2286: result: yes configure:2315: checking whether make supports nested variables configure:2332: result: yes configure:2434: checking for perl configure:2452: found /usr/bin/perl configure:2464: result: /usr/bin/perl configure:2476: /usr/bin/perl --version This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-t= hread-multi Copyright 1987-2011, Larry Wall Perl may be copied only under the terms of either the Artistic License or t= he 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:2479: $? =3D 0 configure:2489: checking whether /usr/bin/perl supports ithreads configure:2512: result: yes configure:2524: checking for tex configure:2540: found /usr/bin/tex configure:2551: result: tex configure:2562: tex --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:2588: $? =3D 0 configure:2596: result: yes configure:2603: checking whether autoconf works configure:2610: cd conftest && autoconf -o /dev/null conftest.ac configure:2613: $? =3D 0 configure:2622: result: yes configure:2629: checking whether autoconf is recent enough configure:2636: cd conftest && autoconf -o /dev/null conftest.ac configure:2639: $? =3D 0 configure:2648: result: yes configure:2655: checking whether ln works configure:2675: result: yes configure:2690: checking for grep that handles long lines and -e configure:2748: result: /p/bin/grep configure:2753: checking for egrep configure:2815: result: /p/bin/grep -E configure:2820: checking for fgrep configure:2882: result: /p/bin/grep -F configure:2888: checking whether /bin/sh has working 'set -e' with exit trap configure:2901: result: yes configure:3068: checking that generated files are newer than configure configure:3074: result: done configure:3082: creating ./config.status ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=3Dx86_64-unknown-linux-gnu ac_cv_env_build_alias_set=3D ac_cv_env_build_alias_value=3D ac_cv_env_host_alias_set=3D ac_cv_env_host_alias_value=3D ac_cv_env_target_alias_set=3D ac_cv_env_target_alias_value=3D ac_cv_host=3Dx86_64-unknown-linux-gnu ac_cv_path_EGREP=3D'/p/bin/grep -E' ac_cv_path_FGREP=3D'/p/bin/grep -F' ac_cv_path_GREP=3D/p/bin/grep ac_cv_path_PERL=3D/usr/bin/perl ac_cv_path_install=3D'/p/bin/install -c' ac_cv_path_mkdir=3D/p/bin/mkdir ac_cv_prog_AWK=3Dgawk ac_cv_prog_TEX=3Dtex ac_cv_prog_make_make_set=3Dyes am_cv_autoconf_installed=3Dyes am_cv_autoconf_version=3Dyes am_cv_autoconf_works=3Dyes am_cv_make_support_nested_variables=3Dyes am_cv_prog_PERL_ithreads=3Dyes am_cv_prog_ln=3Dln am_cv_sh_errexit_works=3Dyes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL=3D'perllibdir=3D"/h/j/w/co/automake/lib:./lib" "/h/j/w/co/automake/= aclocal" --acdir=3Dm4 -I m4' AMTAR=3D'${SHELL} /h/j/w/co/automake/lib/missing --run tar' AM_BACKSLASH=3D'\' AM_DEFAULT_V=3D'$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY=3D'1' AM_V=3D'$(V)' APIVERSION=3D'1.11a' AUTOCONF=3D'${SHELL} /h/j/w/co/automake/lib/missing --run autoconf' AUTOHEADER=3D'${SHELL} /h/j/w/co/automake/lib/missing --run autoheader' AUTOMAKE=3D'perllibdir=3D"/h/j/w/co/automake/lib:./lib" "/h/j/w/co/automake= /automake" --libdir=3Dlib' AWK=3D'gawk' CYGPATH_W=3D'echo' DEFS=3D'-DPACKAGE_NAME=3D\"GNU\ Automake\" -DPACKAGE_TARNAME=3D\"automake\"= -DPACKAGE_VERSION=3D\"1.11a\" -DPACKAGE_STRING=3D\"GNU\ Automake\ 1.11a\" = -DPACKAGE_BUGREPORT=3D\"bug-automake@gnu.org\" -DPACKAGE_URL=3D\"http://www= .gnu.org/software/automake/\" -DPACKAGE=3D\"automake\" -DVERSION=3D\"1.11a\= "' ECHO_C=3D'' ECHO_N=3D'-n' ECHO_T=3D'' EGREP=3D'/p/bin/grep -E' FGREP=3D'/p/bin/grep -F' GREP=3D'/p/bin/grep' HELP2MAN=3D'${SHELL} /h/j/w/co/automake/lib/missing --run help2man' INSTALL_DATA=3D'${INSTALL} -m 644' INSTALL_PROGRAM=3D'${INSTALL}' INSTALL_SCRIPT=3D'${INSTALL}' INSTALL_STRIP_PROGRAM=3D'$(install_sh) -c -s' LIBOBJS=3D'' LIBS=3D'' LN=3D'ln' LTLIBOBJS=3D'' MAKEINFO=3D'${SHELL} /h/j/w/co/automake/lib/missing --run makeinfo' MKDIR_P=3D'/p/bin/mkdir -p' MODIFICATION_DELAY=3D'2' PACKAGE=3D'automake' PACKAGE_BUGREPORT=3D'bug-automake@gnu.org' PACKAGE_NAME=3D'GNU Automake' PACKAGE_STRING=3D'GNU Automake 1.11a' PACKAGE_TARNAME=3D'automake' PACKAGE_URL=3D'http://www.gnu.org/software/automake/' PACKAGE_VERSION=3D'1.11a' PATH_SEPARATOR=3D':' PERL=3D'/usr/bin/perl' PERL_THREADS=3D'1' SET_MAKE=3D'' SHELL=3D'/bin/sh' STRIP=3D'' TEX=3D'tex' VERSION=3D'1.11a' am_AUTOCONF=3D'autoconf' am_AUTOHEADER=3D'autoheader' am_AUTOM4TE=3D'autom4te' am_AUTORECONF=3D'autoreconf' am_AUTOUPDATE=3D'autoupdate' am__isrc=3D'' am__leading_dot=3D'.' am__tar=3D'${AMTAR} chof - "$$tardir"' am__untar=3D'${AMTAR} xf -' amdir=3D'${pkgvdatadir}/am' automake_acdir=3D'${datadir}/aclocal-1.11a' bindir=3D'${exec_prefix}/bin' build=3D'x86_64-unknown-linux-gnu' build_alias=3D'' build_cpu=3D'x86_64' build_os=3D'linux-gnu' build_vendor=3D'unknown' datadir=3D'${datarootdir}' datarootdir=3D'${prefix}/share' docdir=3D'${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir=3D'${docdir}' exec_prefix=3D'${prefix}' host=3D'x86_64-unknown-linux-gnu' host_alias=3D'' host_cpu=3D'x86_64' host_os=3D'linux-gnu' host_vendor=3D'unknown' htmldir=3D'${docdir}' includedir=3D'${prefix}/include' infodir=3D'${datarootdir}/info' install_sh=3D'${SHELL} /h/j/w/co/automake/lib/install-sh' libdir=3D'${exec_prefix}/lib' libexecdir=3D'${exec_prefix}/libexec' localedir=3D'${datarootdir}/locale' localstatedir=3D'${prefix}/var' mandir=3D'${datarootdir}/man' mkdir_p=3D'/p/bin/mkdir -p' oldincludedir=3D'/usr/include' pdfdir=3D'${docdir}' pkgvdatadir=3D'${datadir}/automake-1.11a' prefix=3D'/p' program_transform_name=3D's,x,x,' psdir=3D'${docdir}' sbindir=3D'${exec_prefix}/sbin' scriptdir=3D'${pkgvdatadir}' sh_errexit_works=3D'yes' sharedstatedir=3D'${prefix}/com' sysconfdir=3D'${prefix}/etc' system_acdir=3D'${datadir}/aclocal' target_alias=3D'' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU Automake" #define PACKAGE_TARNAME "automake" #define PACKAGE_VERSION "1.11a" #define PACKAGE_STRING "GNU Automake 1.11a" #define PACKAGE_BUGREPORT "bug-automake@gnu.org" #define PACKAGE_URL "http://www.gnu.org/software/automake/" #define PACKAGE "automake" #define VERSION "1.11a" configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.11a, which was generated by GNU Autoconf 2.68.101-b8546. Invocation command line was CONFIG_FILES =3D CONFIG_HEADERS =3D CONFIG_LINKS =3D CONFIG_COMMANDS =3D $ ./config.status on hx.meyering.net config.status:805: creating Makefile config.status:805: creating doc/Makefile config.status:805: creating lib/Automake/Makefile config.status:805: creating lib/Automake/tests/Makefile config.status:805: creating lib/Makefile config.status:805: creating lib/am/Makefile config.status:805: creating m4/Makefile config.status:805: creating tests/Makefile config.status:805: creating tests/aclocal-1.11a config.status:805: creating tests/automake-1.11a ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU Automake config.status 1.11a, which was generated by GNU Autoconf 2.68.101-b8546. Invocation command line was CONFIG_FILES =3D CONFIG_HEADERS =3D CONFIG_LINKS =3D CONFIG_COMMANDS =3D $ ./config.status tests/Makefile on hx.meyering.net config.status:805: creating tests/Makefile + cat /h/j/w/co/automake/tests/aclocal-1.11a #!/bin/sh # tests/aclocal-1.11a. Generated from aclocal.in by configure. # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=3D: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'=3D'"$@"' fi perllibdir=3D"/h/j/w/co/automake/lib:/h/j/w/co/automake/lib" export perllibdir exec "/h/j/w/co/automake/aclocal" "--automake-acdir=3D/h/j/w/co/automake/m4= " \ "--system-acdir=3D/h/j/w/co/automake/m4/acdir" ${1+"$@"} + cat /h/j/w/co/automake/tests/automake-1.11a #!/bin/sh # tests/automake-1.11a. Generated from automake.in by configure. # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=3D: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'=3D'"$@"' fi perllibdir=3D"/h/j/w/co/automake/lib:/h/j/w/co/automake/lib" export perllibdir exec "/h/j/w/co/automake/automake" "--libdir=3D/h/j/w/co/automake/lib" ${1+= "$@"} + test 1 -eq 0 + Exit 99 + set +e + test 77 =3D 99 + exit 99 + exit 99 + exit_status=3D99 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 99 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x get-sysconf: exit 99 FAIL: depmod =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: yes PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/depmod.dir ++ sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' ++ grep -v '^none$' + all_depmodes=3D'gcc3 gcc hp sgi aix icc hp2 tru64 msvc7 msvc7msys nosideeffect dashmstdout dashXmstdout makedepend cpp msvisualcpp msvcmsys' + : Turn newlines and tabs into spaces, and strip extra whitespace. ++ echo gcc3 gcc hp sgi aix icc hp2 tru64 msvc7 msvc7msys nosideeffect dash= mstdout dashXmstdout makedepend cpp msvisualcpp msvcmsys + all_depmodes=3D'gcc3 gcc hp sgi aix icc hp2 tru64 msvc7 msvc7msys nosidee= ffect dashmstdout dashXmstdout makedepend cpp msvisualcpp msvcmsys' + test -n 'gcc3 gcc hp sgi aix icc hp2 tru64 msvc7 msvc7msys nosideeffect d= ashmstdout dashXmstdout makedepend cpp msvisualcpp msvcmsys' + test 0 -gt 0 + tested_depmodes=3D'gcc3 gcc hp sgi aix icc hp2 tru64 msvc7 msvc7msys nosi= deeffect dashmstdout dashXmstdout makedepend cpp msvisualcpp msvcmsys' + plan_ 102 + test 1 -eq 0 + test 1 -ge 2 + test x102 =3D xunknown + test x102 =3D xlater + test x102 =3D xlazy + test x102 =3D xnow + test 102 -ge 0 + echo 1..102 1..102 + have_tap_plan_=3Dyes ++ pwd + ocwd=3D/h/j/w/co/automake/tests/depmod.dir + srctree=3Ddepmod-1.0 + mkdir depmod-1.0 + mv missing install-sh depcomp configure.in depmod-1.0 + cd depmod-1.0 + mkdir src src/sub + cat + echo 'SUBDIRS =3D src' + cat + echo 'extern int subfoo (void);' + cat + cat + aclocal-1.11a -Werror + autoconf -B /no/such/dir + automake-1.11a --foreign -Werror -Wall -a configure.in:6: installing `./compile' + grep am_cv_CC_dependencies_compiler_type configure if ${am_cv_CC_dependencies_compiler_type+:} false; then : am_cv_CC_dependencies_compiler_type=3Dnone am_cv_CC_dependencies_compiler_type=3D$depmode am_cv_CC_dependencies_compiler_type=3Dnone { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_com= piler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=3Ddepmode=3D$am_cv_CC_dependencies_compiler_type && test "$am_cv_CC_dependencies_compiler_type" =3D gcc3; then + cd /h/j/w/co/automake/tests/depmod.dir + longpath=3Dthis-is/a-path/which-have/quite-a/long_long_name + depmod-1.0/install-sh -d this-is/a-path/which-have/quite-a/long_long_name + cp -pR depmod-1.0/Makefile.am depmod-1.0/Makefile.in depmod-1.0/aclocal.m= 4 depmod-1.0/autom4te.cache depmod-1.0/compile depmod-1.0/configure depmod-= 1.0/configure.in depmod-1.0/depcomp depmod-1.0/install-sh depmod-1.0/missin= g depmod-1.0/src this-is/a-path/which-have/quite-a/long_long_name + cp -pR depmod-1.0/Makefile.am depmod-1.0/Makefile.in depmod-1.0/aclocal.m= 4 depmod-1.0/autom4te.cache depmod-1.0/compile depmod-1.0/configure depmod-= 1.0/configure.in depmod-1.0/depcomp depmod-1.0/install-sh depmod-1.0/missin= g depmod-1.0/src . + for vpath in simple long absolute + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'gcc3 [simple VPATH]' + mkdir gcc3-simple.d + cd gcc3-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dgcc3 checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'gcc3 [simple VPATH] configure' + set +x ok 1 - gcc3 [simple VPATH] configure PASS: depmod.tap 1 - gcc3 [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simpl= e.d/src' depbase=3D`echo foo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -MT foo.o -MD -MP -MF $depbase.Tpo -c -o foo.o ../../src= /foo.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=3D`echo sub/subfoo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -MT sub/subfoo.o -MD -MP -MF $depbase.Tpo -c -o sub/subf= oo.o ../../src/sub/subfoo.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simple= .d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simpl= e.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simple= .d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simpl= e.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simple= .d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simpl= e.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simple= .d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simpl= e.d/src' depbase=3D`echo foo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -MT foo.o -MD -MP -MF $depbase.Tpo -c -o foo.o ../../src= /foo.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=3D`echo sub/subfoo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -MT sub/subfoo.o -MD -MP -MF $depbase.Tpo -c -o sub/subf= oo.o ../../src/sub/subfoo.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simple= .d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simpl= e.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-simple= .d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'gcc3 [simple VPATH] make & remake' + set +x ok 2 - gcc3 [simple VPATH] make & remake PASS: depmod.tap 2 - gcc3 [simple VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ gcc3-simple.d + test 1 -gt 0 + find gcc3-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf gcc3-simple.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'gcc [simple VPATH]' + mkdir gcc-simple.d + cd gcc-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dgcc checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'gcc [simple VPATH] configure' + set +x ok 3 - gcc [simple VPATH] configure PASS: depmod.tap 3 - gcc [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple= .d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple.= d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple= .d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple.= d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple= .d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple.= d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple= .d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple.= d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple= .d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple.= d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple= .d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-simple.= d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'gcc [simple VPATH] make & remake' + set +x ok 4 - gcc [simple VPATH] make & remake PASS: depmod.tap 4 - gcc [simple VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ gcc-simple.d + test 1 -gt 0 + find gcc-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf gcc-simple.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'hp [simple VPATH]' + mkdir hp-simple.d + cd hp-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dhp checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) hp checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'hp [simple VPATH] configure' + set +x ok 5 - hp [simple VPATH] configure PASS: depmod.tap 5 - hp [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/hp-simple.= d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dhp /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c cc1: error: unrecognized command line option '-M.deps/foo.TPo' make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/hp-simple.d= /src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'hp [simple VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'hp [simple VPATH] make & = remake' + set +x ok 6 - hp [simple VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 6 - hp [simple VPATH] make & remake # SKIP can't force dep= mode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'sgi [simple VPATH]' + mkdir sgi-simple.d + cd sgi-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dsgi checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) sgi checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'sgi [simple VPATH] configure' + set +x ok 7 - sgi [simple VPATH] configure PASS: depmod.tap 7 - sgi [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/sgi-simple= .d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dsgi /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c gcc: error: unrecognized command line option '-MDupdate' gcc: error: .deps/foo.TPo: No such file or directory make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/sgi-simple.= d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'sgi [simple VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'sgi [simple VPATH] make &= remake' + set +x ok 8 - sgi [simple VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 8 - sgi [simple VPATH] make & remake # SKIP can't force de= pmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'aix [simple VPATH]' + mkdir aix-simple.d + cd aix-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Daix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) aix checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'aix [simple VPATH] configure' + set +x ok 9 - aix [simple VPATH] configure PASS: depmod.tap 9 - aix [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/aix-simple= .d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Daix /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Daix /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o /usr/bin/ld:foo.o: file format not recognized; treating as linker script /usr/bin/ld:foo.o:1: syntax error collect2: error: ld returned 1 exit status make[1]: *** [foo] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/aix-simple.= d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'aix [simple VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'aix [simple VPATH] make &= remake' + set +x ok 10 - aix [simple VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 10 - aix [simple VPATH] make & remake # SKIP can't force d= epmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'icc [simple VPATH]' + mkdir icc-simple.d + cd icc-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dicc checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) icc checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'icc [simple VPATH] configure' + set +x ok 11 - icc [simple VPATH] configure PASS: depmod.tap 11 - icc [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple= .d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dicc /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dicc /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple.= d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple= .d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple.= d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple= .d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple.= d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple= .d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple.= d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple= .d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dicc /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dicc /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple.= d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple= .d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-simple.= d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'icc [simple VPATH] make & remake' + set +x ok 12 - icc [simple VPATH] make & remake PASS: depmod.tap 12 - icc [simple VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ icc-simple.d + test 1 -gt 0 + find icc-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf icc-simple.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'hp2 [simple VPATH]' + mkdir hp2-simple.d + cd hp2-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dhp2 checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) hp2 checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'hp2 [simple VPATH] configure' + set +x ok 13 - hp2 [simple VPATH] configure PASS: depmod.tap 13 - hp2 [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/hp2-simple= .d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dhp2 /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c gcc: error: +Maked: No such file or directory make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/hp2-simple.= d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'hp2 [simple VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'hp2 [simple VPATH] make &= remake' + set +x ok 14 - hp2 [simple VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 14 - hp2 [simple VPATH] make & remake # SKIP can't force d= epmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'tru64 [simple VPATH]' + mkdir tru64-simple.d + cd tru64-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dtru64 checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) tru64 checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'tru64 [simple VPATH] configure' + set +x ok 15 - tru64 [simple VPATH] configure PASS: depmod.tap 15 - tru64 [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simp= le.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dtru64 /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dtru64 /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simpl= e.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simp= le.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simpl= e.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simp= le.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simpl= e.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simp= le.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simpl= e.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simp= le.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dtru64 /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dtru64 /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simpl= e.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simp= le.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-simpl= e.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'tru64 [simple VPATH] make & remake' + set +x ok 16 - tru64 [simple VPATH] make & remake PASS: depmod.tap 16 - tru64 [simple VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ tru64-simple.d + test 1 -gt 0 + find tru64-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf tru64-simple.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'msvc7 [simple VPATH]' + mkdir msvc7-simple.d + cd msvc7-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dmsvc7 checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) msvc7 checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'msvc7 [simple VPATH] configure' + set +x ok 17 - msvc7 [simple VPATH] configure PASS: depmod.tap 17 - msvc7 [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvc7-simp= le.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvc7 /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c gcc: error: unrecognized command line option '-showIncludes' make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvc7-simpl= e.d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'msvc7 [simple VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'msvc7 [simple VPATH] make= & remake' + set +x ok 18 - msvc7 [simple VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 18 - msvc7 [simple VPATH] make & remake # SKIP can't force= depmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'msvc7msys [simple VPATH]' + mkdir msvc7msys-simple.d + cd msvc7msys-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dmsvc7msys checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) msvc7msys checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'msvc7msys [simple VPATH] configure' + set +x ok 19 - msvc7msys [simple VPATH] configure PASS: depmod.tap 19 - msvc7msys [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvc7msys-= simple.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvc7msys /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c gcc: error: unrecognized command line option '-showIncludes' make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvc7msys-s= imple.d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'msvc7msys [simple VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'msvc7msys [simple VPATH] = make & remake' + set +x ok 20 - msvc7msys [simple VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 20 - msvc7msys [simple VPATH] make & remake # SKIP can't f= orce depmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'nosideeffect [simple VPATH]' + mkdir nosideeffect-simple.d + cd nosideeffect-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dnosideeffect checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) nosideeffect checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'nosideeffect [simple VPATH] configure' + set +x ok 21 - nosideeffect [simple VPATH] configure PASS: depmod.tap 21 - nosideeffect [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/nosideeffe= ct-simple.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dnosideeffect /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c Unknown depmode nosideeffect make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/nosideeffec= t-simple.d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'nosideeffect [simple VPATH] make & rem= ake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'nosideeffect [simple VPAT= H] make & remake' + set +x ok 22 - nosideeffect [simple VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 22 - nosideeffect [simple VPATH] make & remake # SKIP can'= t force depmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'dashmstdout [simple VPATH]' + mkdir dashmstdout-simple.d + cd dashmstdout-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Ddashmstdout checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) dashmstdout checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'dashmstdout [simple VPATH] configure' + set +x ok 23 - dashmstdout [simple VPATH] configure PASS: depmod.tap 23 - dashmstdout [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-simple.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Ddashmstdout /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Ddashmstdout /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -simple.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-simple.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -simple.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-simple.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -simple.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-simple.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -simple.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-simple.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Ddashmstdout /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Ddashmstdout /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -simple.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-simple.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -simple.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'dashmstdout [simple VPATH] make & remake' + set +x ok 24 - dashmstdout [simple VPATH] make & remake PASS: depmod.tap 24 - dashmstdout [simple VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ dashmstdout-simple.d + test 1 -gt 0 + find dashmstdout-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' '= ;' + rm -rf dashmstdout-simple.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'dashXmstdout [simple VPATH]' + mkdir dashXmstdout-simple.d + cd dashXmstdout-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3DdashXmstdout checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) dashXmstdout checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'dashXmstdout [simple VPATH] configure' + set +x ok 25 - dashXmstdout [simple VPATH] configure PASS: depmod.tap 25 - dashXmstdout [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-simple.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3DdashXmstdout /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3DdashXmstdout /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-simple.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-simple.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-simple.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-simple.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-simple.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-simple.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-simple.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-simple.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3DdashXmstdout /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3DdashXmstdout /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-simple.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-simple.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-simple.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'dashXmstdout [simple VPATH] make & remake' + set +x ok 26 - dashXmstdout [simple VPATH] make & remake PASS: depmod.tap 26 - dashXmstdout [simple VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ dashXmstdout-simple.d + test 1 -gt 0 + find dashXmstdout-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' = ';' + rm -rf dashXmstdout-simple.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'makedepend [simple VPATH]' + mkdir makedepend-simple.d + cd makedepend-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dmakedepend checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) makedepend checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'makedepend [simple VPATH] configure' + set +x ok 27 - makedepend [simple VPATH] configure PASS: depmod.tap 27 - makedepend [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -simple.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmakedepend /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmakedepend /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= simple.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -simple.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= simple.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -simple.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= simple.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -simple.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= simple.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -simple.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmakedepend /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmakedepend /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= simple.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -simple.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= simple.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'makedepend [simple VPATH] make & remake' + set +x ok 28 - makedepend [simple VPATH] make & remake PASS: depmod.tap 28 - makedepend [simple VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ makedepend-simple.d + test 1 -gt 0 + find makedepend-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf makedepend-simple.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'cpp [simple VPATH]' + mkdir cpp-simple.d + cd cpp-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dcpp checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) cpp checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'cpp [simple VPATH] configure' + set +x ok 29 - cpp [simple VPATH] configure PASS: depmod.tap 29 - cpp [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple= .d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dcpp /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dcpp /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple.= d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple= .d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple.= d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple= .d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple.= d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple= .d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple.= d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple= .d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dcpp /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dcpp /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple.= d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple= .d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-simple.= d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'cpp [simple VPATH] make & remake' + set +x ok 30 - cpp [simple VPATH] make & remake PASS: depmod.tap 30 - cpp [simple VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ cpp-simple.d + test 1 -gt 0 + find cpp-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf cpp-simple.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'msvisualcpp [simple VPATH]' + mkdir msvisualcpp-simple.d + cd msvisualcpp-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dmsvisualcpp checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) msvisualcpp checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'msvisualcpp [simple VPATH] configure' + set +x ok 31 - msvisualcpp [simple VPATH] configure PASS: depmod.tap 31 - msvisualcpp [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-simple.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvisualcpp /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c ../../depcomp: line 652: cygpath: command not found source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvisualcpp /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c ../../depcomp: line 652: cygpath: command not found gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -simple.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-simple.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -simple.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-simple.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -simple.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-simple.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -simple.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-simple.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvisualcpp /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c ../../depcomp: line 652: cygpath: command not found source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvisualcpp /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c ../../depcomp: line 652: cygpath: command not found gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -simple.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-simple.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -simple.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'msvisualcpp [simple VPATH] make & remake' + set +x ok 32 - msvisualcpp [simple VPATH] make & remake PASS: depmod.tap 32 - msvisualcpp [simple VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ msvisualcpp-simple.d + test 1 -gt 0 + find msvisualcpp-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' '= ;' + rm -rf msvisualcpp-simple.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D.. + pfx=3D'msvcmsys [simple VPATH]' + mkdir msvcmsys-simple.d + cd msvcmsys-simple.d + ../configure am_cv_CC_dependencies_compiler_type=3Dmsvcmsys checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) msvcmsys checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'msvcmsys [simple VPATH] configure' + set +x ok 33 - msvcmsys [simple VPATH] configure PASS: depmod.tap 33 - msvcmsys [simple VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-s= imple.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvcmsys /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvcmsys /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-si= mple.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-s= imple.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-si= mple.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-s= imple.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-si= mple.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-s= imple.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-si= mple.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-s= imple.d/src' source=3D'../../src/foo.c' object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvcmsys /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o foo.o ../../src/foo.c source=3D'../../src/sub/subfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvcmsys /bin/sh ../../depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../src -g -O2 -c -o sub/subfoo.o ../../src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-si= mple.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-s= imple.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-si= mple.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'msvcmsys [simple VPATH] make & remake' + set +x ok 34 - msvcmsys [simple VPATH] make & remake PASS: depmod.tap 34 - msvcmsys [simple VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ msvcmsys-simple.d + test 1 -gt 0 + find msvcmsys-simple.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf msvcmsys-simple.d + for vpath in simple long absolute + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'gcc3 [long VPATH]' + mkdir gcc3-long.d + cd gcc3-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dgcc3 checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'gcc3 [long VPATH] configure' + set +x ok 35 - gcc3 [long VPATH] configure PASS: depmod.tap 35 - gcc3 [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.= d/src' depbase=3D`echo foo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -MT foo= .o -MD -MP -MF $depbase.Tpo -c -o foo.o ../../this-is/a-path/which-have/qui= te-a/long_long_name/src/foo.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=3D`echo sub/subfoo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -MT sub= /subfoo.o -MD -MP -MF $depbase.Tpo -c -o sub/subfoo.o ../../this-is/a-path/= which-have/quite-a/long_long_name/src/sub/subfoo.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d= /src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.= d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.= d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d= /src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.= d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.= d/src' depbase=3D`echo foo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -MT foo= .o -MD -MP -MF $depbase.Tpo -c -o foo.o ../../this-is/a-path/which-have/qui= te-a/long_long_name/src/foo.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=3D`echo sub/subfoo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -MT sub= /subfoo.o -MD -MP -MF $depbase.Tpo -c -o sub/subfoo.o ../../this-is/a-path/= which-have/quite-a/long_long_name/src/sub/subfoo.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d= /src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.= d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-long.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'gcc3 [long VPATH] make & remake' + set +x ok 36 - gcc3 [long VPATH] make & remake PASS: depmod.tap 36 - gcc3 [long VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ gcc3-long.d + test 1 -gt 0 + find gcc3-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf gcc3-long.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'gcc [long VPATH]' + mkdir gcc-long.d + cd gcc-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dgcc checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'gcc [long VPATH] configure' + set +x ok 37 - gcc [long VPATH] configure PASS: depmod.tap 37 - gcc [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d= /src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d/= src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d= /src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d/= src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d= /src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d/= src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-long.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'gcc [long VPATH] make & remake' + set +x ok 38 - gcc [long VPATH] make & remake PASS: depmod.tap 38 - gcc [long VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ gcc-long.d + test 1 -gt 0 + find gcc-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf gcc-long.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'hp [long VPATH]' + mkdir hp-long.d + cd hp-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dhp checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) hp checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'hp [long VPATH] configure' + set +x ok 39 - hp [long VPATH] configure PASS: depmod.tap 39 - hp [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/hp-long.d/= src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dhp /bin/sh ../../this-is/a-path/which-have/quite-a= /long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c cc1: error: unrecognized command line option '-M.deps/foo.TPo' make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/hp-long.d/s= rc' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'hp [long VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'hp [long VPATH] make & re= make' + set +x ok 40 - hp [long VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 40 - hp [long VPATH] make & remake # SKIP can't force depm= ode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'sgi [long VPATH]' + mkdir sgi-long.d + cd sgi-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dsgi checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) sgi checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'sgi [long VPATH] configure' + set +x ok 41 - sgi [long VPATH] configure PASS: depmod.tap 41 - sgi [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/sgi-long.d= /src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dsgi /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c gcc: error: unrecognized command line option '-MDupdate' gcc: error: .deps/foo.TPo: No such file or directory make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/sgi-long.d/= src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'sgi [long VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'sgi [long VPATH] make & r= emake' + set +x ok 42 - sgi [long VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 42 - sgi [long VPATH] make & remake # SKIP can't force dep= mode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'aix [long VPATH]' + mkdir aix-long.d + cd aix-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Daix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) aix checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'aix [long VPATH] configure' + set +x ok 43 - aix [long VPATH] configure PASS: depmod.tap 43 - aix [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/aix-long.d= /src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Daix /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Daix /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o /usr/bin/ld:foo.o: file format not recognized; treating as linker script /usr/bin/ld:foo.o:1: syntax error collect2: error: ld returned 1 exit status make[1]: *** [foo] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/aix-long.d/= src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'aix [long VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'aix [long VPATH] make & r= emake' + set +x ok 44 - aix [long VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 44 - aix [long VPATH] make & remake # SKIP can't force dep= mode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'icc [long VPATH]' + mkdir icc-long.d + cd icc-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dicc checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) icc checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'icc [long VPATH] configure' + set +x ok 45 - icc [long VPATH] configure PASS: depmod.tap 45 - icc [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d= /src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dicc /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dicc /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d/= src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d= /src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d/= src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d= /src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dicc /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dicc /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d/= src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-long.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'icc [long VPATH] make & remake' + set +x ok 46 - icc [long VPATH] make & remake PASS: depmod.tap 46 - icc [long VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ icc-long.d + test 1 -gt 0 + find icc-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf icc-long.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'hp2 [long VPATH]' + mkdir hp2-long.d + cd hp2-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dhp2 checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) hp2 checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'hp2 [long VPATH] configure' + set +x ok 47 - hp2 [long VPATH] configure PASS: depmod.tap 47 - hp2 [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/hp2-long.d= /src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dhp2 /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c gcc: error: +Maked: No such file or directory make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/hp2-long.d/= src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'hp2 [long VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'hp2 [long VPATH] make & r= emake' + set +x ok 48 - hp2 [long VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 48 - hp2 [long VPATH] make & remake # SKIP can't force dep= mode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'tru64 [long VPATH]' + mkdir tru64-long.d + cd tru64-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dtru64 checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) tru64 checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'tru64 [long VPATH] configure' + set +x ok 49 - tru64 [long VPATH] configure PASS: depmod.tap 49 - tru64 [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-long= .d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dtru64 /bin/sh ../../this-is/a-path/which-have/quit= e-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dtru64 /bin/sh ../../this-is/a-path/which-have/quit= e-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-long.= d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-long= .d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-long.= d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-long= .d/src' .deps/foo.Po:3: *** missing separator. Stop. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-long.= d/src' make: *** [clean-recursive] Error 1 + result_ 'not ok' 'tru64 [long VPATH] make & remake' + set +x not ok 50 - tru64 [long VPATH] make & remake FAIL: depmod.tap 50 - tru64 [long VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'msvc7 [long VPATH]' + mkdir msvc7-long.d + cd msvc7-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dmsvc7 checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) msvc7 checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'msvc7 [long VPATH] configure' + set +x ok 51 - msvc7 [long VPATH] configure PASS: depmod.tap 51 - msvc7 [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvc7-long= .d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvc7 /bin/sh ../../this-is/a-path/which-have/quit= e-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c gcc: error: unrecognized command line option '-showIncludes' make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvc7-long.= d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'msvc7 [long VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'msvc7 [long VPATH] make &= remake' + set +x ok 52 - msvc7 [long VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 52 - msvc7 [long VPATH] make & remake # SKIP can't force d= epmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'msvc7msys [long VPATH]' + mkdir msvc7msys-long.d + cd msvc7msys-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dmsvc7msys checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) msvc7msys checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'msvc7msys [long VPATH] configure' + set +x ok 53 - msvc7msys [long VPATH] configure PASS: depmod.tap 53 - msvc7msys [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvc7msys-= long.d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvc7msys /bin/sh ../../this-is/a-path/which-have/= quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c gcc: error: unrecognized command line option '-showIncludes' make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvc7msys-l= ong.d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'msvc7msys [long VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'msvc7msys [long VPATH] ma= ke & remake' + set +x ok 54 - msvc7msys [long VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 54 - msvc7msys [long VPATH] make & remake # SKIP can't for= ce depmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'nosideeffect [long VPATH]' + mkdir nosideeffect-long.d + cd nosideeffect-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dnosideeffect checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) nosideeffect checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'nosideeffect [long VPATH] configure' + set +x ok 55 - nosideeffect [long VPATH] configure PASS: depmod.tap 55 - nosideeffect [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/nosideeffe= ct-long.d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dnosideeffect /bin/sh ../../this-is/a-path/which-ha= ve/quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c Unknown depmode nosideeffect make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/nosideeffec= t-long.d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'nosideeffect [long VPATH] make & remak= e' + result_ ok -D SKIP -r 'can'\''t force depmode' 'nosideeffect [long VPATH]= make & remake' + set +x ok 56 - nosideeffect [long VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 56 - nosideeffect [long VPATH] make & remake # SKIP can't = force depmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'dashmstdout [long VPATH]' + mkdir dashmstdout-long.d + cd dashmstdout-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Ddashmstdout checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) dashmstdout checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'dashmstdout [long VPATH] configure' + set +x ok 57 - dashmstdout [long VPATH] configure PASS: depmod.tap 57 - dashmstdout [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-long.d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Ddashmstdout /bin/sh ../../this-is/a-path/which-hav= e/quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Ddashmstdout /bin/sh ../../this-is/a-path/which-hav= e/quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -long.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -long.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-long.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -long.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-long.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -long.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-long.d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Ddashmstdout /bin/sh ../../this-is/a-path/which-hav= e/quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Ddashmstdout /bin/sh ../../this-is/a-path/which-hav= e/quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -long.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -long.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'dashmstdout [long VPATH] make & remake' + set +x ok 58 - dashmstdout [long VPATH] make & remake PASS: depmod.tap 58 - dashmstdout [long VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ dashmstdout-long.d + test 1 -gt 0 + find dashmstdout-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf dashmstdout-long.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'dashXmstdout [long VPATH]' + mkdir dashXmstdout-long.d + cd dashXmstdout-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3DdashXmstdout checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) dashXmstdout checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'dashXmstdout [long VPATH] configure' + set +x ok 59 - dashXmstdout [long VPATH] configure PASS: depmod.tap 59 - dashXmstdout [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-long.d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3DdashXmstdout /bin/sh ../../this-is/a-path/which-ha= ve/quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3DdashXmstdout /bin/sh ../../this-is/a-path/which-ha= ve/quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-long.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-long.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-long.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-long.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-long.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-long.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-long.d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3DdashXmstdout /bin/sh ../../this-is/a-path/which-ha= ve/quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3DdashXmstdout /bin/sh ../../this-is/a-path/which-ha= ve/quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-long.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-long.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'dashXmstdout [long VPATH] make & remake' + set +x ok 60 - dashXmstdout [long VPATH] make & remake PASS: depmod.tap 60 - dashXmstdout [long VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ dashXmstdout-long.d + test 1 -gt 0 + find dashXmstdout-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf dashXmstdout-long.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'makedepend [long VPATH]' + mkdir makedepend-long.d + cd makedepend-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dmakedepend checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) makedepend checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'makedepend [long VPATH] configure' + set +x ok 61 - makedepend [long VPATH] configure PASS: depmod.tap 61 - makedepend [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -long.d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmakedepend /bin/sh ../../this-is/a-path/which-have= /quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmakedepend /bin/sh ../../this-is/a-path/which-have= /quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= long.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= long.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -long.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= long.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -long.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= long.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -long.d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmakedepend /bin/sh ../../this-is/a-path/which-have= /quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmakedepend /bin/sh ../../this-is/a-path/which-have= /quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= long.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= long.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'makedepend [long VPATH] make & remake' + set +x ok 62 - makedepend [long VPATH] make & remake PASS: depmod.tap 62 - makedepend [long VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ makedepend-long.d + test 1 -gt 0 + find makedepend-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf makedepend-long.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'cpp [long VPATH]' + mkdir cpp-long.d + cd cpp-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dcpp checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) cpp checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'cpp [long VPATH] configure' + set +x ok 63 - cpp [long VPATH] configure PASS: depmod.tap 63 - cpp [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d= /src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dcpp /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dcpp /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d/= src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d= /src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d/= src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d= /src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dcpp /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dcpp /bin/sh ../../this-is/a-path/which-have/quite-= a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d/= src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-long.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'cpp [long VPATH] make & remake' + set +x ok 64 - cpp [long VPATH] make & remake PASS: depmod.tap 64 - cpp [long VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ cpp-long.d + test 1 -gt 0 + find cpp-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf cpp-long.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'msvisualcpp [long VPATH]' + mkdir msvisualcpp-long.d + cd msvisualcpp-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dmsvisualcpp checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) msvisualcpp checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'msvisualcpp [long VPATH] configure' + set +x ok 65 - msvisualcpp [long VPATH] configure PASS: depmod.tap 65 - msvisualcpp [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-long.d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvisualcpp /bin/sh ../../this-is/a-path/which-hav= e/quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c ../../this-is/a-path/which-have/quite-a/long_long_name/depcomp: line 652: c= ygpath: command not found source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvisualcpp /bin/sh ../../this-is/a-path/which-hav= e/quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c ../../this-is/a-path/which-have/quite-a/long_long_name/depcomp: line 652: c= ygpath: command not found gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -long.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -long.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-long.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -long.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-long.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -long.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-long.d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvisualcpp /bin/sh ../../this-is/a-path/which-hav= e/quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c ../../this-is/a-path/which-have/quite-a/long_long_name/depcomp: line 652: c= ygpath: command not found source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvisualcpp /bin/sh ../../this-is/a-path/which-hav= e/quite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c ../../this-is/a-path/which-have/quite-a/long_long_name/depcomp: line 652: c= ygpath: command not found gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -long.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-long.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -long.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'msvisualcpp [long VPATH] make & remake' + set +x ok 66 - msvisualcpp [long VPATH] make & remake PASS: depmod.tap 66 - msvisualcpp [long VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ msvisualcpp-long.d + test 1 -gt 0 + find msvisualcpp-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf msvisualcpp-long.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D../this-is/a-path/which-have/quite-a/long_long_name + pfx=3D'msvcmsys [long VPATH]' + mkdir msvcmsys-long.d + cd msvcmsys-long.d + ../this-is/a-path/which-have/quite-a/long_long_name/configure am_cv_CC_de= pendencies_compiler_type=3Dmsvcmsys checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) msvcmsys checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'msvcmsys [long VPATH] configure' + set +x ok 67 - msvcmsys [long VPATH] configure PASS: depmod.tap 67 - msvcmsys [long VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-l= ong.d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvcmsys /bin/sh ../../this-is/a-path/which-have/q= uite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvcmsys /bin/sh ../../this-is/a-path/which-have/q= uite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-lo= ng.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-l= ong.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-lo= ng.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-l= ong.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-lo= ng.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-l= ong.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-lo= ng.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-l= ong.d/src' source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c'= object=3D'foo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvcmsys /bin/sh ../../this-is/a-path/which-have/q= uite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o f= oo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/foo.c source=3D'../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/su= bfoo.c' object=3D'sub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvcmsys /bin/sh ../../this-is/a-path/which-have/q= uite-a/long_long_name/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I..= /../this-is/a-path/which-have/quite-a/long_long_name/src -g -O2 -c -o s= ub/subfoo.o ../../this-is/a-path/which-have/quite-a/long_long_name/src/sub/= subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-lo= ng.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-l= ong.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-lo= ng.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'msvcmsys [long VPATH] make & remake' + set +x ok 68 - msvcmsys [long VPATH] make & remake PASS: depmod.tap 68 - msvcmsys [long VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ msvcmsys-long.d + test 1 -gt 0 + find msvcmsys-long.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf msvcmsys-long.d + for vpath in simple long absolute + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'gcc3 [absolute VPATH]' + mkdir gcc3-absolute.d + cd gcc3-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dgcc3 checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'gcc3 [absolute VPATH] configure' + set +x ok 69 - gcc3 [absolute VPATH] configure PASS: depmod.tap 69 - gcc3 [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absol= ute.d/src' depbase=3D`echo foo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -MT foo.o -MD -MP -MF $dep= base.Tpo -c -o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=3D`echo sub/subfoo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -MT sub/subfoo.o -MD -MP -= MF $depbase.Tpo -c -o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/= sub/subfoo.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absolu= te.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absol= ute.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absolu= te.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absol= ute.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absolu= te.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absol= ute.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absolu= te.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absol= ute.d/src' depbase=3D`echo foo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -MT foo.o -MD -MP -MF $dep= base.Tpo -c -o foo.o /h/j/w/co/automake/tests/depmod.dir/src/foo.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=3D`echo sub/subfoo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -MT sub/subfoo.o -MD -MP -= MF $depbase.Tpo -c -o sub/subfoo.o /h/j/w/co/automake/tests/depmod.dir/src/= sub/subfoo.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absolu= te.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absol= ute.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc3-absolu= te.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'gcc3 [absolute VPATH] make & remake' + set +x ok 70 - gcc3 [absolute VPATH] make & remake PASS: depmod.tap 70 - gcc3 [absolute VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ gcc3-absolute.d + test 1 -gt 0 + find gcc3-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf gcc3-absolute.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'gcc [absolute VPATH]' + mkdir gcc-absolute.d + cd gcc-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dgcc checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'gcc [absolute VPATH] configure' + set +x ok 71 - gcc [absolute VPATH] configure PASS: depmod.tap 71 - gcc [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolu= te.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolut= e.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolu= te.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolut= e.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolu= te.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolut= e.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolu= te.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolut= e.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolu= te.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dgcc /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolut= e.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolu= te.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/gcc-absolut= e.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'gcc [absolute VPATH] make & remake' + set +x ok 72 - gcc [absolute VPATH] make & remake PASS: depmod.tap 72 - gcc [absolute VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ gcc-absolute.d + test 1 -gt 0 + find gcc-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf gcc-absolute.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'hp [absolute VPATH]' + mkdir hp-absolute.d + cd hp-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dhp checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) hp checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'hp [absolute VPATH] configure' + set +x ok 73 - hp [absolute VPATH] configure PASS: depmod.tap 73 - hp [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/hp-absolut= e.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dhp /bin/sh /h/j/w/co/automake/tests/depmod.dir/dep= comp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c cc1: error: unrecognized command line option '-M.deps/foo.TPo' make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/hp-absolute= .d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'hp [absolute VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'hp [absolute VPATH] make = & remake' + set +x ok 74 - hp [absolute VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 74 - hp [absolute VPATH] make & remake # SKIP can't force = depmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'sgi [absolute VPATH]' + mkdir sgi-absolute.d + cd sgi-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dsgi checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) sgi checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'sgi [absolute VPATH] configure' + set +x ok 75 - sgi [absolute VPATH] configure PASS: depmod.tap 75 - sgi [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/sgi-absolu= te.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dsgi /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c gcc: error: unrecognized command line option '-MDupdate' gcc: error: .deps/foo.TPo: No such file or directory make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/sgi-absolut= e.d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'sgi [absolute VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'sgi [absolute VPATH] make= & remake' + set +x ok 76 - sgi [absolute VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 76 - sgi [absolute VPATH] make & remake # SKIP can't force= depmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'aix [absolute VPATH]' + mkdir aix-absolute.d + cd aix-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Daix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) aix checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'aix [absolute VPATH] configure' + set +x ok 77 - aix [absolute VPATH] configure PASS: depmod.tap 77 - aix [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/aix-absolu= te.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Daix /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Daix /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o /usr/bin/ld:foo.o: file format not recognized; treating as linker script /usr/bin/ld:foo.o:1: syntax error collect2: error: ld returned 1 exit status make[1]: *** [foo] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/aix-absolut= e.d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'aix [absolute VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'aix [absolute VPATH] make= & remake' + set +x ok 78 - aix [absolute VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 78 - aix [absolute VPATH] make & remake # SKIP can't force= depmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'icc [absolute VPATH]' + mkdir icc-absolute.d + cd icc-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dicc checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) icc checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'icc [absolute VPATH] configure' + set +x ok 79 - icc [absolute VPATH] configure PASS: depmod.tap 79 - icc [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolu= te.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dicc /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dicc /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolut= e.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolu= te.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolut= e.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolu= te.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolut= e.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolu= te.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolut= e.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolu= te.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dicc /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dicc /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolut= e.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolu= te.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/icc-absolut= e.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'icc [absolute VPATH] make & remake' + set +x ok 80 - icc [absolute VPATH] make & remake PASS: depmod.tap 80 - icc [absolute VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ icc-absolute.d + test 1 -gt 0 + find icc-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf icc-absolute.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'hp2 [absolute VPATH]' + mkdir hp2-absolute.d + cd hp2-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dhp2 checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) hp2 checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'hp2 [absolute VPATH] configure' + set +x ok 81 - hp2 [absolute VPATH] configure PASS: depmod.tap 81 - hp2 [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/hp2-absolu= te.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dhp2 /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c gcc: error: +Maked: No such file or directory make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/hp2-absolut= e.d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'hp2 [absolute VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'hp2 [absolute VPATH] make= & remake' + set +x ok 82 - hp2 [absolute VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 82 - hp2 [absolute VPATH] make & remake # SKIP can't force= depmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'tru64 [absolute VPATH]' + mkdir tru64-absolute.d + cd tru64-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dtru64 checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) tru64 checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'tru64 [absolute VPATH] configure' + set +x ok 83 - tru64 [absolute VPATH] configure PASS: depmod.tap 83 - tru64 [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-abso= lute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dtru64 /bin/sh /h/j/w/co/automake/tests/depmod.dir/= depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dtru64 /bin/sh /h/j/w/co/automake/tests/depmod.dir/= depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-absol= ute.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-abso= lute.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-absol= ute.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/tru64-abso= lute.d/src' .deps/foo.Po:3: *** missing separator. Stop. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/tru64-absol= ute.d/src' make: *** [clean-recursive] Error 1 + result_ 'not ok' 'tru64 [absolute VPATH] make & remake' + set +x not ok 84 - tru64 [absolute VPATH] make & remake FAIL: depmod.tap 84 - tru64 [absolute VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'msvc7 [absolute VPATH]' + mkdir msvc7-absolute.d + cd msvc7-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dmsvc7 checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) msvc7 checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'msvc7 [absolute VPATH] configure' + set +x ok 85 - msvc7 [absolute VPATH] configure PASS: depmod.tap 85 - msvc7 [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvc7-abso= lute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvc7 /bin/sh /h/j/w/co/automake/tests/depmod.dir/= depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c gcc: error: unrecognized command line option '-showIncludes' make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvc7-absol= ute.d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'msvc7 [absolute VPATH] make & remake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'msvc7 [absolute VPATH] ma= ke & remake' + set +x ok 86 - msvc7 [absolute VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 86 - msvc7 [absolute VPATH] make & remake # SKIP can't for= ce depmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'msvc7msys [absolute VPATH]' + mkdir msvc7msys-absolute.d + cd msvc7msys-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dmsvc7msys checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) msvc7msys checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'msvc7msys [absolute VPATH] configure' + set +x ok 87 - msvc7msys [absolute VPATH] configure PASS: depmod.tap 87 - msvc7msys [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvc7msys-= absolute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvc7msys /bin/sh /h/j/w/co/automake/tests/depmod.= dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c gcc: error: unrecognized command line option '-showIncludes' make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvc7msys-a= bsolute.d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'msvc7msys [absolute VPATH] make & rema= ke' + result_ ok -D SKIP -r 'can'\''t force depmode' 'msvc7msys [absolute VPATH= ] make & remake' + set +x ok 88 - msvc7msys [absolute VPATH] make & remake # SKIP can't force depmode SKIP: depmod.tap 88 - msvc7msys [absolute VPATH] make & remake # SKIP can't= force depmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'nosideeffect [absolute VPATH]' + mkdir nosideeffect-absolute.d + cd nosideeffect-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dnosideeffect checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) nosideeffect checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'nosideeffect [absolute VPATH] configure' + set +x ok 89 - nosideeffect [absolute VPATH] configure PASS: depmod.tap 89 - nosideeffect [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/nosideeffe= ct-absolute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dnosideeffect /bin/sh /h/j/w/co/automake/tests/depm= od.dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c Unknown depmode nosideeffect make[1]: *** [foo.o] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/nosideeffec= t-absolute.d/src' make: *** [all-recursive] Error 1 + skip_ -r 'can'\''t force depmode' 'nosideeffect [absolute VPATH] make & r= emake' + result_ ok -D SKIP -r 'can'\''t force depmode' 'nosideeffect [absolute VP= ATH] make & remake' + set +x ok 90 - nosideeffect [absolute VPATH] make & remake # SKIP can't force depm= ode SKIP: depmod.tap 90 - nosideeffect [absolute VPATH] make & remake # SKIP ca= n't force depmode + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'ok,not ok' =3D ok,ok + : For lesser shells with broken 'set -e.' + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'dashmstdout [absolute VPATH]' + mkdir dashmstdout-absolute.d + cd dashmstdout-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Ddashmstdout checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) dashmstdout checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'dashmstdout [absolute VPATH] configure' + set +x ok 91 - dashmstdout [absolute VPATH] configure PASS: depmod.tap 91 - dashmstdout [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-absolute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Ddashmstdout /bin/sh /h/j/w/co/automake/tests/depmo= d.dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Ddashmstdout /bin/sh /h/j/w/co/automake/tests/depmo= d.dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -absolute.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-absolute.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -absolute.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-absolute.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -absolute.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-absolute.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -absolute.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-absolute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Ddashmstdout /bin/sh /h/j/w/co/automake/tests/depmo= d.dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Ddashmstdout /bin/sh /h/j/w/co/automake/tests/depmo= d.dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -absolute.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdou= t-absolute.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashmstdout= -absolute.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'dashmstdout [absolute VPATH] make & remake' + set +x ok 92 - dashmstdout [absolute VPATH] make & remake PASS: depmod.tap 92 - dashmstdout [absolute VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ dashmstdout-absolute.d + test 1 -gt 0 + find dashmstdout-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}'= ';' + rm -rf dashmstdout-absolute.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'dashXmstdout [absolute VPATH]' + mkdir dashXmstdout-absolute.d + cd dashXmstdout-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3DdashXmstdout checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) dashXmstdout checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'dashXmstdout [absolute VPATH] configure' + set +x ok 93 - dashXmstdout [absolute VPATH] configure PASS: depmod.tap 93 - dashXmstdout [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-absolute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3DdashXmstdout /bin/sh /h/j/w/co/automake/tests/depm= od.dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3DdashXmstdout /bin/sh /h/j/w/co/automake/tests/depm= od.dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-absolute.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-absolute.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-absolute.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-absolute.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-absolute.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-absolute.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-absolute.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-absolute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3DdashXmstdout /bin/sh /h/j/w/co/automake/tests/depm= od.dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3DdashXmstdout /bin/sh /h/j/w/co/automake/tests/depm= od.dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-absolute.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdo= ut-absolute.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/dashXmstdou= t-absolute.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'dashXmstdout [absolute VPATH] make & remake' + set +x ok 94 - dashXmstdout [absolute VPATH] make & remake PASS: depmod.tap 94 - dashXmstdout [absolute VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ dashXmstdout-absolute.d + test 1 -gt 0 + find dashXmstdout-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}= ' ';' + rm -rf dashXmstdout-absolute.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'makedepend [absolute VPATH]' + mkdir makedepend-absolute.d + cd makedepend-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dmakedepend checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) makedepend checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'makedepend [absolute VPATH] configure' + set +x ok 95 - makedepend [absolute VPATH] configure PASS: depmod.tap 95 - makedepend [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -absolute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dmakedepend /bin/sh /h/j/w/co/automake/tests/depmod= .dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmakedepend /bin/sh /h/j/w/co/automake/tests/depmod= .dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= absolute.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -absolute.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= absolute.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -absolute.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= absolute.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -absolute.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= absolute.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -absolute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dmakedepend /bin/sh /h/j/w/co/automake/tests/depmod= .dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmakedepend /bin/sh /h/j/w/co/automake/tests/depmod= .dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= absolute.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/makedepend= -absolute.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/makedepend-= absolute.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'makedepend [absolute VPATH] make & remake' + set +x ok 96 - makedepend [absolute VPATH] make & remake PASS: depmod.tap 96 - makedepend [absolute VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ makedepend-absolute.d + test 1 -gt 0 + find makedepend-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' = ';' + rm -rf makedepend-absolute.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'cpp [absolute VPATH]' + mkdir cpp-absolute.d + cd cpp-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dcpp checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) cpp checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'cpp [absolute VPATH] configure' + set +x ok 97 - cpp [absolute VPATH] configure PASS: depmod.tap 97 - cpp [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolu= te.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dcpp /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dcpp /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolut= e.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolu= te.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolut= e.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolu= te.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolut= e.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolu= te.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolut= e.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolu= te.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dcpp /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dcpp /bin/sh /h/j/w/co/automake/tests/depmod.dir/de= pcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolut= e.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolu= te.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/cpp-absolut= e.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'cpp [absolute VPATH] make & remake' + set +x ok 98 - cpp [absolute VPATH] make & remake PASS: depmod.tap 98 - cpp [absolute VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ cpp-absolute.d + test 1 -gt 0 + find cpp-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf cpp-absolute.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'msvisualcpp [absolute VPATH]' + mkdir msvisualcpp-absolute.d + cd msvisualcpp-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dmsvisualcpp checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) msvisualcpp checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'msvisualcpp [absolute VPATH] configure' + set +x ok 99 - msvisualcpp [absolute VPATH] configure PASS: depmod.tap 99 - msvisualcpp [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-absolute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvisualcpp /bin/sh /h/j/w/co/automake/tests/depmo= d.dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c /h/j/w/co/automake/tests/depmod.dir/depcomp: line 652: cygpath: command not= found source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvisualcpp /bin/sh /h/j/w/co/automake/tests/depmo= d.dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c /h/j/w/co/automake/tests/depmod.dir/depcomp: line 652: cygpath: command not= found gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -absolute.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-absolute.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -absolute.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-absolute.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -absolute.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-absolute.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -absolute.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-absolute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvisualcpp /bin/sh /h/j/w/co/automake/tests/depmo= d.dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c /h/j/w/co/automake/tests/depmod.dir/depcomp: line 652: cygpath: command not= found source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvisualcpp /bin/sh /h/j/w/co/automake/tests/depmo= d.dir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c /h/j/w/co/automake/tests/depmod.dir/depcomp: line 652: cygpath: command not= found gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -absolute.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcp= p-absolute.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvisualcpp= -absolute.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'msvisualcpp [absolute VPATH] make & remake' + set +x ok 100 - msvisualcpp [absolute VPATH] make & remake PASS: depmod.tap 100 - msvisualcpp [absolute VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ msvisualcpp-absolute.d + test 1 -gt 0 + find msvisualcpp-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}'= ';' + rm -rf msvisualcpp-absolute.d + for depmode in '$tested_depmodes' + case $vpath in + srcdir=3D/h/j/w/co/automake/tests/depmod.dir + pfx=3D'msvcmsys [absolute VPATH]' + mkdir msvcmsys-absolute.d + cd msvcmsys-absolute.d + /h/j/w/co/automake/tests/depmod.dir/configure am_cv_CC_dependencies_compi= ler_type=3Dmsvcmsys checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) msvcmsys checking whether gcc and cc understand -c and -o together... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands + r0=3Dok + result_ ok 'msvcmsys [absolute VPATH] configure' + set +x ok 101 - msvcmsys [absolute VPATH] configure PASS: depmod.tap 101 - msvcmsys [absolute VPATH] configure + r1=3D'not ok' + make Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-a= bsolute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvcmsys /bin/sh /h/j/w/co/automake/tests/depmod.d= ir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvcmsys /bin/sh /h/j/w/co/automake/tests/depmod.d= ir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-ab= solute.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-a= bsolute.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-ab= solute.d' + make clean Making clean in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-a= bsolute.d/src' test -z "foo" || rm -f foo rm -f *.o rm -f sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-ab= solute.d/src' Making clean in . make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-a= bsolute.d' make[1]: Nothing to be done for `clean-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-ab= solute.d' + e=3D0 + make + cat output Making all in src make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-a= bsolute.d/src' source=3D'/h/j/w/co/automake/tests/depmod.dir/src/foo.c' object=3D'foo.o' l= ibtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvcmsys /bin/sh /h/j/w/co/automake/tests/depmod.d= ir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o foo.o /h/j/w/co/auto= make/tests/depmod.dir/src/foo.c source=3D'/h/j/w/co/automake/tests/depmod.dir/src/sub/subfoo.c' object=3D's= ub/subfoo.o' libtool=3Dno \ DEPDIR=3D.deps depmode=3Dmsvcmsys /bin/sh /h/j/w/co/automake/tests/depmod.d= ir/depcomp \ gcc -DPACKAGE_NAME=3D\"depmod\" -DPACKAGE_TARNAME=3D\"depmod\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"depmod\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"depmod\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/depmod.dir/src -g -O2 -c -o sub/subfoo.o /h/j/w/= co/automake/tests/depmod.dir/src/sub/subfoo.c gcc -g -O2 -o foo foo.o sub/subfoo.o make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-ab= solute.d/src' make[1]: Entering directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-a= bsolute.d' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/h/j/w/co/automake/tests/depmod.dir/msvcmsys-ab= solute.d' + test 0 -eq 0 + grep 'src/[._]deps' output + : + r1=3Dok + result_ ok 'msvcmsys [absolute VPATH] make & remake' + set +x ok 102 - msvcmsys [absolute VPATH] make & remake PASS: depmod.tap 102 - msvcmsys [absolute VPATH] make & remake + cd /h/j/w/co/automake/tests/depmod.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok,ok =3D ok,ok + rm_rf_ msvcmsys-absolute.d + test 1 -gt 0 + find msvcmsys-absolute.d -type d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf msvcmsys-absolute.d + : + exit_status=3D0 + set +e + cd /h/j/w/co/automake/tests + test yes =3D yes + test yes '!=3D' yes + test 0 -eq 0 + test 79 -eq 102 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x depmod: exit 0 PASS: instspc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: yes PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/instspc.dir + all_test_names_list=3D + builddir_xfails=3D + destdir_xfails=3D + bs=3D$'\b' + cr=3D$'\r' + ff=3D$'\f' + ht=3D' ' + lf=3D' ' + def=3Ddefine_problematic_string + define_problematic_string squote ''\''' fail-builddir fail-destdir + tst=3Dsquote + shift + eval 'instspc__squote=3D$1' ++ instspc__squote=3D''\''' + shift + all_test_names_list=3D' squote' + is_in_list fail-builddir fail-builddir fail-destdir + item=3Dfail-builddir + shift + case " $* " in + return 0 + builddir_xfails=3D' squote' + is_in_list fail-destdir fail-builddir fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 0 + destdir_xfails=3D' squote' + define_problematic_string dquote '"' fail-builddir fail-destdir + tst=3Ddquote + shift + eval 'instspc__dquote=3D$1' ++ instspc__dquote=3D'"' + shift + all_test_names_list=3D' squote dquote' + is_in_list fail-builddir fail-builddir fail-destdir + item=3Dfail-builddir + shift + case " $* " in + return 0 + builddir_xfails=3D' squote dquote' + is_in_list fail-destdir fail-builddir fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 0 + destdir_xfails=3D' squote dquote' + define_problematic_string bquote '`' fail-builddir fail-destdir + tst=3Dbquote + shift + eval 'instspc__bquote=3D$1' ++ instspc__bquote=3D'`' + shift + all_test_names_list=3D' squote dquote bquote' + is_in_list fail-builddir fail-builddir fail-destdir + item=3Dfail-builddir + shift + case " $* " in + return 0 + builddir_xfails=3D' squote dquote bquote' + is_in_list fail-destdir fail-builddir fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 0 + destdir_xfails=3D' squote dquote bquote' + define_problematic_string sharp '#' fail-builddir fail-destdir + tst=3Dsharp + shift + eval 'instspc__sharp=3D$1' ++ instspc__sharp=3D'#' + shift + all_test_names_list=3D' squote dquote bquote sharp' + is_in_list fail-builddir fail-builddir fail-destdir + item=3Dfail-builddir + shift + case " $* " in + return 0 + builddir_xfails=3D' squote dquote bquote sharp' + is_in_list fail-destdir fail-builddir fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 0 + destdir_xfails=3D' squote dquote bquote sharp' + define_problematic_string dollar '$' fail-builddir fail-destdir + tst=3Ddollar + shift + eval 'instspc__dollar=3D$1' ++ instspc__dollar=3D'$' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar' + is_in_list fail-builddir fail-builddir fail-destdir + item=3Dfail-builddir + shift + case " $* " in + return 0 + builddir_xfails=3D' squote dquote bquote sharp dollar' + is_in_list fail-destdir fail-builddir fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 0 + destdir_xfails=3D' squote dquote bquote sharp dollar' + define_problematic_string bang '!' + tst=3Dbang + shift + eval 'instspc__bang=3D$1' ++ instspc__bang=3D'!' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string bslash '\' fail-builddir + tst=3Dbslash + shift + eval 'instspc__bslash=3D$1' ++ instspc__bslash=3D'\' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash' + is_in_list fail-builddir fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 0 + builddir_xfails=3D' squote dquote bquote sharp dollar bslash' + is_in_list fail-destdir fail-builddir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string ampersand '&' fail-builddir + tst=3Dampersand + shift + eval 'instspc__ampersand=3D$1' ++ instspc__ampersand=3D'&' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand' + is_in_list fail-builddir fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 0 + builddir_xfails=3D' squote dquote bquote sharp dollar bslash ampersand' + is_in_list fail-destdir fail-builddir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string percent % + tst=3Dpercent + shift + eval 'instspc__percent=3D$1' ++ instspc__percent=3D% + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string leftpar '(' + tst=3Dleftpar + shift + eval 'instspc__leftpar=3D$1' ++ instspc__leftpar=3D'(' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string rightpar ')' + tst=3Drightpar + shift + eval 'instspc__rightpar=3D$1' ++ instspc__rightpar=3D')' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string pipe '|' + tst=3Dpipe + shift + eval 'instspc__pipe=3D$1' ++ instspc__pipe=3D'|' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string caret '^' + tst=3Dcaret + shift + eval 'instspc__caret=3D$1' ++ instspc__caret=3D'^' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string tilde '~' + tst=3Dtilde + shift + eval 'instspc__tilde=3D$1' ++ instspc__tilde=3D'~' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string qmark '?' + tst=3Dqmark + shift + eval 'instspc__qmark=3D$1' ++ instspc__qmark=3D'?' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string star '*' + tst=3Dstar + shift + eval 'instspc__star=3D$1' ++ instspc__star=3D'*' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string plus + + tst=3Dplus + shift + eval 'instspc__plus=3D$1' ++ instspc__plus=3D+ + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string minus - + tst=3Dminus + shift + eval 'instspc__minus=3D$1' ++ instspc__minus=3D- + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string comma , + tst=3Dcomma + shift + eval 'instspc__comma=3D$1' ++ instspc__comma=3D, + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string colon : + tst=3Dcolon + shift + eval 'instspc__colon=3D$1' ++ instspc__colon=3D: + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string semicol ';' + tst=3Dsemicol + shift + eval 'instspc__semicol=3D$1' ++ instspc__semicol=3D';' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string equal =3D + tst=3Dequal + shift + eval 'instspc__equal=3D$1' ++ instspc__equal=3D=3D + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string less '<' + tst=3Dless + shift + eval 'instspc__less=3D$1' ++ instspc__less=3D'<' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string more '>' + tst=3Dmore + shift + eval 'instspc__more=3D$1' ++ instspc__more=3D'>' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string at @ + tst=3Dat + shift + eval 'instspc__at=3D$1' ++ instspc__at=3D@ + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string lqbrack '[' + tst=3Dlqbrack + shift + eval 'instspc__lqbrack=3D$1' ++ instspc__lqbrack=3D'[' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string rqbrack ']' + tst=3Drqbrack + shift + eval 'instspc__rqbrack=3D$1' ++ instspc__rqbrack=3D']' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string lcbrack '{' + tst=3Dlcbrack + shift + eval 'instspc__lcbrack=3D$1' ++ instspc__lcbrack=3D'{' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string rcbrack '}' + tst=3Drcbrack + shift + eval 'instspc__rcbrack=3D$1' ++ instspc__rcbrack=3D'}' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string space ' ' + tst=3Dspace + shift + eval 'instspc__space=3D$1' ++ instspc__space=3D' ' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string tab ' ' + tst=3Dtab + shift + eval 'instspc__tab=3D$1' ++ instspc__tab=3D' ' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string linefeed ' ' fail-builddir fail-destdir + tst=3Dlinefeed + shift + eval 'instspc__linefeed=3D$1' ++ instspc__linefeed=3D' ' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed' + is_in_list fail-builddir fail-builddir fail-destdir + item=3Dfail-builddir + shift + case " $* " in + return 0 + builddir_xfails=3D' squote dquote bquote sharp dollar bslash ampersand li= nefeed' + is_in_list fail-destdir fail-builddir fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 0 + destdir_xfails=3D' squote dquote bquote sharp dollar linefeed' + define_problematic_string backspace $'\b' + tst=3Dbackspace + shift + eval 'instspc__backspace=3D$1' ++ instspc__backspace=3D$'\b' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string formfeed $'\f' + tst=3Dformfeed + shift + eval 'instspc__formfeed=3D$1' ++ instspc__formfeed=3D$'\f' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string carriageret $'\r' + tst=3Dcarriageret + shift + eval 'instspc__carriageret=3D$1' ++ instspc__carriageret=3D$'\r' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed carriageret' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string quadrigraph0 '@&t@' fail-builddir + tst=3Dquadrigraph0 + shift + eval 'instspc__quadrigraph0=3D$1' ++ instspc__quadrigraph0=3D'@&t@' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed carriageret quadrigraph0' + is_in_list fail-builddir fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 0 + builddir_xfails=3D' squote dquote bquote sharp dollar bslash ampersand li= nefeed quadrigraph0' + is_in_list fail-destdir fail-builddir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string quadrigraph1 '@<:@' + tst=3Dquadrigraph1 + shift + eval 'instspc__quadrigraph1=3D$1' ++ instspc__quadrigraph1=3D'@<:@' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string quadrigraph2 '@:>@' + tst=3Dquadrigraph2 + shift + eval 'instspc__quadrigraph2=3D$1' ++ instspc__quadrigraph2=3D'@:>@' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrig= raph2' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string quadrigraph3 '@S|@' + tst=3Dquadrigraph3 + shift + eval 'instspc__quadrigraph3=3D$1' ++ instspc__quadrigraph3=3D'@S|@' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrig= raph2 quadrigraph3' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string quadrigraph4 @%:@ + tst=3Dquadrigraph4 + shift + eval 'instspc__quadrigraph4=3D$1' ++ instspc__quadrigraph4=3D@%:@ + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrig= raph2 quadrigraph3 quadrigraph4' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string a_b 'a b' + tst=3Da_b + shift + eval 'instspc__a_b=3D$1' ++ instspc__a_b=3D'a b' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrig= raph2 quadrigraph3 quadrigraph4 a_b' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string a__b 'a b' + tst=3Da__b + shift + eval 'instspc__a__b=3D$1' ++ instspc__a__b=3D'a b' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrig= raph2 quadrigraph3 quadrigraph4 a_b a__b' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string a_lf_b 'a b' fail-builddir fail-destdir + tst=3Da_lf_b + shift + eval 'instspc__a_lf_b=3D$1' ++ instspc__a_lf_b=3D'a b' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrig= raph2 quadrigraph3 quadrigraph4 a_b a__b a_lf_b' + is_in_list fail-builddir fail-builddir fail-destdir + item=3Dfail-builddir + shift + case " $* " in + return 0 + builddir_xfails=3D' squote dquote bquote sharp dollar bslash ampersand li= nefeed quadrigraph0 a_lf_b' + is_in_list fail-destdir fail-builddir fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 0 + destdir_xfails=3D' squote dquote bquote sharp dollar linefeed a_lf_b' + define_problematic_string dotdotdot ... + tst=3Ddotdotdot + shift + eval 'instspc__dotdotdot=3D$1' ++ instspc__dotdotdot=3D... + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrig= raph2 quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string dosdrive a: + tst=3Ddosdrive + shift + eval 'instspc__dosdrive=3D$1' ++ instspc__dosdrive=3Da: + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrig= raph2 quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot dosdrive' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string miscglob1 '?[a-z]*' + tst=3Dmiscglob1 + shift + eval 'instspc__miscglob1=3D$1' ++ instspc__miscglob1=3D'?[a-z]*' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrig= raph2 quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot dosdrive miscglob= 1' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + define_problematic_string miscglob2 '.*?[0-9]' + tst=3Dmiscglob2 + shift + eval 'instspc__miscglob2=3D$1' ++ instspc__miscglob2=3D'.*?[0-9]' + shift + all_test_names_list=3D' squote dquote bquote sharp dollar bang bslash amp= ersand percent leftpar rightpar pipe caret tilde qmark star plus minus comm= a colon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space ta= b linefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrig= raph2 quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot dosdrive miscglob= 1 miscglob2' + is_in_list fail-builddir + item=3Dfail-builddir + shift + case " $* " in + return 1 + is_in_list fail-destdir + item=3Dfail-destdir + shift + case " $* " in + return 1 + unset def + test 0 -gt 0 + test_names_list=3D' squote dquote bquote sharp dollar bang bslash ampersa= nd percent leftpar rightpar pipe caret tilde qmark star plus minus comma co= lon semicol equal less more at lqbrack rqbrack lcbrack rcbrack space tab li= nefeed backspace formfeed carriageret quadrigraph0 quadrigraph1 quadrigraph= 2 quadrigraph3 quadrigraph4 a_b a__b a_lf_b dotdotdot dosdrive miscglob1 mi= scglob2' + plan_ 94 + test 1 -eq 0 + test 1 -ge 2 + test x94 =3D xunknown + test x94 =3D xlater + test x94 =3D xlazy + test x94 =3D xnow + test 94 -ge 0 + echo 1..94 1..94 + have_tap_plan_=3Dyes ++ pwd + ocwd=3D/h/j/w/co/automake/tests/instspc.dir + create_input_data + mkdir sub + unindent + test x =3D 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 spac= e. 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 spac= e. s/^x\(.*\)\n\1// # Remove leading from . s/^x.*\n// # Restore when there is no leading . ' ++ sed -e 's/ *# .*//' + sed_unindent_prog=3D' /^$/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//' =3D 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//' =3D x + sed ' /^$/b x /^$/{ g s/^\([ ]*\).*/x\1/ } G h s/\n.*$// x s/^x\(.*\)\n\1// s/^x.*\n//' + aclocal-1.11a -Werror + autoconf -B /no/such/dir + automake-1.11a --foreign -Werror -Wall -a configure.in:5: installing `./ar-lib' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__squote}' ++ test_string=3D''\''' + test 'x'\''' '!=3D' x + mkdir './'\''' + for where in build dest + case $where in + build=3D'./'\''' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-squote + cd './'\''' + r=3Dok + ../configure --prefix '/'\''-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... configure: error: unsafe abso= lute working directory name + r=3D'not ok' + description=3D'squote in builddir' + expected_to_fail build squote + case $1 in + is_in_list squote squote dquote bquote sharp dollar bslash ampersand line= feed quadrigraph0 a_lf_b + item=3Dsquote + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'squote in buil= ddir' + set +x not ok 1 - squote in builddir # TODO long-standing limitation XFAIL: instspc.tap 1 - squote in builddir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for where in build dest + case $where in + build=3Dbuild-squote + dest=3D'/h/j/w/co/automake/tests/instspc.dir/'\''' + mkdir build-squote + cd build-squote + r=3Dok + ../configure --prefix '/'\''-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/'\''' + file=3D'./'\''' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-squ= ote' test -z "/'-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/'/'-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/'/'= -prefix/foo' test -z "/'-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/'/'-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/'/'-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo' && ranlib libba= se.a ) test -z "/'-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/'/'-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/'/'-pref= ix/foo' test -z "/'-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/'/'-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/'= /'-prefix/foo/sub/' test -z "/'-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/'/'-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/'/'-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/'-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/'/'-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/'/'-pr= efix/foo/sub/' test -z "/'-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/'/'-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/'/'-prefix/foo' test -z "/'-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/'/'-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/'/'-prefix/foo' test -z "/'-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/'/'-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/'/'-prefix/foo/sub' test -z "/'-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/'/'-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/'/'-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/'/'-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-squo= te' test -f '/h/j/w/co/automake/tests/instspc.dir/'/./'-prefix/foo/sub/nobase= .h' make: *** [test-inst] Error 1 + r=3D'not ok' + description=3D'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=3Dsquote + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'squote in dest= dir' + set +x not ok 2 - squote in destdir # TODO long-standing limitation XFAIL: instspc.tap 2 - squote in destdir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__dquote}' ++ test_string=3D'"' + test 'x"' '!=3D' x + mkdir './"' + for where in build dest + case $where in + build=3D'./"' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-dquote + cd './"' + r=3Dok + ../configure --prefix '/"-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... configure: error: unsafe abso= lute working directory name + r=3D'not ok' + description=3D'dquote in builddir' + expected_to_fail build dquote + case $1 in + is_in_list dquote squote dquote bquote sharp dollar bslash ampersand line= feed quadrigraph0 a_lf_b + item=3Ddquote + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'dquote in buil= ddir' + set +x not ok 3 - dquote in builddir # TODO long-standing limitation XFAIL: instspc.tap 3 - dquote in builddir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for where in build dest + case $where in + build=3Dbuild-dquote + dest=3D'/h/j/w/co/automake/tests/instspc.dir/"' + mkdir build-dquote + cd build-dquote + r=3Dok + ../configure --prefix '/"-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/"' + file=3D'./"' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-dqu= ote' test -z "/"-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/"/"-prefix/foo" /bin/sh: -c: line 0: unexpected EOF while looking for matching `"' /bin/sh: -c: line 1: syntax error: unexpected end of file make[1]: *** [install-dist_fooexecSCRIPTS] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-dquo= te' make: *** [install-am] Error 2 + r=3D'not ok' + description=3D'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=3Ddquote + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'dquote in dest= dir' + set +x not ok 4 - dquote in destdir # TODO long-standing limitation XFAIL: instspc.tap 4 - dquote in destdir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__bquote}' ++ test_string=3D'`' + test 'x`' '!=3D' x + mkdir './`' + for where in build dest + case $where in + build=3D'./`' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-bquote + cd './`' + r=3Dok + ../configure --prefix '/`-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... configure: error: unsafe abso= lute working directory name + r=3D'not ok' + description=3D'bquote in builddir' + expected_to_fail build bquote + case $1 in + is_in_list bquote squote dquote bquote sharp dollar bslash ampersand line= feed quadrigraph0 a_lf_b + item=3Dbquote + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'bquote in buil= ddir' + set +x not ok 5 - bquote in builddir # TODO long-standing limitation XFAIL: instspc.tap 5 - bquote in builddir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for where in build dest + case $where in + build=3Dbuild-bquote + dest=3D'/h/j/w/co/automake/tests/instspc.dir/`' + mkdir build-bquote + cd build-bquote + r=3Dok + ../configure --prefix '/`-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/`' + file=3D'./`' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-bqu= ote' test -z "/`-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/`/`-prefix/foo" /bin/sh: -c: line 0: unexpected EOF while looking for matching ``' /bin/sh: -c: line 1: syntax error: unexpected end of file make[1]: *** [install-dist_fooexecSCRIPTS] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-bquo= te' make: *** [install-am] Error 2 + r=3D'not ok' + description=3D'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=3Dbquote + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'bquote in dest= dir' + set +x not ok 6 - bquote in destdir # TODO long-standing limitation XFAIL: instspc.tap 6 - bquote in destdir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__sharp}' ++ test_string=3D'#' + test x# '!=3D' x + mkdir ./# + for where in build dest + case $where in + build=3D./# + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-sharp + cd ./# + r=3Dok + ../configure --prefix /#-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... configure: error: unsafe abso= lute working directory name + r=3D'not ok' + description=3D'sharp in builddir' + expected_to_fail build sharp + case $1 in + is_in_list sharp squote dquote bquote sharp dollar bslash ampersand linef= eed quadrigraph0 a_lf_b + item=3Dsharp + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'sharp in build= dir' + set +x not ok 7 - sharp in builddir # TODO long-standing limitation XFAIL: instspc.tap 7 - sharp in builddir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for where in build dest + case $where in + build=3Dbuild-sharp + dest=3D/h/j/w/co/automake/tests/instspc.dir/# + mkdir build-sharp + cd build-sharp + r=3Dok + ../configure --prefix /#-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/# + file=3D./# + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-sha= rp' test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#/= /foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/#//= foo' test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#/= /foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/#//foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/#//foo' && ranlib libbase.a ) test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#/= /foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/#//foo' test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#/= /foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/#//foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/#= //foo/sub/' test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#/= /foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/#//foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/#//foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/#//foo' && ranlib sub/libnobase= .a ) test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#/= /foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/#//foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/#//foo= /sub/' test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#/= /foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/#//foo' test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#/= /foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/#//foo' test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#/= /foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/#//foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/#//foo/sub' test -z "//foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.dir/#/= /foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/#//foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/#//foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-shar= p' test -f '/h/j/w/co/automake/tests/instspc.dir/#/./#-prefix/foo/sub/nobase= .h' make: *** [test-inst] Error 1 + r=3D'not ok' + description=3D'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=3Dsharp + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'sharp in destd= ir' + set +x not ok 8 - sharp in destdir # TODO long-standing limitation XFAIL: instspc.tap 8 - sharp in destdir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__dollar}' ++ test_string=3D'$' + test 'x$' '!=3D' x + mkdir './$' + for where in build dest + case $where in + build=3D'./$' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-dollar + cd './$' + r=3Dok + ../configure --prefix '/$-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... configure: error: unsafe abso= lute working directory name + r=3D'not ok' + description=3D'dollar in builddir' + expected_to_fail build dollar + case $1 in + is_in_list dollar squote dquote bquote sharp dollar bslash ampersand line= feed quadrigraph0 a_lf_b + item=3Ddollar + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'dollar in buil= ddir' + set +x not ok 9 - dollar in builddir # TODO long-standing limitation XFAIL: instspc.tap 9 - dollar in builddir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for where in build dest + case $where in + build=3Dbuild-dollar + dest=3D'/h/j/w/co/automake/tests/instspc.dir/$' + mkdir build-dollar + cd build-dollar + r=3Dok + ../configure --prefix '/$-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/$' + file=3D'./$' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-dol= lar' test -z "/prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.= dir//prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir//pr= efix/foo' test -z "/prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.= dir//prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir//prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir//prefix/foo' && ranlib libbase.= a ) test -z "/prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.= dir//prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir//prefix/= foo' test -z "/prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.= dir//prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir//= prefix/foo/sub/' test -z "/prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.= dir//prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir//prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir//prefix/foo' && ranlib sub/libn= obase.a ) test -z "/prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.= dir//prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir//prefi= x/foo/sub/' test -z "/prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.= dir//prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir//prefix/foo' test -z "/prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.= dir//prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir//prefix/foo' test -z "/prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.= dir//prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir//prefix/foo/sub' test -z "/prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc.= dir//prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir//prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-doll= ar' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.h' make: *** [test-inst] Error 1 + r=3D'not ok' + description=3D'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=3Ddollar + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'dollar in dest= dir' + set +x not ok 10 - dollar in destdir # TODO long-standing limitation XFAIL: instspc.tap 10 - dollar in destdir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__bang}' ++ test_string=3D'!' + test 'x!' '!=3D' x + mkdir './!' + for where in build dest + case $where in + build=3D'./!' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-bang + cd './!' + r=3Dok + ../configure --prefix '/!-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-bang + file=3D'./!' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/!' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-bang/!-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-bang/!-prefix/foo' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-bang/!-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-bang/!-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo' && ranl= ib libbase.a ) test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-bang/!-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-ban= g/!-prefix/foo' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-bang/!-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/f= oo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-bang/!-prefix/foo/sub/' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-bang/!-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/fo= o/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-bang/!-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/foo' && ranl= ib sub/libnobase.a ) test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-bang/!-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/f= oo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-b= ang/!-prefix/foo/sub/' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-bang/!-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-bang/!-prefix/foo' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-bang/!-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-bang/!-prefix/foo' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-bang/!-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/fo= o/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-bang/!-prefix/foo/sub' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-bang/!-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-bang/!-prefix/fo= o/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-bang/!-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/!' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/su= b/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/no= base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/ba= se.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/su= b/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/no= base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/ba= se.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/su= b/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/no= base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/ba= se.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/su= b/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/no= base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/ba= se' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/su= b/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/li= bnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-bang/./!-prefix/foo/li= bbase.a' + description=3D'bang in builddir' + expected_to_fail build bang + case $1 in + is_in_list bang squote dquote bquote sharp dollar bslash ampersand linefe= ed quadrigraph0 a_lf_b + item=3Dbang + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'bang in builddir' + set +x ok 11 - bang in builddir PASS: instspc.tap 11 - bang in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './!' /h/j/w/co/automake/tests/instspc.dir/dest-bang + test 2 -gt 0 + find './!' /h/j/w/co/automake/tests/instspc.dir/dest-bang -type d '!' -pe= rm -700 -exec chmod u+rwx '{}' ';' + rm -rf './!' /h/j/w/co/automake/tests/instspc.dir/dest-bang + for where in build dest + case $where in + build=3Dbuild-bang + dest=3D'/h/j/w/co/automake/tests/instspc.dir/!' + mkdir build-bang + cd build-bang + r=3Dok + ../configure --prefix '/!-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/!' + file=3D'./!' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-ban= g' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/!/!-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/!/!= -prefix/foo' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/!/!-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/!/!-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo' && ranlib libba= se.a ) test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/!/!-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/!/!-pref= ix/foo' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/!/!-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/!= /!-prefix/foo/sub/' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/!/!-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/!/!-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/!/!-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/!/!-pr= efix/foo/sub/' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/!/!-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/!/!-prefix/foo' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/!/!-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/!/!-prefix/foo' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/!/!-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/!/!-prefix/foo/sub' test -z "/!-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/!/!-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/!/!-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/!/!-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-bang' test -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/!/./!-prefix/foo/libbase.a' + description=3D'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=3Dbang + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'bang in destdir' + set +x ok 12 - bang in destdir PASS: instspc.tap 12 - bang in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-bang '/h/j/w/co/automake/tests/instspc.dir/!' + test 2 -gt 0 + find build-bang '/h/j/w/co/automake/tests/instspc.dir/!' -type d '!' -per= m -700 -exec chmod u+rwx '{}' ';' + rm -rf build-bang '/h/j/w/co/automake/tests/instspc.dir/!' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__bslash}' ++ test_string=3D'\' + test 'x\' '!=3D' x + mkdir './\' + for where in build dest + case $where in + build=3D'./\' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-bslash + cd './\' + r=3Dok + ../configure --prefix '/\-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... configure: error: unsafe abso= lute working directory name + r=3D'not ok' + description=3D'bslash in builddir' + expected_to_fail build bslash + case $1 in + is_in_list bslash squote dquote bquote sharp dollar bslash ampersand line= feed quadrigraph0 a_lf_b + item=3Dbslash + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'bslash in buil= ddir' + set +x not ok 13 - bslash in builddir # TODO long-standing limitation XFAIL: instspc.tap 13 - bslash in builddir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for where in build dest + case $where in + build=3Dbuild-bslash + dest=3D'/h/j/w/co/automake/tests/instspc.dir/\' + mkdir build-bslash + cd build-bslash + r=3Dok + ../configure --prefix '/\-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/\' + file=3D'./\' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-bsl= ash' test -z "/\-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/\/\-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/\/\= -prefix/foo' test -z "/\-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/\/\-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/\/\-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo' && ranlib libba= se.a ) test -z "/\-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/\/\-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/\/\-pref= ix/foo' test -z "/\-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/\/\-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/\= /\-prefix/foo/sub/' test -z "/\-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/\/\-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/\/\-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/\-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/\/\-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/\/\-pr= efix/foo/sub/' test -z "/\-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/\/\-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/\/\-prefix/foo' test -z "/\-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/\/\-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/\/\-prefix/foo' test -z "/\-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/\/\-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/\/\-prefix/foo/sub' test -z "/\-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/\/\-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/\/\-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/\/\-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-bsla= sh' test -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/\/./\-prefix/foo/libbase.a' + description=3D'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=3Dbslash + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'bslash in destdir' + set +x ok 14 - bslash in destdir PASS: instspc.tap 14 - bslash in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-bslash '/h/j/w/co/automake/tests/instspc.dir/\' + test 2 -gt 0 + find build-bslash '/h/j/w/co/automake/tests/instspc.dir/\' -type d '!' -p= erm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-bslash '/h/j/w/co/automake/tests/instspc.dir/\' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__ampersand}' ++ test_string=3D'&' + test 'x&' '!=3D' x + mkdir './&' + for where in build dest + case $where in + build=3D'./&' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-ampersand + cd './&' + r=3Dok + ../configure --prefix '/&-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... configure: error: unsafe abso= lute working directory name + r=3D'not ok' + description=3D'ampersand in builddir' + expected_to_fail build ampersand + case $1 in + is_in_list ampersand squote dquote bquote sharp dollar bslash ampersand l= inefeed quadrigraph0 a_lf_b + item=3Dampersand + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'ampersand in b= uilddir' + set +x not ok 15 - ampersand in builddir # TODO long-standing limitation XFAIL: instspc.tap 15 - ampersand in builddir # TODO long-standing limitati= on + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for where in build dest + case $where in + build=3Dbuild-ampersand + dest=3D'/h/j/w/co/automake/tests/instspc.dir/&' + mkdir build-ampersand + cd build-ampersand + r=3Dok + ../configure --prefix '/&-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/&' + file=3D'./&' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-amp= ersand' test -z "/&-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/&/&-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/&/&= -prefix/foo' test -z "/&-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/&/&-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/&/&-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo' && ranlib libba= se.a ) test -z "/&-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/&/&-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/&/&-pref= ix/foo' test -z "/&-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/&/&-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/&= /&-prefix/foo/sub/' test -z "/&-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/&/&-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/&/&-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/&-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/&/&-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/&/&-pr= efix/foo/sub/' test -z "/&-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/&/&-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/&/&-prefix/foo' test -z "/&-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/&/&-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/&/&-prefix/foo' test -z "/&-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/&/&-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/&/&-prefix/foo/sub' test -z "/&-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/&/&-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/&/&-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/&/&-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-ampe= rsand' test -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/&/./&-prefix/foo/libbase.a' + description=3D'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=3Dampersand + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'ampersand in destdir' + set +x ok 16 - ampersand in destdir PASS: instspc.tap 16 - ampersand in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-ampersand '/h/j/w/co/automake/tests/instspc.dir/&' + test 2 -gt 0 + find build-ampersand '/h/j/w/co/automake/tests/instspc.dir/&' -type d '!'= -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-ampersand '/h/j/w/co/automake/tests/instspc.dir/&' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__percent}' ++ test_string=3D% + test x% '!=3D' x + mkdir ./% + for where in build dest + case $where in + build=3D./% + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-percent + cd ./% + r=3Dok + ../configure --prefix /%-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-percent + file=3D./% + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/%' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-percent/%-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-percent/%-prefix/foo' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-percent/%-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-percent/%-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo' && r= anlib libbase.a ) test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-percent/%-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-per= cent/%-prefix/foo' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-percent/%-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefi= x/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-percent/%-prefix/foo/sub/' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-percent/%-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix= /foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-percent/%-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix/foo' && r= anlib sub/libnobase.a ) test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-percent/%-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefi= x/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-p= ercent/%-prefix/foo/sub/' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-percent/%-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-percent/%-prefix/foo' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-percent/%-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-percent/%-prefix/foo' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-percent/%-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-percent/%-prefix/foo/sub' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-percent/%-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-percent/%-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-percent/%-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/%' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-percent/./%-prefix/foo= /libbase.a' + description=3D'percent in builddir' + expected_to_fail build percent + case $1 in + is_in_list percent squote dquote bquote sharp dollar bslash ampersand lin= efeed quadrigraph0 a_lf_b + item=3Dpercent + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'percent in builddir' + set +x ok 17 - percent in builddir PASS: instspc.tap 17 - percent in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ ./% /h/j/w/co/automake/tests/instspc.dir/dest-percent + test 2 -gt 0 + find ./% /h/j/w/co/automake/tests/instspc.dir/dest-percent -type d '!' -p= erm -700 -exec chmod u+rwx '{}' ';' + rm -rf ./% /h/j/w/co/automake/tests/instspc.dir/dest-percent + for where in build dest + case $where in + build=3Dbuild-percent + dest=3D/h/j/w/co/automake/tests/instspc.dir/% + mkdir build-percent + cd build-percent + r=3Dok + ../configure --prefix /%-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/% + file=3D./% + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-per= cent' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/%/%-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/%/%= -prefix/foo' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/%/%-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/%/%-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo' && ranlib libba= se.a ) test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/%/%-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/%/%-pref= ix/foo' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/%/%-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/%= /%-prefix/foo/sub/' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/%/%-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/%/%-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/%/%-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/%/%-pr= efix/foo/sub/' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/%/%-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/%/%-prefix/foo' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/%/%-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/%/%-prefix/foo' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/%/%-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/%/%-prefix/foo/sub' test -z "/%-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/%/%-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/%/%-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/%/%-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-perc= ent' test -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/%/./%-prefix/foo/libbase.a' + description=3D'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=3Dpercent + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'percent in destdir' + set +x ok 18 - percent in destdir PASS: instspc.tap 18 - percent in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-percent /h/j/w/co/automake/tests/instspc.dir/% + test 2 -gt 0 + find build-percent /h/j/w/co/automake/tests/instspc.dir/% -type d '!' -pe= rm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-percent /h/j/w/co/automake/tests/instspc.dir/% + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__leftpar}' ++ test_string=3D'(' + test 'x(' '!=3D' x + mkdir './(' + for where in build dest + case $where in + build=3D'./(' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-leftpar + cd './(' + r=3Dok + ../configure --prefix '/(-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-leftpar + file=3D'./(' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/(' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-leftpar/(-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-leftpar/(-prefix/foo' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-leftpar/(-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-leftpar/(-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo' && r= anlib libbase.a ) test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-leftpar/(-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-lef= tpar/(-prefix/foo' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-leftpar/(-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefi= x/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-leftpar/(-prefix/foo/sub/' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-leftpar/(-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix= /foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-leftpar/(-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix/foo' && r= anlib sub/libnobase.a ) test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-leftpar/(-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefi= x/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-l= eftpar/(-prefix/foo/sub/' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-leftpar/(-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-leftpar/(-prefix/foo' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-leftpar/(-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-leftpar/(-prefix/foo' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-leftpar/(-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-leftpar/(-prefix/foo/sub' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-leftpar/(-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/(-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-leftpar/(-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/(' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-leftpar/./(-prefix/foo= /libbase.a' + description=3D'leftpar in builddir' + expected_to_fail build leftpar + case $1 in + is_in_list leftpar squote dquote bquote sharp dollar bslash ampersand lin= efeed quadrigraph0 a_lf_b + item=3Dleftpar + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'leftpar in builddir' + set +x ok 19 - leftpar in builddir PASS: instspc.tap 19 - leftpar in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './(' /h/j/w/co/automake/tests/instspc.dir/dest-leftpar + test 2 -gt 0 + find './(' /h/j/w/co/automake/tests/instspc.dir/dest-leftpar -type d '!' = -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf './(' /h/j/w/co/automake/tests/instspc.dir/dest-leftpar + for where in build dest + case $where in + build=3Dbuild-leftpar + dest=3D'/h/j/w/co/automake/tests/instspc.dir/(' + mkdir build-leftpar + cd build-leftpar + r=3Dok + ../configure --prefix '/(-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/(' + file=3D'./(' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-lef= tpar' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/(/(-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/(/(= -prefix/foo' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/(/(-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/(/(-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo' && ranlib libba= se.a ) test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/(/(-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/(/(-pref= ix/foo' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/(/(-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/(= /(-prefix/foo/sub/' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/(/(-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/(/(-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/(/(-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/(/(-pr= efix/foo/sub/' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/(/(-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/(/(-prefix/foo' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/(/(-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/(/(-prefix/foo' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/(/(-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/(/(-prefix/foo/sub' test -z "/(-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/(/(-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/(/(-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/(/(-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-left= par' test -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/(/./(-prefix/foo/libbase.a' + description=3D'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=3Dleftpar + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'leftpar in destdir' + set +x ok 20 - leftpar in destdir PASS: instspc.tap 20 - leftpar in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-leftpar '/h/j/w/co/automake/tests/instspc.dir/(' + test 2 -gt 0 + find build-leftpar '/h/j/w/co/automake/tests/instspc.dir/(' -type d '!' -= perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-leftpar '/h/j/w/co/automake/tests/instspc.dir/(' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__rightpar}' ++ test_string=3D')' + test 'x)' '!=3D' x + mkdir './)' + for where in build dest + case $where in + build=3D'./)' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-rightpar + cd './)' + r=3Dok + ../configure --prefix '/)-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-rightpar + file=3D'./)' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/)' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rightpar/)-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-rightpar/)-prefix/foo' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rightpar/)-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-rightpar/)-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo' && = ranlib libbase.a ) test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rightpar/)-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-rig= htpar/)-prefix/foo' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rightpar/)-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-pref= ix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-rightpar/)-prefix/foo/sub/' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rightpar/)-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefi= x/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-rightpar/)-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefix/foo' && = ranlib sub/libnobase.a ) test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rightpar/)-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-pref= ix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-r= ightpar/)-prefix/foo/sub/' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rightpar/)-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-rightpar/)-prefix/foo' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rightpar/)-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-rightpar/)-prefix/foo' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rightpar/)-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefi= x/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-rightpar/)-prefix/foo/sub' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rightpar/)-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/)-prefi= x/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-rightpar/)-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/)' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rightpar/./)-prefix/fo= o/libbase.a' + description=3D'rightpar in builddir' + expected_to_fail build rightpar + case $1 in + is_in_list rightpar squote dquote bquote sharp dollar bslash ampersand li= nefeed quadrigraph0 a_lf_b + item=3Drightpar + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'rightpar in builddir' + set +x ok 21 - rightpar in builddir PASS: instspc.tap 21 - rightpar in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './)' /h/j/w/co/automake/tests/instspc.dir/dest-rightpar + test 2 -gt 0 + find './)' /h/j/w/co/automake/tests/instspc.dir/dest-rightpar -type d '!'= -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf './)' /h/j/w/co/automake/tests/instspc.dir/dest-rightpar + for where in build dest + case $where in + build=3Dbuild-rightpar + dest=3D'/h/j/w/co/automake/tests/instspc.dir/)' + mkdir build-rightpar + cd build-rightpar + r=3Dok + ../configure --prefix '/)-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/)' + file=3D'./)' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-rig= htpar' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/)/)-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/)/)= -prefix/foo' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/)/)-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/)/)-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo' && ranlib libba= se.a ) test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/)/)-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/)/)-pref= ix/foo' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/)/)-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/)= /)-prefix/foo/sub/' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/)/)-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/)/)-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/)/)-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/)/)-pr= efix/foo/sub/' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/)/)-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/)/)-prefix/foo' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/)/)-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/)/)-prefix/foo' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/)/)-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/)/)-prefix/foo/sub' test -z "/)-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/)/)-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/)/)-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/)/)-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-righ= tpar' test -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/)/./)-prefix/foo/libbase.a' + description=3D'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=3Drightpar + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'rightpar in destdir' + set +x ok 22 - rightpar in destdir PASS: instspc.tap 22 - rightpar in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-rightpar '/h/j/w/co/automake/tests/instspc.dir/)' + test 2 -gt 0 + find build-rightpar '/h/j/w/co/automake/tests/instspc.dir/)' -type d '!' = -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-rightpar '/h/j/w/co/automake/tests/instspc.dir/)' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__pipe}' ++ test_string=3D'|' + test 'x|' '!=3D' x + mkdir './|' + for where in build dest + case $where in + build=3D'./|' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-pipe + cd './|' + r=3Dok + ../configure --prefix '/|-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-pipe + file=3D'./|' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/|' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-pipe/|-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-pipe/|-prefix/foo' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-pipe/|-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-pipe/|-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo' && ranl= ib libbase.a ) test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-pipe/|-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-pip= e/|-prefix/foo' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-pipe/|-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/f= oo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-pipe/|-prefix/foo/sub/' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-pipe/|-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/fo= o/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-pipe/|-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/foo' && ranl= ib sub/libnobase.a ) test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-pipe/|-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/f= oo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-p= ipe/|-prefix/foo/sub/' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-pipe/|-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-pipe/|-prefix/foo' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-pipe/|-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-pipe/|-prefix/foo' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-pipe/|-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/fo= o/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-pipe/|-prefix/foo/sub' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-pipe/|-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/|-prefix/fo= o/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-pipe/|-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/|' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/su= b/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/no= base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/ba= se.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/su= b/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/no= base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/ba= se.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/su= b/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/no= base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/ba= se.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/su= b/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/no= base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/ba= se' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/su= b/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/li= bnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-pipe/./|-prefix/foo/li= bbase.a' + description=3D'pipe in builddir' + expected_to_fail build pipe + case $1 in + is_in_list pipe squote dquote bquote sharp dollar bslash ampersand linefe= ed quadrigraph0 a_lf_b + item=3Dpipe + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'pipe in builddir' + set +x ok 23 - pipe in builddir PASS: instspc.tap 23 - pipe in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './|' /h/j/w/co/automake/tests/instspc.dir/dest-pipe + test 2 -gt 0 + find './|' /h/j/w/co/automake/tests/instspc.dir/dest-pipe -type d '!' -pe= rm -700 -exec chmod u+rwx '{}' ';' + rm -rf './|' /h/j/w/co/automake/tests/instspc.dir/dest-pipe + for where in build dest + case $where in + build=3Dbuild-pipe + dest=3D'/h/j/w/co/automake/tests/instspc.dir/|' + mkdir build-pipe + cd build-pipe + r=3Dok + ../configure --prefix '/|-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/|' + file=3D'./|' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-pip= e' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/|/|-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/|/|= -prefix/foo' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/|/|-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/|/|-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo' && ranlib libba= se.a ) test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/|/|-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/|/|-pref= ix/foo' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/|/|-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/|= /|-prefix/foo/sub/' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/|/|-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/|/|-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/|/|-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/|/|-pr= efix/foo/sub/' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/|/|-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/|/|-prefix/foo' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/|/|-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/|/|-prefix/foo' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/|/|-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/|/|-prefix/foo/sub' test -z "/|-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/|/|-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/|/|-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/|/|-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-pipe' test -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/|/./|-prefix/foo/libbase.a' + description=3D'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=3Dpipe + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'pipe in destdir' + set +x ok 24 - pipe in destdir PASS: instspc.tap 24 - pipe in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-pipe '/h/j/w/co/automake/tests/instspc.dir/|' + test 2 -gt 0 + find build-pipe '/h/j/w/co/automake/tests/instspc.dir/|' -type d '!' -per= m -700 -exec chmod u+rwx '{}' ';' + rm -rf build-pipe '/h/j/w/co/automake/tests/instspc.dir/|' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__caret}' ++ test_string=3D'^' + test 'x^' '!=3D' x + mkdir './^' + for where in build dest + case $where in + build=3D'./^' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-caret + cd './^' + r=3Dok + ../configure --prefix '/^-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-caret + file=3D'./^' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/^' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-caret/^-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-caret/^-prefix/foo' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-caret/^-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-caret/^-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo' && ran= lib libbase.a ) test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-caret/^-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-car= et/^-prefix/foo' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-caret/^-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/= foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-caret/^-prefix/foo/sub/' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-caret/^-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/f= oo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-caret/^-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/foo' && ran= lib sub/libnobase.a ) test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-caret/^-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/= foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-c= aret/^-prefix/foo/sub/' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-caret/^-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-caret/^-prefix/foo' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-caret/^-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-caret/^-prefix/foo' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-caret/^-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-caret/^-prefix/foo/sub' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-caret/^-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-caret/^-prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-caret/^-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/^' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/s= ub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/n= obase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/b= ase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/s= ub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/n= obase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/b= ase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/s= ub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/n= obase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/b= ase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/s= ub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/n= obase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/b= ase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/s= ub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/l= ibnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-caret/./^-prefix/foo/l= ibbase.a' + description=3D'caret in builddir' + expected_to_fail build caret + case $1 in + is_in_list caret squote dquote bquote sharp dollar bslash ampersand linef= eed quadrigraph0 a_lf_b + item=3Dcaret + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'caret in builddir' + set +x ok 25 - caret in builddir PASS: instspc.tap 25 - caret in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './^' /h/j/w/co/automake/tests/instspc.dir/dest-caret + test 2 -gt 0 + find './^' /h/j/w/co/automake/tests/instspc.dir/dest-caret -type d '!' -p= erm -700 -exec chmod u+rwx '{}' ';' + rm -rf './^' /h/j/w/co/automake/tests/instspc.dir/dest-caret + for where in build dest + case $where in + build=3Dbuild-caret + dest=3D'/h/j/w/co/automake/tests/instspc.dir/^' + mkdir build-caret + cd build-caret + r=3Dok + ../configure --prefix '/^-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/^' + file=3D'./^' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-car= et' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/^/^-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/^/^= -prefix/foo' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/^/^-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/^/^-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo' && ranlib libba= se.a ) test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/^/^-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/^/^-pref= ix/foo' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/^/^-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/^= /^-prefix/foo/sub/' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/^/^-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/^/^-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/^/^-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/^/^-pr= efix/foo/sub/' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/^/^-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/^/^-prefix/foo' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/^/^-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/^/^-prefix/foo' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/^/^-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/^/^-prefix/foo/sub' test -z "/^-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/^/^-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/^/^-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/^/^-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-care= t' test -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/^/./^-prefix/foo/libbase.a' + description=3D'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=3Dcaret + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'caret in destdir' + set +x ok 26 - caret in destdir PASS: instspc.tap 26 - caret in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-caret '/h/j/w/co/automake/tests/instspc.dir/^' + test 2 -gt 0 + find build-caret '/h/j/w/co/automake/tests/instspc.dir/^' -type d '!' -pe= rm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-caret '/h/j/w/co/automake/tests/instspc.dir/^' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__tilde}' ++ test_string=3D'~' + test x~ '!=3D' x + mkdir ./~ + for where in build dest + case $where in + build=3D./~ + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-tilde + cd ./~ + r=3Dok + ../configure --prefix /~-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-tilde + file=3D./~ + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/~' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tilde/~-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-tilde/~-prefix/foo' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tilde/~-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-tilde/~-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo' && ran= lib libbase.a ) test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tilde/~-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-til= de/~-prefix/foo' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tilde/~-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/= foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-tilde/~-prefix/foo/sub/' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tilde/~-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/f= oo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-tilde/~-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/foo' && ran= lib sub/libnobase.a ) test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tilde/~-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/= foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-t= ilde/~-prefix/foo/sub/' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tilde/~-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-tilde/~-prefix/foo' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tilde/~-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-tilde/~-prefix/foo' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tilde/~-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-tilde/~-prefix/foo/sub' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tilde/~-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/~-prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-tilde/~-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/~' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/s= ub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/n= obase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/b= ase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/s= ub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/n= obase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/b= ase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/s= ub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/n= obase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/b= ase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/s= ub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/n= obase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/b= ase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/s= ub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/l= ibnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tilde/./~-prefix/foo/l= ibbase.a' + description=3D'tilde in builddir' + expected_to_fail build tilde + case $1 in + is_in_list tilde squote dquote bquote sharp dollar bslash ampersand linef= eed quadrigraph0 a_lf_b + item=3Dtilde + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'tilde in builddir' + set +x ok 27 - tilde in builddir PASS: instspc.tap 27 - tilde in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ ./~ /h/j/w/co/automake/tests/instspc.dir/dest-tilde + test 2 -gt 0 + find ./~ /h/j/w/co/automake/tests/instspc.dir/dest-tilde -type d '!' -per= m -700 -exec chmod u+rwx '{}' ';' + rm -rf ./~ /h/j/w/co/automake/tests/instspc.dir/dest-tilde + for where in build dest + case $where in + build=3Dbuild-tilde + dest=3D/h/j/w/co/automake/tests/instspc.dir/~ + mkdir build-tilde + cd build-tilde + r=3Dok + ../configure --prefix /~-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/~ + file=3D./~ + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-til= de' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/~/~-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/~/~= -prefix/foo' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/~/~-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/~/~-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo' && ranlib libba= se.a ) test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/~/~-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/~/~-pref= ix/foo' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/~/~-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/~= /~-prefix/foo/sub/' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/~/~-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/~/~-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/~/~-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/~/~-pr= efix/foo/sub/' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/~/~-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/~/~-prefix/foo' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/~/~-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/~/~-prefix/foo' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/~/~-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/~/~-prefix/foo/sub' test -z "/~-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/~/~-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/~/~-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/~/~-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-tild= e' test -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/~/./~-prefix/foo/libbase.a' + description=3D'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=3Dtilde + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'tilde in destdir' + set +x ok 28 - tilde in destdir PASS: instspc.tap 28 - tilde in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-tilde /h/j/w/co/automake/tests/instspc.dir/~ + test 2 -gt 0 + find build-tilde /h/j/w/co/automake/tests/instspc.dir/~ -type d '!' -perm= -700 -exec chmod u+rwx '{}' ';' + rm -rf build-tilde /h/j/w/co/automake/tests/instspc.dir/~ + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__qmark}' ++ test_string=3D'?' + test 'x?' '!=3D' x + mkdir './?' + for where in build dest + case $where in + build=3D'./?' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-qmark + cd './?' + r=3Dok + ../configure --prefix '/?-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-qmark + file=3D'./?' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/?' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-qmark/?-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-qmark/?-prefix/foo' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-qmark/?-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-qmark/?-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo' && ran= lib libbase.a ) test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-qmark/?-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-qma= rk/?-prefix/foo' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-qmark/?-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/= foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-qmark/?-prefix/foo/sub/' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-qmark/?-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/f= oo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-qmark/?-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/foo' && ran= lib sub/libnobase.a ) test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-qmark/?-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/= foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-q= mark/?-prefix/foo/sub/' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-qmark/?-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-qmark/?-prefix/foo' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-qmark/?-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-qmark/?-prefix/foo' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-qmark/?-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-qmark/?-prefix/foo/sub' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-qmark/?-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/?-prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-qmark/?-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/?' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/s= ub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/n= obase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/b= ase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/s= ub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/n= obase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/b= ase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/s= ub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/n= obase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/b= ase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/s= ub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/n= obase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/b= ase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/s= ub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/l= ibnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-qmark/./?-prefix/foo/l= ibbase.a' + description=3D'qmark in builddir' + expected_to_fail build qmark + case $1 in + is_in_list qmark squote dquote bquote sharp dollar bslash ampersand linef= eed quadrigraph0 a_lf_b + item=3Dqmark + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'qmark in builddir' + set +x ok 29 - qmark in builddir PASS: instspc.tap 29 - qmark in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './?' /h/j/w/co/automake/tests/instspc.dir/dest-qmark + test 2 -gt 0 + find './?' /h/j/w/co/automake/tests/instspc.dir/dest-qmark -type d '!' -p= erm -700 -exec chmod u+rwx '{}' ';' + rm -rf './?' /h/j/w/co/automake/tests/instspc.dir/dest-qmark + for where in build dest + case $where in + build=3Dbuild-qmark + dest=3D'/h/j/w/co/automake/tests/instspc.dir/?' + mkdir build-qmark + cd build-qmark + r=3Dok + ../configure --prefix '/?-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/?' + file=3D'./?' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-qma= rk' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/?/?-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/?/?= -prefix/foo' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/?/?-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/?/?-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo' && ranlib libba= se.a ) test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/?/?-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/?/?-pref= ix/foo' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/?/?-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/?= /?-prefix/foo/sub/' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/?/?-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/?/?-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/?/?-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/?/?-pr= efix/foo/sub/' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/?/?-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/?/?-prefix/foo' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/?/?-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/?/?-prefix/foo' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/?/?-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/?/?-prefix/foo/sub' test -z "/?-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/?/?-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?/?-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/?/?-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-qmar= k' test -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/?/./?-prefix/foo/libbase.a' + description=3D'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=3Dqmark + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'qmark in destdir' + set +x ok 30 - qmark in destdir PASS: instspc.tap 30 - qmark in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-qmark '/h/j/w/co/automake/tests/instspc.dir/?' + test 2 -gt 0 + find build-qmark '/h/j/w/co/automake/tests/instspc.dir/?' -type d '!' -pe= rm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-qmark '/h/j/w/co/automake/tests/instspc.dir/?' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__star}' ++ test_string=3D'*' + test 'x*' '!=3D' x + mkdir './*' + for where in build dest + case $where in + build=3D'./*' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-star + cd './*' + r=3Dok + ../configure --prefix '/*-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-star + file=3D'./*' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/*' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-star/*-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-star/*-prefix/foo' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-star/*-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-star/*-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo' && ranl= ib libbase.a ) test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-star/*-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-sta= r/*-prefix/foo' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-star/*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/f= oo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-star/*-prefix/foo/sub/' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-star/*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/fo= o/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-star/*-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/foo' && ranl= ib sub/libnobase.a ) test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-star/*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/f= oo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-s= tar/*-prefix/foo/sub/' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-star/*-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-star/*-prefix/foo' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-star/*-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-star/*-prefix/foo' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-star/*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/fo= o/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-star/*-prefix/foo/sub' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-star/*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-star/*-prefix/fo= o/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-star/*-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/*' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/su= b/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/no= base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/ba= se.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/su= b/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/no= base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/ba= se.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/su= b/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/no= base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/ba= se.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/su= b/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/no= base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/ba= se' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/su= b/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/li= bnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-star/./*-prefix/foo/li= bbase.a' + description=3D'star in builddir' + expected_to_fail build star + case $1 in + is_in_list star squote dquote bquote sharp dollar bslash ampersand linefe= ed quadrigraph0 a_lf_b + item=3Dstar + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'star in builddir' + set +x ok 31 - star in builddir PASS: instspc.tap 31 - star in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './*' /h/j/w/co/automake/tests/instspc.dir/dest-star + test 2 -gt 0 + find './*' /h/j/w/co/automake/tests/instspc.dir/dest-star -type d '!' -pe= rm -700 -exec chmod u+rwx '{}' ';' + rm -rf './*' /h/j/w/co/automake/tests/instspc.dir/dest-star + for where in build dest + case $where in + build=3Dbuild-star + dest=3D'/h/j/w/co/automake/tests/instspc.dir/*' + mkdir build-star + cd build-star + r=3Dok + ../configure --prefix '/*-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/*' + file=3D'./*' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-sta= r' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/*/*-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/*/*= -prefix/foo' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/*/*-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/*/*-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo' && ranlib libba= se.a ) test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/*/*-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/*/*-pref= ix/foo' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/*/*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/*= /*-prefix/foo/sub/' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/*/*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/*/*-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/*/*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/*/*-pr= efix/foo/sub/' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/*/*-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/*/*-prefix/foo' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/*/*-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/*/*-prefix/foo' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/*/*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/*/*-prefix/foo/sub' test -z "/*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/*/*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/*/*-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/*/*-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-star' test -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/*/./*-prefix/foo/libbase.a' + description=3D'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=3Dstar + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'star in destdir' + set +x ok 32 - star in destdir PASS: instspc.tap 32 - star in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-star '/h/j/w/co/automake/tests/instspc.dir/*' + test 2 -gt 0 + find build-star '/h/j/w/co/automake/tests/instspc.dir/*' -type d '!' -per= m -700 -exec chmod u+rwx '{}' ';' + rm -rf build-star '/h/j/w/co/automake/tests/instspc.dir/*' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__plus}' ++ test_string=3D+ + test x+ '!=3D' x + mkdir ./+ + for where in build dest + case $where in + build=3D./+ + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-plus + cd ./+ + r=3Dok + ../configure --prefix /+-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-plus + file=3D./+ + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/+' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-plus/+-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-plus/+-prefix/foo' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-plus/+-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-plus/+-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo' && ranl= ib libbase.a ) test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-plus/+-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-plu= s/+-prefix/foo' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-plus/+-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/f= oo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-plus/+-prefix/foo/sub/' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-plus/+-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/fo= o/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-plus/+-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/foo' && ranl= ib sub/libnobase.a ) test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-plus/+-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/f= oo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-p= lus/+-prefix/foo/sub/' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-plus/+-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-plus/+-prefix/foo' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-plus/+-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-plus/+-prefix/foo' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-plus/+-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/fo= o/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-plus/+-prefix/foo/sub' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-plus/+-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-plus/+-prefix/fo= o/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-plus/+-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/+' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/su= b/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/no= base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/ba= se.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/su= b/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/no= base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/ba= se.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/su= b/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/no= base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/ba= se.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/su= b/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/no= base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/ba= se' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/su= b/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/li= bnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-plus/./+-prefix/foo/li= bbase.a' + description=3D'plus in builddir' + expected_to_fail build plus + case $1 in + is_in_list plus squote dquote bquote sharp dollar bslash ampersand linefe= ed quadrigraph0 a_lf_b + item=3Dplus + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'plus in builddir' + set +x ok 33 - plus in builddir PASS: instspc.tap 33 - plus in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ ./+ /h/j/w/co/automake/tests/instspc.dir/dest-plus + test 2 -gt 0 + find ./+ /h/j/w/co/automake/tests/instspc.dir/dest-plus -type d '!' -perm= -700 -exec chmod u+rwx '{}' ';' + rm -rf ./+ /h/j/w/co/automake/tests/instspc.dir/dest-plus + for where in build dest + case $where in + build=3Dbuild-plus + dest=3D/h/j/w/co/automake/tests/instspc.dir/+ + mkdir build-plus + cd build-plus + r=3Dok + ../configure --prefix /+-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/+ + file=3D./+ + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-plu= s' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/+/+-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/+/+= -prefix/foo' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/+/+-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/+/+-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo' && ranlib libba= se.a ) test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/+/+-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/+/+-pref= ix/foo' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/+/+-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/+= /+-prefix/foo/sub/' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/+/+-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/+/+-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/+/+-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/+/+-pr= efix/foo/sub/' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/+/+-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/+/+-prefix/foo' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/+/+-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/+/+-prefix/foo' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/+/+-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/+/+-prefix/foo/sub' test -z "/+-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/+/+-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/+/+-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/+/+-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-plus' test -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/+/./+-prefix/foo/libbase.a' + description=3D'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=3Dplus + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'plus in destdir' + set +x ok 34 - plus in destdir PASS: instspc.tap 34 - plus in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-plus /h/j/w/co/automake/tests/instspc.dir/+ + test 2 -gt 0 + find build-plus /h/j/w/co/automake/tests/instspc.dir/+ -type d '!' -perm = -700 -exec chmod u+rwx '{}' ';' + rm -rf build-plus /h/j/w/co/automake/tests/instspc.dir/+ + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__minus}' ++ test_string=3D- + test x- '!=3D' x + mkdir ./- + for where in build dest + case $where in + build=3D./- + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-minus + cd ./- + r=3Dok + ../configure --prefix /--prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-minus + file=3D./- + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/-' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-minus/--prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-minus/--prefix/foo' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-minus/--prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-minus/--prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo' && ran= lib libbase.a ) test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-minus/--prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-min= us/--prefix/foo' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-minus/--prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/= foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-minus/--prefix/foo/sub/' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-minus/--prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/f= oo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-minus/--prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/foo' && ran= lib sub/libnobase.a ) test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-minus/--prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/= foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-m= inus/--prefix/foo/sub/' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-minus/--prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-minus/--prefix/foo' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-minus/--prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-minus/--prefix/foo' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-minus/--prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-minus/--prefix/foo/sub' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-minus/--prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-minus/--prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-minus/--prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/-' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/s= ub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/n= obase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/b= ase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/s= ub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/n= obase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/b= ase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/s= ub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/n= obase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/b= ase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/s= ub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/n= obase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/b= ase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/s= ub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/l= ibnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-minus/./--prefix/foo/l= ibbase.a' + description=3D'minus in builddir' + expected_to_fail build minus + case $1 in + is_in_list minus squote dquote bquote sharp dollar bslash ampersand linef= eed quadrigraph0 a_lf_b + item=3Dminus + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'minus in builddir' + set +x ok 35 - minus in builddir PASS: instspc.tap 35 - minus in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ ./- /h/j/w/co/automake/tests/instspc.dir/dest-minus + test 2 -gt 0 + find ./- /h/j/w/co/automake/tests/instspc.dir/dest-minus -type d '!' -per= m -700 -exec chmod u+rwx '{}' ';' + rm -rf ./- /h/j/w/co/automake/tests/instspc.dir/dest-minus + for where in build dest + case $where in + build=3Dbuild-minus + dest=3D/h/j/w/co/automake/tests/instspc.dir/- + mkdir build-minus + cd build-minus + r=3Dok + ../configure --prefix /--prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/- + file=3D./- + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-min= us' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/-/--prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/-/-= -prefix/foo' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/-/--prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/-/--prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo' && ranlib libba= se.a ) test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/-/--prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/-/--pref= ix/foo' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/-/--prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/-= /--prefix/foo/sub/' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/-/--prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/-/--prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/-/--prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/-/--pr= efix/foo/sub/' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/-/--prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/-/--prefix/foo' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/-/--prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/-/--prefix/foo' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/-/--prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/-/--prefix/foo/sub' test -z "/--prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/-/--prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/-/--prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/-/--prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-minu= s' test -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/-/./--prefix/foo/libbase.a' + description=3D'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=3Dminus + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'minus in destdir' + set +x ok 36 - minus in destdir PASS: instspc.tap 36 - minus in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-minus /h/j/w/co/automake/tests/instspc.dir/- + test 2 -gt 0 + find build-minus /h/j/w/co/automake/tests/instspc.dir/- -type d '!' -perm= -700 -exec chmod u+rwx '{}' ';' + rm -rf build-minus /h/j/w/co/automake/tests/instspc.dir/- + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__comma}' ++ test_string=3D, + test x, '!=3D' x + mkdir ./, + for where in build dest + case $where in + build=3D./, + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-comma + cd ./, + r=3Dok + ../configure --prefix /,-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-comma + file=3D./, + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/,' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-comma/,-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-comma/,-prefix/foo' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-comma/,-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-comma/,-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo' && ran= lib libbase.a ) test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-comma/,-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-com= ma/,-prefix/foo' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-comma/,-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/= foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-comma/,-prefix/foo/sub/' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-comma/,-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/f= oo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-comma/,-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/foo' && ran= lib sub/libnobase.a ) test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-comma/,-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/= foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-c= omma/,-prefix/foo/sub/' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-comma/,-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-comma/,-prefix/foo' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-comma/,-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-comma/,-prefix/foo' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-comma/,-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-comma/,-prefix/foo/sub' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-comma/,-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-comma/,-prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-comma/,-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/,' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/s= ub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/n= obase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/b= ase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/s= ub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/n= obase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/b= ase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/s= ub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/n= obase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/b= ase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/s= ub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/n= obase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/b= ase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/s= ub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/l= ibnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-comma/./,-prefix/foo/l= ibbase.a' + description=3D'comma in builddir' + expected_to_fail build comma + case $1 in + is_in_list comma squote dquote bquote sharp dollar bslash ampersand linef= eed quadrigraph0 a_lf_b + item=3Dcomma + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'comma in builddir' + set +x ok 37 - comma in builddir PASS: instspc.tap 37 - comma in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ ./, /h/j/w/co/automake/tests/instspc.dir/dest-comma + test 2 -gt 0 + find ./, /h/j/w/co/automake/tests/instspc.dir/dest-comma -type d '!' -per= m -700 -exec chmod u+rwx '{}' ';' + rm -rf ./, /h/j/w/co/automake/tests/instspc.dir/dest-comma + for where in build dest + case $where in + build=3Dbuild-comma + dest=3D/h/j/w/co/automake/tests/instspc.dir/, + mkdir build-comma + cd build-comma + r=3Dok + ../configure --prefix /,-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/, + file=3D./, + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-com= ma' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/,/,-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/,/,= -prefix/foo' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/,/,-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/,/,-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo' && ranlib libba= se.a ) test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/,/,-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/,/,-pref= ix/foo' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/,/,-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/,= /,-prefix/foo/sub/' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/,/,-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/,/,-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/,/,-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/,/,-pr= efix/foo/sub/' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/,/,-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/,/,-prefix/foo' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/,/,-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/,/,-prefix/foo' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/,/,-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/,/,-prefix/foo/sub' test -z "/,-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/,/,-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/,/,-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/,/,-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-comm= a' test -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/,/./,-prefix/foo/libbase.a' + description=3D'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=3Dcomma + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'comma in destdir' + set +x ok 38 - comma in destdir PASS: instspc.tap 38 - comma in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-comma /h/j/w/co/automake/tests/instspc.dir/, + test 2 -gt 0 + find build-comma /h/j/w/co/automake/tests/instspc.dir/, -type d '!' -perm= -700 -exec chmod u+rwx '{}' ';' + rm -rf build-comma /h/j/w/co/automake/tests/instspc.dir/, + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__colon}' ++ test_string=3D: + test x: '!=3D' x + mkdir ./: + for where in build dest + case $where in + build=3D./: + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-colon + cd ./: + r=3Dok + ../configure --prefix /:-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-colon + file=3D./: + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/:' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-colon/:-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-colon/:-prefix/foo' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-colon/:-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-colon/:-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo' && ran= lib libbase.a ) test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-colon/:-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-col= on/:-prefix/foo' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-colon/:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/= foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-colon/:-prefix/foo/sub/' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-colon/:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/f= oo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-colon/:-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/foo' && ran= lib sub/libnobase.a ) test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-colon/:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/= foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-c= olon/:-prefix/foo/sub/' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-colon/:-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-colon/:-prefix/foo' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-colon/:-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-colon/:-prefix/foo' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-colon/:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-colon/:-prefix/foo/sub' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-colon/:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-colon/:-prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-colon/:-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/:' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/s= ub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/n= obase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/b= ase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/s= ub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/n= obase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/b= ase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/s= ub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/n= obase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/b= ase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/s= ub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/n= obase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/b= ase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/s= ub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/l= ibnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-colon/./:-prefix/foo/l= ibbase.a' + description=3D'colon in builddir' + expected_to_fail build colon + case $1 in + is_in_list colon squote dquote bquote sharp dollar bslash ampersand linef= eed quadrigraph0 a_lf_b + item=3Dcolon + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'colon in builddir' + set +x ok 39 - colon in builddir PASS: instspc.tap 39 - colon in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ ./: /h/j/w/co/automake/tests/instspc.dir/dest-colon + test 2 -gt 0 + find ./: /h/j/w/co/automake/tests/instspc.dir/dest-colon -type d '!' -per= m -700 -exec chmod u+rwx '{}' ';' + rm -rf ./: /h/j/w/co/automake/tests/instspc.dir/dest-colon + for where in build dest + case $where in + build=3Dbuild-colon + dest=3D/h/j/w/co/automake/tests/instspc.dir/: + mkdir build-colon + cd build-colon + r=3Dok + ../configure --prefix /:-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/: + file=3D./: + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-col= on' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/:/:-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/:/:= -prefix/foo' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/:/:-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/:/:-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo' && ranlib libba= se.a ) test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/:/:-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/:/:-pref= ix/foo' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/:/:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/:= /:-prefix/foo/sub/' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/:/:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/:/:-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/:/:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/:/:-pr= efix/foo/sub/' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/:/:-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/:/:-prefix/foo' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/:/:-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/:/:-prefix/foo' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/:/:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/:/:-prefix/foo/sub' test -z "/:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/:/:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/:/:-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/:/:-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-colo= n' test -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/:/./:-prefix/foo/libbase.a' + description=3D'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=3Dcolon + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'colon in destdir' + set +x ok 40 - colon in destdir PASS: instspc.tap 40 - colon in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-colon /h/j/w/co/automake/tests/instspc.dir/: + test 2 -gt 0 + find build-colon /h/j/w/co/automake/tests/instspc.dir/: -type d '!' -perm= -700 -exec chmod u+rwx '{}' ';' + rm -rf build-colon /h/j/w/co/automake/tests/instspc.dir/: + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__semicol}' ++ test_string=3D';' + test 'x;' '!=3D' x + mkdir './;' + for where in build dest + case $where in + build=3D'./;' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-semicol + cd './;' + r=3Dok + ../configure --prefix '/;-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-semicol + file=3D'./;' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/;' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-semicol/;-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-semicol/;-prefix/foo' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-semicol/;-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-semicol/;-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo' && r= anlib libbase.a ) test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-semicol/;-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-sem= icol/;-prefix/foo' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-semicol/;-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefi= x/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-semicol/;-prefix/foo/sub/' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-semicol/;-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix= /foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-semicol/;-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix/foo' && r= anlib sub/libnobase.a ) test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-semicol/;-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefi= x/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-s= emicol/;-prefix/foo/sub/' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-semicol/;-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-semicol/;-prefix/foo' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-semicol/;-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-semicol/;-prefix/foo' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-semicol/;-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-semicol/;-prefix/foo/sub' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-semicol/;-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/;-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-semicol/;-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/;' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-semicol/./;-prefix/foo= /libbase.a' + description=3D'semicol in builddir' + expected_to_fail build semicol + case $1 in + is_in_list semicol squote dquote bquote sharp dollar bslash ampersand lin= efeed quadrigraph0 a_lf_b + item=3Dsemicol + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'semicol in builddir' + set +x ok 41 - semicol in builddir PASS: instspc.tap 41 - semicol in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './;' /h/j/w/co/automake/tests/instspc.dir/dest-semicol + test 2 -gt 0 + find './;' /h/j/w/co/automake/tests/instspc.dir/dest-semicol -type d '!' = -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf './;' /h/j/w/co/automake/tests/instspc.dir/dest-semicol + for where in build dest + case $where in + build=3Dbuild-semicol + dest=3D'/h/j/w/co/automake/tests/instspc.dir/;' + mkdir build-semicol + cd build-semicol + r=3Dok + ../configure --prefix '/;-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/;' + file=3D'./;' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-sem= icol' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/;/;-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/;/;= -prefix/foo' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/;/;-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/;/;-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo' && ranlib libba= se.a ) test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/;/;-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/;/;-pref= ix/foo' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/;/;-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/;= /;-prefix/foo/sub/' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/;/;-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/;/;-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/;/;-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/;/;-pr= efix/foo/sub/' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/;/;-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/;/;-prefix/foo' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/;/;-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/;/;-prefix/foo' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/;/;-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/;/;-prefix/foo/sub' test -z "/;-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/;/;-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/;/;-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/;/;-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-semi= col' test -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/;/./;-prefix/foo/libbase.a' + description=3D'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=3Dsemicol + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'semicol in destdir' + set +x ok 42 - semicol in destdir PASS: instspc.tap 42 - semicol in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-semicol '/h/j/w/co/automake/tests/instspc.dir/;' + test 2 -gt 0 + find build-semicol '/h/j/w/co/automake/tests/instspc.dir/;' -type d '!' -= perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-semicol '/h/j/w/co/automake/tests/instspc.dir/;' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__equal}' ++ test_string=3D=3D + test x=3D '!=3D' x + mkdir ./=3D + for where in build dest + case $where in + build=3D./=3D + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-equal + cd ./=3D + r=3Dok + ../configure --prefix /=3D-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-equal + file=3D./=3D + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/=3D' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-equal/=3D-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-equal/=3D-prefix/foo' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-equal/=3D-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-equal/=3D-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-equal/=3D-prefix/foo' && r= anlib libbase.a ) test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-equal/=3D-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-equ= al/=3D-prefix/foo' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-equal/=3D-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-equal/=3D-prefi= x/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-equal/=3D-prefix/foo/sub/' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-equal/=3D-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-equal/=3D-prefix= /foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-equal/=3D-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-equal/=3D-prefix/foo' && r= anlib sub/libnobase.a ) test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-equal/=3D-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-equal/=3D-prefi= x/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-e= qual/=3D-prefix/foo/sub/' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-equal/=3D-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-equal/=3D-prefix/foo' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-equal/=3D-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-equal/=3D-prefix/foo' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-equal/=3D-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-equal/=3D-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-equal/=3D-prefix/foo/sub' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-equal/=3D-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-equal/=3D-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-equal/=3D-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/=3D' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-equal/./=3D-prefix/foo= /libbase.a' + description=3D'equal in builddir' + expected_to_fail build equal + case $1 in + is_in_list equal squote dquote bquote sharp dollar bslash ampersand linef= eed quadrigraph0 a_lf_b + item=3Dequal + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'equal in builddir' + set +x ok 43 - equal in builddir PASS: instspc.tap 43 - equal in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ ./=3D /h/j/w/co/automake/tests/instspc.dir/dest-equal + test 2 -gt 0 + find ./=3D /h/j/w/co/automake/tests/instspc.dir/dest-equal -type d '!' -p= erm -700 -exec chmod u+rwx '{}' ';' + rm -rf ./=3D /h/j/w/co/automake/tests/instspc.dir/dest-equal + for where in build dest + case $where in + build=3Dbuild-equal + dest=3D/h/j/w/co/automake/tests/instspc.dir/=3D + mkdir build-equal + cd build-equal + r=3Dok + ../configure --prefix /=3D-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/=3D + file=3D./=3D + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-equ= al' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/=3D/=3D-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/=3D= /=3D-prefix/foo' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/=3D/=3D-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/=3D/=3D-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/=3D/=3D-prefix/foo' && ranlib l= ibbase.a ) test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/=3D/=3D-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/=3D/=3D-= prefix/foo' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/=3D/=3D-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/=3D/=3D-prefix/foo/s= ub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/= =3D/=3D-prefix/foo/sub/' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/=3D/=3D-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/=3D/=3D-prefix/foo/su= b' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/=3D/=3D-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/=3D/=3D-prefix/foo' && ranlib s= ub/libnobase.a ) test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/=3D/=3D-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/=3D/=3D-prefix/foo/s= ub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/=3D/= =3D-prefix/foo/sub/' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/=3D/=3D-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/=3D/=3D-prefix/foo' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/=3D/=3D-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/=3D/=3D-prefix/foo' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/=3D/=3D-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/=3D/=3D-prefix/foo/su= b' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/=3D/=3D-prefix/foo/sub' test -z "/=3D-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/=3D/=3D-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/=3D/=3D-prefix/foo/su= b' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/=3D/=3D-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-equa= l' test -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/sub/no= base.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/nobase= .h' test -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/sub/no= base.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/nobase= .dat' test -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/base.d= at' test -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/sub/no= base.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/nobase= .sh' test -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/base.s= h' test -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/sub/no= base' test ! -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/sub/li= bnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/libnob= ase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/=3D/./=3D-prefix/foo/libbas= e.a' + description=3D'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=3Dequal + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'equal in destdir' + set +x ok 44 - equal in destdir PASS: instspc.tap 44 - equal in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-equal /h/j/w/co/automake/tests/instspc.dir/=3D + test 2 -gt 0 + find build-equal /h/j/w/co/automake/tests/instspc.dir/=3D -type d '!' -pe= rm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-equal /h/j/w/co/automake/tests/instspc.dir/=3D + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__less}' ++ test_string=3D'<' + test 'x<' '!=3D' x + mkdir './<' + for where in build dest + case $where in + build=3D'./<' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-less + cd './<' + r=3Dok + ../configure --prefix '/<-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-less + file=3D'./<' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/<' test -z "/<-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-less/<-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-less/<-prefix/foo' test -z "/<-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-less/<-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-less/<-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo' && ranl= ib libbase.a ) test -z "/<-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-less/<-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-les= s/<-prefix/foo' test -z "/<-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-less/<-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/f= oo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-less/<-prefix/foo/sub/' test -z "/<-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-less/<-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/fo= o/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-less/<-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/foo' && ranl= ib sub/libnobase.a ) test -z "/<-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-less/<-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/f= oo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-l= ess/<-prefix/foo/sub/' test -z "/<-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-less/<-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-less/<-prefix/foo' test -z "/<-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-less/<-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-less/<-prefix/foo' test -z "/<-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-less/<-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/fo= o/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-less/<-prefix/foo/sub' test -z "/<-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-less/<-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-less/<-prefix/fo= o/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-less/<-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/<' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/su= b/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/no= base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/ba= se.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/su= b/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/no= base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/ba= se.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/su= b/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/no= base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/ba= se.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/su= b/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/no= base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/ba= se' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/su= b/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/li= bnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-less/./<-prefix/foo/li= bbase.a' + description=3D'less in builddir' + expected_to_fail build less + case $1 in + is_in_list less squote dquote bquote sharp dollar bslash ampersand linefe= ed quadrigraph0 a_lf_b + item=3Dless + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'less in builddir' + set +x ok 45 - less in builddir PASS: instspc.tap 45 - less in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './<' /h/j/w/co/automake/tests/instspc.dir/dest-less + test 2 -gt 0 + find './<' /h/j/w/co/automake/tests/instspc.dir/dest-less -type d '!' -pe= rm -700 -exec chmod u+rwx '{}' ';' + rm -rf './<' /h/j/w/co/automake/tests/instspc.dir/dest-less + for where in build dest + case $where in + build=3Dbuild-less + dest=3D'/h/j/w/co/automake/tests/instspc.dir/<' + mkdir build-less + cd build-less + r=3Dok + ../configure --prefix '/<-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/<' + file=3D'./<' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-les= s' test -z "/<-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/' + test 'x>' '!=3D' x + mkdir './>' + for where in build dest + case $where in + build=3D'./>' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-more + cd './>' + r=3Dok + ../configure --prefix '/>-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-more + file=3D'./>' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/>' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-more/>-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-more/>-prefix/foo' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-more/>-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-more/>-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo' && ranl= ib libbase.a ) test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-more/>-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-mor= e/>-prefix/foo' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-more/>-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/f= oo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-more/>-prefix/foo/sub/' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-more/>-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/fo= o/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-more/>-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/foo' && ranl= ib sub/libnobase.a ) test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-more/>-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/f= oo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-m= ore/>-prefix/foo/sub/' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-more/>-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-more/>-prefix/foo' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-more/>-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-more/>-prefix/foo' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-more/>-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/fo= o/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-more/>-prefix/foo/sub' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-more/>-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-more/>-prefix/fo= o/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-more/>-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/>' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/su= b/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/no= base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/ba= se.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/su= b/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/no= base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/ba= se.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/su= b/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/no= base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/ba= se.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/su= b/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/no= base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/ba= se' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/su= b/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/li= bnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-more/./>-prefix/foo/li= bbase.a' + description=3D'more in builddir' + expected_to_fail build more + case $1 in + is_in_list more squote dquote bquote sharp dollar bslash ampersand linefe= ed quadrigraph0 a_lf_b + item=3Dmore + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'more in builddir' + set +x ok 47 - more in builddir PASS: instspc.tap 47 - more in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './>' /h/j/w/co/automake/tests/instspc.dir/dest-more + test 2 -gt 0 + find './>' /h/j/w/co/automake/tests/instspc.dir/dest-more -type d '!' -pe= rm -700 -exec chmod u+rwx '{}' ';' + rm -rf './>' /h/j/w/co/automake/tests/instspc.dir/dest-more + for where in build dest + case $where in + build=3Dbuild-more + dest=3D'/h/j/w/co/automake/tests/instspc.dir/>' + mkdir build-more + cd build-more + r=3Dok + ../configure --prefix '/>-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/>' + file=3D'./>' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-mor= e' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/>/>-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/>/>= -prefix/foo' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/>/>-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/>/>-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo' && ranlib libba= se.a ) test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/>/>-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/>/>-pref= ix/foo' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/>/>-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/>= />-prefix/foo/sub/' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/>/>-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/>/>-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/>/>-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/>/>-pr= efix/foo/sub/' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/>/>-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/>/>-prefix/foo' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/>/>-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/>/>-prefix/foo' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/>/>-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/>/>-prefix/foo/sub' test -z "/>-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/>/>-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/>/>-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/>/>-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-more' test -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/>/./>-prefix/foo/libbase.a' + description=3D'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=3Dmore + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'more in destdir' + set +x ok 48 - more in destdir PASS: instspc.tap 48 - more in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-more '/h/j/w/co/automake/tests/instspc.dir/>' + test 2 -gt 0 + find build-more '/h/j/w/co/automake/tests/instspc.dir/>' -type d '!' -per= m -700 -exec chmod u+rwx '{}' ';' + rm -rf build-more '/h/j/w/co/automake/tests/instspc.dir/>' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__at}' ++ test_string=3D@ + test x@ '!=3D' x + mkdir ./@ + for where in build dest + case $where in + build=3D./@ + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-at + cd ./@ + r=3Dok + ../configure --prefix /@-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-at + file=3D./@ + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/@' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-at/@-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-at/@-prefix/foo' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-at/@-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-at/@-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo' && ranlib= libbase.a ) test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-at/@-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-at/= @-prefix/foo' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-at/@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo= /sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-at/@-prefix/foo/sub/' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-at/@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo/= sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-at/@-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo' && ranlib= sub/libnobase.a ) test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-at/@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo= /sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-a= t/@-prefix/foo/sub/' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-at/@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-at/@-prefix/foo' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-at/@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-at/@-prefix/foo' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-at/@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-at/@-prefix/foo/sub' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-at/@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-at/@-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-at/@-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/@' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/sub/= nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/noba= se.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/base= .h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/sub/= nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/noba= se.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/base= .dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/sub/= nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/noba= se.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/base= .sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/sub/= nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/noba= se' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/sub/= libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/libn= obase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-at/./@-prefix/foo/libb= ase.a' + description=3D'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=3Dat + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'at in builddir' + set +x ok 49 - at in builddir PASS: instspc.tap 49 - at in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ ./@ /h/j/w/co/automake/tests/instspc.dir/dest-at + test 2 -gt 0 + find ./@ /h/j/w/co/automake/tests/instspc.dir/dest-at -type d '!' -perm -= 700 -exec chmod u+rwx '{}' ';' + rm -rf ./@ /h/j/w/co/automake/tests/instspc.dir/dest-at + for where in build dest + case $where in + build=3Dbuild-at + dest=3D/h/j/w/co/automake/tests/instspc.dir/@ + mkdir build-at + cd build-at + r=3Dok + ../configure --prefix /@-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/@ + file=3D./@ + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-at' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/@/@-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/@/@= -prefix/foo' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/@/@-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/@/@-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo' && ranlib libba= se.a ) test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/@/@-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/@/@-pref= ix/foo' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/@/@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/@= /@-prefix/foo/sub/' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/@/@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/@/@-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/@/@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/@/@-pr= efix/foo/sub/' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/@/@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/@/@-prefix/foo' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/@/@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/@/@-prefix/foo' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/@/@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/@/@-prefix/foo/sub' test -z "/@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/@/@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@/@-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/@/@-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-at' test -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/@/./@-prefix/foo/libbase.a' + description=3D'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=3Dat + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'at in destdir' + set +x ok 50 - at in destdir PASS: instspc.tap 50 - at in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-at /h/j/w/co/automake/tests/instspc.dir/@ + test 2 -gt 0 + find build-at /h/j/w/co/automake/tests/instspc.dir/@ -type d '!' -perm -7= 00 -exec chmod u+rwx '{}' ';' + rm -rf build-at /h/j/w/co/automake/tests/instspc.dir/@ + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__lqbrack}' ++ test_string=3D'[' + test 'x[' '!=3D' x + mkdir './[' + for where in build dest + case $where in + build=3D'./[' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack + cd './[' + r=3Dok + ../configure --prefix '/[-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack + file=3D'./[' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/[' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lqbrack/[-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-lqbrack/[-prefix/foo' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lqbrack/[-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-lqbrack/[-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo' && r= anlib libbase.a ) test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lqbrack/[-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-lqb= rack/[-prefix/foo' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lqbrack/[-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefi= x/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-lqbrack/[-prefix/foo/sub/' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lqbrack/[-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix= /foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-lqbrack/[-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix/foo' && r= anlib sub/libnobase.a ) test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lqbrack/[-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefi= x/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-l= qbrack/[-prefix/foo/sub/' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lqbrack/[-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-lqbrack/[-prefix/foo' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lqbrack/[-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-lqbrack/[-prefix/foo' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lqbrack/[-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-lqbrack/[-prefix/foo/sub' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lqbrack/[-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/[-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-lqbrack/[-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/[' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lqbrack/./[-prefix/foo= /libbase.a' + description=3D'lqbrack in builddir' + expected_to_fail build lqbrack + case $1 in + is_in_list lqbrack squote dquote bquote sharp dollar bslash ampersand lin= efeed quadrigraph0 a_lf_b + item=3Dlqbrack + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'lqbrack in builddir' + set +x ok 51 - lqbrack in builddir PASS: instspc.tap 51 - lqbrack in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './[' /h/j/w/co/automake/tests/instspc.dir/dest-lqbrack + test 2 -gt 0 + find './[' /h/j/w/co/automake/tests/instspc.dir/dest-lqbrack -type d '!' = -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf './[' /h/j/w/co/automake/tests/instspc.dir/dest-lqbrack + for where in build dest + case $where in + build=3Dbuild-lqbrack + dest=3D'/h/j/w/co/automake/tests/instspc.dir/[' + mkdir build-lqbrack + cd build-lqbrack + r=3Dok + ../configure --prefix '/[-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/[' + file=3D'./[' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-lqb= rack' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/[/[-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/[/[= -prefix/foo' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/[/[-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/[/[-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo' && ranlib libba= se.a ) test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/[/[-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/[/[-pref= ix/foo' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/[/[-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/[= /[-prefix/foo/sub/' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/[/[-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/[/[-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/[/[-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/[/[-pr= efix/foo/sub/' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/[/[-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/[/[-prefix/foo' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/[/[-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/[/[-prefix/foo' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/[/[-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/[/[-prefix/foo/sub' test -z "/[-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/[/[-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/[/[-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/[/[-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-lqbr= ack' test -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/[/./[-prefix/foo/libbase.a' + description=3D'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=3Dlqbrack + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'lqbrack in destdir' + set +x ok 52 - lqbrack in destdir PASS: instspc.tap 52 - lqbrack in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-lqbrack '/h/j/w/co/automake/tests/instspc.dir/[' + test 2 -gt 0 + find build-lqbrack '/h/j/w/co/automake/tests/instspc.dir/[' -type d '!' -= perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-lqbrack '/h/j/w/co/automake/tests/instspc.dir/[' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__rqbrack}' ++ test_string=3D']' + test 'x]' '!=3D' x + mkdir './]' + for where in build dest + case $where in + build=3D'./]' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack + cd './]' + r=3Dok + ../configure --prefix '/]-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack + file=3D'./]' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/]' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rqbrack/]-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-rqbrack/]-prefix/foo' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rqbrack/]-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-rqbrack/]-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo' && r= anlib libbase.a ) test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rqbrack/]-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-rqb= rack/]-prefix/foo' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rqbrack/]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefi= x/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-rqbrack/]-prefix/foo/sub/' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rqbrack/]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix= /foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-rqbrack/]-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix/foo' && r= anlib sub/libnobase.a ) test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rqbrack/]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefi= x/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-r= qbrack/]-prefix/foo/sub/' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rqbrack/]-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-rqbrack/]-prefix/foo' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rqbrack/]-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-rqbrack/]-prefix/foo' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rqbrack/]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-rqbrack/]-prefix/foo/sub' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rqbrack/]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/]-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-rqbrack/]-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/]' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rqbrack/./]-prefix/foo= /libbase.a' + description=3D'rqbrack in builddir' + expected_to_fail build rqbrack + case $1 in + is_in_list rqbrack squote dquote bquote sharp dollar bslash ampersand lin= efeed quadrigraph0 a_lf_b + item=3Drqbrack + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'rqbrack in builddir' + set +x ok 53 - rqbrack in builddir PASS: instspc.tap 53 - rqbrack in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './]' /h/j/w/co/automake/tests/instspc.dir/dest-rqbrack + test 2 -gt 0 + find './]' /h/j/w/co/automake/tests/instspc.dir/dest-rqbrack -type d '!' = -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf './]' /h/j/w/co/automake/tests/instspc.dir/dest-rqbrack + for where in build dest + case $where in + build=3Dbuild-rqbrack + dest=3D'/h/j/w/co/automake/tests/instspc.dir/]' + mkdir build-rqbrack + cd build-rqbrack + r=3Dok + ../configure --prefix '/]-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/]' + file=3D'./]' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-rqb= rack' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/]/]-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/]/]= -prefix/foo' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/]/]-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/]/]-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo' && ranlib libba= se.a ) test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/]/]-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/]/]-pref= ix/foo' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/]/]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/]= /]-prefix/foo/sub/' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/]/]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/]/]-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/]/]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/]/]-pr= efix/foo/sub/' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/]/]-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/]/]-prefix/foo' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/]/]-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/]/]-prefix/foo' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/]/]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/]/]-prefix/foo/sub' test -z "/]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/]/]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/]/]-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/]/]-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-rqbr= ack' test -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/]/./]-prefix/foo/libbase.a' + description=3D'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=3Drqbrack + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'rqbrack in destdir' + set +x ok 54 - rqbrack in destdir PASS: instspc.tap 54 - rqbrack in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-rqbrack '/h/j/w/co/automake/tests/instspc.dir/]' + test 2 -gt 0 + find build-rqbrack '/h/j/w/co/automake/tests/instspc.dir/]' -type d '!' -= perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-rqbrack '/h/j/w/co/automake/tests/instspc.dir/]' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__lcbrack}' ++ test_string=3D'{' + test 'x{' '!=3D' x + mkdir './{' + for where in build dest + case $where in + build=3D'./{' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack + cd './{' + r=3Dok + ../configure --prefix '/{-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack + file=3D'./{' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/{' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lcbrack/{-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-lcbrack/{-prefix/foo' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lcbrack/{-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-lcbrack/{-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo' && r= anlib libbase.a ) test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lcbrack/{-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-lcb= rack/{-prefix/foo' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lcbrack/{-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefi= x/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-lcbrack/{-prefix/foo/sub/' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lcbrack/{-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix= /foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-lcbrack/{-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix/foo' && r= anlib sub/libnobase.a ) test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lcbrack/{-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefi= x/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-l= cbrack/{-prefix/foo/sub/' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lcbrack/{-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-lcbrack/{-prefix/foo' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lcbrack/{-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-lcbrack/{-prefix/foo' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lcbrack/{-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-lcbrack/{-prefix/foo/sub' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-lcbrack/{-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/{-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-lcbrack/{-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/{' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-lcbrack/./{-prefix/foo= /libbase.a' + description=3D'lcbrack in builddir' + expected_to_fail build lcbrack + case $1 in + is_in_list lcbrack squote dquote bquote sharp dollar bslash ampersand lin= efeed quadrigraph0 a_lf_b + item=3Dlcbrack + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'lcbrack in builddir' + set +x ok 55 - lcbrack in builddir PASS: instspc.tap 55 - lcbrack in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './{' /h/j/w/co/automake/tests/instspc.dir/dest-lcbrack + test 2 -gt 0 + find './{' /h/j/w/co/automake/tests/instspc.dir/dest-lcbrack -type d '!' = -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf './{' /h/j/w/co/automake/tests/instspc.dir/dest-lcbrack + for where in build dest + case $where in + build=3Dbuild-lcbrack + dest=3D'/h/j/w/co/automake/tests/instspc.dir/{' + mkdir build-lcbrack + cd build-lcbrack + r=3Dok + ../configure --prefix '/{-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/{' + file=3D'./{' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-lcb= rack' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/{/{-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/{/{= -prefix/foo' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/{/{-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/{/{-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo' && ranlib libba= se.a ) test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/{/{-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/{/{-pref= ix/foo' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/{/{-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/{= /{-prefix/foo/sub/' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/{/{-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/{/{-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/{/{-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/{/{-pr= efix/foo/sub/' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/{/{-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/{/{-prefix/foo' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/{/{-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/{/{-prefix/foo' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/{/{-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/{/{-prefix/foo/sub' test -z "/{-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/{/{-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/{/{-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/{/{-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-lcbr= ack' test -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/{/./{-prefix/foo/libbase.a' + description=3D'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=3Dlcbrack + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'lcbrack in destdir' + set +x ok 56 - lcbrack in destdir PASS: instspc.tap 56 - lcbrack in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-lcbrack '/h/j/w/co/automake/tests/instspc.dir/{' + test 2 -gt 0 + find build-lcbrack '/h/j/w/co/automake/tests/instspc.dir/{' -type d '!' -= perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-lcbrack '/h/j/w/co/automake/tests/instspc.dir/{' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__rcbrack}' ++ test_string=3D'}' + test 'x}' '!=3D' x + mkdir './}' + for where in build dest + case $where in + build=3D'./}' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack + cd './}' + r=3Dok + ../configure --prefix '/}-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack + file=3D'./}' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/}' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rcbrack/}-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-rcbrack/}-prefix/foo' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rcbrack/}-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-rcbrack/}-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo' && r= anlib libbase.a ) test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rcbrack/}-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-rcb= rack/}-prefix/foo' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rcbrack/}-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefi= x/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-rcbrack/}-prefix/foo/sub/' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rcbrack/}-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix= /foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-rcbrack/}-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix/foo' && r= anlib sub/libnobase.a ) test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rcbrack/}-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefi= x/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-r= cbrack/}-prefix/foo/sub/' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rcbrack/}-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-rcbrack/}-prefix/foo' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rcbrack/}-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-rcbrack/}-prefix/foo' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rcbrack/}-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-rcbrack/}-prefix/foo/sub' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-rcbrack/}-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/}-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-rcbrack/}-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/}' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-rcbrack/./}-prefix/foo= /libbase.a' + description=3D'rcbrack in builddir' + expected_to_fail build rcbrack + case $1 in + is_in_list rcbrack squote dquote bquote sharp dollar bslash ampersand lin= efeed quadrigraph0 a_lf_b + item=3Drcbrack + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'rcbrack in builddir' + set +x ok 57 - rcbrack in builddir PASS: instspc.tap 57 - rcbrack in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './}' /h/j/w/co/automake/tests/instspc.dir/dest-rcbrack + test 2 -gt 0 + find './}' /h/j/w/co/automake/tests/instspc.dir/dest-rcbrack -type d '!' = -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf './}' /h/j/w/co/automake/tests/instspc.dir/dest-rcbrack + for where in build dest + case $where in + build=3Dbuild-rcbrack + dest=3D'/h/j/w/co/automake/tests/instspc.dir/}' + mkdir build-rcbrack + cd build-rcbrack + r=3Dok + ../configure --prefix '/}-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/}' + file=3D'./}' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-rcb= rack' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/}/}-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/}/}= -prefix/foo' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/}/}-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/}/}-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo' && ranlib libba= se.a ) test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/}/}-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/}/}-pref= ix/foo' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/}/}-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/}= /}-prefix/foo/sub/' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/}/}-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/}/}-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/}/}-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/}/}-pr= efix/foo/sub/' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/}/}-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/}/}-prefix/foo' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/}/}-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/}/}-prefix/foo' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/}/}-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/}/}-prefix/foo/sub' test -z "/}-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/}/}-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/}/}-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/}/}-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-rcbr= ack' test -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/}/./}-prefix/foo/libbase.a' + description=3D'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=3Drcbrack + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'rcbrack in destdir' + set +x ok 58 - rcbrack in destdir PASS: instspc.tap 58 - rcbrack in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-rcbrack '/h/j/w/co/automake/tests/instspc.dir/}' + test 2 -gt 0 + find build-rcbrack '/h/j/w/co/automake/tests/instspc.dir/}' -type d '!' -= perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-rcbrack '/h/j/w/co/automake/tests/instspc.dir/}' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__space}' ++ test_string=3D' ' + test 'x ' '!=3D' x + mkdir './ ' + for where in build dest + case $where in + build=3D'./ ' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-space + cd './ ' + r=3Dok + ../configure --prefix '/ -prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-space + file=3D'./ ' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/ ' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-space/ -prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-space/ -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-space/ -prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-space/ -prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo' && ran= lib libbase.a ) test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-space/ -prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-spa= ce/ -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-space/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/= foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-space/ -prefix/foo/sub/' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-space/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/f= oo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-space/ -prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/foo' && ran= lib sub/libnobase.a ) test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-space/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/= foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-s= pace/ -prefix/foo/sub/' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-space/ -prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-space/ -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-space/ -prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-space/ -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-space/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-space/ -prefix/foo/sub' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-space/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-space/ -prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-space/ -prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/ ' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/s= ub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/n= obase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/b= ase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/s= ub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/n= obase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/b= ase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/s= ub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/n= obase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/b= ase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/s= ub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/n= obase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/b= ase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/s= ub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/l= ibnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-space/./ -prefix/foo/l= ibbase.a' + description=3D'space in builddir' + expected_to_fail build space + case $1 in + is_in_list space squote dquote bquote sharp dollar bslash ampersand linef= eed quadrigraph0 a_lf_b + item=3Dspace + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'space in builddir' + set +x ok 59 - space in builddir PASS: instspc.tap 59 - space in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './ ' /h/j/w/co/automake/tests/instspc.dir/dest-space + test 2 -gt 0 + find './ ' /h/j/w/co/automake/tests/instspc.dir/dest-space -type d '!' -p= erm -700 -exec chmod u+rwx '{}' ';' + rm -rf './ ' /h/j/w/co/automake/tests/instspc.dir/dest-space + for where in build dest + case $where in + build=3Dbuild-space + dest=3D'/h/j/w/co/automake/tests/instspc.dir/ ' + mkdir build-space + cd build-space + r=3Dok + ../configure --prefix '/ -prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/ ' + file=3D'./ ' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-spa= ce' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/ / = -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/ / -prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo' && ranlib libba= se.a ) test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/ / -pref= ix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/ = / -prefix/foo/sub/' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/ / -pr= efix/foo/sub/' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/ / -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/ / -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/ / -prefix/foo/sub' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-spac= e' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/libbase.a' + description=3D'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=3Dspace + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'space in destdir' + set +x ok 60 - space in destdir PASS: instspc.tap 60 - space in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-space '/h/j/w/co/automake/tests/instspc.dir/ ' + test 2 -gt 0 + find build-space '/h/j/w/co/automake/tests/instspc.dir/ ' -type d '!' -pe= rm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-space '/h/j/w/co/automake/tests/instspc.dir/ ' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__tab}' ++ test_string=3D' ' + test 'x ' '!=3D' x + mkdir './ ' + for where in build dest + case $where in + build=3D'./ ' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-tab + cd './ ' + r=3Dok + ../configure --prefix '/ -prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-tab + file=3D'./ ' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/ ' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tab/ -prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-tab/ -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tab/ -prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-tab/ -prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo' && ranli= b libbase.a ) test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tab/ -prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-tab= / -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tab/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/fo= o/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-tab/ -prefix/foo/sub/' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tab/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo= /sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-tab/ -prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo' && ranli= b sub/libnobase.a ) test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tab/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/fo= o/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-t= ab/ -prefix/foo/sub/' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tab/ -prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-tab/ -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tab/ -prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-tab/ -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tab/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo= /sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-tab/ -prefix/foo/sub' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-tab/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-tab/ -prefix/foo= /sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-tab/ -prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/ ' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/sub= /nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/nob= ase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/bas= e.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/sub= /nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/nob= ase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/bas= e.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/sub= /nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/nob= ase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/bas= e.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/sub= /nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/nob= ase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/bas= e' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/sub= /libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/lib= nobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-tab/./ -prefix/foo/lib= base.a' + description=3D'tab in builddir' + expected_to_fail build tab + case $1 in + is_in_list tab squote dquote bquote sharp dollar bslash ampersand linefee= d quadrigraph0 a_lf_b + item=3Dtab + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'tab in builddir' + set +x ok 61 - tab in builddir PASS: instspc.tap 61 - tab in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './ ' /h/j/w/co/automake/tests/instspc.dir/dest-tab + test 2 -gt 0 + find './ ' /h/j/w/co/automake/tests/instspc.dir/dest-tab -type d '!' -per= m -700 -exec chmod u+rwx '{}' ';' + rm -rf './ ' /h/j/w/co/automake/tests/instspc.dir/dest-tab + for where in build dest + case $where in + build=3Dbuild-tab + dest=3D'/h/j/w/co/automake/tests/instspc.dir/ ' + mkdir build-tab + cd build-tab + r=3Dok + ../configure --prefix '/ -prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/ ' + file=3D'./ ' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-tab' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/ / = -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/ / -prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo' && ranlib libba= se.a ) test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/ / -pref= ix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/ = / -prefix/foo/sub/' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/ / -pr= efix/foo/sub/' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/ / -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/ / -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/ / -prefix/foo/sub' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-tab' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/libbase.a' + description=3D'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=3Dtab + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'tab in destdir' + set +x ok 62 - tab in destdir PASS: instspc.tap 62 - tab in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-tab '/h/j/w/co/automake/tests/instspc.dir/ ' + test 2 -gt 0 + find build-tab '/h/j/w/co/automake/tests/instspc.dir/ ' -type d '!' -perm= -700 -exec chmod u+rwx '{}' ';' + rm -rf build-tab '/h/j/w/co/automake/tests/instspc.dir/ ' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__linefeed}' ++ test_string=3D' ' + test 'x ' '!=3D' x + mkdir './ ' + for where in build dest + case $where in + build=3D'./ ' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-linefeed + cd './ ' + r=3Dok + ../configure --prefix '/ -prefix' configure: error: pwd does not report name of working directory + r=3D'not ok' + description=3D'linefeed in builddir' + expected_to_fail build linefeed + case $1 in + is_in_list linefeed squote dquote bquote sharp dollar bslash ampersand li= nefeed quadrigraph0 a_lf_b + item=3Dlinefeed + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'linefeed in bu= ilddir' + set +x not ok 63 - linefeed in builddir # TODO long-standing limitation XFAIL: instspc.tap 63 - linefeed in builddir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for where in build dest + case $where in + build=3Dbuild-linefeed + dest=3D'/h/j/w/co/automake/tests/instspc.dir/ ' + mkdir build-linefeed + cd build-linefeed + r=3Dok + ../configure --prefix '/ -prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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:216: *** missing separator. Stop. + r=3D'not ok' + description=3D'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=3Dlinefeed + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'linefeed in de= stdir' + set +x not ok 64 - linefeed in destdir # TODO long-standing limitation XFAIL: instspc.tap 64 - linefeed in destdir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__backspace}' ++ test_string=3D$'\b' + test $'x\b' '!=3D' x + mkdir $'./\b' + for where in build dest + case $where in + build=3D$'./\b' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-backspace + cd $'./\b' + r=3Dok + ../configure --prefix $'/\b-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-backspace + file=3D$'./\b' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-backspace/-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-backspace/-prefix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-backspace/-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-backspace/-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo' &&= ranlib libbase.a ) test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-backspace/-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-bac= kspace/-prefix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-backspace/-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-pre= fix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-backspace/-prefix/foo/sub/' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-backspace/-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-pref= ix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-backspace/-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-prefix/foo' &&= ranlib sub/libnobase.a ) test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-backspace/-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-pre= fix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-b= ackspace/-prefix/foo/sub/' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-backspace/-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-backspace/-prefix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-backspace/-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-backspace/-prefix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-backspace/-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-pref= ix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-backspace/-prefix/foo/sub' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-backspace/-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/-pref= ix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-backspace/-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-backspace/./-prefix/f= oo/libbase.a' + description=3D'backspace in builddir' + expected_to_fail build backspace + case $1 in + is_in_list backspace squote dquote bquote sharp dollar bslash ampersand l= inefeed quadrigraph0 a_lf_b + item=3Dbackspace + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'backspace in builddir' + set +x ok 65 - backspace in builddir PASS: instspc.tap 65 - backspace in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ $'./\b' /h/j/w/co/automake/tests/instspc.dir/dest-backspace + test 2 -gt 0 + find $'./\b' /h/j/w/co/automake/tests/instspc.dir/dest-backspace -type d = '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf $'./\b' /h/j/w/co/automake/tests/instspc.dir/dest-backspace + for where in build dest + case $where in + build=3Dbuild-backspace + dest=3D$'/h/j/w/co/automake/tests/instspc.dir/\b' + mkdir build-backspace + cd build-backspace + r=3Dok + ../configure --prefix $'/\b-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D$'/h/j/w/co/automake/tests/instspc.dir/\b' + file=3D$'./\b' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-bac= kspace' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir//= -prefix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir//-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo' && ranlib libba= se.a ) test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir//-pref= ix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/'= /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/= /-prefix/foo/sub/' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/'= /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir//-pr= efix/foo/sub/' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir//-prefix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir//-prefix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir//-prefix/foo/sub' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-back= space' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.dat= ' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.sh'= test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase= ' test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/libbase.a'= + description=3D'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=3Dbackspace + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'backspace in destdir' + set +x ok 66 - backspace in destdir PASS: instspc.tap 66 - backspace in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-backspace $'/h/j/w/co/automake/tests/instspc.dir/\b' + test 2 -gt 0 + find build-backspace $'/h/j/w/co/automake/tests/instspc.dir/\b' -type d '= !' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-backspace $'/h/j/w/co/automake/tests/instspc.dir/\b' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__formfeed}' ++ test_string=3D$'\f' + test $'x\f' '!=3D' x + mkdir $'./\f' + for where in build dest + case $where in + build=3D$'./\f' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-formfeed + cd $'./\f' + r=3Dok + ../configure --prefix $'/\f-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-formfeed + file=3D$'./\f' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/ ' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-formfeed/ -prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-formfeed/ -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-formfeed/ -prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-formfeed/ -prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/ -prefix/foo' && = ranlib libbase.a ) test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-formfeed/ -prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-for= mfeed/ -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-formfeed/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/ -pref= ix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-formfeed/ -prefix/foo/sub/' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-formfeed/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/ -prefi= x/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-formfeed/ -prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/ -prefix/foo' && = ranlib sub/libnobase.a ) test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-formfeed/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/ -pref= ix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-f= ormfeed/ -prefix/foo/sub/' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-formfeed/ -prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-formfeed/ -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-formfeed/ -prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-formfeed/ -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-formfeed/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/ -prefi= x/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-formfeed/ -prefix/foo/sub' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/dest-formfeed/ -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/ -prefi= x/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-formfeed/ -prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/ ' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-formfeed/./ -prefix/fo= o/libbase.a' + description=3D'formfeed in builddir' + expected_to_fail build formfeed + case $1 in + is_in_list formfeed squote dquote bquote sharp dollar bslash ampersand li= nefeed quadrigraph0 a_lf_b + item=3Dformfeed + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'formfeed in builddir' + set +x ok 67 - formfeed in builddir PASS: instspc.tap 67 - formfeed in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ $'./\f' /h/j/w/co/automake/tests/instspc.dir/dest-formfeed + test 2 -gt 0 + find $'./\f' /h/j/w/co/automake/tests/instspc.dir/dest-formfeed -type d '= !' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf $'./\f' /h/j/w/co/automake/tests/instspc.dir/dest-formfeed + for where in build dest + case $where in + build=3Dbuild-formfeed + dest=3D$'/h/j/w/co/automake/tests/instspc.dir/\f' + mkdir build-formfeed + cd build-formfeed + r=3Dok + ../configure --prefix $'/\f-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D$'/h/j/w/co/automake/tests/instspc.dir/\f' + file=3D$'./\f' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-for= mfeed' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/ / = -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/ / -prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo' && ranlib libba= se.a ) test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/ / -pref= ix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub/'= /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/ = / -prefix/foo/sub/' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo' && ranlib sub/l= ibnobase.a ) test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub/'= /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/ / -pr= efix/foo/sub/' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/ / -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/ / -prefix/foo' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/ / -prefix/foo/sub' test -z "/ -prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/ / -prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/ / -prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-form= feed' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase= .h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase= .dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase.dat= ' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase= .sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase.sh'= test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/nobase= ' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/sub/libnob= ase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/libnobase.= a' test -f '/h/j/w/co/automake/tests/instspc.dir/ /./ -prefix/foo/libbase.a'= + description=3D'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=3Dformfeed + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'formfeed in destdir' + set +x ok 68 - formfeed in destdir PASS: instspc.tap 68 - formfeed in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-formfeed $'/h/j/w/co/automake/tests/instspc.dir/\f' + test 2 -gt 0 + find build-formfeed $'/h/j/w/co/automake/tests/instspc.dir/\f' -type d '!= ' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-formfeed $'/h/j/w/co/automake/tests/instspc.dir/\f' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__carriageret}' ++ test_string=3D$'\r' + test $'x\r' '!=3D' x + mkdir $'./\r' + for where in build dest + case $where in + build=3D$'./\r' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-carriageret + cd $'./\r' + r=3Dok + ../configure --prefix $'/\r-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-carriageret + file=3D$'./\r' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir/dest-carriageret/-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-carriageret/-prefix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir/dest-carriageret/-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-carriageret/-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo' &= & ranlib libbase.a ) test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir/dest-carriageret/-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-car= riageret/-prefix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir/dest-carriageret/-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-pr= efix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-carriageret/-prefix/foo/sub/' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir/dest-carriageret/-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-pre= fix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-carriageret/-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-prefix/foo' &= & ranlib sub/libnobase.a ) test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir/dest-carriageret/-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-pr= efix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-c= arriageret/-prefix/foo/sub/' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir/dest-carriageret/-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-carriageret/-prefix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir/dest-carriageret/-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-carriageret/-prefix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir/dest-carriageret/-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-pre= fix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-carriageret/-prefix/foo/sub' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir/dest-carriageret/-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/-pre= fix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-carriageret/-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-carriageret/./-prefix/= foo/libbase.a' + description=3D'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=3Dcarriageret + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'carriageret in builddir' + set +x ok 69 - carriageret in builddir PASS: instspc.tap 69 - carriageret in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ $'./\r' /h/j/w/co/automake/tests/instspc.dir/dest-carriageret + test 2 -gt 0 + find $'./\r' /h/j/w/co/automake/tests/instspc.dir/dest-carriageret -type = d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf $'./\r' /h/j/w/co/automake/tests/instspc.dir/dest-carriageret + for where in build dest + case $where in + build=3Dbuild-carriageret + dest=3D$'/h/j/w/co/automake/tests/instspc.dir/\r' + mkdir build-carriageret + cd build-carriageret + r=3Dok + ../configure --prefix $'/\r-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D$'/h/j/w/co/automake/tests/instspc.dir/\r' + file=3D$'./\r' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-car= riageret' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir//-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir//-p= refix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir//-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir//-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo' && ranlib libbase= .a ) test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir//-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir//-prefix= /foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir//-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir//= -prefix/foo/sub/' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir//-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo' && ranlib sub/lib= nobase.a ) test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir//-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir//-pref= ix/foo/sub/' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir//-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir//-prefix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir//-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir//-prefix/foo' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir//-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir//-prefix/foo/sub' test -z "/-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/instspc= .dir//-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir//-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir//-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-carr= iageret' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.d= at' test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase.s= h' test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/sub/libnobas= e.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir//./-prefix/foo/libbase.a' + description=3D'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=3Dcarriageret + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'carriageret in destdir' + set +x ok 70 - carriageret in destdir PASS: instspc.tap 70 - carriageret in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-carriageret $'/h/j/w/co/automake/tests/instspc.dir/\r' + test 2 -gt 0 + find build-carriageret $'/h/j/w/co/automake/tests/instspc.dir/\r' -type d= '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-carriageret $'/h/j/w/co/automake/tests/instspc.dir/\r' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__quadrigraph0}' ++ test_string=3D'@&t@' + test 'x@&t@' '!=3D' x + mkdir './@&t@' + for where in build dest + case $where in + build=3D'./@&t@' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph0 + cd './@&t@' + r=3Dok + ../configure --prefix '/@&t@-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... configure: error: unsafe abso= lute working directory name + r=3D'not ok' + description=3D'quadrigraph0 in builddir' + expected_to_fail build quadrigraph0 + case $1 in + is_in_list quadrigraph0 squote dquote bquote sharp dollar bslash ampersan= d linefeed quadrigraph0 a_lf_b + item=3Dquadrigraph0 + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'quadrigraph0 i= n builddir' + set +x not ok 71 - quadrigraph0 in builddir # TODO long-standing limitation XFAIL: instspc.tap 71 - quadrigraph0 in builddir # TODO long-standing limit= ation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for where in build dest + case $where in + build=3Dbuild-quadrigraph0 + dest=3D'/h/j/w/co/automake/tests/instspc.dir/@&t@' + mkdir build-quadrigraph0 + cd build-quadrigraph0 + r=3Dok + ../configure --prefix '/@&t@-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/@&t@' + file=3D'./@&t@' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-qua= drigraph0' test -z "/@&t@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@&t@/@&t@-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/@&t= @/@&t@-prefix/foo' test -z "/@&t@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@&t@/@&t@-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/@&t@/@&t@-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/@&t@/@&t@-prefix/foo' && ranlib= libbase.a ) test -z "/@&t@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@&t@/@&t@-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/@&t@/@&t= @-prefix/foo' test -z "/@&t@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@&t@/@&t@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@&t@/@&t@-prefix/foo= /sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/@= &t@/@&t@-prefix/foo/sub/' test -z "/@&t@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@&t@/@&t@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@&t@/@&t@-prefix/foo/= sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/@&t@/@&t@-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/@&t@/@&t@-prefix/foo' && ranlib= sub/libnobase.a ) test -z "/@&t@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@&t@/@&t@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@&t@/@&t@-prefix/foo= /sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/@&t@/@= &t@-prefix/foo/sub/' test -z "/@&t@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@&t@/@&t@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/@&t@/@&t@-prefix/foo' test -z "/@&t@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@&t@/@&t@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/@&t@/@&t@-prefix/foo' test -z "/@&t@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@&t@/@&t@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@&t@/@&t@-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/@&t@/@&t@-prefix/foo/sub' test -z "/@&t@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@&t@/@&t@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@&t@/@&t@-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/@&t@/@&t@-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-quad= rigraph0' test -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/sub/= nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/noba= se.h' test -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/base= .h' test -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/sub/= nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/noba= se.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/base= .dat' test -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/sub/= nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/noba= se.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/base= .sh' test -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/sub/= nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/noba= se' test -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/sub/= libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/libn= obase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/@&t@/./@&t@-prefix/foo/libb= ase.a' + description=3D'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=3Dquadrigraph0 + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'quadrigraph0 in destdir' + set +x ok 72 - quadrigraph0 in destdir PASS: instspc.tap 72 - quadrigraph0 in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-quadrigraph0 '/h/j/w/co/automake/tests/instspc.dir/@&t@' + test 2 -gt 0 + find build-quadrigraph0 '/h/j/w/co/automake/tests/instspc.dir/@&t@' -type= d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-quadrigraph0 '/h/j/w/co/automake/tests/instspc.dir/@&t@' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__quadrigraph1}' ++ test_string=3D'@<:@' + test 'x@<:@' '!=3D' x + mkdir './@<:@' + for where in build dest + case $where in + build=3D'./@<:@' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1 + cd './@<:@' + r=3Dok + ../configure --prefix '/@<:@-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1 + file=3D'./@<:@' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/@<:@' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph1/@<:@-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-quadrigraph1/@<:@-prefix/foo' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph1/@<:@-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-quadrigraph1/@<:@-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/f= oo' && ranlib libbase.a ) test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph1/@<:@-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-qua= drigraph1/@<:@-prefix/foo' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph1/@<:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<= :@-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-quadrigraph1/@<:@-prefix/foo/sub/' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph1/@<:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:= @-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-quadrigraph1/@<:@-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:@-prefix/f= oo' && ranlib sub/libnobase.a ) test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph1/@<:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<= :@-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-q= uadrigraph1/@<:@-prefix/foo/sub/' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph1/@<:@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-quadrigraph1/@<:@-prefix/foo' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph1/@<:@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-quadrigraph1/@<:@-prefix/foo' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph1/@<:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:= @-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-quadrigraph1/@<:@-prefix/foo/sub' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph1/@<:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/@<:= @-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-quadrigraph1/@<:@-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/@<:@' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1/./@<:@-pr= efix/foo/libbase.a' + description=3D'quadrigraph1 in builddir' + expected_to_fail build quadrigraph1 + case $1 in + is_in_list quadrigraph1 squote dquote bquote sharp dollar bslash ampersan= d linefeed quadrigraph0 a_lf_b + item=3Dquadrigraph1 + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'quadrigraph1 in builddir' + set +x ok 73 - quadrigraph1 in builddir PASS: instspc.tap 73 - quadrigraph1 in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './@<:@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1 + test 2 -gt 0 + find './@<:@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1 -typ= e d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf './@<:@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph1 + for where in build dest + case $where in + build=3Dbuild-quadrigraph1 + dest=3D'/h/j/w/co/automake/tests/instspc.dir/@<:@' + mkdir build-quadrigraph1 + cd build-quadrigraph1 + r=3Dok + ../configure --prefix '/@<:@-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/@<:@' + file=3D'./@<:@' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-qua= drigraph1' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@<:@/@<:@-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/@<:= @/@<:@-prefix/foo' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@<:@/@<:@-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/@<:@/@<:@-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo' && ranlib= libbase.a ) test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@<:@/@<:@-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:= @-prefix/foo' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@<:@/@<:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo= /sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/@= <:@/@<:@-prefix/foo/sub/' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@<:@/@<:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo/= sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/@<:@/@<:@-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo' && ranlib= sub/libnobase.a ) test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@<:@/@<:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo= /sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/@<:@/@= <:@-prefix/foo/sub/' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@<:@/@<:@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/@<:@/@<:@-prefix/foo' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@<:@/@<:@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/@<:@/@<:@-prefix/foo' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@<:@/@<:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/@<:@/@<:@-prefix/foo/sub' test -z "/@<:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@<:@/@<:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@<:@/@<:@-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/@<:@/@<:@-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-quad= rigraph1' test -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/sub/= nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/noba= se.h' test -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/base= .h' test -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/sub/= nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/noba= se.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/base= .dat' test -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/sub/= nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/noba= se.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/base= .sh' test -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/sub/= nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/noba= se' test -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/sub/= libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/libn= obase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/@<:@/./@<:@-prefix/foo/libb= ase.a' + description=3D'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=3Dquadrigraph1 + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'quadrigraph1 in destdir' + set +x ok 74 - quadrigraph1 in destdir PASS: instspc.tap 74 - quadrigraph1 in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-quadrigraph1 '/h/j/w/co/automake/tests/instspc.dir/@<:@' + test 2 -gt 0 + find build-quadrigraph1 '/h/j/w/co/automake/tests/instspc.dir/@<:@' -type= d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-quadrigraph1 '/h/j/w/co/automake/tests/instspc.dir/@<:@' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__quadrigraph2}' ++ test_string=3D'@:>@' + test 'x@:>@' '!=3D' x + mkdir './@:>@' + for where in build dest + case $where in + build=3D'./@:>@' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2 + cd './@:>@' + r=3Dok + ../configure --prefix '/@:>@-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2 + file=3D'./@:>@' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/@:>@' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph2/@:>@-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-quadrigraph2/@:>@-prefix/foo' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph2/@:>@-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-quadrigraph2/@:>@-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/f= oo' && ranlib libbase.a ) test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph2/@:>@-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-qua= drigraph2/@:>@-prefix/foo' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph2/@:>@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:= >@-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-quadrigraph2/@:>@-prefix/foo/sub/' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph2/@:>@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>= @-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-quadrigraph2/@:>@-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>@-prefix/f= oo' && ranlib sub/libnobase.a ) test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph2/@:>@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:= >@-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-q= uadrigraph2/@:>@-prefix/foo/sub/' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph2/@:>@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-quadrigraph2/@:>@-prefix/foo' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph2/@:>@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-quadrigraph2/@:>@-prefix/foo' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph2/@:>@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>= @-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-quadrigraph2/@:>@-prefix/foo/sub' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph2/@:>@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/@:>= @-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-quadrigraph2/@:>@-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/@:>@' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2/./@:>@-pr= efix/foo/libbase.a' + description=3D'quadrigraph2 in builddir' + expected_to_fail build quadrigraph2 + case $1 in + is_in_list quadrigraph2 squote dquote bquote sharp dollar bslash ampersan= d linefeed quadrigraph0 a_lf_b + item=3Dquadrigraph2 + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'quadrigraph2 in builddir' + set +x ok 75 - quadrigraph2 in builddir PASS: instspc.tap 75 - quadrigraph2 in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './@:>@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2 + test 2 -gt 0 + find './@:>@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2 -typ= e d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf './@:>@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph2 + for where in build dest + case $where in + build=3Dbuild-quadrigraph2 + dest=3D'/h/j/w/co/automake/tests/instspc.dir/@:>@' + mkdir build-quadrigraph2 + cd build-quadrigraph2 + r=3Dok + ../configure --prefix '/@:>@-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/@:>@' + file=3D'./@:>@' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-qua= drigraph2' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@:>@/@:>@-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/@:>= @/@:>@-prefix/foo' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@:>@/@:>@-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/@:>@/@:>@-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo' && ranlib= libbase.a ) test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@:>@/@:>@-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>= @-prefix/foo' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@:>@/@:>@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo= /sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/@= :>@/@:>@-prefix/foo/sub/' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@:>@/@:>@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo/= sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/@:>@/@:>@-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo' && ranlib= sub/libnobase.a ) test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@:>@/@:>@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo= /sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/@:>@/@= :>@-prefix/foo/sub/' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@:>@/@:>@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/@:>@/@:>@-prefix/foo' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@:>@/@:>@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/@:>@/@:>@-prefix/foo' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@:>@/@:>@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/@:>@/@:>@-prefix/foo/sub' test -z "/@:>@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@:>@/@:>@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@:>@/@:>@-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/@:>@/@:>@-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-quad= rigraph2' test -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/sub/= nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/noba= se.h' test -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/base= .h' test -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/sub/= nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/noba= se.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/base= .dat' test -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/sub/= nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/noba= se.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/base= .sh' test -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/sub/= nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/noba= se' test -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/sub/= libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/libn= obase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/@:>@/./@:>@-prefix/foo/libb= ase.a' + description=3D'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=3Dquadrigraph2 + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'quadrigraph2 in destdir' + set +x ok 76 - quadrigraph2 in destdir PASS: instspc.tap 76 - quadrigraph2 in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-quadrigraph2 '/h/j/w/co/automake/tests/instspc.dir/@:>@' + test 2 -gt 0 + find build-quadrigraph2 '/h/j/w/co/automake/tests/instspc.dir/@:>@' -type= d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-quadrigraph2 '/h/j/w/co/automake/tests/instspc.dir/@:>@' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__quadrigraph3}' ++ test_string=3D'@S|@' + test 'x@S|@' '!=3D' x + mkdir './@S|@' + for where in build dest + case $where in + build=3D'./@S|@' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3 + cd './@S|@' + r=3Dok + ../configure --prefix '/@S|@-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3 + file=3D'./@S|@' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/@S|@' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph3/@S|@-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-quadrigraph3/@S|@-prefix/foo' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph3/@S|@-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-quadrigraph3/@S|@-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/f= oo' && ranlib libbase.a ) test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph3/@S|@-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-qua= drigraph3/@S|@-prefix/foo' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph3/@S|@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S= |@-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-quadrigraph3/@S|@-prefix/foo/sub/' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph3/@S|@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|= @-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-quadrigraph3/@S|@-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|@-prefix/f= oo' && ranlib sub/libnobase.a ) test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph3/@S|@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S= |@-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-q= uadrigraph3/@S|@-prefix/foo/sub/' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph3/@S|@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-quadrigraph3/@S|@-prefix/foo' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph3/@S|@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-quadrigraph3/@S|@-prefix/foo' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph3/@S|@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|= @-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-quadrigraph3/@S|@-prefix/foo/sub' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph3/@S|@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/@S|= @-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-quadrigraph3/@S|@-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/@S|@' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3/./@S|@-pr= efix/foo/libbase.a' + description=3D'quadrigraph3 in builddir' + expected_to_fail build quadrigraph3 + case $1 in + is_in_list quadrigraph3 squote dquote bquote sharp dollar bslash ampersan= d linefeed quadrigraph0 a_lf_b + item=3Dquadrigraph3 + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'quadrigraph3 in builddir' + set +x ok 77 - quadrigraph3 in builddir PASS: instspc.tap 77 - quadrigraph3 in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './@S|@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3 + test 2 -gt 0 + find './@S|@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3 -typ= e d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf './@S|@' /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph3 + for where in build dest + case $where in + build=3Dbuild-quadrigraph3 + dest=3D'/h/j/w/co/automake/tests/instspc.dir/@S|@' + mkdir build-quadrigraph3 + cd build-quadrigraph3 + r=3Dok + ../configure --prefix '/@S|@-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/@S|@' + file=3D'./@S|@' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-qua= drigraph3' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@S|@/@S|@-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/@S|= @/@S|@-prefix/foo' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@S|@/@S|@-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/@S|@/@S|@-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo' && ranlib= libbase.a ) test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@S|@/@S|@-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|= @-prefix/foo' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@S|@/@S|@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo= /sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/@= S|@/@S|@-prefix/foo/sub/' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@S|@/@S|@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo/= sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/@S|@/@S|@-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo' && ranlib= sub/libnobase.a ) test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@S|@/@S|@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo= /sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/@S|@/@= S|@-prefix/foo/sub/' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@S|@/@S|@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/@S|@/@S|@-prefix/foo' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@S|@/@S|@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/@S|@/@S|@-prefix/foo' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@S|@/@S|@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/@S|@/@S|@-prefix/foo/sub' test -z "/@S|@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@S|@/@S|@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@S|@/@S|@-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/@S|@/@S|@-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-quad= rigraph3' test -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/sub/= nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/noba= se.h' test -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/base= .h' test -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/sub/= nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/noba= se.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/base= .dat' test -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/sub/= nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/noba= se.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/base= .sh' test -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/sub/= nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/noba= se' test -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/sub/= libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/libn= obase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/@S|@/./@S|@-prefix/foo/libb= ase.a' + description=3D'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=3Dquadrigraph3 + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'quadrigraph3 in destdir' + set +x ok 78 - quadrigraph3 in destdir PASS: instspc.tap 78 - quadrigraph3 in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-quadrigraph3 '/h/j/w/co/automake/tests/instspc.dir/@S|@' + test 2 -gt 0 + find build-quadrigraph3 '/h/j/w/co/automake/tests/instspc.dir/@S|@' -type= d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-quadrigraph3 '/h/j/w/co/automake/tests/instspc.dir/@S|@' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__quadrigraph4}' ++ test_string=3D@%:@ + test x@%:@ '!=3D' x + mkdir ./@%:@ + for where in build dest + case $where in + build=3D./@%:@ + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4 + cd ./@%:@ + r=3Dok + ../configure --prefix /@%:@-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4 + file=3D./@%:@ + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/@%:@' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph4/@%:@-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-quadrigraph4/@%:@-prefix/foo' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph4/@%:@-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-quadrigraph4/@%:@-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/f= oo' && ranlib libbase.a ) test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph4/@%:@-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-qua= drigraph4/@%:@-prefix/foo' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph4/@%:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%= :@-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-quadrigraph4/@%:@-prefix/foo/sub/' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph4/@%:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:= @-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-quadrigraph4/@%:@-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:@-prefix/f= oo' && ranlib sub/libnobase.a ) test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph4/@%:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%= :@-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-q= uadrigraph4/@%:@-prefix/foo/sub/' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph4/@%:@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-quadrigraph4/@%:@-prefix/foo' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph4/@%:@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-quadrigraph4/@%:@-prefix/foo' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph4/@%:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:= @-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-quadrigraph4/@%:@-prefix/foo/sub' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-quadrigraph4/@%:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/@%:= @-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-quadrigraph4/@%:@-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/@%:@' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4/./@%:@-pr= efix/foo/libbase.a' + description=3D'quadrigraph4 in builddir' + expected_to_fail build quadrigraph4 + case $1 in + is_in_list quadrigraph4 squote dquote bquote sharp dollar bslash ampersan= d linefeed quadrigraph0 a_lf_b + item=3Dquadrigraph4 + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'quadrigraph4 in builddir' + set +x ok 79 - quadrigraph4 in builddir PASS: instspc.tap 79 - quadrigraph4 in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ ./@%:@ /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4 + test 2 -gt 0 + find ./@%:@ /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4 -type = d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf ./@%:@ /h/j/w/co/automake/tests/instspc.dir/dest-quadrigraph4 + for where in build dest + case $where in + build=3Dbuild-quadrigraph4 + dest=3D/h/j/w/co/automake/tests/instspc.dir/@%:@ + mkdir build-quadrigraph4 + cd build-quadrigraph4 + r=3Dok + ../configure --prefix /@%:@-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/@%:@ + file=3D./@%:@ + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-qua= drigraph4' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@%:@/@%:@-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/@%:= @/@%:@-prefix/foo' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@%:@/@%:@-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/@%:@/@%:@-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo' && ranlib= libbase.a ) test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@%:@/@%:@-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:= @-prefix/foo' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@%:@/@%:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo= /sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/@= %:@/@%:@-prefix/foo/sub/' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@%:@/@%:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo/= sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/@%:@/@%:@-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo' && ranlib= sub/libnobase.a ) test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@%:@/@%:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo= /sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/@%:@/@= %:@-prefix/foo/sub/' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@%:@/@%:@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/@%:@/@%:@-prefix/foo' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@%:@/@%:@-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/@%:@/@%:@-prefix/foo' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@%:@/@%:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/@%:@/@%:@-prefix/foo/sub' test -z "/@%:@-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/@%:@/@%:@-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/@%:@/@%:@-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/@%:@/@%:@-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-quad= rigraph4' test -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/sub/= nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/noba= se.h' test -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/base= .h' test -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/sub/= nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/noba= se.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/base= .dat' test -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/sub/= nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/noba= se.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/base= .sh' test -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/sub/= nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/noba= se' test -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/sub/= libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/libn= obase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/@%:@/./@%:@-prefix/foo/libb= ase.a' + description=3D'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=3Dquadrigraph4 + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'quadrigraph4 in destdir' + set +x ok 80 - quadrigraph4 in destdir PASS: instspc.tap 80 - quadrigraph4 in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-quadrigraph4 /h/j/w/co/automake/tests/instspc.dir/@%:@ + test 2 -gt 0 + find build-quadrigraph4 /h/j/w/co/automake/tests/instspc.dir/@%:@ -type d= '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-quadrigraph4 /h/j/w/co/automake/tests/instspc.dir/@%:@ + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__a_b}' ++ test_string=3D'a b' + test 'xa b' '!=3D' x + mkdir './a b' + for where in build dest + case $where in + build=3D'./a b' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-a_b + cd './a b' + r=3Dok + ../configure --prefix '/a b-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-a_b + file=3D'./a b' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/a b' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-a_b/a b-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-a_b/a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-a_b/a b-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-a_b/a b-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo' && ran= lib libbase.a ) test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-a_b/a b-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-a_b= /a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-a_b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/= foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-a_b/a b-prefix/foo/sub/' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-a_b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/f= oo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-a_b/a b-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/foo' && ran= lib sub/libnobase.a ) test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-a_b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/= foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-a= _b/a b-prefix/foo/sub/' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-a_b/a b-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-a_b/a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-a_b/a b-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-a_b/a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-a_b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-a_b/a b-prefix/foo/sub' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-a_b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/a b-prefix/f= oo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-a_b/a b-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/a b' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/s= ub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/n= obase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/b= ase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/s= ub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/n= obase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/b= ase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/s= ub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/n= obase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/b= ase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/s= ub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/n= obase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/b= ase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/s= ub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/l= ibnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a_b/./a b-prefix/foo/l= ibbase.a' + description=3D'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 linefee= d quadrigraph0 a_lf_b + item=3Da_b + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'a_b in builddir' + set +x ok 81 - a_b in builddir PASS: instspc.tap 81 - a_b in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './a b' /h/j/w/co/automake/tests/instspc.dir/dest-a_b + test 2 -gt 0 + find './a b' /h/j/w/co/automake/tests/instspc.dir/dest-a_b -type d '!' -p= erm -700 -exec chmod u+rwx '{}' ';' + rm -rf './a b' /h/j/w/co/automake/tests/instspc.dir/dest-a_b + for where in build dest + case $where in + build=3Dbuild-a_b + dest=3D'/h/j/w/co/automake/tests/instspc.dir/a b' + mkdir build-a_b + cd build-a_b + r=3Dok + ../configure --prefix '/a b-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/a b' + file=3D'./a b' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-a_b' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/a b/a b-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/a b= /a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/a b/a b-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/a b/a b-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo' && ranlib l= ibbase.a ) test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/a b/a b-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/a b/a b-= prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/a b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/s= ub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/a= b/a b-prefix/foo/sub/' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/a b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/su= b' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/a b/a b-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo' && ranlib s= ub/libnobase.a ) test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/a b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/s= ub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/a b/a = b-prefix/foo/sub/' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/a b/a b-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/a b/a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/a b/a b-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/a b/a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/a b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/su= b' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/a b/a b-prefix/foo/sub' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/a b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/su= b' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/a b/a b-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-a_b' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/sub/no= base.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/nobase= .h' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/sub/no= base.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/nobase= .dat' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/base.d= at' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/sub/no= base.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/nobase= .sh' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/base.s= h' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/sub/no= base' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/sub/li= bnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/libnob= ase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/libbas= e.a' + description=3D'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=3Da_b + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'a_b in destdir' + set +x ok 82 - a_b in destdir PASS: instspc.tap 82 - a_b in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-a_b '/h/j/w/co/automake/tests/instspc.dir/a b' + test 2 -gt 0 + find build-a_b '/h/j/w/co/automake/tests/instspc.dir/a b' -type d '!' -pe= rm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-a_b '/h/j/w/co/automake/tests/instspc.dir/a b' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__a__b}' ++ test_string=3D'a b' + test 'xa b' '!=3D' x + mkdir './a b' + for where in build dest + case $where in + build=3D'./a b' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-a__b + cd './a b' + r=3Dok + ../configure --prefix '/a b-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-a__b + file=3D'./a b' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/a b' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-a__b/a b-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-a__b/a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-a__b/a b-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-a__b/a b-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a b-prefix/foo' && r= anlib libbase.a ) test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-a__b/a b-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-a__= b/a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-a__b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a b-prefi= x/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-a__b/a b-prefix/foo/sub/' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-a__b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a b-prefix= /foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-a__b/a b-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a b-prefix/foo' && r= anlib sub/libnobase.a ) test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-a__b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a b-prefi= x/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-a= __b/a b-prefix/foo/sub/' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-a__b/a b-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-a__b/a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-a__b/a b-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-a__b/a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-a__b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a b-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-a__b/a b-prefix/foo/sub' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/dest-a__b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/a b-prefix= /foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-a__b/a b-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/a b' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-a__b/./a b-prefix/foo= /libbase.a' + description=3D'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 linefe= ed quadrigraph0 a_lf_b + item=3Da__b + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'a__b in builddir' + set +x ok 83 - a__b in builddir PASS: instspc.tap 83 - a__b in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './a b' /h/j/w/co/automake/tests/instspc.dir/dest-a__b + test 2 -gt 0 + find './a b' /h/j/w/co/automake/tests/instspc.dir/dest-a__b -type d '!' = -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf './a b' /h/j/w/co/automake/tests/instspc.dir/dest-a__b + for where in build dest + case $where in + build=3Dbuild-a__b + dest=3D'/h/j/w/co/automake/tests/instspc.dir/a b' + mkdir build-a__b + cd build-a__b + r=3Dok + ../configure --prefix '/a b-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/a b' + file=3D'./a b' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-a__= b' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/a b/a b-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/a = b/a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/a b/a b-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/a b/a b-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo' && ranlib= libbase.a ) test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/a b/a b-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/a b/a = b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/a b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo= /sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/a= b/a b-prefix/foo/sub/' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/a b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/= sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/a b/a b-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo' && ranlib= sub/libnobase.a ) test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/a b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo= /sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/a b/a= b-prefix/foo/sub/' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/a b/a b-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/a b/a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/a b/a b-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/a b/a b-prefix/foo' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/a b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/a b/a b-prefix/foo/sub' test -z "/a b-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/ins= tspc.dir/a b/a b-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a b/a b-prefix/foo/= sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/a b/a b-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-a__b' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/sub/= nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/noba= se.h' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/base= .h' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/sub/= nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/noba= se.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/base= .dat' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/sub/= nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/noba= se.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/base= .sh' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/sub/= nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/noba= se' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/sub/= libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/libn= obase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/a b/./a b-prefix/foo/libb= ase.a' + description=3D'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=3Da__b + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'a__b in destdir' + set +x ok 84 - a__b in destdir PASS: instspc.tap 84 - a__b in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-a__b '/h/j/w/co/automake/tests/instspc.dir/a b' + test 2 -gt 0 + find build-a__b '/h/j/w/co/automake/tests/instspc.dir/a b' -type d '!' -= perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-a__b '/h/j/w/co/automake/tests/instspc.dir/a b' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__a_lf_b}' ++ test_string=3D'a b' + test 'xa b' '!=3D' x + mkdir './a b' + for where in build dest + case $where in + build=3D'./a b' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-a_lf_b + cd './a b' + r=3Dok + ../configure --prefix '/a b-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... configure: error: unsafe abso= lute working directory name + r=3D'not ok' + description=3D'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 line= feed quadrigraph0 a_lf_b + item=3Da_lf_b + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'a_lf_b in buil= ddir' + set +x not ok 85 - a_lf_b in builddir # TODO long-standing limitation XFAIL: instspc.tap 85 - a_lf_b in builddir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for where in build dest + case $where in + build=3Dbuild-a_lf_b + dest=3D'/h/j/w/co/automake/tests/instspc.dir/a b' + mkdir build-a_lf_b + cd build-a_lf_b + r=3Dok + ../configure --prefix '/a b-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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:216: *** missing separator. Stop. + r=3D'not ok' + description=3D'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=3Da_lf_b + shift + case " $* " in + return 0 + directive=3DTODO + reason=3D'long-standing limitation' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- 'a_lf_b in dest= dir' + set +x not ok 86 - a_lf_b in destdir # TODO long-standing limitation XFAIL: instspc.tap 86 - a_lf_b in destdir # TODO long-standing limitation + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test 'not ok' =3D ok + : For lesser shells with broken 'set -e.' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__dotdotdot}' ++ test_string=3D... + test x... '!=3D' x + mkdir ./... + for where in build dest + case $where in + build=3D./... + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot + cd ./... + r=3Dok + ../configure --prefix /...-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot + file=3D./... + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/...' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-dotdotdot/...-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-dotdotdot/...-prefix/foo' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-dotdotdot/...-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-dotdotdot/...-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo' = && ranlib libbase.a ) test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-dotdotdot/...-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-dot= dotdot/...-prefix/foo' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-dotdotdot/...-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-p= refix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-dotdotdot/...-prefix/foo/sub/' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-dotdotdot/...-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-pr= efix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-dotdotdot/...-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-prefix/foo' = && ranlib sub/libnobase.a ) test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-dotdotdot/...-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-p= refix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-d= otdotdot/...-prefix/foo/sub/' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-dotdotdot/...-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-dotdotdot/...-prefix/foo' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-dotdotdot/...-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-dotdotdot/...-prefix/foo' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-dotdotdot/...-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-pr= efix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-dotdotdot/...-prefix/foo/sub' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/dest-dotdotdot/...-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/...-pr= efix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-dotdotdot/...-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/...' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot/./...-prefix= /foo/libbase.a' + description=3D'dotdotdot in builddir' + expected_to_fail build dotdotdot + case $1 in + is_in_list dotdotdot squote dquote bquote sharp dollar bslash ampersand l= inefeed quadrigraph0 a_lf_b + item=3Ddotdotdot + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'dotdotdot in builddir' + set +x ok 87 - dotdotdot in builddir PASS: instspc.tap 87 - dotdotdot in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ ./... /h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot + test 2 -gt 0 + find ./... /h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot -type d '!= ' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf ./... /h/j/w/co/automake/tests/instspc.dir/dest-dotdotdot + for where in build dest + case $where in + build=3Dbuild-dotdotdot + dest=3D/h/j/w/co/automake/tests/instspc.dir/... + mkdir build-dotdotdot + cd build-dotdotdot + r=3Dok + ../configure --prefix /...-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/... + file=3D./... + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-dot= dotdot' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/.../...-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/...= /...-prefix/foo' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/.../...-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/.../...-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo' && ranlib l= ibbase.a ) test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/.../...-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/.../...-= prefix/foo' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/.../...-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/s= ub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/.= ../...-prefix/foo/sub/' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/.../...-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/su= b' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/.../...-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo' && ranlib s= ub/libnobase.a ) test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/.../...-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/s= ub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/.../..= .-prefix/foo/sub/' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/.../...-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/.../...-prefix/foo' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/.../...-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/.../...-prefix/foo' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/.../...-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/su= b' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/.../...-prefix/foo/sub' test -z "/...-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/inst= spc.dir/.../...-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.../...-prefix/foo/su= b' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/.../...-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-dotd= otdot' test -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/sub/no= base.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/nobase= .h' test -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/sub/no= base.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/nobase= .dat' test -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/base.d= at' test -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/sub/no= base.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/nobase= .sh' test -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/base.s= h' test -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/sub/no= base' test ! -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/sub/li= bnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/libnob= ase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/..././...-prefix/foo/libbas= e.a' + description=3D'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=3Ddotdotdot + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'dotdotdot in destdir' + set +x ok 88 - dotdotdot in destdir PASS: instspc.tap 88 - dotdotdot in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-dotdotdot /h/j/w/co/automake/tests/instspc.dir/... + test 2 -gt 0 + find build-dotdotdot /h/j/w/co/automake/tests/instspc.dir/... -type d '!'= -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-dotdotdot /h/j/w/co/automake/tests/instspc.dir/... + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__dosdrive}' ++ test_string=3Da: + test xa: '!=3D' x + mkdir ./a: + for where in build dest + case $where in + build=3D./a: + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive + cd ./a: + r=3Dok + ../configure --prefix /a:-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive + file=3D./a: + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/a:' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/dest-dosdrive/a:-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-dosdrive/a:-prefix/foo' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/dest-dosdrive/a:-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-dosdrive/a:-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo' &&= ranlib libbase.a ) test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/dest-dosdrive/a:-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-dos= drive/a:-prefix/foo' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/dest-dosdrive/a:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-pre= fix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-dosdrive/a:-prefix/foo/sub/' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/dest-dosdrive/a:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-pref= ix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-dosdrive/a:-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-prefix/foo' &&= ranlib sub/libnobase.a ) test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/dest-dosdrive/a:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-pre= fix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-d= osdrive/a:-prefix/foo/sub/' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/dest-dosdrive/a:-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-dosdrive/a:-prefix/foo' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/dest-dosdrive/a:-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-dosdrive/a:-prefix/foo' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/dest-dosdrive/a:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-pref= ix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-dosdrive/a:-prefix/foo/sub' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/dest-dosdrive/a:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/a:-pref= ix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-dosdrive/a:-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/a:' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-dosdrive/./a:-prefix/f= oo/libbase.a' + description=3D'dosdrive in builddir' + expected_to_fail build dosdrive + case $1 in + is_in_list dosdrive squote dquote bquote sharp dollar bslash ampersand li= nefeed quadrigraph0 a_lf_b + item=3Ddosdrive + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'dosdrive in builddir' + set +x ok 89 - dosdrive in builddir PASS: instspc.tap 89 - dosdrive in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ ./a: /h/j/w/co/automake/tests/instspc.dir/dest-dosdrive + test 2 -gt 0 + find ./a: /h/j/w/co/automake/tests/instspc.dir/dest-dosdrive -type d '!' = -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf ./a: /h/j/w/co/automake/tests/instspc.dir/dest-dosdrive + for where in build dest + case $where in + build=3Dbuild-dosdrive + dest=3D/h/j/w/co/automake/tests/instspc.dir/a: + mkdir build-dosdrive + cd build-dosdrive + r=3Dok + ../configure --prefix /a:-prefix checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/a: + file=3D./a: + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-dos= drive' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/a:/a:-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/a:/= a:-prefix/foo' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/a:/a:-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/a:/a:-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo' && ranlib lib= base.a ) test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/a:/a:-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/a:/a:-pr= efix/foo' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/a:/a:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub= /' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/a= :/a:-prefix/foo/sub/' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/a:/a:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/a:/a:-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo' && ranlib sub= /libnobase.a ) test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/a:/a:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub= /' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/a:/a:-= prefix/foo/sub/' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/a:/a:-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/a:/a:-prefix/foo' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/a:/a:-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/a:/a:-prefix/foo' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/a:/a:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/a:/a:-prefix/foo/sub' test -z "/a:-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/insts= pc.dir/a:/a:-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/a:/a:-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/a:/a:-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-dosd= rive' test -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/sub/noba= se.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/sub/noba= se.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/nobase.d= at' test -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/sub/noba= se.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/nobase.s= h' test -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/sub/noba= se' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/sub/libn= obase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/libnobas= e.a' test -f '/h/j/w/co/automake/tests/instspc.dir/a:/./a:-prefix/foo/libbase.= a' + description=3D'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=3Ddosdrive + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'dosdrive in destdir' + set +x ok 90 - dosdrive in destdir PASS: instspc.tap 90 - dosdrive in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-dosdrive /h/j/w/co/automake/tests/instspc.dir/a: + test 2 -gt 0 + find build-dosdrive /h/j/w/co/automake/tests/instspc.dir/a: -type d '!' -= perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-dosdrive /h/j/w/co/automake/tests/instspc.dir/a: + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__miscglob1}' ++ test_string=3D'?[a-z]*' + test 'x?[a-z]*' '!=3D' x + mkdir './?[a-z]*' + for where in build dest + case $where in + build=3D'./?[a-z]*' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1 + cd './?[a-z]*' + r=3Dok + ../configure --prefix '/?[a-z]*-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1 + file=3D'./?[a-z]*' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/?[a-z]*' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-miscglob1/?[a-z]*-prefix/foo' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-miscglob1/?[a-z]*-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/f= oo' && ranlib libbase.a ) test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-mis= cglob1/?[a-z]*-prefix/foo' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z= ]*-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-miscglob1/?[a-z]*-prefix/foo/sub/' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]= *-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]*-prefix/f= oo' && ranlib sub/libnobase.a ) test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z= ]*-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-m= iscglob1/?[a-z]*-prefix/foo/sub/' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-miscglob1/?[a-z]*-prefix/foo' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-miscglob1/?[a-z]*-prefix/foo' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]= *-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/dest-miscglob1/?[a-z]*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/?[a-z]= *-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-miscglob1/?[a-z]*-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/?[a-z]*' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob1/./?[a-z]*-pr= efix/foo/libbase.a' + description=3D'miscglob1 in builddir' + expected_to_fail build miscglob1 + case $1 in + is_in_list miscglob1 squote dquote bquote sharp dollar bslash ampersand l= inefeed quadrigraph0 a_lf_b + item=3Dmiscglob1 + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'miscglob1 in builddir' + set +x ok 91 - miscglob1 in builddir PASS: instspc.tap 91 - miscglob1 in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './?[a-z]*' /h/j/w/co/automake/tests/instspc.dir/dest-miscglob1 + test 2 -gt 0 + find './?[a-z]*' /h/j/w/co/automake/tests/instspc.dir/dest-miscglob1 -typ= e d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf './?[a-z]*' /h/j/w/co/automake/tests/instspc.dir/dest-miscglob1 + for where in build dest + case $where in + build=3Dbuild-miscglob1 + dest=3D'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*' + mkdir build-miscglob1 + cd build-miscglob1 + r=3Dok + ../configure --prefix '/?[a-z]*-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/?[a-z]*' + file=3D'./?[a-z]*' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-mis= cglob1' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/?[a-z]*/?[a-z]*-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/?[a= -z]*/?[a-z]*-prefix/foo' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/?[a-z]*/?[a-z]*-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/?[a-z]*/?[a-z]*-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo' && = ranlib libbase.a ) test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/?[a-z]*/?[a-z]*-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/= ?[a-z]*-prefix/foo' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/?[a-z]*/?[a-z]*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-pref= ix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/?= [a-z]*/?[a-z]*-prefix/foo/sub/' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/?[a-z]*/?[a-z]*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefi= x/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/?[a-z]*/?[a-z]*-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefix/foo' && = ranlib sub/libnobase.a ) test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/?[a-z]*/?[a-z]*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-pref= ix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/?[a-z]= */?[a-z]*-prefix/foo/sub/' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/?[a-z]*/?[a-z]*-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/?[a-z]*/?[a-z]*-prefix/foo' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/?[a-z]*/?[a-z]*-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/?[a-z]*/?[a-z]*-prefix/foo' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/?[a-z]*/?[a-z]*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefi= x/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/?[a-z]*/?[a-z]*-prefix/foo/sub' test -z "/?[a-z]*-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests/= instspc.dir/?[a-z]*/?[a-z]*-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/?[a-z]*-prefi= x/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/?[a-z]*/?[a-z]*-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-misc= glob1' test -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/base' test -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*/./?[a-z]*-prefix/fo= o/libbase.a' + description=3D'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=3Dmiscglob1 + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'miscglob1 in destdir' + set +x ok 92 - miscglob1 in destdir PASS: instspc.tap 92 - miscglob1 in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-miscglob1 '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*' + test 2 -gt 0 + find build-miscglob1 '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*' -type= d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-miscglob1 '/h/j/w/co/automake/tests/instspc.dir/?[a-z]*' + for test_name in '$test_names_list' + eval 'test_string=3D${instspc__miscglob2}' ++ test_string=3D'.*?[0-9]' + test 'x.*?[0-9]' '!=3D' x + mkdir './.*?[0-9]' + for where in build dest + case $where in + build=3D'./.*?[0-9]' + dest=3D/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2 + cd './.*?[0-9]' + r=3Dok + ../configure --prefix '/.*?[0-9]-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2 + file=3D'./.*?[0-9]' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/des= t-miscglob2/.*?[0-9]-prefix/foo' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/dest-miscglob2/.*?[0-9]-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/= foo' && ranlib libbase.a ) test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/dest-mis= cglob2/.*?[0-9]-prefix/foo' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0= -9]-prefix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/d= est-miscglob2/.*?[0-9]-prefix/foo/sub/' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-= 9]-prefix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-9]-prefix/= foo' && ranlib sub/libnobase.a ) test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0= -9]-prefix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/dest-m= iscglob2/.*?[0-9]-prefix/foo/sub/' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/dest-miscglob2/.*?[0-9]-prefix/foo' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/dest-miscglob2/.*?[0-9]-prefix/foo' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-= 9]-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/dest-miscglob2/.*?[0-9]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/.*?[0-= 9]-prefix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/dest-miscglob2/.*?[0-9]-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/dest-miscglob2/./.*?[0-9]-p= refix/foo/libbase.a' + description=3D'miscglob2 in builddir' + expected_to_fail build miscglob2 + case $1 in + is_in_list miscglob2 squote dquote bquote sharp dollar bslash ampersand l= inefeed quadrigraph0 a_lf_b + item=3Dmiscglob2 + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'miscglob2 in builddir' + set +x ok 93 - miscglob2 in builddir PASS: instspc.tap 93 - miscglob2 in builddir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ './.*?[0-9]' /h/j/w/co/automake/tests/instspc.dir/dest-miscglob2 + test 2 -gt 0 + find './.*?[0-9]' /h/j/w/co/automake/tests/instspc.dir/dest-miscglob2 -ty= pe d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf './.*?[0-9]' /h/j/w/co/automake/tests/instspc.dir/dest-miscglob2 + for where in build dest + case $where in + build=3Dbuild-miscglob2 + dest=3D'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]' + mkdir build-miscglob2 + cd build-miscglob2 + r=3Dok + ../configure --prefix '/.*?[0-9]-prefix' checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for 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=3D\"instspc\" -DPACKAGE_TARNAME=3D\"instspc\" -DPACKAGE_= VERSION=3D\"1.0\" -DPACKAGE_STRING=3D\"instspc\ 1.0\" -DPACKAGE_BUGREPORT= =3D\"\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"instspc\" -DVERSION=3D\"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=3D'/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]' + file=3D'./.*?[0-9]' + make -e test-inst make[1]: Entering directory `/h/j/w/co/automake/tests/instspc.dir/build-mis= cglob2' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo" /p/bin/install -c ../sub/base.sh '/h/j/w/co/automake/tests/instspc.dir/.*?= [0-9]/.*?[0-9]-prefix/foo' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo" /p/bin/install -c -m 644 sub/libbase.a '/h/j/w/co/automake/tests/instspc.= dir/.*?[0-9]/.*?[0-9]-prefix/foo' ( cd '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo' &= & ranlib libbase.a ) test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo" /p/bin/install -c sub/base '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]= /.*?[0-9]-prefix/foo' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-pr= efix/foo/sub/' /p/bin/install -c ../sub/nobase.sh '/h/j/w/co/automake/tests/instspc.dir/.= *?[0-9]/.*?[0-9]-prefix/foo/sub/' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-pre= fix/foo/sub' /p/bin/install -c -m 644 sub/libnobase.a '/h/j/w/co/automake/tests/instsp= c.dir/.*?[0-9]/.*?[0-9]-prefix/foo/sub' ( cd '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo' &= & ranlib sub/libnobase.a ) test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-pr= efix/foo/sub/' /p/bin/install -c sub/nobase '/h/j/w/co/automake/tests/instspc.dir/.*?[0-= 9]/.*?[0-9]-prefix/foo/sub/' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo" /p/bin/install -c -m 644 ../sub/base.dat '/h/j/w/co/automake/tests/instspc= .dir/.*?[0-9]/.*?[0-9]-prefix/foo' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo" /p/bin/install -c -m 644 ../sub/base.h '/h/j/w/co/automake/tests/instspc.d= ir/.*?[0-9]/.*?[0-9]-prefix/foo' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-pre= fix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.dat '/h/j/w/co/automake/tests/inst= spc.dir/.*?[0-9]/.*?[0-9]-prefix/foo/sub' test -z "/.*?[0-9]-prefix/foo" || /p/bin/mkdir -p "/h/j/w/co/automake/tests= /instspc.dir/.*?[0-9]/.*?[0-9]-prefix/foo" /p/bin/mkdir -p '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/.*?[0-9]-pre= fix/foo/sub' /p/bin/install -c -m 644 ../sub/nobase.h '/h/j/w/co/automake/tests/instsp= c.dir/.*?[0-9]/.*?[0-9]-prefix/foo/sub' make[1]: Leaving directory `/h/j/w/co/automake/tests/instspc.dir/build-misc= glob2' test -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/sub/nobase.h' test ! -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/nobase.h' test -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/base.h' test -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/sub/nobase.dat' test ! -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/nobase.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/base.dat' test -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/sub/nobase.sh' test ! -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/nobase.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/base.sh' test -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/sub/nobase' test ! -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/nobase' test -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/base' test -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/sub/libnobase.a' test ! -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/libnobase.a' test -f '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]/./.*?[0-9]-prefix/= foo/libbase.a' + description=3D'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=3Dmiscglob2 + shift + case " $* " in + return 1 + directive=3D + reason=3D + result_ ok -D '' -r '' -- 'miscglob2 in destdir' + set +x ok 94 - miscglob2 in destdir PASS: instspc.tap 94 - miscglob2 in destdir + cd /h/j/w/co/automake/tests/instspc.dir + not am_keeping_testdirs + am_keeping_testdirs + case $keep_testdirs in + return 1 + return 0 + test ok =3D ok + rm_rf_ build-miscglob2 '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]' + test 2 -gt 0 + find build-miscglob2 '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]' -typ= e d '!' -perm -700 -exec chmod u+rwx '{}' ';' + rm -rf build-miscglob2 '/h/j/w/co/automake/tests/instspc.dir/.*?[0-9]' + : + exit_status=3D0 + set +e + cd /h/j/w/co/automake/tests + test yes =3D yes + test yes '!=3D' yes + test 0 -eq 0 + test 77 -eq 94 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x instspc: exit 0 XFAIL: all =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/all.dir + targets=3D'all install-exec install-data uninstall' + sed -e 's/[ :]/-local&/g' + echo 'all install-exec install-data uninstall:' + cat Makefile.am all-local install-exec-local install-data-local uninstall-local: + aclocal-1.11a -Werror + automake-1.11a --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 + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x all: exit 1 SKIP: amhello-cross-compile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin amhello-cross-compile: running i586-mingw32msvc-gcc --version ./defs: line 905: i586-mingw32msvc-gcc: command not found FAIL: ar-lib3 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/ar-lib3.dir + cat + cat + aclocal-1.11a -Werror + AUTOMAKE_fails + AUTOMAKE_run -e 1 + am__desc=3D + am__exp_rc=3D0 + test 2 -gt 0 + case $1 in + am__exp_rc=3D1 + shift + shift + test 0 -gt 0 + am__got_rc=3D0 + automake-1.11a --foreign -Werror -Wall + am__got_rc=3D1 + cat stderr automake: warnings are treated as errors /h/j/w/co/automake/lib/am/library.am: warning: `libfoo.a': linking librarie= s using a non-POSIX /h/j/w/co/automake/lib/am/library.am: archiver requires `AM_PROG_AR' in `co= nfigure.in' Makefile.am:1: while processing library `libfoo.a' + cat stdout + test no '!=3D' yes + test 1 -eq 1 + return + grep 'requires.*AM_PROG_AR' stderr /h/j/w/co/automake/lib/am/library.am: archiver requires `AM_PROG_AR' in `co= nfigure.in' + cat + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall --add-missing automake: warnings are treated as errors /h/j/w/co/automake/lib/am/library.am: warning: `libfoo.a': linking librarie= s using a non-POSIX /h/j/w/co/automake/lib/am/library.am: archiver requires `AM_PROG_AR' in `co= nfigure.in' Makefile.am:1: while processing library `libfoo.a' + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x ar-lib3: exit 1 SKIP: ar-lib5a =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ar-lib5a: running lib -out:defstest.lib ./defs: line 777: lib: command not found PASS: auxdir-computed =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: yes PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/auxdir-computed.dir + plan_ 3 + test 1 -eq 0 + test 1 -ge 2 + test x3 =3D xunknown + test x3 =3D xlater + test x3 =3D xlazy + test x3 =3D xnow + test 3 -ge 0 + echo 1..3 1..3 + have_tap_plan_=3Dyes + cat + : + command_ok_ aclocal aclocal-1.11a -Werror + tap_directive_=3D + tap_reason_=3D + test 3 -gt 0 + tap_description_=3Daclocal + shift + test 2 -gt 0 + case $1 in + break + tap_result_=3Dok + aclocal-1.11a -Werror + result_ ok -D '' -r '' -- aclocal + set +x ok 1 - aclocal PASS: auxdir-computed.tap 1 - aclocal + command_ok_ 'automake -a' -D TODO -r 'long-standing limitation' automake-= 1.11a --foreign -Werror -Wall -a + tap_directive_=3D + tap_reason_=3D + test 10 -gt 0 + tap_description_=3D'automake -a' + shift + test 9 -gt 0 + case $1 in + tap_directive_=3DTODO + shift + shift + test 7 -gt 0 + case $1 in + tap_reason_=3D'long-standing limitation' + shift + shift + test 5 -gt 0 + case $1 in + break + tap_result_=3Dok + automake-1.11a --foreign -Werror -Wall -a configure.in:2: error: required directory ./$foo does not exist configure.in:3: error: installing `$foo/install-sh'; error while making lin= k: No such file or directory configure.in:3: error: installing `$foo/missing'; error while making link: = No such file or directory + tap_result_=3D'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: auxdir-computed.tap 2 - automake -a # TODO long-standing limitation + command_ok_ automake -D TODO -r 'long-standing limitation' automake-1.11a= --foreign -Werror -Wall + tap_directive_=3D + tap_reason_=3D + test 9 -gt 0 + tap_description_=3Dautomake + shift + test 8 -gt 0 + case $1 in + tap_directive_=3DTODO + shift + shift + test 6 -gt 0 + case $1 in + tap_reason_=3D'long-standing limitation' + shift + shift + test 4 -gt 0 + case $1 in + break + tap_result_=3Dok + automake-1.11a --foreign -Werror -Wall configure.in:2: error: required directory ./$foo does not exist configure.in:3: error: required file `$foo/install-sh' not found configure.in:3: `automake --add-missing' can install `install-sh' configure.in:3: error: required file `$foo/missing' not found configure.in:3: `automake --add-missing' can install `missing' + tap_result_=3D'not ok' + result_ 'not ok' -D TODO -r 'long-standing limitation' -- automake + set +x not ok 3 - automake # TODO long-standing limitation XFAIL: auxdir-computed.tap 3 - automake # TODO long-standing limitation + : + exit_status=3D0 + set +e + cd /h/j/w/co/automake/tests + test yes =3D yes + test yes '!=3D' yes + test 0 -eq 0 + test 1 -eq 3 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x auxdir-computed: exit 0 SKIP: compile4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin compile4: running cl -? ./defs: line 668: cl: command not found SKIP: compile5 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/compile5.dir + get_shell_script compile + test x =3D xyes + cp /h/j/w/co/automake/lib/compile . + sed 10q compile #! /bin/sh # Wrapper for compilers which do not understand `-c -o'. scriptversion=3D2010-11-15.09; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software # Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify + cat + chmod +x ./cl + cat + : + cat + aclocal-1.11a -Werror + autoconf -B /no/such/dir + automake-1.11a --foreign -Werror -Wall -a configure.in:4: installing `./config.guess' configure.in:4: installing `./config.sub' + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating check_host + . ./check_host ++ 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' ++ Exit 77 ++ set +e ++ test 77 =3D 77 ++ am__test_skipped=3Dyes ++ exit 77 ++ exit 77 + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x compile5: exit 77 XFAIL: cond17 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/cond17.dir + cat + cat + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall -a Makefile.am: error: object `foo.$(OBJEXT)' created by `foo.cc' and `foo.c' + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cond17: exit 1 SKIP: cscope =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/cscope.dir + cat + mkdir sub sub/subsub + cat + cat + echo 'int foo_func () { return 0; }' + echo 'int main () { return 0; }' + cat + : + echo 'int main () { return 0; }' + aclocal-1.11a -Werror + autoconf -B /no/such/dir + automake-1.11a --foreign -Werror -Wall --add-missing Makefile.am:4: installing `./elisp-comp' + mkdir build + cd build + ../configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgfortran... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for nagfor... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no checking for gcj... no checking dependency style of gcj... none checking for emacs... emacs checking where .elc files should go... ${datarootdir}/emacs/site-lisp checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating sub/Makefile config.status: executing depfiles commands + make -n cscope rm -f cscope.files list=3D'sub'; for subdir in $list; do \ test "$subdir" =3D . || (CDPATH=3D"${ZSH_VERSION+.}:" && cd $subdir && ma= ke cscopelist); \ done make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' /p/bin/mkdir -p subsub echo 'int generated_subsub () { return 0; }' > subsub/gen.c list=3D'subsub/dist.c subsub/gen.c '; \ case "../../sub" in \ [\\/]* | ?:[\\/]*) sdir=3D"../../sub" ;; \ *) sdir=3Dsub/../../sub ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "sub/$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ../cscope.files make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' list=3D'foo.c bar.cpp baz.f90 foo.el'; \ case ".." in \ [\\/]* | ?:[\\/]*) sdir=3D".." ;; \ *) sdir=3D./.. ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "./$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ./cscope.files test ! -s cscope.files \ || cscope -b -q -i cscope.files + : cscope + make cscope rm -f cscope.files list=3D'sub'; for subdir in $list; do \ test "$subdir" =3D . || (CDPATH=3D"${ZSH_VERSION+.}:" && cd $subdir && ma= ke cscopelist); \ done make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' /p/bin/mkdir -p subsub echo 'int generated_subsub () { return 0; }' > subsub/gen.c list=3D'subsub/dist.c subsub/gen.c '; \ case "../../sub" in \ [\\/]* | ?:[\\/]*) sdir=3D"../../sub" ;; \ *) sdir=3Dsub/../../sub ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "sub/$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ../cscope.files make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' list=3D'foo.c bar.cpp baz.f90 foo.el'; \ case ".." in \ [\\/]* | ?:[\\/]*) sdir=3D".." ;; \ *) sdir=3D./.. ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "./$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ./cscope.files test ! -s cscope.files \ || cscope -b -q -i cscope.files + cat stderr + grep 'cannot find file' stderr + test -f cscope.files + /p/bin/grep -F foo.c cscope.files ./../foo.c + /p/bin/grep -F bar.cpp cscope.files ./../bar.cpp + /p/bin/grep -F sub/subsub/dist.c cscope.files sub/../../sub/subsub/dist.c + /p/bin/grep -F sub/subsub/gen.c cscope.files sub/subsub/gen.c + cp cscope.files cscope.files1 + make cscope rm -f cscope.files list=3D'sub'; for subdir in $list; do \ test "$subdir" =3D . || (CDPATH=3D"${ZSH_VERSION+.}:" && cd $subdir && ma= ke cscopelist); \ done make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' list=3D'subsub/dist.c subsub/gen.c '; \ case "../../sub" in \ [\\/]* | ?:[\\/]*) sdir=3D"../../sub" ;; \ *) sdir=3Dsub/../../sub ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "sub/$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ../cscope.files make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' list=3D'foo.c bar.cpp baz.f90 foo.el'; \ case ".." in \ [\\/]* | ?:[\\/]*) sdir=3D".." ;; \ *) sdir=3D./.. ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "./$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ./cscope.files test ! -s cscope.files \ || cscope -b -q -i cscope.files + diff cscope.files cscope.files1 + make distclean Making distclean in sub make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' test -z "bar" || rm -f bar test -z "subsub/gen.c" || rm -f subsub/gen.c rm -f *.o rm -f *.tab.c test -z "" || rm -f test . =3D "../../sub" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' Making distclean in . make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build' test -z "foo" || rm -f foo rm -f elc-stamp foo.elc rm -f *.o rm -f *.tab.c test -z "" || rm -f test . =3D ".." || 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 `/h/j/w/co/automake/tests/cscope.dir/build' rm -f config.status config.cache config.log configure.lineno config.status.= lineno rm -rf ./.deps rm -f Makefile + test '!' -f cscope.files + test '!' -f cscope.out + test '!' -f cscope.in.out + test '!' -f cscope.po.out ++ pwd + /h/j/w/co/automake/tests/cscope.dir/build/../configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgfortran... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for nagfor... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no checking for gcj... no checking dependency style of gcj... none checking for emacs... emacs checking where .elc files should go... ${datarootdir}/emacs/site-lisp checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating sub/Makefile config.status: executing depfiles commands + make cscope rm -f cscope.files list=3D'sub'; for subdir in $list; do \ test "$subdir" =3D . || (CDPATH=3D"${ZSH_VERSION+.}:" && cd $subdir && ma= ke cscopelist); \ done make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' /p/bin/mkdir -p subsub echo 'int generated_subsub () { return 0; }' > subsub/gen.c list=3D'subsub/dist.c subsub/gen.c '; \ case "/h/j/w/co/automake/tests/cscope.dir/build/../sub" in \ [\\/]* | ?:[\\/]*) sdir=3D"/h/j/w/co/automake/tests/cscope.dir/build/../s= ub" ;; \ *) sdir=3Dsub//h/j/w/co/automake/tests/cscope.dir/build/../sub ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "sub/$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ../cscope.files make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' list=3D'foo.c bar.cpp baz.f90 foo.el'; \ case "/h/j/w/co/automake/tests/cscope.dir/build/.." in \ [\\/]* | ?:[\\/]*) sdir=3D"/h/j/w/co/automake/tests/cscope.dir/build/.." = ;; \ *) sdir=3D.//h/j/w/co/automake/tests/cscope.dir/build/.. ;; \ esac; \ for i in $list; do \ if test -f "$i"; then \ echo "./$i"; \ else \ echo "$sdir/$i"; \ fi; \ done >> ./cscope.files test ! -s cscope.files \ || cscope -b -q -i cscope.files + cat stderr + grep 'cannot find file' stderr + make Making all in sub make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' gcc -DPACKAGE_NAME=3D\"cscope\" -DPACKAGE_TARNAME=3D\"cscope\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"cscope\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"cscope\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/cscope.dir/build/../sub -g -O2 -MT dist.o -MD -M= P -MF .deps/dist.Tpo -c -o dist.o `test -f 'subsub/dist.c' || echo '/h/j/w/= co/automake/tests/cscope.dir/build/../sub/'`subsub/dist.c mv -f .deps/dist.Tpo .deps/dist.Po gcc -DPACKAGE_NAME=3D\"cscope\" -DPACKAGE_TARNAME=3D\"cscope\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"cscope\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"cscope\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/cscope.dir/build/../sub -g -O2 -MT gen.o -MD -MP= -MF .deps/gen.Tpo -c -o gen.o `test -f 'subsub/gen.c' || echo '/h/j/w/co/a= utomake/tests/cscope.dir/build/../sub/'`subsub/gen.c mv -f .deps/gen.Tpo .deps/gen.Po gcc -g -O2 -o bar dist.o gen.o make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build/sub' make[1]: Entering directory `/h/j/w/co/automake/tests/cscope.dir/build' gcc -DPACKAGE_NAME=3D\"cscope\" -DPACKAGE_TARNAME=3D\"cscope\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"cscope\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"cscope\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/cscope.dir/build/.. -g -O2 -MT foo.o -MD -MP -MF= .deps/foo.Tpo -c -o foo.o /h/j/w/co/automake/tests/cscope.dir/build/../foo= .c mv -f .deps/foo.Tpo .deps/foo.Po g++ -DPACKAGE_NAME=3D\"cscope\" -DPACKAGE_TARNAME=3D\"cscope\" -DPACKAGE_VE= RSION=3D\"1.0\" -DPACKAGE_STRING=3D\"cscope\ 1.0\" -DPACKAGE_BUGREPORT=3D\"= \" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"cscope\" -DVERSION=3D\"1.0\" -I. -I/h= /j/w/co/automake/tests/cscope.dir/build/.. -g -O2 -MT bar.o -MD -MP -MF= .deps/bar.Tpo -c -o bar.o /h/j/w/co/automake/tests/cscope.dir/build/../bar= .cpp mv -f .deps/bar.Tpo .deps/bar.Po c -o baz.o /h/j/w/co/automake/tests/cscope.dir/build/../baz.f90 make[1]: c: Command not found make[1]: [baz.o] Error 127 (ignored) g++ -g -O2 -o foo foo.o bar.o baz.o g++: error: baz.o: No such file or directory make[1]: *** [foo] Error 1 make[1]: Leaving directory `/h/j/w/co/automake/tests/cscope.dir/build' make: *** [all-recursive] Error 1 + Exit 77 + set +e + test 77 =3D 77 + am__test_skipped=3Dyes + exit 77 + exit 77 + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x cscope: exit 77 SKIP: depcomp5 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin depcomp5: running icc -V -help ./defs: line 756: icc: command not found SKIP: fort4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin fort4: running g77 --version ./defs: line 740: g77: command not found SKIP: fort5 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin fort5: running libtoolize --version libtoolize (GNU libtool) 2.4.2 Written by Gary V. Vaughan , 2003 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. fort5: running g77 --version ./defs: line 740: g77: command not found SKIP: gcj4 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin gcj4: running gcj --version ./defs: line 712: gcj: command not found SKIP: gcj6 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin gcj6: running gcj --version ./defs: line 712: gcj: command not found SKIP: instdir-java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin instdir-java: running javac -version -help ./defs: line 764: javac: command not found SKIP: instfail-java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin instfail-java: running javac -version -help ./defs: line 764: javac: command not found SKIP: java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin java: running javac -version -help ./defs: line 764: javac: command not found SKIP: java-check =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin java-check: running javac -version -help ./defs: line 764: javac: command not found SKIP: java-clean =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin java-clean: running javac -version -help ./defs: line 764: javac: command not found SKIP: java-compile-install =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin java-compile-install: running javac -version -help ./defs: line 764: javac: command not found SKIP: java-compile-run-flat =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin java-compile-run-flat: running java -version -help java version "1.6.0_22" OpenJDK Runtime Environment (IcedTea6 1.10.4) (fedora-61.1.10.4.fc16-x86_64) OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode) java-compile-run-flat: running javac -version -help ./defs: line 764: javac: command not found SKIP: java-compile-run-nested =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin java-compile-run-nested: running java -version -help java version "1.6.0_22" OpenJDK Runtime Environment (IcedTea6 1.10.4) (fedora-61.1.10.4.fc16-x86_64) OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode) java-compile-run-nested: running javac -version -help ./defs: line 764: javac: command not found SKIP: java-empty-classpath =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin java-empty-classpath: running javac -version -help ./defs: line 764: javac: command not found SKIP: java-extra =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin java-extra: running javac -version -help ./defs: line 764: javac: command not found SKIP: java-nobase =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin java-nobase: running javac -version -help ./defs: line 764: javac: command not found SKIP: java-noinst =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin java-noinst: running javac -version -help ./defs: line 764: javac: command not found SKIP: java-rebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin java-rebuild: running javac -version -help ./defs: line 764: javac: command not found SKIP: java-uninstall =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin java-uninstall: running javac -version -help ./defs: line 764: javac: command not found XFAIL: lex-subobj-nodep =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin lex-subobj-nodep: running flex --version flex 2.5.35 ++ pwd /h/j/w/co/automake/tests/lex-subobj-nodep.dir + cat + cat + mkdir sub1 sub2 + cat + cp sub1/s1.l sub2/s2.l + aclocal-1.11a -Werror + autoconf -B /no/such/dir + automake-1.11a --foreign -Werror -Wall -a configure.in:5: installing `./compile' configure.in: installing `./ylwrap' + mkdir build + cd build + ../configure --disable-dependency-tracking checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking whether gcc and cc understand -c and -o together... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make sub1/s1.c /bin/sh ../ylwrap ../sub1/s1.l lex.yy.c sub1/s1.c -- flex ../ylwrap: line 182: ../sub1/s1.c: No such file or directory make: *** [sub1/s1.c] Error 1 + exit_status=3D2 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 2 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-subobj-nodep: exit 2 SKIP: lex-lib-external =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin lex-lib-external: running flex --version flex 2.5.35 ++ pwd /h/j/w/co/automake/tests/lex-lib-external.dir + cat + cat + cat + aclocal-1.11a -Werror + autoconf -B /no/such/dir + automake-1.11a --foreign -Werror -Wall -a configure.in: installing `./ylwrap' + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ranlib... ranlib checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands + make have-lexlib test x'' !=3D x make: *** [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' + Exit 77 + set +e + test 77 =3D 77 + am__test_skipped=3Dyes + exit 77 + exit 77 + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x lex-lib-external: exit 77 SKIP: lzip =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin lzip: running lzip --version ./defs: line 905: lzip: command not found XFAIL: override-conditional-2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/override-conditional-2.dir + cat + cat + aclocal-1.11a -Werror + AUTOMAKE_fails + AUTOMAKE_run -e 1 + am__desc=3D + am__exp_rc=3D0 + test 2 -gt 0 + case $1 in + am__exp_rc=3D1 + shift + shift + test 0 -gt 0 + am__got_rc=3D0 + automake-1.11a --foreign -Werror -Wall + cat stderr + cat stdout + test no '!=3D' yes + test 0 -eq 1 + Exit 1 + set +e + test 77 =3D 1 + exit 1 + exit 1 + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x override-conditional-2: exit 1 FAIL: parallel-tests-interrupt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D Running from installcheck: no Using TAP: yes PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/parallel-tests-interrupt.dir + plan_ 16 + test 1 -eq 0 + test 1 -ge 2 + test x16 =3D xunknown + test x16 =3D xlater + test x16 =3D xlazy + test x16 =3D xnow + test 16 -ge 0 + echo 1..16 1..16 + have_tap_plan_=3Dyes + cat + cat + cat - /h/j/w/co/automake/lib/test-driver + cat + chmod a+x foo.test + aclocal-1.11a -Werror + autoconf -B /no/such/dir + automake-1.11a --foreign -Werror -Wall + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + trapped_signals=3D'1 2 13 15' + for sig in '$trapped_signals' + is_blocked_signal 1 + /usr/bin/perl -w -e ' use strict; use warnings FATAL =3D> "all"; use POSIX; my %oldsigaction =3D (); sigaction(1, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' + test 77 -eq 77 + return 1 + rm -f pid fail config.log + r=3Dok + env sig=3D1 make check make check-TESTS make[1]: Entering directory `/h/j/w/co/automake/tests/parallel-tests-interr= upt.dir' make[2]: Entering directory `/h/j/w/co/automake/tests/parallel-tests-interr= upt.dir' total 284 -rw-------. 1 meyering meyering 26574 Jan 1 16:24 Makefile -rw-------. 1 meyering meyering 145 Jan 1 16:24 Makefile.am -rw-------. 1 meyering meyering 25667 Jan 1 16:24 Makefile.in -rw-------. 1 meyering meyering 22835 Jan 1 16:24 aclocal.m4 drwx------. 2 meyering meyering 4096 Jan 1 16:24 autom4te.cache -rwx------. 1 meyering meyering 25785 Jan 1 16:24 config.status -rwx------. 1 meyering meyering 101072 Jan 1 16:24 configure -rw-------. 1 meyering meyering 116 Jan 1 16:24 configure.in -rwx------. 1 meyering meyering 20334 Jan 1 16:24 depcomp -rw-------. 1 meyering meyering 63 Jan 1 16:24 foo.log -rwx--x--x. 1 meyering meyering 548 Jan 1 16:24 foo.test -rwx------. 1 meyering meyering 13997 Jan 1 16:24 install-sh -rwx------. 1 meyering meyering 11251 Jan 1 16:24 missing -rw-------. 1 meyering meyering 5 Jan 1 16:24 pid -rw-------. 1 meyering meyering 4019 Jan 1 16:24 test-driver + echo 'foo is starting to run' foo is starting to run + ls -l + test 1 -gt 0 + res=3Dok + cat foo.log ok - logfile created and readable [SIG 1] PASS: parallel-tests-interrupt.tap 1 - logfile created and readable [SIG 1] not ok - logfile contains output from test script [SIG 1] FAIL: parallel-tests-interrupt.tap 2 - logfile contains output from test sc= ript [SIG 1] 6780 make[2]: *** [foo.log] Error 129 make[2]: Leaving directory `/h/j/w/co/automake/tests/parallel-tests-interru= pt.dir' make[1]: *** [check-TESTS] Error 2 make[1]: Leaving directory `/h/j/w/co/automake/tests/parallel-tests-interru= pt.dir' make: *** [check-am] Error 2 + echo 'ok - signal 1 to test driver causes "make check" to fail' ok - signal 1 to test driver causes "make check" to fail PASS: parallel-tests-interrupt.tap 3 - signal 1 to test driver causes "make= check" to fail + ls -l total 280 -rw-------. 1 meyering meyering 26574 Jan 1 16:24 Makefile -rw-------. 1 meyering meyering 145 Jan 1 16:24 Makefile.am -rw-------. 1 meyering meyering 25667 Jan 1 16:24 Makefile.in -rw-------. 1 meyering meyering 22835 Jan 1 16:24 aclocal.m4 drwx------. 2 meyering meyering 4096 Jan 1 16:24 autom4te.cache -rwx------. 1 meyering meyering 25785 Jan 1 16:24 config.status -rwx------. 1 meyering meyering 101072 Jan 1 16:24 configure -rw-------. 1 meyering meyering 116 Jan 1 16:24 configure.in -rwx------. 1 meyering meyering 20334 Jan 1 16:24 depcomp -rwx--x--x. 1 meyering meyering 548 Jan 1 16:24 foo.test -rwx------. 1 meyering meyering 13997 Jan 1 16:24 install-sh -rwx------. 1 meyering meyering 11251 Jan 1 16:24 missing -rw-------. 1 meyering meyering 5 Jan 1 16:24 pid -rw-------. 1 meyering meyering 4019 Jan 1 16:24 test-driver + cat foo.log cat: foo.log: No such file or directory + : + cat test-suite.log cat: test-suite.log: No such file or directory + : + r=3Dok + /p/bin/grep -E 'foo.*\.(log|tmp)' + ls + echo 'ok - test driver clean up log and tmp files after signal 1' ok - test driver clean up log and tmp files after signal 1 PASS: parallel-tests-interrupt.tap 4 - test driver clean up log and tmp fil= es after signal 1 + for sig in '$trapped_signals' + is_blocked_signal 2 + /usr/bin/perl -w -e ' use strict; use warnings FATAL =3D> "all"; use POSIX; my %oldsigaction =3D (); sigaction(2, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' + test 77 -eq 77 + return 1 + rm -f pid fail '*.log' + r=3Dok + env sig=3D2 make check make check-TESTS make[1]: Entering directory `/h/j/w/co/automake/tests/parallel-tests-interr= upt.dir' make[2]: Entering directory `/h/j/w/co/automake/tests/parallel-tests-interr= upt.dir' total 284 -rw-------. 1 meyering meyering 26574 Jan 1 16:24 Makefile -rw-------. 1 meyering meyering 145 Jan 1 16:24 Makefile.am -rw-------. 1 meyering meyering 25667 Jan 1 16:24 Makefile.in -rw-------. 1 meyering meyering 22835 Jan 1 16:24 aclocal.m4 drwx------. 2 meyering meyering 4096 Jan 1 16:24 autom4te.cache -rwx------. 1 meyering meyering 25785 Jan 1 16:24 config.status -rwx------. 1 meyering meyering 101072 Jan 1 16:24 configure -rw-------. 1 meyering meyering 116 Jan 1 16:24 configure.in -rwx------. 1 meyering meyering 20334 Jan 1 16:24 depcomp -rw-------. 1 meyering meyering 63 Jan 1 16:24 foo.log -rwx--x--x. 1 meyering meyering 548 Jan 1 16:24 foo.test -rwx------. 1 meyering meyering 13997 Jan 1 16:24 install-sh -rwx------. 1 meyering meyering 11251 Jan 1 16:24 missing -rw-------. 1 meyering meyering 5 Jan 1 16:24 pid -rw-------. 1 meyering meyering 4019 Jan 1 16:24 test-driver + echo 'foo is starting to run' foo is starting to run + ls -l + test 2 -gt 0 + res=3Dok + cat foo.log ok - logfile created and readable [SIG 2] PASS: parallel-tests-interrupt.tap 5 - logfile created and readable [SIG 2] not ok - logfile contains output from test script [SIG 2] FAIL: parallel-tests-interrupt.tap 6 - logfile contains output from test sc= ript [SIG 2] 7351 make[2]: *** [foo.log] Error 130 make[2]: Leaving directory `/h/j/w/co/automake/tests/parallel-tests-interru= pt.dir' make[1]: *** [check-TESTS] Error 2 make[1]: Leaving directory `/h/j/w/co/automake/tests/parallel-tests-interru= pt.dir' make: *** [check-am] Error 2 + echo 'ok - signal 2 to test driver causes "make check" to fail' ok - signal 2 to test driver causes "make check" to fail PASS: parallel-tests-interrupt.tap 7 - signal 2 to test driver causes "make= check" to fail + ls -l total 280 -rw-------. 1 meyering meyering 26574 Jan 1 16:24 Makefile -rw-------. 1 meyering meyering 145 Jan 1 16:24 Makefile.am -rw-------. 1 meyering meyering 25667 Jan 1 16:24 Makefile.in -rw-------. 1 meyering meyering 22835 Jan 1 16:24 aclocal.m4 drwx------. 2 meyering meyering 4096 Jan 1 16:24 autom4te.cache -rwx------. 1 meyering meyering 25785 Jan 1 16:24 config.status -rwx------. 1 meyering meyering 101072 Jan 1 16:24 configure -rw-------. 1 meyering meyering 116 Jan 1 16:24 configure.in -rwx------. 1 meyering meyering 20334 Jan 1 16:24 depcomp -rwx--x--x. 1 meyering meyering 548 Jan 1 16:24 foo.test -rwx------. 1 meyering meyering 13997 Jan 1 16:24 install-sh -rwx------. 1 meyering meyering 11251 Jan 1 16:24 missing -rw-------. 1 meyering meyering 5 Jan 1 16:24 pid -rw-------. 1 meyering meyering 4019 Jan 1 16:24 test-driver + cat foo.log cat: foo.log: No such file or directory + : + cat test-suite.log cat: test-suite.log: No such file or directory + : + r=3Dok + /p/bin/grep -E 'foo.*\.(log|tmp)' + ls + echo 'ok - test driver clean up log and tmp files after signal 2' ok - test driver clean up log and tmp files after signal 2 PASS: parallel-tests-interrupt.tap 8 - test driver clean up log and tmp fil= es after signal 2 + for sig in '$trapped_signals' + is_blocked_signal 13 + /usr/bin/perl -w -e ' use strict; use warnings FATAL =3D> "all"; use POSIX; my %oldsigaction =3D (); sigaction(13, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' + test 77 -eq 77 + return 1 + rm -f pid fail '*.log' + r=3Dok + env sig=3D13 make check make check-TESTS make[1]: Entering directory `/h/j/w/co/automake/tests/parallel-tests-interr= upt.dir' make[2]: Entering directory `/h/j/w/co/automake/tests/parallel-tests-interr= upt.dir' total 284 -rw-------. 1 meyering meyering 26574 Jan 1 16:24 Makefile -rw-------. 1 meyering meyering 145 Jan 1 16:24 Makefile.am -rw-------. 1 meyering meyering 25667 Jan 1 16:24 Makefile.in -rw-------. 1 meyering meyering 22835 Jan 1 16:24 aclocal.m4 drwx------. 2 meyering meyering 4096 Jan 1 16:24 autom4te.cache -rwx------. 1 meyering meyering 25785 Jan 1 16:24 config.status -rwx------. 1 meyering meyering 101072 Jan 1 16:24 configure -rw-------. 1 meyering meyering 116 Jan 1 16:24 configure.in -rwx------. 1 meyering meyering 20334 Jan 1 16:24 depcomp -rw-------. 1 meyering meyering 63 Jan 1 16:24 foo.log -rwx--x--x. 1 meyering meyering 548 Jan 1 16:24 foo.test -rwx------. 1 meyering meyering 13997 Jan 1 16:24 install-sh -rwx------. 1 meyering meyering 11251 Jan 1 16:24 missing -rw-------. 1 meyering meyering 5 Jan 1 16:24 pid -rw-------. 1 meyering meyering 4019 Jan 1 16:24 test-driver + echo 'foo is starting to run' foo is starting to run + ls -l + test 13 -gt 0 + res=3Dok + cat foo.log ok - logfile created and readable [SIG 13] PASS: parallel-tests-interrupt.tap 9 - logfile created and readable [SIG 13] not ok - logfile contains output from test script [SIG 13] FAIL: parallel-tests-interrupt.tap 10 - logfile contains output from test s= cript [SIG 13] 7900 make[2]: *** [foo.log] Error 141 make[2]: Leaving directory `/h/j/w/co/automake/tests/parallel-tests-interru= pt.dir' make[1]: *** [check-TESTS] Error 2 make[1]: Leaving directory `/h/j/w/co/automake/tests/parallel-tests-interru= pt.dir' make: *** [check-am] Error 2 + echo 'ok - signal 13 to test driver causes "make check" to fail' ok - signal 13 to test driver causes "make check" to fail PASS: parallel-tests-interrupt.tap 11 - signal 13 to test driver causes "ma= ke check" to fail + ls -l total 280 -rw-------. 1 meyering meyering 26574 Jan 1 16:24 Makefile -rw-------. 1 meyering meyering 145 Jan 1 16:24 Makefile.am -rw-------. 1 meyering meyering 25667 Jan 1 16:24 Makefile.in -rw-------. 1 meyering meyering 22835 Jan 1 16:24 aclocal.m4 drwx------. 2 meyering meyering 4096 Jan 1 16:24 autom4te.cache -rwx------. 1 meyering meyering 25785 Jan 1 16:24 config.status -rwx------. 1 meyering meyering 101072 Jan 1 16:24 configure -rw-------. 1 meyering meyering 116 Jan 1 16:24 configure.in -rwx------. 1 meyering meyering 20334 Jan 1 16:24 depcomp -rwx--x--x. 1 meyering meyering 548 Jan 1 16:24 foo.test -rwx------. 1 meyering meyering 13997 Jan 1 16:24 install-sh -rwx------. 1 meyering meyering 11251 Jan 1 16:24 missing -rw-------. 1 meyering meyering 5 Jan 1 16:24 pid -rw-------. 1 meyering meyering 4019 Jan 1 16:24 test-driver + cat foo.log cat: foo.log: No such file or directory + : + cat test-suite.log cat: test-suite.log: No such file or directory + : + r=3Dok + ls + /p/bin/grep -E 'foo.*\.(log|tmp)' + echo 'ok - test driver clean up log and tmp files after signal 13' ok - test driver clean up log and tmp files after signal 13 PASS: parallel-tests-interrupt.tap 12 - test driver clean up log and tmp fi= les after signal 13 + for sig in '$trapped_signals' + is_blocked_signal 15 + /usr/bin/perl -w -e ' use strict; use warnings FATAL =3D> "all"; use POSIX; my %oldsigaction =3D (); sigaction(15, 0, \%oldsigaction); exit ($oldsigaction{"HANDLER"} eq "IGNORE" ? 0 : 77); ' + test 77 -eq 77 + return 1 + rm -f pid fail '*.log' + r=3Dok + env sig=3D15 make check make check-TESTS make[1]: Entering directory `/h/j/w/co/automake/tests/parallel-tests-interr= upt.dir' make[2]: Entering directory `/h/j/w/co/automake/tests/parallel-tests-interr= upt.dir' total 284 -rw-------. 1 meyering meyering 26574 Jan 1 16:24 Makefile -rw-------. 1 meyering meyering 145 Jan 1 16:24 Makefile.am -rw-------. 1 meyering meyering 25667 Jan 1 16:24 Makefile.in -rw-------. 1 meyering meyering 22835 Jan 1 16:24 aclocal.m4 drwx------. 2 meyering meyering 4096 Jan 1 16:24 autom4te.cache -rwx------. 1 meyering meyering 25785 Jan 1 16:24 config.status -rwx------. 1 meyering meyering 101072 Jan 1 16:24 configure -rw-------. 1 meyering meyering 116 Jan 1 16:24 configure.in -rwx------. 1 meyering meyering 20334 Jan 1 16:24 depcomp -rw-------. 1 meyering meyering 63 Jan 1 16:24 foo.log -rwx--x--x. 1 meyering meyering 548 Jan 1 16:24 foo.test -rwx------. 1 meyering meyering 13997 Jan 1 16:24 install-sh -rwx------. 1 meyering meyering 11251 Jan 1 16:24 missing -rw-------. 1 meyering meyering 5 Jan 1 16:24 pid -rw-------. 1 meyering meyering 4019 Jan 1 16:24 test-driver + echo 'foo is starting to run' foo is starting to run + ls -l + test 15 -gt 0 + res=3Dok + cat foo.log ok - logfile created and readable [SIG 15] PASS: parallel-tests-interrupt.tap 13 - logfile created and readable [SIG 1= 5] not ok - logfile contains output from test script [SIG 15] FAIL: parallel-tests-interrupt.tap 14 - logfile contains output from test s= cript [SIG 15] 8506 make[2]: *** [foo.log] Error 143 make[2]: Leaving directory `/h/j/w/co/automake/tests/parallel-tests-interru= pt.dir' make[1]: *** [check-TESTS] Error 2 make[1]: Leaving directory `/h/j/w/co/automake/tests/parallel-tests-interru= pt.dir' make: *** [check-am] Error 2 + echo 'ok - signal 15 to test driver causes "make check" to fail' ok - signal 15 to test driver causes "make check" to fail PASS: parallel-tests-interrupt.tap 15 - signal 15 to test driver causes "ma= ke check" to fail + ls -l total 280 -rw-------. 1 meyering meyering 26574 Jan 1 16:24 Makefile -rw-------. 1 meyering meyering 145 Jan 1 16:24 Makefile.am -rw-------. 1 meyering meyering 25667 Jan 1 16:24 Makefile.in -rw-------. 1 meyering meyering 22835 Jan 1 16:24 aclocal.m4 drwx------. 2 meyering meyering 4096 Jan 1 16:24 autom4te.cache -rwx------. 1 meyering meyering 25785 Jan 1 16:24 config.status -rwx------. 1 meyering meyering 101072 Jan 1 16:24 configure -rw-------. 1 meyering meyering 116 Jan 1 16:24 configure.in -rwx------. 1 meyering meyering 20334 Jan 1 16:24 depcomp -rwx--x--x. 1 meyering meyering 548 Jan 1 16:24 foo.test -rwx------. 1 meyering meyering 13997 Jan 1 16:24 install-sh -rwx------. 1 meyering meyering 11251 Jan 1 16:24 missing -rw-------. 1 meyering meyering 5 Jan 1 16:24 pid -rw-------. 1 meyering meyering 4019 Jan 1 16:24 test-driver + cat foo.log cat: foo.log: No such file or directory + : + cat test-suite.log cat: test-suite.log: No such file or directory + : + r=3Dok + /p/bin/grep -E 'foo.*\.(log|tmp)' + ls + echo 'ok - test driver clean up log and tmp files after signal 15' ok - test driver clean up log and tmp files after signal 15 PASS: parallel-tests-interrupt.tap 16 - test driver clean up log and tmp fi= les after signal 15 + : + exit_status=3D0 + set +e + cd /h/j/w/co/automake/tests + test yes =3D yes + test yes '!=3D' yes + test 0 -eq 0 + test 0 -eq 0 + am_keeping_testdirs + case $keep_testdirs in + return 1 + rm_rf_ parallel-tests-interrupt.dir + test 1 -gt 0 + find parallel-tests-interrupt.dir -type d '!' -perm -700 -exec chmod u+rw= x '{}' ';' + rm -rf parallel-tests-interrupt.dir + set +x parallel-tests-interrupt: exit 0 SKIP: python-virtualenv =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin python-virtualenv: running python -V Python 2.7.2 python-virtualenv: running virtualenv --version ./defs: line 905: virtualenv: command not found XFAIL: remake-am-pr10111 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/remake-am-pr10111.dir + cat + : + cat + aclocal-1.11a -Werror + autoconf -B /no/such/dir + automake-1.11a --foreign -Werror -Wall automake: warnings are treated as errors Makefile.am:2: warning: user target `$(srcdir)/foobar.am' defined here ... /h/j/w/co/automake/lib/am/configure.am: ... overrides Automake target `$(sr= cdir)/foobar.am' defined here + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-am-pr10111: exit 1 XFAIL: remake-m4-pr10111 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/remake-m4-pr10111.dir + cat + : + cat + aclocal-1.11a -Werror + autoconf -B /no/such/dir + automake-1.11a --foreign -Werror -Wall + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + make distdir { test ! -d "remake-m4-pr10111-1.0" || { find "remake-m4-pr10111-1.0" -type= d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "remake-m4-pr10111-1.0"; }= ; } 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 /h/j/w/co/automake/tests/remake-m4-p= r10111.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... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking 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 + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x remake-m4-pr10111: exit 1 XFAIL: pr8365-remake-timing =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/pr8365-remake-timing.dir + stat /dev/null File: `/dev/null' Size: 0 Blocks: 0 IO Block: 4096 character special fi= le Device: 5h/5d Inode: 1028 Links: 1 Device type: 1,3 Access: (0666/crw-rw-rw-) Uid: ( 0/ root) Gid: ( 0/ root) Context: system_u:object_r:null_device_t:s0 Access: 2011-12-17 19:58:41.050694003 +0100 Modify: 2011-12-17 19:58:41.050694003 +0100 Change: 2011-12-17 19:58:41.050694003 +0100 Birth: - + stat=3Dstat + cat + : + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall + autoconf -B /no/such/dir + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + make Makefile make: `Makefile' is up to date. + /p/bin/grep -E 'FOOBAR|zardoz' Makefile + echo 'AC_SUBST([FOOBAR])' + stat config.status Makefile configure.in File: `config.status' Size: 25713 Blocks: 56 IO Block: 4096 regular file Device: 808h/2056d Inode: 575052 Links: 1 Access: (0700/-rwx------) Uid: ( 1000/meyering) Gid: ( 1000/meyering) Context: unconfined_u:object_r:user_home_t:s0 Access: 2012-01-01 16:25:31.012138157 +0100 Modify: 2012-01-01 16:25:31.010138105 +0100 Change: 2012-01-01 16:25:31.010138105 +0100 Birth: - File: `Makefile' Size: 15050 Blocks: 32 IO Block: 4096 regular file Device: 808h/2056d Inode: 577510 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/meyering) Gid: ( 1000/meyering) Context: unconfined_u:object_r:user_home_t:s0 Access: 2012-01-01 16:25:31.167142200 +0100 Modify: 2012-01-01 16:25:31.103140530 +0100 Change: 2012-01-01 16:25:31.106140609 +0100 Birth: - File: `configure.in' Size: 127 Blocks: 8 IO Block: 4096 regular file Device: 808h/2056d Inode: 528289 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/meyering) Gid: ( 1000/meyering) Context: unconfined_u:object_r:user_home_t:s0 Access: 2012-01-01 16:25:28.581074753 +0100 Modify: 2012-01-01 16:25:31.170142278 +0100 Change: 2012-01-01 16:25:31.170142278 +0100 Birth: - + sleep 2 + touch config.status + touch -r config.status config.status Makefile configure.in + stat config.status Makefile configure.in File: `config.status' Size: 25713 Blocks: 56 IO Block: 4096 regular file Device: 808h/2056d Inode: 575052 Links: 1 Access: (0700/-rwx------) Uid: ( 1000/meyering) Gid: ( 1000/meyering) Context: unconfined_u:object_r:user_home_t:s0 Access: 2012-01-01 16:25:33.180194702 +0100 Modify: 2012-01-01 16:25:33.180194702 +0100 Change: 2012-01-01 16:25:33.181194728 +0100 Birth: - File: `Makefile' Size: 15050 Blocks: 32 IO Block: 4096 regular file Device: 808h/2056d Inode: 577510 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/meyering) Gid: ( 1000/meyering) Context: unconfined_u:object_r:user_home_t:s0 Access: 2012-01-01 16:25:33.180194702 +0100 Modify: 2012-01-01 16:25:33.180194702 +0100 Change: 2012-01-01 16:25:33.181194728 +0100 Birth: - File: `configure.in' Size: 127 Blocks: 8 IO Block: 4096 regular file Device: 808h/2056d Inode: 528289 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/meyering) Gid: ( 1000/meyering) Context: unconfined_u:object_r:user_home_t:s0 Access: 2012-01-01 16:25:33.180194702 +0100 Modify: 2012-01-01 16:25:33.180194702 +0100 Change: 2012-01-01 16:25:33.181194728 +0100 Birth: - + cat + cat + cat + chmod a+x aclocal-wrap automake-wrap autoconf-wrap + env ACLOCAL=3D./aclocal-wrap AUTOMAKE=3D./automake-wrap AUTOCONF=3D./auto= conf-wrap make -e Makefile CDPATH=3D"${ZSH_VERSION+.}:" && cd . && ./aclocal-wrap + AUTOCONF=3D'autoconf -B /no/such/dir' + export AUTOCONF + aclocal-1.11a -Werror + touch -r config.status aclocal.m4 + stat aclocal.m4 File: `aclocal.m4' Size: 22835 Blocks: 48 IO Block: 4096 regular file Device: 808h/2056d Inode: 575769 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/meyering) Gid: ( 1000/meyering) Context: unconfined_u:object_r:user_home_t:s0 Access: 2012-01-01 16:25:33.180194702 +0100 Modify: 2012-01-01 16:25:33.180194702 +0100 Change: 2012-01-01 16:25:33.796210768 +0100 Birth: - cd . && ./automake-wrap --foreign + AUTOCONF=3D'autoconf -B /no/such/dir' + export AUTOCONF + automake-1.11a --foreign -Werror -Wall --foreign + touch -r config.status Makefile.in + stat Makefile.in File: `Makefile.in' Size: 14253 Blocks: 32 IO Block: 4096 regular file Device: 808h/2056d Inode: 576295 Links: 1 Access: (0600/-rw-------) Uid: ( 1000/meyering) Gid: ( 1000/meyering) Context: unconfined_u:object_r:user_home_t:s0 Access: 2012-01-01 16:25:33.180194702 +0100 Modify: 2012-01-01 16:25:33.180194702 +0100 Change: 2012-01-01 16:25:35.219247883 +0100 Birth: - CDPATH=3D"${ZSH_VERSION+.}:" && cd . && ./autoconf-wrap + autoconf -B /no/such/dir + touch -r config.status configure + stat configure File: `configure' Size: 101046 Blocks: 200 IO Block: 4096 regular file Device: 808h/2056d Inode: 577212 Links: 1 Access: (0700/-rwx------) Uid: ( 1000/meyering) Gid: ( 1000/meyering) Context: unconfined_u:object_r:user_home_t:s0 Access: 2012-01-01 16:25:33.180194702 +0100 Modify: 2012-01-01 16:25:33.180194702 +0100 Change: 2012-01-01 16:25:35.568256985 +0100 Birth: - make: `Makefile' is up to date. + grep '^FOOBAR =3D' Makefile.in FOOBAR =3D @FOOBAR@ + grep '^FOOBAR *=3D *zardoz *$' Makefile + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x pr8365-remake-timing: exit 1 SKIP: silentf77 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/silentf77.dir + mkdir sub + cat + cat + cat + cat + cp foo.f sub/bar.f + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall --add-missing + autoconf -B /no/such/dir + ./configure --enable-silent-rules checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgfortran... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for nagfor... no checking whether the Fortran 77 compiler works... no configure: error: in `/h/j/w/co/automake/tests/silentf77.dir': configure: error: Fortran 77 compiler cannot create executables See `config.log' for more details + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x silentf77: exit 77 SKIP: silentf90 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/silentf90.dir + mkdir sub + cat + cat + cat + cat + cp foo.f90 sub/bar.f90 + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall --add-missing + autoconf -B /no/such/dir + ./configure --enable-silent-rules checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgfortran... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for nagfor... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether the Fortran compiler works... no configure: error: in `/h/j/w/co/automake/tests/silentf90.dir': configure: error: Fortran compiler cannot create executables See `config.log' for more details + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x silentf90: exit 77 SKIP: silent-many-gcc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin silent-many-gcc: running gcc --version gcc (GCC) 4.7.0 20111202 (experimental) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. silent-many-gcc: running gcc -v Using built-in specs. COLLECT_GCC=3D/p/bin/gcc COLLECT_LTO_WRAPPER=3D/p/p/gcc-2011-12-02.12h37/libexec/gcc/x86_64-unknown-= linux-gnu/4.7.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: /h/j/w/co/gcc-svn/configure --prefix=3D/p/p/gcc-2011-12-02= .12h37 --disable-multilib --disable-libmudflap --disable-nls --enable-langu= ages=3Dc Thread model: posix gcc version 4.7.0 20111202 (experimental) (GCC) silent-many-gcc: running g++ --version g++ (GCC) 4.6.2 20111027 (Red Hat 4.6.2-1) Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. silent-many-gcc: running g++ -v Using built-in specs. COLLECT_GCC=3D/usr/bin/g++ COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/4.6.2/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=3D/usr --mandir=3D/usr/share/man --i= nfodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzill= a --enable-bootstrap --enable-shared --enable-threads=3Dposix --enable-chec= king=3Drelease --with-system-zlib --enable-__cxa_atexit --disable-libunwind= -exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-la= nguages=3Dc,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enab= le-java-awt=3Dgtk --disable-dssi --with-java-home=3D/usr/lib/jvm/java-1.5.0= -gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --= with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib -= -with-ppl --with-cloog --with-tune=3Dgeneric --with-arch_32=3Di686 --build= =3Dx86_64-redhat-linux Thread model: posix gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) silent-many-gcc: running gfortran --version ./defs: line 728: gfortran: command not found SKIP: silent-many-generic =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin silent-many-generic: running flex --version flex 2.5.35 silent-many-generic: running bison --version bison (GNU Bison) 2.4.609-f3bd Written by Robert Corbett and Richard Stallman. Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ++ pwd /h/j/w/co/automake/tests/silent-many-generic.dir + mkdir sub + cat + cat + cat + cat + cat + cat + cat + cat + cp foo1.cpp bar.c + cp foo1.cpp sub/baz.c + cp foo1.cpp sub/bla.c + cp foo1.cpp sub/baz1.cpp + cp foo2.f90 sub/baz2.f90 + cp foo3.f sub/baz3.f + cp foo5.l sub/baz5.l + cp foo6.y sub/baz6.y + mkdir bin + saved_PATH=3D/h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/= lib64/ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bi= n:/usr/bin:/usr/local:/usr/local/bin + export saved_PATH ++ pwd + PATH=3D/h/j/w/co/automake/tests/silent-many-generic.dir/bin:/h/j/w/co/aut= omake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/ccache:/h/j/bin/perl:/= h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/l= ocal/bin + export PATH + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall --add-missing configure.in:5: installing `./compile' configure.in: installing `./ylwrap' + autoconf -B /no/such/dir + for config_args in --enable-dependency-tracking --disable-dependency-trac= king + ./configure --enable-dependency-tracking --enable-silent-rules checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking 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 dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgfortran... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for nagfor... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgfortran... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for nagfor... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking whether we are using the GNU Fortran compiler... no checking whether accepts -g... no checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for bison... bison -y checking 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 configure: error: Fortran compiler not found + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x silent-many-generic: exit 77 PASS: tap-bad-prog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: yes PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/tap-bad-prog.dir + plan_ 5 + test 1 -eq 0 + test 1 -ge 2 + test x5 =3D xunknown + test x5 =3D xlater + test x5 =3D xlazy + test x5 =3D xnow + test 5 -ge 0 + echo 1..5 1..5 + have_tap_plan_=3Dyes + fetch_tap_driver + case $am_tap_implementation in + sed '1s|#!.*|#! /bin/sh|' /h/j/w/co/automake/lib/tap-driver.sh + chmod a+x tap-driver + sed 10q tap-driver #! /bin/sh # Copyright (C) 2011 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of + cat + cat + cat + cp noexec.test noread.test + chmod a-r noread.test + aclocal-1.11a -Werror + autoconf -B /no/such/dir + automake-1.11a --foreign -Werror -Wall + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile + make check make[2]: *** [test-suite.log] Error 1 make[1]: *** [check-TESTS] Error 2 make: *** [check-am] Error 2 + r=3Dok + cat stdout make check-TESTS make[1]: Entering directory `/h/j/w/co/automake/tests/tap-bad-prog.dir' make[2]: Entering directory `/h/j/w/co/automake/tests/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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Testsuite summary for tap-bad-prog 1.0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D # TOTAL: 6 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 6 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D See ./test-suite.log =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D make[2]: Leaving directory `/h/j/w/co/automake/tests/tap-bad-prog.dir' make[1]: Leaving directory `/h/j/w/co/automake/tests/tap-bad-prog.dir' + result_ ok '"make check" returns non-zero exit status' + set +x ok 1 - "make check" returns non-zero exit status PASS: tap-bad-prog.tap 1 - "make check" returns non-zero exit status + command_ok_ 'non-existent test is reported' grep '^ERROR: none\.test' std= out + tap_directive_=3D + tap_reason_=3D + test 4 -gt 0 + tap_description_=3D'non-existent test is reported' + shift + test 3 -gt 0 + case $1 in + break + tap_result_=3Dok + 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: tap-bad-prog.tap 2 - non-existent test is reported + desc=3D'non-executable test is reported' + ./noexec.test ./tap-bad-prog.tap: line 68: ./noexec.test: Permission denied + command_ok_ 'non-executable test is reported' -- grep '^ERROR: noexec\.te= st' stdout + tap_directive_=3D + tap_reason_=3D + test 5 -gt 0 + tap_description_=3D'non-executable test is reported' + shift + test 4 -gt 0 + case $1 in + shift + break + tap_result_=3Dok + 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: tap-bad-prog.tap 3 - non-executable test is reported + desc=3D'non-readable test is reported' + test -r noread.test + command_ok_ 'non-readable test is reported' -- grep '^ERROR: noread\.test= ' stdout + tap_directive_=3D + tap_reason_=3D + test 5 -gt 0 + tap_description_=3D'non-readable test is reported' + shift + test 4 -gt 0 + case $1 in + shift + break + tap_result_=3Dok + grep '^ERROR: noread\.test' stdout ERROR: noread.test - missing test plan ERROR: noread.test - exited with status 126 + result_ ok -D '' -r '' -- 'non-readable test is reported' + set +x ok 4 - non-readable test is reported PASS: tap-bad-prog.tap 4 - non-readable test is reported + command_ok_ 'no spurious results' -D TODO -r 'still get "missing plan"' c= ount_test_results total=3D3 pass=3D0 fail=3D0 xpass=3D0 xfail=3D0 skip=3D0 = error=3D3 + tap_directive_=3D + tap_reason_=3D + test 13 -gt 0 + tap_description_=3D'no spurious results' + shift + test 12 -gt 0 + case $1 in + tap_directive_=3DTODO + shift + shift + test 10 -gt 0 + case $1 in + tap_reason_=3D'still get "missing plan"' + shift + shift + test 8 -gt 0 + case $1 in + break + tap_result_=3Dok + count_test_results total=3D3 pass=3D0 fail=3D0 xpass=3D0 xfail=3D0 skip= =3D0 error=3D3 + total=3DERR + pass=3DERR + fail=3DERR + xpass=3DERR + xfail=3DERR + skip=3DERR + error=3DERR + eval total=3D3 pass=3D0 fail=3D0 xpass=3D0 xfail=3D0 skip=3D0 error=3D3 ++ total=3D3 ++ pass=3D0 ++ fail=3D0 ++ xpass=3D0 ++ xfail=3D0 ++ skip=3D0 ++ error=3D3 + /p/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=3D0 + 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=3D1 + grep '^# TOTAL: *3$' stdout + rc=3D1 + 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=3D1 + test 1 -eq 0 + tap_result_=3D'not ok' + result_ 'not ok' -D TODO -r 'still get "missing plan"' -- 'no spurious re= sults' + set +x not ok 5 - no spurious results # TODO still get "missing plan" XFAIL: tap-bad-prog.tap 5 - no spurious results # TODO still get "missing p= lan" + : + exit_status=3D0 + set +e + cd /h/j/w/co/automake/tests + test yes =3D yes + test yes '!=3D' yes + test 0 -eq 0 + test 4 -eq 5 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bad-prog: exit 0 XFAIL: txinfo5 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/txinfo5.dir + cat + cat + echo '@setfilename ian.info' + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall --cygnus automake: warnings are treated as errors configure.in:2: warning: user variable `MAKEINFO' defined here ... /h/j/w/co/automake/lib/am/texinfos.am: ... overrides Automake variable `MAK= EINFO' defined here + exit_status=3D1 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x txinfo5: exit 1 SKIP: upc =3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/upc.dir + cat + cat + cat + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall + autoconf -B /no/such/dir + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for upcc... no checking for upc... no configure: error: no Unified Parallel C compiler was found + Exit 77 + set +e + test 77 =3D 77 + am__test_skipped=3Dyes + exit 77 + exit 77 + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x upc: exit 77 SKIP: upc3 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin ++ pwd /h/j/w/co/automake/tests/upc3.dir + cat + cat + cat + cat + cat + aclocal-1.11a -Werror + automake-1.11a --foreign -Werror -Wall + autoconf -B /no/such/dir + ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for upcc... no checking for upc... no configure: error: no Unified Parallel C compiler was found + Exit 77 + set +e + test 77 =3D 77 + am__test_skipped=3Dyes + exit 77 + exit 77 + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x upc3: exit 77 SKIP: vala2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin vala2: running libtool --version libtool (GNU libtool) 2.4.2 Written by Gordon Matzigkeit , 1996 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. vala2: running libtoolize --version libtoolize (GNU libtool) 2.4.2 Written by Gary V. Vaughan , 2003 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. vala2: running pkg-config --version 0.25 vala2: running valac --version ./defs: line 905: valac: command not found SKIP: vala3 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin vala3: running libtool --version libtool (GNU libtool) 2.4.2 Written by Gordon Matzigkeit , 1996 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. vala3: running libtoolize --version libtoolize (GNU libtool) 2.4.2 Written by Gary V. Vaughan , 2003 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. vala3: running pkg-config --version 0.25 vala3: running valac --version ./defs: line 905: valac: command not found SKIP: vala5 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin vala5: running libtool --version libtool (GNU libtool) 2.4.2 Written by Gordon Matzigkeit , 1996 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. vala5: running libtoolize --version libtoolize (GNU libtool) 2.4.2 Written by Gary V. Vaughan , 2003 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. vala5: running pkg-config --version 0.25 vala5: running valac --version ./defs: line 905: valac: command not found SKIP: vala-vpath =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin vala-vpath: running valac --version ./defs: line 905: valac: command not found SKIP: compile4-w =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ./compile4-w.test: will source ./compile4.test Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin compile4-w: running cl -? ./defs: line 668: cl: command not found SKIP: compile5-w =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ./compile5-w.test: will source ./compile5.test Running from installcheck: no Using TAP: no PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin +++ pwd /h/j/w/co/automake/tests/compile5-w.dir ++ get_shell_script compile ++ test xyes =3D xyes ++ sed '1s|#!.*|#! /bin/sh|' /h/j/w/co/automake/lib/compile ++ chmod a+x compile ++ sed 10q compile #! /bin/sh # Wrapper for compilers which do not understand `-c -o'. scriptversion=3D2010-11-15.09; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software # Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify ++ cat ++ chmod +x ./cl ++ cat ++ : ++ cat ++ aclocal-1.11a -Werror ++ autoconf -B /no/such/dir -B /no/such/dir ++ automake-1.11a --foreign -Werror -Wall -a configure.in:4: installing `./config.guess' configure.in:4: installing `./config.sub' ++ ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating check_host ++ . ./check_host +++ 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' +++ Exit 77 +++ set +e +++ test 77 =3D 77 +++ am__test_skipped=3Dyes +++ exit 77 +++ exit 77 + exit_status=3D77 + set +e + cd /h/j/w/co/automake/tests + test no =3D yes + case $am_explicit_skips in + test 77 -eq 0 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x compile5-w: exit 77 FAIL: tap-bad-prog-w =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ./tap-bad-prog-w.tap: will source ./tap-bad-prog.tap Running from installcheck: no Using TAP: yes PATH =3D /h/j/w/co/automake/tests:/opt/cov-sa-linux64-5.4.0/bin:/usr/lib64/= ccache:/h/j/bin/perl:/h/j/bin:/p/p/git/bin:/p/bin:/sbin:/usr/sbin:/bin:/usr= /bin:/usr/local:/usr/local/bin +++ pwd /h/j/w/co/automake/tests/tap-bad-prog-w.dir ++ plan_ 5 ++ test 1 -eq 0 ++ test 1 -ge 2 ++ test x5 =3D xunknown ++ test x5 =3D xlater ++ test x5 =3D xlazy ++ test x5 =3D xnow ++ test 5 -ge 0 ++ echo 1..5 1..5 ++ have_tap_plan_=3Dyes ++ fetch_tap_driver ++ case $am_tap_implementation in ++ sed '1s|#!.*|#! /usr/bin/perl -w|' /h/j/w/co/automake/lib/tap-driver.pl ++ chmod a+x tap-driver ++ sed 10q tap-driver #! /usr/bin/perl -w # Copyright (C) 2011 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of ++ cat ++ cat ++ cat ++ cp noexec.test noread.test ++ chmod a-r noread.test ++ aclocal-1.11a -Werror ++ autoconf -B /no/such/dir -B /no/such/dir ++ automake-1.11a --foreign -Werror -Wall ++ ./configure checking for a BSD-compatible install... /p/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /p/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile ++ make check Could not execute (./none.test): open3: exec of ./none.test failed at /usr/= share/perl5/TAP/Parser/Iterator/Process.pm line 168 make[2]: *** [none.log] Error 29 make[1]: *** [check-TESTS] Error 2 make: *** [check-am] Error 2 ++ r=3Dok ++ cat stdout make check-TESTS make[1]: Entering directory `/h/j/w/co/automake/tests/tap-bad-prog-w.dir' make[2]: Entering directory `/h/j/w/co/automake/tests/tap-bad-prog-w.dir' make[2]: Leaving directory `/h/j/w/co/automake/tests/tap-bad-prog-w.dir' make[1]: Leaving directory `/h/j/w/co/automake/tests/tap-bad-prog-w.dir' ++ result_ ok '"make check" returns non-zero exit status' ++ set +x ok 1 - "make check" returns non-zero exit status PASS: tap-bad-prog-w.tap 1 - "make check" returns non-zero exit status ++ command_ok_ 'non-existent test is reported' grep '^ERROR: none\.test' st= dout ++ tap_directive_=3D ++ tap_reason_=3D ++ test 4 -gt 0 ++ tap_description_=3D'non-existent test is reported' ++ shift ++ test 3 -gt 0 ++ case $1 in ++ break ++ tap_result_=3Dok ++ grep '^ERROR: none\.test' stdout ++ tap_result_=3D'not ok' ++ result_ 'not ok' -D '' -r '' -- 'non-existent test is reported' ++ set +x not ok 2 - non-existent test is reported FAIL: tap-bad-prog-w.tap 2 - non-existent test is reported ++ desc=3D'non-executable test is reported' ++ ./noexec.test ./tap-bad-prog.tap: line 68: ./noexec.test: Permission denied ++ command_ok_ 'non-executable test is reported' -- grep '^ERROR: noexec\.t= est' stdout ++ tap_directive_=3D ++ tap_reason_=3D ++ test 5 -gt 0 ++ tap_description_=3D'non-executable test is reported' ++ shift ++ test 4 -gt 0 ++ case $1 in ++ shift ++ break ++ tap_result_=3Dok ++ grep '^ERROR: noexec\.test' stdout ++ tap_result_=3D'not ok' ++ result_ 'not ok' -D '' -r '' -- 'non-executable test is reported' ++ set +x not ok 3 - non-executable test is reported FAIL: tap-bad-prog-w.tap 3 - non-executable test is reported ++ desc=3D'non-readable test is reported' ++ test -r noread.test ++ command_ok_ 'non-readable test is reported' -- grep '^ERROR: noread\.tes= t' stdout ++ tap_directive_=3D ++ tap_reason_=3D ++ test 5 -gt 0 ++ tap_description_=3D'non-readable test is reported' ++ shift ++ test 4 -gt 0 ++ case $1 in ++ shift ++ break ++ tap_result_=3Dok ++ grep '^ERROR: noread\.test' stdout ++ tap_result_=3D'not ok' ++ result_ 'not ok' -D '' -r '' -- 'non-readable test is reported' ++ set +x not ok 4 - non-readable test is reported FAIL: tap-bad-prog-w.tap 4 - non-readable test is reported ++ command_ok_ 'no spurious results' -D TODO -r 'still get "missing plan"' = count_test_results total=3D3 pass=3D0 fail=3D0 xpass=3D0 xfail=3D0 skip=3D0= error=3D3 ++ tap_directive_=3D ++ tap_reason_=3D ++ test 13 -gt 0 ++ tap_description_=3D'no spurious results' ++ shift ++ test 12 -gt 0 ++ case $1 in ++ tap_directive_=3DTODO ++ shift ++ shift ++ test 10 -gt 0 ++ case $1 in ++ tap_reason_=3D'still get "missing plan"' ++ shift ++ shift ++ test 8 -gt 0 ++ case $1 in ++ break ++ tap_result_=3Dok ++ count_test_results total=3D3 pass=3D0 fail=3D0 xpass=3D0 xfail=3D0 skip= =3D0 error=3D3 ++ total=3DERR ++ pass=3DERR ++ fail=3DERR ++ xpass=3DERR ++ xfail=3DERR ++ skip=3DERR ++ error=3DERR ++ eval total=3D3 pass=3D0 fail=3D0 xpass=3D0 xfail=3D0 skip=3D0 error=3D3 +++ total=3D3 +++ pass=3D0 +++ fail=3D0 +++ xpass=3D0 +++ xfail=3D0 +++ skip=3D0 +++ error=3D3 ++ /p/bin/grep -E -i '(total|x?pass|x?fail|skip|error)' stdout ++ : ++ rc=3D0 ++ set +e +++ grep -c '^PASS:' stdout ++ test 0 -eq 0 +++ grep -c '^XFAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^SKIP:' stdout ++ test 0 -eq 0 +++ grep -c '^FAIL:' stdout ++ test 0 -eq 0 +++ grep -c '^XPASS:' stdout ++ test 0 -eq 0 +++ grep -c '^ERROR:' stdout ++ test 0 -eq 3 ++ rc=3D1 ++ grep '^# TOTAL: *3$' stdout ++ rc=3D1 ++ grep '^# PASS: *0$' stdout ++ rc=3D1 ++ grep '^# XFAIL: *0$' stdout ++ rc=3D1 ++ grep '^# SKIP: *0$' stdout ++ rc=3D1 ++ grep '^# FAIL: *0$' stdout ++ rc=3D1 ++ grep '^# XPASS: *0$' stdout ++ rc=3D1 ++ grep '^# ERROR: *3$' stdout ++ rc=3D1 ++ test 1 -eq 0 ++ tap_result_=3D'not ok' ++ result_ 'not ok' -D TODO -r 'still get "missing plan"' -- 'no spurious r= esults' ++ set +x not ok 5 - no spurious results # TODO still get "missing plan" XFAIL: tap-bad-prog-w.tap 5 - no spurious results # TODO still get "missing= plan" ++ : + exit 0 + exit_status=3D0 + set +e + cd /h/j/w/co/automake/tests + test yes =3D yes + test yes '!=3D' yes + test 0 -eq 0 + test 1 -eq 5 + keep_testdirs=3Dyes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x tap-bad-prog-w: exit 0 From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 01 13:17:20 2012 Received: (at 10418) by debbugs.gnu.org; 1 Jan 2012 18:17:20 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RhPyC-00017H-9b for submit@debbugs.gnu.org; Sun, 01 Jan 2012 13:17:20 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RhPyA-00017A-NH for 10418@debbugs.gnu.org; Sun, 01 Jan 2012 13:17:19 -0500 Received: by eekc14 with SMTP id c14so15719961eek.3 for <10418@debbugs.gnu.org>; Sun, 01 Jan 2012 10:14:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; bh=nMJnzZ7MifKUjVccGjhRM6oViv0WmOf0K1QVaUfsqFM=; b=ubeMflzkkcUVDCBHkoC6qQVwrDQhPt9z/uPSec03am208mqAwMJjU8TzS9QGDUyvHp K5npYT8ydD+MEVVMxEgrxvrl7AJiCbuoufrMC7+sQ7lG8UJGTMMODlES7KXBaHosWOOr 60xrWdgsU/xH7Yg1zc+6CIcTgFq2R/B7FlMvg= Received: by 10.213.102.15 with SMTP id e15mr104491ebo.70.1325441649705; Sun, 01 Jan 2012 10:14:09 -0800 (PST) Received: from [87.8.100.52] (host52-100-dynamic.8-87-r.retail.telecomitalia.it. [87.8.100.52]) by mx.google.com with ESMTPS id s16sm180160914eef.2.2012.01.01.10.14.08 (version=SSLv3 cipher=OTHER); Sun, 01 Jan 2012 10:14:09 -0800 (PST) Message-ID: <4F00A268.7070200@gmail.com> Date: Sun, 01 Jan 2012 19:14:00 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: Jim Meyering Subject: Re: bug#10418: 10 test failures on Fedora 16 References: <87y5trwi50.fsf@rho.meyering.net> In-Reply-To: <87y5trwi50.fsf@rho.meyering.net> Content-Type: multipart/mixed; boundary="------------040207090601040002090305" X-Spam-Score: -3.6 (---) X-Debbugs-Envelope-To: 10418 Cc: 10418@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) This is a multi-part message in MIME format. --------------040207090601040002090305 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Jim, thanks for the report. > Building on master, v1.11-1673-gc1b14e9, > I saw one "ERROR" and 10 failures. > > The ERROR is trivial to fix. Patch below. > I pushed a slightly more elaborated version (see attachment). Regards, Stefano --------------040207090601040002090305 Content-Type: text/x-diff; name="0001-tests-fix-spurious-failure-of-get-sysconf.test.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-tests-fix-spurious-failure-of-get-sysconf.test.patch" >From 104f3027a7f0d0d4dc0f01e786f7deec9707a863 Mon Sep 17 00:00:00 2001 Message-Id: <104f3027a7f0d0d4dc0f01e786f7deec9707a863.1325441627.git.stefano.lattarini@gmail.com> From: Stefano Lattarini Date: Sun, 1 Jan 2012 19:06:00 +0100 Subject: [PATCH] tests: fix spurious failure of 'get-sysconf.test' * tests/get-sysconf.test: Do not assume that a ChangeLog file exists in $(srcdir): now that the ChangeLog is autogenerated and not under version control anymore, this is not necessary true. Instead, if we are running from a git checkout, use "git log" to get information on the version of the automake snapshot being tested (and fall back on extracting the first ChangeLog entry otherwise). Reported by Jim Meyering in automake bug#10418. --- tests/get-sysconf.test | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/tests/get-sysconf.test b/tests/get-sysconf.test index fe78d70..039a436 100755 --- a/tests/get-sysconf.test +++ b/tests/get-sysconf.test @@ -23,7 +23,19 @@ . ./defs || Exit 1 st=0 -sed 20q "$top_testsrcdir/ChangeLog" || st=1 +if test -d "$top_testsrcdir"/.git; then + # We are running from a git checkout. + git log -1 || st=1 +else + # We are probably running from a distribution tarball, so + # the ChangeLog file must be present. + awk ' + BEGIN { first = 1 } + (first == 1) { print; first = 0; next; } + /^[^\t]/ { exit(0); } + { print } + ' "$top_testsrcdir"/ChangeLog || st=1 +fi $PERL -V || st=1 cat "$top_testbuilddir/config.log" || st=1 cat "$testbuilddir/aclocal-$APIVERSION" || st=1 -- 1.7.7.3 --------------040207090601040002090305-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 01 14:17:14 2012 Received: (at 10418) by debbugs.gnu.org; 1 Jan 2012 19:17:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RhQuA-0002Tl-3p for submit@debbugs.gnu.org; Sun, 01 Jan 2012 14:17:14 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RhQu7-0002Td-Lt for 10418@debbugs.gnu.org; Sun, 01 Jan 2012 14:17:12 -0500 Received: by eekc14 with SMTP id c14so15740659eek.3 for <10418@debbugs.gnu.org>; Sun, 01 Jan 2012 11:14:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; bh=0HHkpEaP8pGn/stA+4evyG9w9HElSEYqQRn6QpdO+HU=; b=loB32mdo+LXxVOCIfTP0SIpFMPpcrt/0DiJGqrnkovMqTeevVeRNwV6zOmM/ONk8uI wkKNw/aO6tqErbkSAYHN7xgs115BSGutONWjY9hsDOmymTGB89HTGHfm0Gy13TRGsPgM ecfzhpbi0DpMitywf3lE8UNIk0Egzh1ZpRpEs= Received: by 10.14.120.141 with SMTP id p13mr18435550eeh.43.1325445242276; Sun, 01 Jan 2012 11:14:02 -0800 (PST) Received: from [87.8.100.52] (host52-100-dynamic.8-87-r.retail.telecomitalia.it. [87.8.100.52]) by mx.google.com with ESMTPS id 13sm180836421eeu.1.2012.01.01.11.14.00 (version=SSLv3 cipher=OTHER); Sun, 01 Jan 2012 11:14:01 -0800 (PST) Message-ID: <4F00B076.5040208@gmail.com> Date: Sun, 01 Jan 2012 20:13:58 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: Jim Meyering Subject: Re: bug#10418: 10 test failures on Fedora 16 References: <87y5trwi50.fsf@rho.meyering.net> In-Reply-To: <87y5trwi50.fsf@rho.meyering.net> Content-Type: multipart/mixed; boundary="------------010804080007010801000103" X-Spam-Score: -3.6 (---) X-Debbugs-Envelope-To: 10418 Cc: 10418@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) This is a multi-part message in MIME format. --------------010804080007010801000103 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit > FAIL: ar-lib3 > ============= > This spurious failure is fixed by the attached patch (applied to msvc, merged into branch-1.11 and master). Thanks, Stefano --------------010804080007010801000103 Content-Type: text/x-diff; name="0001-tests-fix-spurious-failure-due-to-autom4te-caching.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-tests-fix-spurious-failure-due-to-autom4te-caching.patc"; filename*1="h" >From 7db422b23f1921c94a6eea7489b10b98fc7ef183 Mon Sep 17 00:00:00 2001 Message-Id: <7db422b23f1921c94a6eea7489b10b98fc7ef183.1325442961.git.stefano.lattarini@gmail.com> From: Stefano Lattarini Date: Sun, 1 Jan 2012 19:35:44 +0100 Subject: [PATCH] tests: fix spurious failure due to autom4te caching * tests/ar-lib3.test: Remove stale autom4te.cache directory, to prevent racy, spurious failures. Reported by Jim Meyering in automake bug#10418. --- tests/ar-lib3.test | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/ar-lib3.test b/tests/ar-lib3.test index 6bcf6c2..791322f 100755 --- a/tests/ar-lib3.test +++ b/tests/ar-lib3.test @@ -39,6 +39,7 @@ cat >> configure.in << 'END' AM_PROG_AR END +rm -rf autom4te*.cache $ACLOCAL $AUTOMAKE --add-missing -- 1.7.7.3 --------------010804080007010801000103-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 01 15:54:47 2012 Received: (at 10418) by debbugs.gnu.org; 1 Jan 2012 20:54:47 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RhSQZ-0004hz-Fd for submit@debbugs.gnu.org; Sun, 01 Jan 2012 15:54:47 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RhSQX-0004hs-3E for 10418@debbugs.gnu.org; Sun, 01 Jan 2012 15:54:46 -0500 Received: by eekc14 with SMTP id c14so15772046eek.3 for <10418@debbugs.gnu.org>; Sun, 01 Jan 2012 12:51:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; bh=7BwXSEYykSme6IZS/VXiJV8+noNCf86eKqHPndvYmeY=; b=kn0p60QRcOU6s2MO0acjPU4I6ZOa7rJ3Uvu5etDVNQEwNkUu+dx9+ZOd7pHruo0GM3 A4tfKqLvDXMo9xSY2pl5oRA5bGlBV3mBHdakVCzpkkX0Xx8GA7k1Q934nk3t9thL0jYQ /BY6werH+QoN2bZy6/YlgsxrjVl631utYdzWk= Received: by 10.213.20.130 with SMTP id f2mr12604558ebb.10.1325451095394; Sun, 01 Jan 2012 12:51:35 -0800 (PST) Received: from [87.8.100.52] (host52-100-dynamic.8-87-r.retail.telecomitalia.it. [87.8.100.52]) by mx.google.com with ESMTPS id b49sm150786137eec.9.2012.01.01.12.51.34 (version=SSLv3 cipher=OTHER); Sun, 01 Jan 2012 12:51:34 -0800 (PST) Message-ID: <4F00C754.9020105@gmail.com> Date: Sun, 01 Jan 2012 21:51:32 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: Jim Meyering Subject: Re: bug#10418: 10 test failures on Fedora 16 References: <87y5trwi50.fsf@rho.meyering.net> In-Reply-To: <87y5trwi50.fsf@rho.meyering.net> Content-Type: multipart/mixed; boundary="------------060809060205040808020907" X-Spam-Score: -3.6 (---) X-Debbugs-Envelope-To: 10418 Cc: 10418@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) This is a multi-part message in MIME format. --------------060809060205040808020907 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 01/01/2012 04:35 PM, Jim Meyering wrote: > > FAIL: parallel-tests-interrupt > ============================== > I suspect a testsuite weakness here. Jim, could you please try out the attached patch to see if it solves the issue? Thanks, Stefano --------------060809060205040808020907 Content-Type: text/x-diff; name="0001-tests-fix-spurious-failure-due-to-I-O-buffering.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-tests-fix-spurious-failure-due-to-I-O-buffering.patch" >From 56eac8fbd5f04a7edc8fe0a74a291cc04cb3466b Mon Sep 17 00:00:00 2001 Message-Id: <56eac8fbd5f04a7edc8fe0a74a291cc04cb3466b.1325451078.git.stefano.lattarini@gmail.com> From: Stefano Lattarini Date: Sun, 1 Jan 2012 21:45:52 +0100 Subject: [PATCH] tests: fix spurious failure due to I/O buffering * tests/parallel-tests-interrupt.tap: Ensure the dummy test script `foo.test' flushes its standard output before starting to grep the log file where such output is being redirected by the parallel test harness. Since we are at it, improve this same dummy script to better catch unexpected behaviours and results. Reported by Jim Meyering in automake bug#10418. --- tests/parallel-tests-interrupt.tap | 50 ++++++++++++++++++++++++----------- 1 files changed, 34 insertions(+), 16 deletions(-) diff --git a/tests/parallel-tests-interrupt.tap b/tests/parallel-tests-interrupt.tap index ffe4074..74b418d 100755 --- a/tests/parallel-tests-interrupt.tap +++ b/tests/parallel-tests-interrupt.tap @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011 Free Software Foundation, Inc. +# Copyright (C) 2011, 2012 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 @@ -45,27 +45,45 @@ echo $$ > pid END cat > foo.test << 'END' -#!/bin/sh - -echo "foo is starting to run" - -ls -l >&9 || exit 99 - -test $sig -gt 0 || { - echo "Bailout! \$sig not exported to test script" >&9 - exit 99 +#!/bin/sh -e + +# We expect the test driver to be terminated by a signal, and so +# to exit with non-zero status, thus causing "make check" to fail. +# Exiting with status 0 from this test script is thus a good way to +# make unexpected behaviours more evident, since this will likely +# cause and unexpected success in "make check". +trap 'exit 0' 0; +stop_test () { exit 0; } + +# We need the "foo is starting to run" string flushed to standard output +# ASAP, because we are soon going to grep for that string in the log file +# where the test driver is redirecting this script's stdout. The safest +# way force this flushing portably is to rely on perl I/O capabilities. +$PERL -e 'BEGIN { $| = 1 }; print "foo is starting to run\n"' || stop_test + +ls -l >&9 || stop_test + +bailout () +{ + # Print this to the original stdout (saved in the fd 9), so that the + # emitted "Bail out!" directive will be interpreted by the test driver + # running the Automake testsuite. + echo "Bail out! $*" >&9 + stop_test } +test $sig -gt 0 || bailout "\$sig not exported to test script" + res=ok; cat foo.log >&9 || res="not ok" echo "$res - logfile created and readable [SIG $sig]" >&9 -res=ok; grep '^foo is starting to run$' foo.log >&2 || res='not ok' +res=ok; grep '^foo is starting to run$' foo.log >&9 || res='not ok' echo "$res - logfile contains output from test script [SIG $sig]" >&9 -cat pid >&9 \ - || echo "Bailout! cannot get PID of test driver" >&9 -kill -$sig `cat pid` \ - || echo "Bailout! cannot send signal $sig to test driver" >&9 +cat pid >&9 || bailout "cannot get PID of test driver" +kill -$sig `cat pid` || bailout "cannot send signal $sig to test driver" + +stop_test END chmod a+x foo.test @@ -85,7 +103,7 @@ for sig in $trapped_signals; do continue fi rm -f pid fail *.log - r=ok; env sig=$sig $MAKE check && r='not ok' + r=ok; env PERL="$PERL" sig="$sig" $MAKE check && r='not ok' echo "$r - signal $sig to test driver causes \"make check\" to fail" ls -l # These files shouldn't exist, but in case they do, their content might -- 1.7.7.3 --------------060809060205040808020907-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 02 14:06:14 2012 Received: (at 10418) by debbugs.gnu.org; 2 Jan 2012 19:06:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RhnD4-0003jz-Gf for submit@debbugs.gnu.org; Mon, 02 Jan 2012 14:06:14 -0500 Received: from mx.meyering.net ([88.168.87.75]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RhnD1-0003jr-Rb for 10418@debbugs.gnu.org; Mon, 02 Jan 2012 14:06:12 -0500 Received: from rho.meyering.net (localhost.localdomain [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id 7F89A600E3; Mon, 2 Jan 2012 20:02:56 +0100 (CET) From: Jim Meyering To: Stefano Lattarini Subject: Re: bug#10418: 10 test failures on Fedora 16 In-Reply-To: <4F00C754.9020105@gmail.com> (Stefano Lattarini's message of "Sun, 01 Jan 2012 21:51:32 +0100") References: <87y5trwi50.fsf@rho.meyering.net> <4F00C754.9020105@gmail.com> Date: Mon, 02 Jan 2012 20:02:56 +0100 Message-ID: <87wr9arkpr.fsf@rho.meyering.net> Lines: 14 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 10418 Cc: 10418@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) Stefano Lattarini wrote: > On 01/01/2012 04:35 PM, Jim Meyering wrote: >> >> FAIL: parallel-tests-interrupt >> ============================== >> > I suspect a testsuite weakness here. Jim, could you please try out the > attached patch to see if it solves the issue? Thanks. With that, all 16 parts of this passed: make check -C tests TESTS=parallel-tests-interrupt.tap Without it, four failed. From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 02 16:34:33 2012 Received: (at 10418) by debbugs.gnu.org; 2 Jan 2012 21:34:33 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RhpWa-0007Bm-KG for submit@debbugs.gnu.org; Mon, 02 Jan 2012 16:34:33 -0500 Received: from mail-ee0-f44.google.com ([74.125.83.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RhpWY-0007Bc-NY for 10418@debbugs.gnu.org; Mon, 02 Jan 2012 16:34:31 -0500 Received: by eekc14 with SMTP id c14so16392223eek.3 for <10418@debbugs.gnu.org>; Mon, 02 Jan 2012 13:31:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=8HvrUtH9hPCKHl9pwR+Mi2XvCuQC/t6kTmk49cmrjN0=; b=ZCPoXXF3xIY5eFk27BICrZdasc15DST+2VfMEaYksbnryTwJcNLDzNRW0lfTlzXXUa Qf/xHsW6hrqXC9QCfccl9le19OTbvDS+FQrsdz2O0ddfHgna4QkbeXFQrfq8+ODe5DB/ rdYpZAdjfqqPm31DE4myNewOyffsE2Smcf3vo= Received: by 10.213.114.84 with SMTP id d20mr784154ebq.100.1325539875130; Mon, 02 Jan 2012 13:31:15 -0800 (PST) Received: from [87.2.95.241] (host241-95-dynamic.2-87-r.retail.telecomitalia.it. [87.2.95.241]) by mx.google.com with ESMTPS id 13sm196697556eeu.1.2012.01.02.13.31.13 (version=SSLv3 cipher=OTHER); Mon, 02 Jan 2012 13:31:14 -0800 (PST) Message-ID: <4F02221F.4090101@gmail.com> Date: Mon, 02 Jan 2012 22:31:11 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: Jim Meyering Subject: Re: bug#10418: 10 test failures on Fedora 16 References: <87y5trwi50.fsf@rho.meyering.net> <4F00C754.9020105@gmail.com> <87wr9arkpr.fsf@rho.meyering.net> In-Reply-To: <87wr9arkpr.fsf@rho.meyering.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -3.9 (---) X-Debbugs-Envelope-To: 10418 Cc: 10418@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.9 (---) On 01/02/2012 08:02 PM, Jim Meyering wrote: > Stefano Lattarini wrote: >> On 01/01/2012 04:35 PM, Jim Meyering wrote: >>> >>> FAIL: parallel-tests-interrupt >>> ============================== >>> >> I suspect a testsuite weakness here. Jim, could you please try out the >> attached patch to see if it solves the issue? > > Thanks. With that, all 16 parts of this passed: > > make check -C tests TESTS=parallel-tests-interrupt.tap > > Without it, four failed. > Good. I've thus pushed the patch. Thanks, Stefano From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 02 08:58:18 2012 Received: (at 10418) by debbugs.gnu.org; 2 Feb 2012 13:58:18 +0000 Received: from localhost ([127.0.0.1]:50183 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsxB0-0005GM-34 for submit@debbugs.gnu.org; Thu, 02 Feb 2012 08:58:17 -0500 Received: from mail-bk0-f44.google.com ([209.85.214.44]:54968) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsxAy-0005GA-4q for 10418@debbugs.gnu.org; Thu, 02 Feb 2012 08:58:13 -0500 Received: by bkbzt4 with SMTP id zt4so2036732bkb.3 for <10418@debbugs.gnu.org>; Thu, 02 Feb 2012 05:57:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:mime-version:to:cc:subject:content-type; bh=p4vc1l5MO/rULdkwHbKsmNPtILVt2sbK6/mrJW3ssoA=; b=fZTz05ygYG/nwpYDJbCaeASYLFOEmMB8lDGogikyFOVGkYhJvTSs66XtStChyjaj3a rvhA1IxuaDtB8uPoJyQsmdDMzGRMDooHVVPbK/vak/cwYHo9+M3yrU/AgheQeOA/tICQ 6AsZUz5cwqFvFA7ohEhmLFprdPL0SQBtXz040= Received: by 10.205.127.65 with SMTP id gz1mr1540583bkc.12.1328191059209; Thu, 02 Feb 2012 05:57:39 -0800 (PST) Received: from [82.56.37.130] (host130-37-dynamic.56-82-r.retail.telecomitalia.it. [82.56.37.130]) by mx.google.com with ESMTPS id ew13sm7427213bkb.1.2012.02.02.05.57.36 (version=SSLv3 cipher=OTHER); Thu, 02 Feb 2012 05:57:37 -0800 (PST) Message-ID: <4F2A964D.6030704@gmail.com> Date: Thu, 02 Feb 2012 14:57:33 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: automake-patches@gnu.org Subject: [PATCH] {master} tap/perl: handle missing or non-executable scripts better Content-Type: multipart/mixed; boundary="------------010108040300080108090700" X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10418 Cc: 10418@debbugs.gnu.org, Jim Meyering X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) This is a multi-part message in MIME format. --------------010108040300080108090700 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit The attached patch should take care of three of the remaining five failures still present on latest Fedora (see automake bug#10418). I will push to master shortly if there is no objection. Regards, Stefano --------------010108040300080108090700 Content-Type: text/x-diff; name="0001-tap-perl-handle-missing-or-non-executable-scripts-be.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-tap-perl-handle-missing-or-non-executable-scripts-be.pa"; filename*1="tch" >From 745d811f8476724bc8d63db075399b73d8589bd0 Mon Sep 17 00:00:00 2001 Message-Id: <745d811f8476724bc8d63db075399b73d8589bd0.1328190911.git.stefano.lattarini@gmail.com> From: Stefano Lattarini Date: Thu, 2 Feb 2012 14:51:59 +0100 Subject: [PATCH] tap/perl: handle missing or non-executable scripts better This change improves how our Perl-based TAP driver handles non-existent, non-executable or non-readable test scripts. In particular, it makes the driver deterministically display a clear "ERROR" result instead of possibly dying with diagnostic from 'TAP::Parser' internals, and prevents it from displaying spurious "missing TAP plan" errors. Moreover, with this change, some testsuite failures present only with newer perl and TAP::Parser versions (respectively 5.14 and 3.23) are fixed. See automake bug#10418. * tests/tap-bad-prog.tap: When testing the perl implementation of the TAP driver, expect it not to display spurious "missing TAP plan" diagnostic when the error is actually due to a non-existent, non-executable, or non-readable test script. * lib/tap-driver.pl (start): Removed, broken up into ... (setup_io): ... this ... (setup_parser): ... and this, which tries to catch and report errors in the launching of the test scripts. (finish): New, used by both 'main' and 'setup_parser'. (main): Adjust. --- lib/tap-driver.pl | 39 ++++++++++++++++++++++++++++++--------- tests/tap-bad-prog.tap | 14 +++++++++++--- 2 files changed, 41 insertions(+), 12 deletions(-) diff --git a/lib/tap-driver.pl b/lib/tap-driver.pl index b6566ad..1eaa58c 100755 --- a/lib/tap-driver.pl +++ b/lib/tap-driver.pl @@ -1,5 +1,5 @@ #! /usr/bin/env perl -# Copyright (C) 2011 Free Software Foundation, Inc. +# Copyright (C) 2011, 2012 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 @@ -32,7 +32,7 @@ use strict; use Getopt::Long (); use TAP::Parser; -my $VERSION = '2011-09-07.15'; # UTC +my $VERSION = '2012-02-01.13'; # UTC my $ME = "tap-driver.pl"; @@ -122,6 +122,7 @@ sub colored ($$); sub copy_in_global_log (); sub decorate_result ($); sub extract_tap_comment ($); +sub finish (); sub get_global_test_result (); sub get_test_exit_message (); sub get_test_results (); @@ -132,7 +133,8 @@ sub is_null_string ($); sub main (@); sub must_recheck (); sub report ($;$); -sub start (@); +sub setup_io (); +sub setup_parser (@); sub stringify_result_obj ($); sub testsuite_error ($); sub trap_perl_warnings_and_errors (); @@ -244,7 +246,7 @@ sub trap_perl_warnings_and_errors () } } -sub start (@) +sub setup_io () { # Redirect stderr and stdout to a temporary log file. Save the # original stdout stream, since we need it to print testsuite @@ -257,7 +259,20 @@ sub start (@) trap_perl_warnings_and_errors; open STDOUT, ">&LOG" or die "$ME: redirecting stdout: $!\n"; open STDERR, ">&LOG" or die "$ME: redirecting stderr: $!\n"; - $parser = TAP::Parser->new ({ exec => \@_, merge => $cfg{merge} }); +} + +sub setup_parser (@) +{ + local $@ = undef; + eval { $parser = TAP::Parser->new ({exec => \@_, merge => $cfg{merge}}) }; + if (defined $@) + { + # Don't use the error message in $@ as set by TAP::Parser, since + # currently it's both too generic (at the point of being basically + # useless) and quite long. + report "ERROR", "- couldn't execute test script"; + finish; + } } sub get_test_exit_message () @@ -460,9 +475,17 @@ sub extract_tap_comment ($) return ""; } +sub finish () +{ + write_test_results; + close LOG or die "$ME: closing $log_file: $!\n"; + exit 0; +} + sub main (@) { - start @_; + setup_io; + setup_parser @_; while (defined (my $cur = $parser->next)) { @@ -510,9 +533,7 @@ sub main (@) testsuite_error $msg if $msg; } } - write_test_results; - close LOG or die "$ME: closing $log_file: $!\n"; - exit 0; + finish; } # ----------- # diff --git a/tests/tap-bad-prog.tap b/tests/tap-bad-prog.tap index 212633f..10b2677 100755 --- a/tests/tap-bad-prog.tap +++ b/tests/tap-bad-prog.tap @@ -23,7 +23,7 @@ am_parallel_tests=yes fetch_tap_driver -plan_ 5 +plan_ 6 cat >> configure.in <) id 1Rsxb7-0005sM-8v for submit@debbugs.gnu.org; Thu, 02 Feb 2012 09:25:13 -0500 Received: from mail-bk0-f44.google.com ([209.85.214.44]:59361) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rsxb4-0005s9-NS for 10418@debbugs.gnu.org; Thu, 02 Feb 2012 09:25:11 -0500 Received: by bkbzt4 with SMTP id zt4so2063435bkb.3 for <10418@debbugs.gnu.org>; Thu, 02 Feb 2012 06:24:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=XiU+ncR2LQlM8ILCzeMijGj2mvJrWiciEFprqxQK7og=; b=EsbR+mfKSFS4vyXyaCEjQbxSzPm8L2hjNTYzfBkBOXw8guipg2uh5cVenVcRjQpw3h Wts9kj8Zv3xG6XD+Qt1bOnyFVtSaJiI77bVxwzcqpQ6CvMO4KILwvD1g3rzgJw1T+oML 7df6FeuBait7ysMCh/3UB4oxcCtopbDq+jnog= Received: by 10.204.136.211 with SMTP id s19mr1460965bkt.101.1328192677690; Thu, 02 Feb 2012 06:24:37 -0800 (PST) Received: from [82.56.37.130] (host130-37-dynamic.56-82-r.retail.telecomitalia.it. [82.56.37.130]) by mx.google.com with ESMTPS id cz3sm7623264bkb.3.2012.02.02.06.24.36 (version=SSLv3 cipher=OTHER); Thu, 02 Feb 2012 06:24:36 -0800 (PST) Message-ID: <4F2A9CA1.4080603@gmail.com> Date: Thu, 02 Feb 2012 15:24:33 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: automake-patches@gnu.org Subject: Re: bug#10418: [PATCH] {master} tap/perl: handle missing or non-executable scripts better References: <87y5trwi50.fsf@rho.meyering.net> <4F2A964D.6030704@gmail.com> In-Reply-To: <4F2A964D.6030704@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10418 Cc: 10418@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On 02/02/2012 02:57 PM, Stefano Lattarini wrote: > The attached patch should take care of three of the remaining five > failures still present on latest Fedora (see automake bug#10418). > I will push to master shortly if there is no objection. > Hmph, this causes several new and more serious failures. Let's drop this patch. I hope I'll be able to come up with a correct solution in the next days. Thanks, Stefano From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 02 13:20:59 2012 Received: (at 10418) by debbugs.gnu.org; 2 Feb 2012 18:20:59 +0000 Received: from localhost ([127.0.0.1]:51139 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rt1HH-00038v-0f for submit@debbugs.gnu.org; Thu, 02 Feb 2012 13:20:59 -0500 Received: from mail-ww0-f46.google.com ([74.125.82.46]:59613) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rt1HC-00038g-SV for 10418@debbugs.gnu.org; Thu, 02 Feb 2012 13:20:57 -0500 Received: by wgbdt14 with SMTP id dt14so2824990wgb.15 for <10418@debbugs.gnu.org>; Thu, 02 Feb 2012 10:20:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; bh=1TAiRwg0hi4+U+jOAzYkpWt6cH+rG7+OJlAIE438FIk=; b=LvHR8q3b4XZRmpCVKku9+VovCnK3VbteCAV4qzEOBT26jkOy42+4p7ruQ2jPnJwC8b 2HRmmF2C9aEObH/19AEZpY9IDtuI239HQhjtoMqjK1OEROjH/qD/FmKgLc3M3Jamkqh3 3YiRxtu/hXBZe1Wxm8xzWcY43wMgL/vGUljNU= Received: by 10.180.83.104 with SMTP id p8mr19869787wiy.4.1328206821009; Thu, 02 Feb 2012 10:20:21 -0800 (PST) Received: from [87.2.95.169] (host169-95-dynamic.2-87-r.retail.telecomitalia.it. [87.2.95.169]) by mx.google.com with ESMTPS id ex2sm9479126wib.1.2012.02.02.10.20.19 (version=SSLv3 cipher=OTHER); Thu, 02 Feb 2012 10:20:20 -0800 (PST) Message-ID: <4F2AD3E2.8050104@gmail.com> Date: Thu, 02 Feb 2012 19:20:18 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: automake-patches@gnu.org Subject: Re: bug#10418: [PATCH] {master} tap/perl: handle missing or non-executable scripts better References: <87y5trwi50.fsf@rho.meyering.net> <4F2A964D.6030704@gmail.com> <4F2A9CA1.4080603@gmail.com> In-Reply-To: <4F2A9CA1.4080603@gmail.com> Content-Type: multipart/mixed; boundary="------------090903010409050203090800" X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10418 Cc: 10418@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) This is a multi-part message in MIME format. --------------090903010409050203090800 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 02/02/2012 03:24 PM, Stefano Lattarini wrote: > On 02/02/2012 02:57 PM, Stefano Lattarini wrote: >> The attached patch should take care of three of the remaining five >> failures still present on latest Fedora (see automake bug#10418). >> I will push to master shortly if there is no objection. >> > Hmph, this causes several new and more serious failures. Let's drop > this patch. I hope I'll be able to come up with a correct solution > in the next days. > OK, turns out the failures in perl up to 5.12 were due to a limitation in the IPC::Open3. So let's keep the patch (slightly adjusted), but relax the tests a bit when a "defective" IPC::Open3 is detected. Attached is what I'll push shortly if there is no objection. Regards, Stefano --------------090903010409050203090800 Content-Type: text/x-diff; name="0001-tap-perl-handle-missing-or-non-executable-scripts-be.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-tap-perl-handle-missing-or-non-executable-scripts-be.pa"; filename*1="tch" >From 198be1d4be1e634fbcc6dd744f25ef00f42f260a Mon Sep 17 00:00:00 2001 Message-Id: <198be1d4be1e634fbcc6dd744f25ef00f42f260a.1328206466.git.stefano.lattarini@gmail.com> From: Stefano Lattarini Date: Thu, 2 Feb 2012 14:51:59 +0100 Subject: [PATCH] tap/perl: handle missing or non-executable scripts better This change improves how our Perl-based TAP driver handles non-runnable test scripts (meaning they might be not executable, or not readable, or even not exist). In particular, it makes the driver deterministically display a clear "ERROR" result instead of possibly dying with diagnostic from 'TAP::Parser' internals, and prevents it from displaying spurious "missing TAP plan" errors. Moreover, with this change, some testsuite failures present only with newer perl versions (e.g., 5.14) are fixed. See automake bug#10418. * tests/tap-bad-prog.tap: When testing the perl implementation of the TAP driver, and when the perl interpreter offers a good-enough 'IPC::Open3::open3' function, expect it not to display spurious "missing TAP plan" diagnostic if the error is actually due to a non-runnable test script. * lib/tap-driver.pl (start): Removed, broken up into ... (setup_io): ... this ... (setup_parser): ... and this, which now tries to catch and report errors in launching the test scripts. (finish): New, used by both 'main' and 'setup_parser'. (main): Adjust. --- lib/tap-driver.pl | 39 ++++++++++++++++++++++++++++++--------- tests/tap-bad-prog.tap | 33 ++++++++++++++++++++++++++++++--- 2 files changed, 60 insertions(+), 12 deletions(-) diff --git a/lib/tap-driver.pl b/lib/tap-driver.pl index b6566ad..77d3b95 100755 --- a/lib/tap-driver.pl +++ b/lib/tap-driver.pl @@ -1,5 +1,5 @@ #! /usr/bin/env perl -# Copyright (C) 2011 Free Software Foundation, Inc. +# Copyright (C) 2011, 2012 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 @@ -32,7 +32,7 @@ use strict; use Getopt::Long (); use TAP::Parser; -my $VERSION = '2011-09-07.15'; # UTC +my $VERSION = '2012-02-01.18'; # UTC my $ME = "tap-driver.pl"; @@ -122,6 +122,7 @@ sub colored ($$); sub copy_in_global_log (); sub decorate_result ($); sub extract_tap_comment ($); +sub finish (); sub get_global_test_result (); sub get_test_exit_message (); sub get_test_results (); @@ -132,7 +133,8 @@ sub is_null_string ($); sub main (@); sub must_recheck (); sub report ($;$); -sub start (@); +sub setup_io (); +sub setup_parser (@); sub stringify_result_obj ($); sub testsuite_error ($); sub trap_perl_warnings_and_errors (); @@ -244,7 +246,7 @@ sub trap_perl_warnings_and_errors () } } -sub start (@) +sub setup_io () { # Redirect stderr and stdout to a temporary log file. Save the # original stdout stream, since we need it to print testsuite @@ -257,7 +259,20 @@ sub start (@) trap_perl_warnings_and_errors; open STDOUT, ">&LOG" or die "$ME: redirecting stdout: $!\n"; open STDERR, ">&LOG" or die "$ME: redirecting stderr: $!\n"; - $parser = TAP::Parser->new ({ exec => \@_, merge => $cfg{merge} }); +} + +sub setup_parser (@) +{ + local $@ = ''; + eval { $parser = TAP::Parser->new ({exec => \@_, merge => $cfg{merge}}) }; + if ($@ ne '') + { + # Don't use the error message in $@ as set by TAP::Parser, since + # currently it's both too generic (at the point of being basically + # useless) and quite long. + report "ERROR", "- couldn't execute test script"; + finish; + } } sub get_test_exit_message () @@ -460,9 +475,17 @@ sub extract_tap_comment ($) return ""; } +sub finish () +{ + write_test_results; + close LOG or die "$ME: closing $log_file: $!\n"; + exit 0; +} + sub main (@) { - start @_; + setup_io; + setup_parser @_; while (defined (my $cur = $parser->next)) { @@ -510,9 +533,7 @@ sub main (@) testsuite_error $msg if $msg; } } - write_test_results; - close LOG or die "$ME: closing $log_file: $!\n"; - exit 0; + finish; } # ----------- # diff --git a/tests/tap-bad-prog.tap b/tests/tap-bad-prog.tap index 212633f..eec6a26 100755 --- a/tests/tap-bad-prog.tap +++ b/tests/tap-bad-prog.tap @@ -23,7 +23,7 @@ am_parallel_tests=yes fetch_tap_driver -plan_ 5 +plan_ 6 cat >> configure.in <) id 1Rt1sI-0004pc-HJ for submit@debbugs.gnu.org; Thu, 02 Feb 2012 13:59:14 -0500 Received: from mx.meyering.net ([88.168.87.75]:60635) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rt1sE-0004pR-NQ for 10418@debbugs.gnu.org; Thu, 02 Feb 2012 13:59:12 -0500 Received: from rho.meyering.net (localhost.localdomain [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id BF1946015B; Thu, 2 Feb 2012 19:58:39 +0100 (CET) From: Jim Meyering To: Stefano Lattarini Subject: Re: bug#10418: [PATCH] {master} tap/perl: handle missing or non-executable scripts better In-Reply-To: <4F2AD3E2.8050104@gmail.com> (Stefano Lattarini's message of "Thu, 02 Feb 2012 19:20:18 +0100") References: <87y5trwi50.fsf@rho.meyering.net> <4F2A964D.6030704@gmail.com> <4F2A9CA1.4080603@gmail.com> <4F2AD3E2.8050104@gmail.com> Date: Thu, 02 Feb 2012 19:58:39 +0100 Message-ID: <878vkl5ag0.fsf@rho.meyering.net> Lines: 80 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 10418 Cc: 10418@debbugs.gnu.org, automake-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Stefano Lattarini wrote: > On 02/02/2012 03:24 PM, Stefano Lattarini wrote: >> On 02/02/2012 02:57 PM, Stefano Lattarini wrote: >>> The attached patch should take care of three of the remaining five >>> failures still present on latest Fedora (see automake bug#10418). >>> I will push to master shortly if there is no objection. >>> >> Hmph, this causes several new and more serious failures. Let's drop >> this patch. I hope I'll be able to come up with a correct solution >> in the next days. >> > OK, turns out the failures in perl up to 5.12 were due to a limitation in > the IPC::Open3. So let's keep the patch (slightly adjusted), but relax > the tests a bit when a "defective" IPC::Open3 is detected. Attached is > what I'll push shortly if there is no objection. I've just tested this on Fedora 16, and confirm that it reduces to two the number of "make check" test failures. > Subject: [PATCH] tap/perl: handle missing or non-executable scripts better > > This change improves how our Perl-based TAP driver handles > non-runnable test scripts (meaning they might be not executable, > or not readable, or even not exist). In particular, it makes the > driver deterministically display a clear "ERROR" result instead > of possibly dying with diagnostic from 'TAP::Parser' internals, > and prevents it from displaying spurious "missing TAP plan" errors. > > Moreover, with this change, some testsuite failures present only > with newer perl versions (e.g., 5.14) are fixed. See automake > bug#10418. > > * tests/tap-bad-prog.tap: When testing the perl implementation of > the TAP driver, and when the perl interpreter offers a good-enough > 'IPC::Open3::open3' function, expect it not to display spurious > "missing TAP plan" diagnostic if the error is actually due to a > non-runnable test script. > * lib/tap-driver.pl (start): Removed, broken up into ... > (setup_io): ... this ... > (setup_parser): ... and this, which now tries to catch and report > errors in launching the test scripts. > (finish): New, used by both 'main' and 'setup_parser'. > (main): Adjust. ... > # Check that no spurious test results is reported. This is lower-priority One nit in context: s/results/result/ > -# (and in fact the check currently fails. > -command_ok_ 'no spurious results' -D TODO -r 'still get "missing plan"' \ > +# (and in fact the check currently fails for our awk-based driver). > +directive= > +if test $am_tap_implementation = shell; then > + directive=TODO > +else > + # Older versions of IPC::Open3 (e.g., version 1.05 on perl 5.12.4 or > + # version 1.0103 on perl 5.6.2) fails to properly trap errors in exec(2) One nit in a new comment: s/fails/fail/ > + # calls in the child process; hence, the TAP driver cannot be properly > + # informed of such error. > + if $PERL -w -e ' > + use IPC::Open3 qw/open3/; > + $@ = ""; > + eval { open3(*STDIN, *STDOUT, *STDERR, "am--no-such-command") }; > + $@ =~ m/\bopen3:.*am--no-such-command/ > + or die "Bad \$@ value: \"$@\"\n"; > + '; then > + : # OK. IPC::Open3 should be good enough. > + else > + for s in '"missing plan" message' 'results'; do > + skip_ -r "IPC::Open3 not good enough" "no spurious $s" > + done Perhaps it's just your preferred style, but the quotes around 'results' are unnecessary, so I would remove them. From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 02 14:23:30 2012 Received: (at 10418-done) by debbugs.gnu.org; 2 Feb 2012 19:23:30 +0000 Received: from localhost ([127.0.0.1]:51202 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rt2Fl-0005O8-GW for submit@debbugs.gnu.org; Thu, 02 Feb 2012 14:23:29 -0500 Received: from mail-ww0-f46.google.com ([74.125.82.46]:40125) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rt2Fj-0005Ns-ET for 10418-done@debbugs.gnu.org; Thu, 02 Feb 2012 14:23:28 -0500 Received: by wgbdt14 with SMTP id dt14so2893222wgb.15 for <10418-done@debbugs.gnu.org>; Thu, 02 Feb 2012 11:22:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=OSxhLPcMlzVCAVxrU3lx95ovlTZYl21kpG8sDSuZRYg=; b=MeFitSlVWXjQJqMm4/4wg5l32QmD1sikhP50YoRST2Pe+wHpJhHO0QMLJfYtzCvXq5 e0429v2Z/E9CR3NYpKpv1cERQRa/o5GaMPAHzJ0AeCaEkDz6rid/QKfW3qOQo9W5mgxk e6YwsgE6tSVuLlRQGyCi7TihM4Olt2Lr9uG6o= Received: by 10.180.97.199 with SMTP id ec7mr6734190wib.8.1328210573018; Thu, 02 Feb 2012 11:22:53 -0800 (PST) Received: from [87.2.95.169] (host169-95-dynamic.2-87-r.retail.telecomitalia.it. [87.2.95.169]) by mx.google.com with ESMTPS id fv6sm9891946wib.8.2012.02.02.11.22.51 (version=SSLv3 cipher=OTHER); Thu, 02 Feb 2012 11:22:52 -0800 (PST) Message-ID: <4F2AE288.7090209@gmail.com> Date: Thu, 02 Feb 2012 20:22:48 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: Jim Meyering Subject: Re: bug#10418: [PATCH] {master} tap/perl: handle missing or non-executable scripts better References: <87y5trwi50.fsf@rho.meyering.net> <4F2A964D.6030704@gmail.com> <4F2A9CA1.4080603@gmail.com> <4F2AD3E2.8050104@gmail.com> <878vkl5ag0.fsf@rho.meyering.net> In-Reply-To: <878vkl5ag0.fsf@rho.meyering.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10418-done Cc: automake-patches@gnu.org, 10418-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Hi Jim, thanks for the quick review. On 02/02/2012 07:58 PM, Jim Meyering wrote: > Stefano Lattarini wrote: >> On 02/02/2012 03:24 PM, Stefano Lattarini wrote: >>> On 02/02/2012 02:57 PM, Stefano Lattarini wrote: >>>> The attached patch should take care of three of the remaining five >>>> failures still present on latest Fedora (see automake bug#10418). >>>> I will push to master shortly if there is no objection. >>>> >>> Hmph, this causes several new and more serious failures. Let's drop >>> this patch. I hope I'll be able to come up with a correct solution >>> in the next days. >>> >> OK, turns out the failures in perl up to 5.12 were due to a limitation in >> the IPC::Open3. So let's keep the patch (slightly adjusted), but relax >> the tests a bit when a "defective" IPC::Open3 is detected. Attached is >> what I'll push shortly if there is no objection. > > I've just tested this on Fedora 16, and confirm that > it reduces to two the number of "make check" test failures. > Good! I'm thus closing this bug report, since the two remaining failures in 'depmod.tap' are already reported in bug#10434. >> Subject: [PATCH] tap/perl: handle missing or non-executable scripts better >> >> This change improves how our Perl-based TAP driver handles >> non-runnable test scripts (meaning they might be not executable, >> or not readable, or even not exist). In particular, it makes the >> driver deterministically display a clear "ERROR" result instead >> of possibly dying with diagnostic from 'TAP::Parser' internals, >> and prevents it from displaying spurious "missing TAP plan" errors. >> >> Moreover, with this change, some testsuite failures present only >> with newer perl versions (e.g., 5.14) are fixed. See automake >> bug#10418. >> >> * tests/tap-bad-prog.tap: When testing the perl implementation of >> the TAP driver, and when the perl interpreter offers a good-enough >> 'IPC::Open3::open3' function, expect it not to display spurious >> "missing TAP plan" diagnostic if the error is actually due to a >> non-runnable test script. >> * lib/tap-driver.pl (start): Removed, broken up into ... >> (setup_io): ... this ... >> (setup_parser): ... and this, which now tries to catch and report >> errors in launching the test scripts. >> (finish): New, used by both 'main' and 'setup_parser'. >> (main): Adjust. > ... > >> # Check that no spurious test results is reported. This is lower-priority > > One nit in context: > > s/results/result/ > Fixed. >> -# (and in fact the check currently fails. >> -command_ok_ 'no spurious results' -D TODO -r 'still get "missing plan"' \ >> +# (and in fact the check currently fails for our awk-based driver). >> +directive= >> +if test $am_tap_implementation = shell; then >> + directive=TODO >> +else >> + # Older versions of IPC::Open3 (e.g., version 1.05 on perl 5.12.4 or >> + # version 1.0103 on perl 5.6.2) fails to properly trap errors in exec(2) > > One nit in a new comment: s/fails/fail/ > Ouch, amazing how may grammar mistakes I've managed to pile up in the last few days :-( Fixed this as well >> + # calls in the child process; hence, the TAP driver cannot be properly >> + # informed of such error. >> + if $PERL -w -e ' >> + use IPC::Open3 qw/open3/; >> + $@ = ""; >> + eval { open3(*STDIN, *STDOUT, *STDERR, "am--no-such-command") }; >> + $@ =~ m/\bopen3:.*am--no-such-command/ >> + or die "Bad \$@ value: \"$@\"\n"; >> + '; then >> + : # OK. IPC::Open3 should be good enough. >> + else >> + for s in '"missing plan" message' 'results'; do >> + skip_ -r "IPC::Open3 not good enough" "no spurious $s" >> + done > > Perhaps it's just your preferred style, but the quotes around 'results' > are unnecessary, so I would remove them. > I'd rather leave them, for consistency with the other item ('"missing plan" message'). Hope that's OK with you. Thanks, Stefano From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 02 14:29:24 2012 Received: (at 10418-done) by debbugs.gnu.org; 2 Feb 2012 19:29:24 +0000 Received: from localhost ([127.0.0.1]:51261 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rt2LU-0005YI-0v for submit@debbugs.gnu.org; Thu, 02 Feb 2012 14:29:24 -0500 Received: from mx.meyering.net ([88.168.87.75]:60714) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rt2LR-0005YB-Dp for 10418-done@debbugs.gnu.org; Thu, 02 Feb 2012 14:29:22 -0500 Received: from rho.meyering.net (localhost.localdomain [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id 33734600A5; Thu, 2 Feb 2012 20:28:52 +0100 (CET) From: Jim Meyering To: Stefano Lattarini Subject: Re: bug#10418: [PATCH] {master} tap/perl: handle missing or non-executable scripts better In-Reply-To: <4F2AE288.7090209@gmail.com> (Stefano Lattarini's message of "Thu, 02 Feb 2012 20:22:48 +0100") References: <87y5trwi50.fsf@rho.meyering.net> <4F2A964D.6030704@gmail.com> <4F2A9CA1.4080603@gmail.com> <4F2AD3E2.8050104@gmail.com> <878vkl5ag0.fsf@rho.meyering.net> <4F2AE288.7090209@gmail.com> Date: Thu, 02 Feb 2012 20:28:52 +0100 Message-ID: <8739at591n.fsf@rho.meyering.net> Lines: 25 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 10418-done Cc: automake-patches@gnu.org, 10418-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Stefano Lattarini wrote: > Hi Jim, thanks for the quick review. ... >>> + $@ = ""; >>> + eval { open3(*STDIN, *STDOUT, *STDERR, "am--no-such-command") }; >>> + $@ =~ m/\bopen3:.*am--no-such-command/ >>> + or die "Bad \$@ value: \"$@\"\n"; >>> + '; then >>> + : # OK. IPC::Open3 should be good enough. >>> + else >>> + for s in '"missing plan" message' 'results'; do >>> + skip_ -r "IPC::Open3 not good enough" "no spurious $s" >>> + done >> >> Perhaps it's just your preferred style, but the quotes around 'results' >> are unnecessary, so I would remove them. >> > I'd rather leave them, for consistency with the other item > ('"missing plan" message'). Hope that's OK with you. consistency? They are required on the first term to quote the '"'s. There is no need for them in the latter. Of course, you're welcome to keep them in any case. From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 02 14:35:59 2012 Received: (at 10418-done) by debbugs.gnu.org; 2 Feb 2012 19:35:59 +0000 Received: from localhost ([127.0.0.1]:51270 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rt2Rr-0005i2-81 for submit@debbugs.gnu.org; Thu, 02 Feb 2012 14:35:59 -0500 Received: from mail-ey0-f172.google.com ([209.85.215.172]:63850) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rt2Ro-0005hq-SJ for 10418-done@debbugs.gnu.org; Thu, 02 Feb 2012 14:35:58 -0500 Received: by eaae12 with SMTP id e12so1689965eaa.3 for <10418-done@debbugs.gnu.org>; Thu, 02 Feb 2012 11:35:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Jq6z8Hy9zbaJyVPCZH5PVaSUUjBQa4O7MwmAlWU9H7I=; b=Kqwdeq+9Sn608ILZ0Dm3KyhaASP4+yU+768v6gDSzJt3DpacsiiRTAOEmnGvcAaQlH QdwjDGFxKywgfH1YPVi4R9bvbE7/RwDFeJf2GhVfA3vDm6M8F1z70TGt/bkBshgvL6zG gNHP2nzwZrag4Wt7LvoJNHJ0bq7PfaEeZrdII= Received: by 10.213.105.71 with SMTP id s7mr688157ebo.23.1328211322197; Thu, 02 Feb 2012 11:35:22 -0800 (PST) Received: from [87.2.95.169] (host169-95-dynamic.2-87-r.retail.telecomitalia.it. [87.2.95.169]) by mx.google.com with ESMTPS id z47sm4932064eeh.9.2012.02.02.11.35.18 (version=SSLv3 cipher=OTHER); Thu, 02 Feb 2012 11:35:20 -0800 (PST) Message-ID: <4F2AE574.1060001@gmail.com> Date: Thu, 02 Feb 2012 20:35:16 +0100 From: Stefano Lattarini MIME-Version: 1.0 To: Jim Meyering Subject: Re: bug#10418: [PATCH] {master} tap/perl: handle missing or non-executable scripts better References: <87y5trwi50.fsf@rho.meyering.net> <4F2A964D.6030704@gmail.com> <4F2A9CA1.4080603@gmail.com> <4F2AD3E2.8050104@gmail.com> <878vkl5ag0.fsf@rho.meyering.net> <4F2AE288.7090209@gmail.com> <8739at591n.fsf@rho.meyering.net> In-Reply-To: <8739at591n.fsf@rho.meyering.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10418-done Cc: automake-patches@gnu.org, 10418-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) On 02/02/2012 08:28 PM, Jim Meyering wrote: > Stefano Lattarini wrote: > >> Hi Jim, thanks for the quick review. > ... >>>> + $@ = ""; >>>> + eval { open3(*STDIN, *STDOUT, *STDERR, "am--no-such-command") }; >>>> + $@ =~ m/\bopen3:.*am--no-such-command/ >>>> + or die "Bad \$@ value: \"$@\"\n"; >>>> + '; then >>>> + : # OK. IPC::Open3 should be good enough. >>>> + else >>>> + for s in '"missing plan" message' 'results'; do >>>> + skip_ -r "IPC::Open3 not good enough" "no spurious $s" >>>> + done >>> >>> Perhaps it's just your preferred style, but the quotes around 'results' >>> are unnecessary, so I would remove them. >>> >> I'd rather leave them, for consistency with the other item >> ('"missing plan" message'). Hope that's OK with you. > > consistency? They are required on the first term to quote the '"'s. > There is no need for them in the latter. > > Of course, you're welcome to keep them in any case. > Thanks, I've kept them. Let's just call it "personal preference". Best regards, Stefano From unknown Mon Aug 18 14:22:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 Mar 2012 12:24:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator