GNU bug report logs - #11532
automake-1.12.0b self test failures: t/remake8b & t/remake9c

Previous Next

Package: automake;

Reported by: Simon Josefsson <simon <at> josefsson.org>

Date: Mon, 21 May 2012 12:27:02 UTC

Severity: minor

Tags: moreinfo

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Simon Josefsson <simon <at> josefsson.org>
To: 11532 <at> debbugs.gnu.org
Subject: bug#11532: automake-1.12.0b self test failures: t/remake8b & t/remake9c
Date: Mon, 21 May 2012 14:24:48 +0200
Hi!  I got two failures on my Ubuntu 12.04 LTS system, see output below.

============================================================================
Testsuite summary for GNU Automake 1.12.0b
============================================================================
# TOTAL: 2921
# PASS:  2781
# SKIP:  96
# XFAIL: 42
# FAIL:  2
# XPASS: 0
# ERROR: 0

FAIL: t/remake8b
================

Running from installcheck: no
Using TAP: no
PATH = /home/jas/src/automake-1.12.0b/t/ax:/home/jas/src/automake-1.12.0b/t/wrap:/home/jas/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jas/bin
++ pwd
/home/jas/src/automake-1.12.0b/t/remake8b.dir
+ mv -f configure.ac configure.stub
+ cat
+ cat configure.stub -
+ aclocal-1.12 -Werror
+ autoconf
+ automake-1.12 --foreign -Werror -Wall
+ mkdir build
+ cd build
+ srcdir=..
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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
echo '!Foo!' >foo
+ cat foo
!Foo!
+ grep '!Foo!' foo
!Foo!
+ make distcheck
make  dist-gzip am__post_remove_distdir='@:'
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
test -d "remake8b-1.0" || mkdir "remake8b-1.0"
test -n "" \
	|| find "remake8b-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/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "remake8b-1.0"
tardir=remake8b-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >remake8b-1.0.tar.gz
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
case 'remake8b-1.0.tar.gz' in \
	*.tar.gz*) \
	  GZIP=--best gzip -dc remake8b-1.0.tar.gz | ${TAR-tar} xf - ;;\
	*.tar.bz2*) \
	  bzip2 -dc remake8b-1.0.tar.bz2 | ${TAR-tar} xf - ;;\
	*.tar.lz*) \
	  lzip -dc remake8b-1.0.tar.lz | ${TAR-tar} xf - ;;\
	*.tar.xz*) \
	  xz -dc remake8b-1.0.tar.xz | ${TAR-tar} xf - ;;\
	*.tar.Z*) \
	  uncompress -c remake8b-1.0.tar.Z | ${TAR-tar} xf - ;;\
	*.shar.gz*) \
	  GZIP=--best gzip -dc remake8b-1.0.shar.gz | unshar ;;\
	*.zip*) \
	  unzip remake8b-1.0.zip ;;\
	esac
chmod -R a-w remake8b-1.0; chmod a+w remake8b-1.0
mkdir remake8b-1.0/_build
mkdir remake8b-1.0/_inst
chmod a-w remake8b-1.0
test -d remake8b-1.0/_build || exit 0; \
	dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd remake8b-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
	  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
	  && am__cwd=`pwd` \
	  && CDPATH="${ZSH_VERSION+.}:" && cd remake8b-1.0/_build \
	  && ../configure --srcdir=.. --prefix="$dc_install_base" \
	     \
	     \
	  && make  \
	  && make  dvi \
	  && make  check \
	  && make  install \
	  && make  installcheck \
	  && make  uninstall \
	  && make  distuninstallcheck_dir="$dc_install_base" \
	        distuninstallcheck \
	  && chmod -R a-w "$dc_install_base" \
	  && ({ \
	       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
	       && make  DESTDIR="$dc_destdir" install \
	       && make  DESTDIR="$dc_destdir" uninstall \
	       && make  DESTDIR="$dc_destdir" \
	            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
	      } || { rm -rf "$dc_destdir"; exit 1; }) \
	  && rm -rf "$dc_destdir" \
	  && make  dist \
	  && rm -rf remake8b-1.0.tar.gz \
	  && make  distcleancheck \
	  && cd "$am__cwd" \
	  || exit 1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
