Your message dated Tue, 24 Aug 2021 16:01:04 +0200
with message-id <yst7od7uolshx...@argenau.bebt.de>
and subject line Re: Bug#978772: autogen: ftbfs with autoconf 2.70
has caused the Debian Bug report #978772,
regarding autogen: ftbfs with autoconf 2.70
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
978772: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978772
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:autogen
Version: 5.18.16-4
Severity: normal
Tags: sid bookworm
User: d...@debian.org
Usertags: ftbfs-ac270
[This bug report is not targeted to the upcoming bullseye release]
The package fails to build in a test rebuild on at least amd64 with
autoconf 2.70, but succeeds to build with autoconf 2.69. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.
The full build log can be found at:
http://qa-logs.debian.net/2020/09/26.ac270/autogen_5.18.16-4_unstable_ac270.log
The last lines of the build log are at the end of this report.
To build with autoconf 2.70, please install the autoconf package from
experimental: apt-get -t=experimental install autoconf
[...]
#define HAVE_UINTMAX_T 1
#define HAVE_SIZE_T 1
#define HAVE_WCHAR_T 1
#define SIZEOF_CHARP 8
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_SHORT 2
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_STRUCT_STAT_ST_MTIM 1
#define HAVE_STRCHR 1
#define HAVE_SNPRINTF 1
#define HAVE_DLOPEN 1
#define HAVE_UTIMENSAT 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_COPYSIGN 1
#define HAVE_COPYSIGNL 1
#define HAVE_MODFL 1
#define HAVE_CTYPE_H 1
#define HAVE_ASSERT_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_DECL_SIGSETJMP 1
#define HAVE_DECL_SYS_SIGLIST 1
#define HAVE_PUTENV 1
#define HAVE_GETDATE_R 1
#define HAVE_UTIMES 1
#define HAVE_FUTIMES 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_VPRINTF 1
#ifndef __x86_64__
#define __x86_64__ 1
#endif
#ifndef __x86_64__
#define __x86_64__ 1
#endif
#define HAVE_DIRENT_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_LIBGEN_H 1
#define HAVE_LIBINTL_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_SETJMP_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_SYSEXITS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_STDARG_H 1
#define HAVE_STRING_H 1
#define HAVE_LIMITS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_WCHAR_H 1
#define ENABLE_NLS 1
configure: exit 1
dh_auto_configure: error: ./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 --disable-silent-rules
--enable-timeout=78 --with-libxml2-libs=-lxml2
--with-libxml2-cflags=-I/usr/include/libxml2 GREP=/bin/grep POSIX_SHELL=/bin/sh
SHELL=/bin/sh returned exit code 1
make[1]: *** [debian/rules:19: override_dh_auto_configure] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:59: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
On 2020-12-31 Andreas Metzler <ametz...@bebt.de> wrote:
> Control: tags -1 patch
> On 2020-12-31 Matthias Klose <d...@debian.org> wrote:
> > Package: src:autogen
> > Version: 5.18.16-4
> > [This bug report is not targeted to the upcoming bullseye release]
> > The package fails to build in a test rebuild on at least amd64 with
> > autoconf 2.70, but succeeds to build with autoconf 2.69. The
> > severity of this report will be raised before the bookworm release,
> > so nothing has to be done for the bullseye release.
[...]
> For autogen/experimental (5.19.96) config/std-gnu11.m4 needs to be
> updated from gnulib m4/std-gnu11.m4 with
> -----------
> a3b3fc85e3e632374811b27cb2111e50fa177e36
> 2020-12-09 04:06:40
> std-gnu11: Make compatible with Autoconf 2.70.
> * m4/std-gnu11.m4: Disable the entire file if Autoconf >= 2.70 is in
> use.
[...]
Hello,
This was fixed on autoconf's side with 2.71, quoting
https://lists.gnu.org/archive/html/autoconf/2021-01/msg00126.html
| We are pleased to announce stable release 2.71 of Autoconf.
[...]
| ** Bug fixes, including:
[...]
| *** Compatibility restored with old versions of std-gnu11.m4.
|
| Packages that wish to maintain compatibility with Autoconf 2.69 or
| older, should update their copy of std-gnu11.m4 from Gnulib as soon
| as practical, as the compatibility code bulks up the configure script.
cu Andreas
--- End Message ---