I just did the following:

  sudo apt-get -t=experimental install autoconf

and then rebuilt the pdfresurrect as-is on my amd64 machine successfully.
See attached build log.

Also, looking at the build log you sent
(http://qa-logs.debian.net/2020/09/26.ac270/pdfresurrect_0.21-1_unstable_ac270.log),
as far as I can see, it's using autoconf 2.69c, not 2.70.

Are you sure it's related to autoconf2.70?

Francois

-- 
https://fmarier.org/
 dpkg-buildpackage -us -uc -ui -i -I
dpkg-buildpackage: info: paquet source pdfresurrect
dpkg-buildpackage: info: version source 0.21-2
dpkg-buildpackage: info: distribution source UNRELEASED
dpkg-buildpackage: info: source changé par Francois Marier <franc...@debian.org>
 dpkg-source -i -I --before-build .
dpkg-buildpackage: info: architecture hôte amd64
 debian/rules clean
dh clean
   dh_clean
 dpkg-source -i -I -b .
dpkg-source: info: utilisation du format source « 3.0 (quilt) »
dpkg-source: info: construction de pdfresurrect en utilisant le 
./pdfresurrect_0.21.orig.tar.gz existant
dpkg-source: info: construction de pdfresurrect dans 
pdfresurrect_0.21-2.debian.tar.xz
dpkg-source: info: construction de pdfresurrect dans pdfresurrect_0.21-2.dsc
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
configure.ac:21: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:21: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:21: the top level
configure.ac:44: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:44: You should run autoupdate.
./lib/autoconf/general.m4:203: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1533: AC_ARG_ENABLE is expanded from...
configure.ac:44: the top level
   dh_auto_configure
        ./configure --build=x86_64-linux-gnu --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--disable-option-checking --disable-silent-rules 
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run 
--disable-maintainer-mode --disable-dependency-tracking
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for strdup... yes
checking for strtol... yes
checking whether closedir returns void... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for GNU libc compatible realloc... yes
checking for memset... yes
checking for mkdir... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
configure: creating ./config.status
config.status: creating Makefile
   dh_auto_build
        make -j4
make[1] : on entre dans le répertoire « 
/home/francois/devel/deb/pdfresurrect/build-area/pdfresurrect-0.21 »
gcc -o main.o -c main.c -g -O2 
-ffile-prefix-map=/home/francois/devel/deb/pdfresurrect/build-area/pdfresurrect-0.21=.
 -fstack-protector-strong -Wformat -Werror=format-security 
gcc -o pdf.o -c pdf.c -g -O2 
-ffile-prefix-map=/home/francois/devel/deb/pdfresurrect/build-area/pdfresurrect-0.21=.
 -fstack-protector-strong -Wformat -Werror=format-security 
gcc -o pdfresurrect main.o pdf.o -g -O2 
-ffile-prefix-map=/home/francois/devel/deb/pdfresurrect/build-area/pdfresurrect-0.21=.
 -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro 
-Wl,-z,now
make[1] : on quitte le répertoire « 
/home/francois/devel/deb/pdfresurrect/build-area/pdfresurrect-0.21 »
   dh_auto_test
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_installdirs
   dh_auto_install
        make -j4 install 
DESTDIR=/home/francois/devel/deb/pdfresurrect/build-area/pdfresurrect-0.21/debian/pdfresurrect
 AM_UPDATE_INFO_DIR=no
make[1] : on entre dans le répertoire « 
/home/francois/devel/deb/pdfresurrect/build-area/pdfresurrect-0.21 »
mkdir -p 
/home/francois/devel/deb/pdfresurrect/build-area/pdfresurrect-0.21/debian/pdfresurrect/usr/bin
cp pdfresurrect 
/home/francois/devel/deb/pdfresurrect/build-area/pdfresurrect-0.21/debian/pdfresurrect/usr/bin
mkdir -p 
/home/francois/devel/deb/pdfresurrect/build-area/pdfresurrect-0.21/debian/pdfresurrect/usr/share/man/man1
cp pdfresurrect.1 
/home/francois/devel/deb/pdfresurrect/build-area/pdfresurrect-0.21/debian/pdfresurrect/usr/share/man/man1
make[1] : on quitte le répertoire « 
/home/francois/devel/deb/pdfresurrect/build-area/pdfresurrect-0.21 »
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_dwz -a
   dh_strip -a
   dh_makeshlibs -a
   dh_shlibdeps -a
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'pdfresurrect-dbgsym' in 
'../pdfresurrect-dbgsym_0.21-2_amd64.deb'.
dpkg-deb: building package 'pdfresurrect' in '../pdfresurrect_0.21-2_amd64.deb'.
 dpkg-genbuildinfo
 dpkg-genchanges  >../pdfresurrect_0.21-2_amd64.changes
dpkg-genchanges: info: pas d'inclusion du code source original dans l'envoi (« 
upload »)
 dpkg-source -i -I --after-build .
dpkg-buildpackage: info: envoi d'un binaire et du fichier de différences 
(aucune inclusion du code source d'origine)
Now running lintian pdfresurrect_0.21-2_amd64.changes ...
I: pdfresurrect: hardening-no-fortify-functions usr/bin/pdfresurrect
I: pdfresurrect source: older-debian-watch-file-standard 3
I: pdfresurrect source: out-of-date-standards-version 4.5.0 (released 
2020-01-20) (current is 4.5.1)
X: pdfresurrect source: debian-watch-does-not-check-gpg-signature
X: pdfresurrect source: upstream-metadata-file-is-missing
Finished running lintian.

Reply via email to