echo '!Foo!' >foo
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Inget behöver göras för "dvi".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make  check-local
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
cat foo
!Foo!
grep '!Foo!' foo
!Foo!
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[2]: Inget behöver göras för "install-exec-am".
make[2]: Inget behöver göras för "install-data-am".
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Inget behöver göras för "installcheck".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Inget behöver göras för "uninstall".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[2]: Inget behöver göras för "install-exec-am".
make[2]: Inget behöver göras för "install-data-am".
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Inget behöver göras för "uninstall".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make  dist-gzip am__post_remove_distdir='@:'
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
test -d "remake8b-1.0" || mkdir "remake8b-1.0"
test -n "" \
	|| find "remake8b-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/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "remake8b-1.0"
tardir=remake8b-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >remake8b-1.0.tar.gz
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
test -z "foo" || rm -f foo
test -z "" || rm -f 
test . = ".." || test -z "" || rm -f 
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
==============================================
remake8b-1.0 archives ready for distribution: 
remake8b-1.0.tar.gz
==============================================
+ rm -f foo
+ sleep 2
+ cat
+ using_gmake
+ case $am__using_gmake in
+ make --version -v
+ grep GNU
GNU Make 3.81
+ am__using_gmake=yes
+ return 0
+ make
 cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/missing --run automake-1.12 --foreign Makefile
 cd . && /bin/bash ./config.status Makefile 
config.status: creating Makefile
echo '!Baz!' >bar
+ cat bar
!Baz!
+ grep '!Baz!' bar
!Baz!
+ test '!' -r foo
+ make distcheck
make  dist-gzip am__post_remove_distdir='@:'
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
test -d "remake8b-1.0" || mkdir "remake8b-1.0"
test -n "" \
	|| find "remake8b-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/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "remake8b-1.0"
tardir=remake8b-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >remake8b-1.0.tar.gz
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
case 'remake8b-1.0.tar.gz' in \
	*.tar.gz*) \
	  GZIP=--best gzip -dc remake8b-1.0.tar.gz | ${TAR-tar} xf - ;;\
	*.tar.bz2*) \
	  bzip2 -dc remake8b-1.0.tar.bz2 | ${TAR-tar} xf - ;;\
	*.tar.lz*) \
	  lzip -dc remake8b-1.0.tar.lz | ${TAR-tar} xf - ;;\
	*.tar.xz*) \
	  xz -dc remake8b-1.0.tar.xz | ${TAR-tar} xf - ;;\
	*.tar.Z*) \
	  uncompress -c remake8b-1.0.tar.Z | ${TAR-tar} xf - ;;\
	*.shar.gz*) \
	  GZIP=--best gzip -dc remake8b-1.0.shar.gz | unshar ;;\
	*.zip*) \
	  unzip remake8b-1.0.zip ;;\
	esac
chmod -R a-w remake8b-1.0; chmod a+w remake8b-1.0
mkdir remake8b-1.0/_build
mkdir remake8b-1.0/_inst
chmod a-w remake8b-1.0
test -d remake8b-1.0/_build || exit 0; \
	dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd remake8b-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
	  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
	  && am__cwd=`pwd` \
	  && CDPATH="${ZSH_VERSION+.}:" && cd remake8b-1.0/_build \
	  && ../configure --srcdir=.. --prefix="$dc_install_base" \
	     \
	     \
	  && make  \
	  && make  dvi \
	  && make  check \
	  && make  install \
	  && make  installcheck \
	  && make  uninstall \
	  && make  distuninstallcheck_dir="$dc_install_base" \
	        distuninstallcheck \
	  && chmod -R a-w "$dc_install_base" \
	  && ({ \
	       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
	       && make  DESTDIR="$dc_destdir" install \
	       && make  DESTDIR="$dc_destdir" uninstall \
	       && make  DESTDIR="$dc_destdir" \
	            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
	      } || { rm -rf "$dc_destdir"; exit 1; }) \
	  && rm -rf "$dc_destdir" \
	  && make  dist \
	  && rm -rf remake8b-1.0.tar.gz \
	  && make  distcleancheck \
	  && cd "$am__cwd" \
	  || exit 1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
