Under Debian/unstable, when testing the automake Git version
(80714ea0aba62f025780f432abfbab2e66f6f801), remake-after-aclocal-m4
is one of the two tests that fail.

I've attached the t/remake-after-aclocal-m4.log file.

-- 
Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Running from installcheck: no
Test Protocol: none
PATH = 
/home/vlefevre/software/automake/bin:/home/vlefevre/software/automake/t/ax:/home/vlefevre/eftests/bin:/home/vlefevre/bin:/home/vlefevre/x86_64/bin:/home/vlefevre/opt/tcc/bin:/home/vlefevre/perl5/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/games
+ pwd
/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir
+ magic1=::MagicStringOne::
+ magic2=__MagicStringTwo__
+ using_gmake
+ make --version -v
+ grep GNU
GNU Make 4.3
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+ am__using_gmake=yes
+ return 0
+ cat
+ cat
+ cat
+ echo cat
+ aclocal-1.16 -Werror
+ sed /^ *#.*generated automatically/d aclocal.m4
+ mv -f t aclocal.m4
+ autoconf
+ automake-1.16 --foreign -Werror -Wall
+ :
+ mkdir build
+ cd build
+ srcdir=..
+ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... true
checking the filesystem timestamp resolution... 0.2
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... 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: Nothing to be done for 'all'.
+ sleep 0.2
+ echo AC_DEFUN([my_fingerprint], [::MagicStringOne::])dnl %%%
+ remake_
+ make nil
 cd .. && /bin/sh 
/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/missing 
automake-1.16 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/missing' 
autoconf
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ../configure build_alias= host_alias= 
--no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... true
checking the filesystem timestamp resolution... 0.2
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating foo.sh
make: Nothing to be done for '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 0.2
+ echo sed 's/.*dnl *%%%.*/AC_DEFUN([my_fingerprint], [__MagicStringTwo__])/'
+ remake_
+ make nil
/bin/sh ../tweak-aclocal-m4 <../aclocal.m4 >../aclocal.m4-t
mv -f ../aclocal.m4-t ../aclocal.m4
touch ../aclocal.m4
 cd .. && /bin/sh 
/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/missing 
automake-1.16 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/missing' 
autoconf
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ../configure build_alias= host_alias= 
--no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... true
checking the filesystem timestamp resolution... 0.2
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating foo.sh
make: Nothing to be done for '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 0.2
+ echo cat
+ echo AC_DEFUN([my_fingerprint], [DummyValue])
+ using_gmake
+ return 0
+ make distcheck
 cd .. && /bin/sh 
/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/missing 
automake-1.16 --foreign
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/missing' 
autoconf
 cd . && /bin/sh ./config.status Makefile 
config.status: creating Makefile
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/missing' 
autoconf
make  dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/build'
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/missing' 
autoconf
make  distdir-am
make[2]: Entering directory 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/build'
CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/missing' 
autoconf
if test -d "remake-after-aclocal-m4-1.0"; then find 
"remake-after-aclocal-m4-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm 
-rf "remake-after-aclocal-m4-1.0" || { sleep 5 && rm -rf 
"remake-after-aclocal-m4-1.0"; }; else :; fi
/bin/mkdir -p "remake-after-aclocal-m4-1.0"
test -n "" \
|| find "remake-after-aclocal-m4-1.0" -type d ! -perm -755 \
        -exec chmod u+rwx,go+rx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -444 -exec /bin/sh 
/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/install-sh -c -m 
a+r {} {} \; \
|| chmod -R a+r "remake-after-aclocal-m4-1.0"
make[2]: Leaving directory 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/build'
tardir=remake-after-aclocal-m4-1.0 && ${TAR-tar} chof - "$tardir" | eval GZIP= 
gzip --best -c >remake-after-aclocal-m4-1.0.tar.gz
make[1]: Leaving directory 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/build'
if test -d "remake-after-aclocal-m4-1.0"; then find 
"remake-after-aclocal-m4-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm 
-rf "remake-after-aclocal-m4-1.0" || { sleep 5 && rm -rf 
"remake-after-aclocal-m4-1.0"; }; else :; fi
case 'remake-after-aclocal-m4-1.0.tar.gz' in \
*.tar.gz*) \
  eval GZIP= gzip --best -dc remake-after-aclocal-m4-1.0.tar.gz | ${TAR-tar} xf 
