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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 11532 in the body.
You can then email your comments to 11532 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
View this report as an mbox folder, status mbox, maintainer mbox
bug-automake <at> gnu.org
:bug#11532
; Package automake
.
(Mon, 21 May 2012 12:27:03 GMT) Full text and rfc822 format available.Simon Josefsson <simon <at> josefsson.org>
:bug-automake <at> gnu.org
.
(Mon, 21 May 2012 12:27:04 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Simon Josefsson <simon <at> josefsson.org> To: bug-automake <at> gnu.org Subject: 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
bug-automake <at> gnu.org
:bug#11532
; Package automake
.
(Mon, 23 Jul 2012 09:51:01 GMT) Full text and rfc822 format available.Message #8 received at 11532 <at> debbugs.gnu.org (full text, mbox):
From: Stefano Lattarini <stefano.lattarini <at> gmail.com> To: Simon Josefsson <simon <at> josefsson.org> Cc: 11532 <at> debbugs.gnu.org Subject: Re: bug#11532: automake-1.12.0b self test failures: t/remake8b & t/remake9c Date: Mon, 23 Jul 2012 11:43:41 +0200
severity 11532 minor tags 11532 + moreinfo thanks Reference: <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11532> On 05/21/2012 02:24 PM, Simon Josefsson wrote: > Hi! I got two failures on my Ubuntu 12.04 LTS system, > see output below. > > FAIL: t/remake8b > FAIL: t/remake9c > Hi Simon, sorry for the delay. So far I've been unable to reproduce these failures. Can you try if they are still present in Automake 1.12.2? If yes, do they happen consistently or racily? Do you have a special/unusual system setup that might be causing them? Any other details or ideas you can provide? Thanks, Stefano
Stefano Lattarini <stefano.lattarini <at> gmail.com>
to control <at> debbugs.gnu.org
.
(Mon, 23 Jul 2012 09:51:02 GMT) Full text and rfc822 format available.Stefano Lattarini <stefano.lattarini <at> gmail.com>
to control <at> debbugs.gnu.org
.
(Mon, 23 Jul 2012 09:51:02 GMT) Full text and rfc822 format available.bug-automake <at> gnu.org
:bug#11532
; Package automake
.
(Mon, 23 Jul 2012 15:33:02 GMT) Full text and rfc822 format available.Message #15 received at 11532 <at> debbugs.gnu.org (full text, mbox):
From: Simon Josefsson <simon <at> josefsson.org> To: Stefano Lattarini <stefano.lattarini <at> gmail.com> Cc: 11532 <at> debbugs.gnu.org Subject: Re: bug#11532: automake-1.12.0b self test failures: t/remake8b & t/remake9c Date: Mon, 23 Jul 2012 17:26:10 +0200
Stefano Lattarini <stefano.lattarini <at> gmail.com> writes: > severity 11532 minor > tags 11532 + moreinfo > thanks > > Reference: > <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11532> > > On 05/21/2012 02:24 PM, Simon Josefsson wrote: >> Hi! I got two failures on my Ubuntu 12.04 LTS system, >> see output below. >> >> FAIL: t/remake8b >> FAIL: t/remake9c >> > > Hi Simon, sorry for the delay. > > So far I've been unable to reproduce these failures. Can you try if they > are still present in Automake 1.12.2? If yes, do they happen consistently > or racily? Do you have a special/unusual system setup that might be > causing them? Any other details or ideas you can provide? As I recall it was a fairly vanilla install. However, automake 1.12.2 passes all tests except 't/aclocal7' on the same machine (see below) now. Out of around 10 attempts of 'make check TESTS=t/aclocal7', it only succeeded once. /Simon FAIL: t/aclocal7 ================ Running from installcheck: no Using TAP: no PATH = /home/jas/src/automake-1.12.2/t/ax:/home/jas/src/automake-1.12.2/t/wrap:/home/jas/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/b in:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jas/bin +++ pwd /home/jas/src/automake-1.12.2/t/aclocal7.dir + cat + mkdir sub + : + cat + : + mkdir m4 + echo 'AC_DEFUN([SOME_DEFS], [])' + aclocal-1.12 -Werror -I m4 + AUTOMAKE_after_aclocal + sleep 2 + automake-1.12 --foreign -Werror -Wall --no-force + touch foo + sleep 2 + aclocal-1.12 -Werror -I m4 + AUTOMAKE_after_aclocal + sleep 2 + automake-1.12 --foreign -Werror -Wall --no-force + is_newest foo aclocal.m4 Makefile.in sub/Makefile.in is_newest: these files are newer than 'foo': * aclocal.m4 * Makefile.in * sub/Makefile.in + exit_status=1 + set +e + cd /home/jas/src/automake-1.12.2 + 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 aclocal7: exit 1
bug-automake <at> gnu.org
:bug#11532
; Package automake
.
(Mon, 23 Jul 2012 15:44:01 GMT) Full text and rfc822 format available.Message #18 received at 11532 <at> debbugs.gnu.org (full text, mbox):
From: Stefano Lattarini <stefano.lattarini <at> gmail.com> To: Simon Josefsson <simon <at> josefsson.org> Cc: 11532 <at> debbugs.gnu.org Subject: Re: bug#11532: automake-1.12.0b self test failures: t/remake8b & t/remake9c Date: Mon, 23 Jul 2012 17:37:14 +0200
On 07/23/2012 05:26 PM, Simon Josefsson wrote: > Stefano Lattarini <stefano.lattarini <at> gmail.com> writes: > >> severity 11532 minor >> tags 11532 + moreinfo >> thanks >> >> Reference: >> <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11532> >> >> On 05/21/2012 02:24 PM, Simon Josefsson wrote: >>> Hi! I got two failures on my Ubuntu 12.04 LTS system, >>> see output below. >>> >>> FAIL: t/remake8b >>> FAIL: t/remake9c >>> >> >> Hi Simon, sorry for the delay. >> >> So far I've been unable to reproduce these failures. Can you try if they >> are still present in Automake 1.12.2? If yes, do they happen consistently >> or racily? Do you have a special/unusual system setup that might be >> causing them? Any other details or ideas you can provide? > > As I recall it was a fairly vanilla install. However, automake 1.12.2 > passes all tests except 't/aclocal7' on the same machine (see below) > now. Out of around 10 attempts of 'make check TESTS=t/aclocal7', it > only succeeded once. > Yep, that has already been fixed in the development version of Automake (and it was just a testsuite weakness, not an actual bug). Let me know if you manage to reproduce the 't/remake*' failures in some way, otherwise I will proceed to close the bug in a few days. Thanks, Stefano
Stefano Lattarini <stefano.lattarini <at> gmail.com>
:Simon Josefsson <simon <at> josefsson.org>
:Message #23 received at 11532-done <at> debbugs.gnu.org (full text, mbox):
From: Stefano Lattarini <stefano.lattarini <at> gmail.com> To: Simon Josefsson <simon <at> josefsson.org> Cc: 11532-done <at> debbugs.gnu.org Subject: Re: bug#11532: automake-1.12.0b self test failures: t/remake8b & t/remake9c Date: Wed, 21 Nov 2012 12:05:10 +0100
Reference: <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11532> On 07/23/2012 05:37 PM, Stefano Lattarini wrote: > On 07/23/2012 05:26 PM, Simon Josefsson wrote: >> Stefano Lattarini <stefano.lattarini <at> gmail.com> writes: >> >>> severity 11532 minor >>> tags 11532 + moreinfo >>> thanks >>> >>> Reference: >>> <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11532> >>> >>> On 05/21/2012 02:24 PM, Simon Josefsson wrote: >>>> Hi! I got two failures on my Ubuntu 12.04 LTS system, >>>> see output below. >>>> >>>> FAIL: t/remake8b >>>> FAIL: t/remake9c >>>> >>> >>> Hi Simon, sorry for the delay. >>> >>> So far I've been unable to reproduce these failures. Can you try if they >>> are still present in Automake 1.12.2? If yes, do they happen consistently >>> or racily? Do you have a special/unusual system setup that might be >>> causing them? Any other details or ideas you can provide? >> >> As I recall it was a fairly vanilla install. However, automake 1.12.2 >> passes all tests except 't/aclocal7' on the same machine (see below) >> now. Out of around 10 attempts of 'make check TESTS=t/aclocal7', it >> only succeeded once. >> > Yep, that has already been fixed in the development version of Automake > (and it was just a testsuite weakness, not an actual bug). > > Let me know if you manage to reproduce the 't/remake*' failures in some > way, otherwise I will proceed to close the bug in a few days. > These "few" days have actually become some months... Closing now. Regards, and sorry for the delay, Stefano
Debbugs Internal Request <help-debbugs <at> gnu.org>
to internal_control <at> debbugs.gnu.org
.
(Wed, 19 Dec 2012 12:24:03 GMT) Full text and rfc822 format available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.