echo '!Baz!' >bar
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Inget behöver göras för "dvi".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make  check-local
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
cat bar
!Baz!
grep '!Baz!' bar
!Baz!
test ! -r ../foo
test ! -r foo
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[2]: Inget behöver göras för "install-exec-am".
make[2]: Inget behöver göras för "install-data-am".
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Inget behöver göras för "installcheck".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Inget behöver göras för "uninstall".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[2]: Inget behöver göras för "install-exec-am".
make[2]: Inget behöver göras för "install-data-am".
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Inget behöver göras för "uninstall".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make  dist-gzip am__post_remove_distdir='@:'
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
test -d "remake8b-1.0" || mkdir "remake8b-1.0"
test -n "" \
	|| find "remake8b-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/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "remake8b-1.0"
tardir=remake8b-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >remake8b-1.0.tar.gz
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
test -z "bar" || rm -f bar
test -z "" || rm -f 
test . = ".." || test -z "" || rm -f 
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
==============================================
remake8b-1.0 archives ready for distribution: 
remake8b-1.0.tar.gz
==============================================
+ rm -f bar
+ sleep 2
+ cat
+ cat ../configure.stub -
+ cat
+ using_gmake
+ case $am__using_gmake in
+ return 0
+ make
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/missing --run aclocal-1.12 
 cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/missing --run automake-1.12 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/missing --run autoconf
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ../configure build_alias= host_alias= --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating quux
make: Inget behöver göras för "all".
+ cat quux
!Zardoz!
+ grep '!Zardoz!' quux
!Zardoz!
+ test '!' -r bar
+ make distcheck
make  dist-gzip am__post_remove_distdir='@:'
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
test -d "remake8b-1.0" || mkdir "remake8b-1.0"
test -n "" \
	|| find "remake8b-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/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "remake8b-1.0"
tardir=remake8b-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >remake8b-1.0.tar.gz
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
case 'remake8b-1.0.tar.gz' in \
	*.tar.gz*) \
	  GZIP=--best gzip -dc remake8b-1.0.tar.gz | ${TAR-tar} xf - ;;\
	*.tar.bz2*) \
	  bzip2 -dc remake8b-1.0.tar.bz2 | ${TAR-tar} xf - ;;\
	*.tar.lz*) \
	  lzip -dc remake8b-1.0.tar.lz | ${TAR-tar} xf - ;;\
	*.tar.xz*) \
	  xz -dc remake8b-1.0.tar.xz | ${TAR-tar} xf - ;;\
	*.tar.Z*) \
	  uncompress -c remake8b-1.0.tar.Z | ${TAR-tar} xf - ;;\
	*.shar.gz*) \
	  GZIP=--best gzip -dc remake8b-1.0.shar.gz | unshar ;;\
	*.zip*) \
	  unzip remake8b-1.0.zip ;;\
	esac
chmod -R a-w remake8b-1.0; chmod a+w remake8b-1.0
mkdir remake8b-1.0/_build
mkdir remake8b-1.0/_inst
chmod a-w remake8b-1.0
test -d remake8b-1.0/_build || exit 0; \
	dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd remake8b-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
	  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
	  && am__cwd=`pwd` \
	  && CDPATH="${ZSH_VERSION+.}:" && cd remake8b-1.0/_build \
	  && ../configure --srcdir=.. --prefix="$dc_install_base" \
	     \
	     \
	  && make  \
	  && make  dvi \
	  && make  check \
	  && make  install \
	  && make  installcheck \
	  && make  uninstall \
	  && make  distuninstallcheck_dir="$dc_install_base" \
	        distuninstallcheck \
	  && chmod -R a-w "$dc_install_base" \
	  && ({ \
	       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
	       && make  DESTDIR="$dc_destdir" install \
	       && make  DESTDIR="$dc_destdir" uninstall \
	       && make  DESTDIR="$dc_destdir" \
	            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
	      } || { rm -rf "$dc_destdir"; exit 1; }) \
	  && rm -rf "$dc_destdir" \
	  && make  dist \
	  && rm -rf remake8b-1.0.tar.gz \
	  && make  distcleancheck \
	  && cd "$am__cwd" \
	  || exit 1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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