- ;;\
*.tar.bz2*) \
  bzip2 -dc remake-after-aclocal-m4-1.0.tar.bz2 | ${TAR-tar} xf - ;;\
*.tar.lz*) \
  lzip -dc remake-after-aclocal-m4-1.0.tar.lz | ${TAR-tar} xf - ;;\
*.tar.xz*) \
  xz -dc remake-after-aclocal-m4-1.0.tar.xz | ${TAR-tar} xf - ;;\
*.tar.Z*) \
  uncompress -c remake-after-aclocal-m4-1.0.tar.Z | ${TAR-tar} xf - ;;\
*.shar.gz*) \
  eval GZIP= gzip --best -dc remake-after-aclocal-m4-1.0.shar.gz | unshar ;;\
*.zip*) \
  unzip remake-after-aclocal-m4-1.0.zip ;;\
*.tar.zst*) \
  zstd -dc remake-after-aclocal-m4-1.0.tar.zst | ${TAR-tar} xf - ;;\
esac
chmod -R a-w remake-after-aclocal-m4-1.0
chmod u+w remake-after-aclocal-m4-1.0
mkdir remake-after-aclocal-m4-1.0/_build remake-after-aclocal-m4-1.0/_build/sub 
remake-after-aclocal-m4-1.0/_inst
chmod a-w remake-after-aclocal-m4-1.0
test -d remake-after-aclocal-m4-1.0/_build || exit 0; \
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd 
remake-after-aclocal-m4-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
  && am__cwd=`pwd` \
  && CDPATH="${ZSH_VERSION+.}:" && cd remake-after-aclocal-m4-1.0/_build/sub \
  && ../../configure \
     \
     \
    --srcdir=../.. --prefix="$dc_install_base" \
  && make  \
  && make  dvi \
  && make  check \
  && make  install \
  && make  installcheck \
  && make  uninstall \
  && make  distuninstallcheck_dir="$dc_install_base" \
        distuninstallcheck \
  && chmod -R a-w "$dc_install_base" \
  && ({ \
       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
       && make  DESTDIR="$dc_destdir" install \
       && make  DESTDIR="$dc_destdir" uninstall \
       && make  DESTDIR="$dc_destdir" \
            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
      } || { rm -rf "$dc_destdir"; exit 1; }) \
  && rm -rf "$dc_destdir" \
  && make  dist \
  && rm -rf remake-after-aclocal-m4-1.0.tar.gz \
  && make  distcleancheck \
  && cd "$am__cwd" \
  || exit 1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... true
checking the filesystem timestamp resolution... 0.2
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... 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]: Entering directory 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/build/remake-after-aclocal-m4-1.0/_build/sub'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/build/remake-after-aclocal-m4-1.0/_build/sub'
make[1]: Entering directory 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/build/remake-after-aclocal-m4-1.0/_build/sub'
make[1]: Nothing to be done for 'dvi'.
make[1]: Leaving directory 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/build/remake-after-aclocal-m4-1.0/_build/sub'
make[1]: Entering directory 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/build/remake-after-aclocal-m4-1.0/_build/sub'
make  check-local
make[2]: Entering directory 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/build/remake-after-aclocal-m4-1.0/_build/sub'
test x'__MagicStringTwo__' = x'DummyValue'
make[2]: *** [Makefile:572: check-local] Error 1
make[2]: Leaving directory 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/build/remake-after-aclocal-m4-1.0/_build/sub'
make[1]: *** [Makefile:440: check-am] Error 2
make[1]: Leaving directory 
'/home/vlefevre/software/automake/t/remake-after-aclocal-m4.dir/build/remake-after-aclocal-m4-1.0/_build/sub'
make: *** [Makefile:361: distcheck] Error 1
+ am_exit_trap 2
+ exit_status=2
+ set +e
+ cd /home/vlefevre/software/automake
+ test none = tap
+ test 2 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ return 0
+ set +x
FAIL t/remake-after-aclocal-m4.sh (exit status: 2)

Reply via email to