Your message dated Wed, 13 Jan 2021 00:24:41 -0500
with message-id <a2b0effd610ec3323961f5302ec82f2f2afca684.ca...@debian.org>
and subject line Re: libtool ftbfs with new gnulib
has caused the Debian Bug report #979173,
regarding libtool ftbfs with new gnulib
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.)
--
979173: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979173
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libtool
Version: 2.4.6-14
Severity: serious
Tags: ftbfs patch
User: helm...@debian.org
Usertags: rebootstrap
libtool started to ftbfs with the recent gnulib upload. It needs to bump
the autoconf version to build again. The attached patch makes it work
again.
Helmut
--- libtool-2.4.6.orig/configure.ac
+++ libtool-2.4.6/configure.ac
@@ -24,7 +24,7 @@
####
-AC_PREREQ(2.63)
+AC_PREREQ(2.64)
dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
--- End Message ---
--- Begin Message ---
Version: 2.4.6-15
On Sun, 3 Jan 2021 20:17:17 +0100 Helmut Grohne <hel...@subdivi.de> wrote:
> Source: libtool
> Version: 2.4.6-14
> Severity: serious
> Tags: ftbfs patch
> User: helm...@debian.org
> Usertags: rebootstrap
>
> libtool started to ftbfs with the recent gnulib upload. It needs to bump
> the autoconf version to build again. The attached patch makes it work
> again.
I believe this patch is reflected in the latest upload.
Thanks,
Boyuan Yang
signature.asc
Description: This is a digitally signed message part
--- End Message ---