config.status: creating quux
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Inget behöver göras för "all".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Inget behöver göras för "dvi".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make  check-local
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
cat quux
!Zardoz!
grep '!Zardoz!' quux
!Zardoz!
test ! -r ../bar
test ! -r bar
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[2]: Inget behöver göras för "install-exec-am".
make[2]: Inget behöver göras för "install-data-am".
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Inget behöver göras för "installcheck".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Inget behöver göras för "uninstall".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[2]: Inget behöver göras för "install-exec-am".
make[2]: Inget behöver göras för "install-data-am".
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Inget behöver göras för "uninstall".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make  dist-gzip am__post_remove_distdir='@:'
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
test -d "remake8b-1.0" || mkdir "remake8b-1.0"
test -n "" \
	|| find "remake8b-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/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "remake8b-1.0"
tardir=remake8b-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >remake8b-1.0.tar.gz
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
test -z "quux" || rm -f quux
test . = ".." || test -z "" || rm -f 
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake8b.dir/build/remake8b-1.0/_build"
if test -d "remake8b-1.0"; then find "remake8b-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake8b-1.0" || { sleep 5 && rm -rf "remake8b-1.0"; }; else :; fi
==============================================
remake8b-1.0 archives ready for distribution: 
remake8b-1.0.tar.gz
==============================================
+ rm -f quux
+ sleep 2
+ mkdir ../m4
+ cat
+ make
 cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/missing --run automake-1.12 --foreign Makefile
 cd . && /bin/bash ./config.status Makefile 
config.status: creating Makefile
make: Inget behöver göras för "all".
+ grep '.*-I m4' Makefile
ACLOCAL_AMFLAGS = -I m4
+ sleep 2
+ cat ../configure.stub -
+ cat
+ make
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/missing --run aclocal-1.12 -I m4
 cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/missing --run automake-1.12 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake8b.dir/missing --run autoconf
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ../configure build_alias= host_alias= --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
../configure: line 2193: MY_CUSTOM_MACRO: command not found
checking that generated files are newer than configure... done
configure: creating ./config.status
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating quux
make: Inget behöver göras för "all".
+ cat quux
!@QUUX@!
+ grep %Foo% quux
+ exit_status=1
+ set +e
+ cd /home/jas/src/automake-1.12.0b
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
remake8b: exit 1

FAIL: t/remake9c
================

Running from installcheck: no
Using TAP: no
PATH = /home/jas/src/automake-1.12.0b/t/ax:/home/jas/src/automake-1.12.0b/t/wrap:/home/jas/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jas/bin
++ pwd
/home/jas/src/automake-1.12.0b/t/remake9c.dir
+ magic1=::MagicStringOne::
+ magic2=__MagicStringTwo__
+ using_gmake
+ case $am__using_gmake in
+ make --version -v
+ grep GNU
GNU Make 3.81
+ am__using_gmake=yes
+ return 0
+ cat
+ cat
+ cat
+ echo 'AC_DEFUN([my_fingerprint], [BadBadBad])'
+ echo :
+ aclocal-1.12 -Werror
+ autoconf
+ automake-1.12 --foreign -Werror -Wall
+ for vpath in : false
+ :
+ mkdir build
+ cd build
+ srcdir=..
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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
config.status: creating foo.sh
+ make
make: Inget behöver göras för "all".
+ sleep 2
+ echo 'AC_DEFUN([my_fingerprint], [::MagicStringOne::])'
+ remake_
+ make nil
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run aclocal-1.12 
 cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run automake-1.12 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run autoconf
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ../configure build_alias= host_alias= --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating foo.sh
make: Inget behöver göras för "nil".
+ /bin/grep -F FINGERPRINT Makefile
FINGERPRINT = ::MagicStringOne::
	test x'$(FINGERPRINT)' = x'DummyValue'
+ /bin/grep -F ::MagicStringOne:: Makefile
FINGERPRINT = ::MagicStringOne::
++ ./foo.sh
+ test x::MagicStringOne:: = x::MagicStringOne::
+ sleep 2
+ echo 'echo '\''AC_DEFUN([my_fingerprint], [__MagicStringTwo__])'\'''
+ remake_
+ make nil
/bin/bash ../tweak-acinclude-m4 <../acinclude.m4 >../acinclude.m4-t
mv -f ../acinclude.m4-t ../acinclude.m4
touch ../acinclude.m4
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run aclocal-1.12 
 cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run automake-1.12 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run autoconf
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ../configure build_alias= host_alias= --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating foo.sh
make: Inget behöver göras för "nil".
+ /bin/grep -F FINGERPRINT Makefile
FINGERPRINT = __MagicStringTwo__
	test x'$(FINGERPRINT)' = x'DummyValue'
+ /bin/grep -F ::MagicStringOne:: Makefile
+ /bin/grep -F __MagicStringTwo__ Makefile
FINGERPRINT = __MagicStringTwo__
++ ./foo.sh
+ test x__MagicStringTwo__ = x__MagicStringTwo__
+ sleep 2
+ echo :
+ echo 'AC_DEFUN([my_fingerprint], [DummyValue])'
+ using_gmake
+ case $am__using_gmake in
+ return 0
+ make distcheck
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run aclocal-1.12 
 cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run automake-1.12 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run autoconf
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ../configure build_alias= host_alias= --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating foo.sh
make  dist-gzip am__post_remove_distdir='@:'
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build"
if test -d "remake9c-1.0"; then find "remake9c-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake9c-1.0" || { sleep 5 && rm -rf "remake9c-1.0"; }; else :; fi
test -d "remake9c-1.0" || mkdir "remake9c-1.0"
test -n "" \
	|| find "remake9c-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/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "remake9c-1.0"
tardir=remake9c-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >remake9c-1.0.tar.gz
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build"
if test -d "remake9c-1.0"; then find "remake9c-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake9c-1.0" || { sleep 5 && rm -rf "remake9c-1.0"; }; else :; fi
case 'remake9c-1.0.tar.gz' in \
	*.tar.gz*) \
	  GZIP=--best gzip -dc remake9c-1.0.tar.gz | ${TAR-tar} xf - ;;\
	*.tar.bz2*) \
	  bzip2 -dc remake9c-1.0.tar.bz2 | ${TAR-tar} xf - ;;\
	*.tar.lz*) \
	  lzip -dc remake9c-1.0.tar.lz | ${TAR-tar} xf - ;;\
	*.tar.xz*) \
	  xz -dc remake9c-1.0.tar.xz | ${TAR-tar} xf - ;;\
	*.tar.Z*) \
	  uncompress -c remake9c-1.0.tar.Z | ${TAR-tar} xf - ;;\
	*.shar.gz*) \
	  GZIP=--best gzip -dc remake9c-1.0.shar.gz | unshar ;;\
	*.zip*) \
	  unzip remake9c-1.0.zip ;;\
	esac
chmod -R a-w remake9c-1.0; chmod a+w remake9c-1.0
mkdir remake9c-1.0/_build
mkdir remake9c-1.0/_inst
chmod a-w remake9c-1.0
test -d remake9c-1.0/_build || exit 0; \
	dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd remake9c-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
	  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
	  && am__cwd=`pwd` \
	  && CDPATH="${ZSH_VERSION+.}:" && cd remake9c-1.0/_build \
	  && ../configure --srcdir=.. --prefix="$dc_install_base" \
	     \
	     \
	  && make  \
	  && make  dvi \
	  && make  check \
	  && make  install \
	  && make  installcheck \
	  && make  uninstall \
	  && make  distuninstallcheck_dir="$dc_install_base" \
	        distuninstallcheck \
	  && chmod -R a-w "$dc_install_base" \
	  && ({ \
	       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
	       && make  DESTDIR="$dc_destdir" install \
	       && make  DESTDIR="$dc_destdir" uninstall \
	       && make  DESTDIR="$dc_destdir" \
	            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
	      } || { rm -rf "$dc_destdir"; exit 1; }) \
	  && rm -rf "$dc_destdir" \
	  && make  dist \
	  && rm -rf remake9c-1.0.tar.gz \
	  && make  distcleancheck \
	  && cd "$am__cwd" \
	  || exit 1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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
config.status: creating foo.sh
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Inget behöver göras för "all".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Inget behöver göras för "dvi".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make  check-local
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
test x'DummyValue' = x'DummyValue'
test x"`./foo.sh`" = x"DummyValue"
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[2]: Inget behöver göras för "install-exec-am".
make[2]: Inget behöver göras för "install-data-am".
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Inget behöver göras för "installcheck".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Inget behöver göras för "uninstall".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[2]: Inget behöver göras för "install-exec-am".
make[2]: Inget behöver göras för "install-data-am".
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Inget behöver göras för "uninstall".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make  dist-gzip am__post_remove_distdir='@:'
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
if test -d "remake9c-1.0"; then find "remake9c-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake9c-1.0" || { sleep 5 && rm -rf "remake9c-1.0"; }; else :; fi
test -d "remake9c-1.0" || mkdir "remake9c-1.0"
test -n "" \
	|| find "remake9c-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/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "remake9c-1.0"
tardir=remake9c-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >remake9c-1.0.tar.gz
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
if test -d "remake9c-1.0"; then find "remake9c-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake9c-1.0" || { sleep 5 && rm -rf "remake9c-1.0"; }; else :; fi
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
test -z "foo.sh" || rm -f foo.sh
test . = ".." || test -z "" || rm -f 
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/build/remake9c-1.0/_build"
if test -d "remake9c-1.0"; then find "remake9c-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake9c-1.0" || { sleep 5 && rm -rf "remake9c-1.0"; }; else :; fi
==============================================
remake9c-1.0 archives ready for distribution: 
remake9c-1.0.tar.gz
==============================================
+ /bin/grep -F ::MagicStringOne:: Makefile
+ /bin/grep -F __MagicStringTwo__ Makefile
+ make distclean
test -z "foo.sh" || rm -f foo.sh
test . = ".." || test -z "" || rm -f 
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
+ cd ..
+ for vpath in : false
+ false
+ srcdir=.
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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
config.status: creating foo.sh
+ make
make: Inget behöver göras för "all".
+ sleep 2
+ echo 'AC_DEFUN([my_fingerprint], [::MagicStringOne::])'
+ remake_
+ make nil
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run aclocal-1.12 
 cd . && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run automake-1.12 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run autoconf
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure build_alias= host_alias= --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating foo.sh
make: Inget behöver göras för "nil".
+ /bin/grep -F FINGERPRINT Makefile
FINGERPRINT = ::MagicStringOne::
	test x'$(FINGERPRINT)' = x'DummyValue'
+ /bin/grep -F ::MagicStringOne:: Makefile
FINGERPRINT = ::MagicStringOne::
++ ./foo.sh
+ test x::MagicStringOne:: = x::MagicStringOne::
+ sleep 2
+ echo 'echo '\''AC_DEFUN([my_fingerprint], [__MagicStringTwo__])'\'''
+ remake_
+ make nil
/bin/bash ./tweak-acinclude-m4 <acinclude.m4 >acinclude.m4-t
mv -f acinclude.m4-t acinclude.m4
touch acinclude.m4
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run aclocal-1.12 
 cd . && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run automake-1.12 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run autoconf
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure build_alias= host_alias= --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating foo.sh
make: Inget behöver göras för "nil".
+ /bin/grep -F FINGERPRINT Makefile
FINGERPRINT = __MagicStringTwo__
	test x'$(FINGERPRINT)' = x'DummyValue'
+ /bin/grep -F ::MagicStringOne:: Makefile
+ /bin/grep -F __MagicStringTwo__ Makefile
FINGERPRINT = __MagicStringTwo__
++ ./foo.sh
+ test x__MagicStringTwo__ = x__MagicStringTwo__
+ sleep 2
+ echo :
+ echo 'AC_DEFUN([my_fingerprint], [DummyValue])'
+ using_gmake
+ case $am__using_gmake in
+ return 0
+ make distcheck
/bin/bash ./tweak-acinclude-m4 <acinclude.m4 >acinclude.m4-t
mv -f acinclude.m4-t acinclude.m4
touch acinclude.m4
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run aclocal-1.12 
 cd . && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run automake-1.12 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/missing --run autoconf
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure build_alias= host_alias= --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating foo.sh
make  dist-gzip am__post_remove_distdir='@:'
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir"
if test -d "remake9c-1.0"; then find "remake9c-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake9c-1.0" || { sleep 5 && rm -rf "remake9c-1.0"; }; else :; fi
test -d "remake9c-1.0" || mkdir "remake9c-1.0"
test -n "" \
	|| find "remake9c-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/bash /home/jas/src/automake-1.12.0b/t/remake9c.dir/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "remake9c-1.0"
tardir=remake9c-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >remake9c-1.0.tar.gz
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir"
if test -d "remake9c-1.0"; then find "remake9c-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "remake9c-1.0" || { sleep 5 && rm -rf "remake9c-1.0"; }; else :; fi
case 'remake9c-1.0.tar.gz' in \
	*.tar.gz*) \
	  GZIP=--best gzip -dc remake9c-1.0.tar.gz | ${TAR-tar} xf - ;;\
	*.tar.bz2*) \
	  bzip2 -dc remake9c-1.0.tar.bz2 | ${TAR-tar} xf - ;;\
	*.tar.lz*) \
	  lzip -dc remake9c-1.0.tar.lz | ${TAR-tar} xf - ;;\
	*.tar.xz*) \
	  xz -dc remake9c-1.0.tar.xz | ${TAR-tar} xf - ;;\
	*.tar.Z*) \
	  uncompress -c remake9c-1.0.tar.Z | ${TAR-tar} xf - ;;\
	*.shar.gz*) \
	  GZIP=--best gzip -dc remake9c-1.0.shar.gz | unshar ;;\
	*.zip*) \
	  unzip remake9c-1.0.zip ;;\
	esac
chmod -R a-w remake9c-1.0; chmod a+w remake9c-1.0
mkdir remake9c-1.0/_build
mkdir remake9c-1.0/_inst
chmod a-w remake9c-1.0
test -d remake9c-1.0/_build || exit 0; \
	dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd remake9c-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
	  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
	  && am__cwd=`pwd` \
	  && CDPATH="${ZSH_VERSION+.}:" && cd remake9c-1.0/_build \
	  && ../configure --srcdir=.. --prefix="$dc_install_base" \
	     \
	     \
	  && make  \
	  && make  dvi \
	  && make  check \
	  && make  install \
	  && make  installcheck \
	  && make  uninstall \
	  && make  distuninstallcheck_dir="$dc_install_base" \
	        distuninstallcheck \
	  && chmod -R a-w "$dc_install_base" \
	  && ({ \
	       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
	       && make  DESTDIR="$dc_destdir" install \
	       && make  DESTDIR="$dc_destdir" uninstall \
	       && make  DESTDIR="$dc_destdir" \
	            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
	      } || { rm -rf "$dc_destdir"; exit 1; }) \
	  && rm -rf "$dc_destdir" \
	  && make  dist \
	  && rm -rf remake9c-1.0.tar.gz \
	  && make  distcleancheck \
	  && cd "$am__cwd" \
	  || exit 1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -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
config.status: creating foo.sh
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/remake9c-1.0/_build"
make[1]: Inget behöver göras för "all".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/remake9c-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/remake9c-1.0/_build"
make[1]: Inget behöver göras för "dvi".
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/remake9c-1.0/_build"
make[1]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/remake9c-1.0/_build"
make  check-local
make[2]: Går till katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/remake9c-1.0/_build"
test x'my_fingerprint' = x'DummyValue'
make[2]: *** [check-local] Fel 1
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/remake9c-1.0/_build"
make[1]: *** [check-am] Fel 2
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12.0b/t/remake9c.dir/remake9c-1.0/_build"
make: *** [distcheck] Fel 1
+ exit_status=2
+ set +e
+ cd /home/jas/src/automake-1.12.0b
+ test no = yes
+ case $am_explicit_skips in
+ test 2 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
remake9c: exit 2




This bug report was last modified 12 years and 268 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.