Your message dated Sun, 17 May 2026 13:05:13 +0000
with message-id <[email protected]>
and subject line Bug#1135919: fixed in erlang 1:27.3.4.11+dfsg-4
has caused the Debian Bug report #1135919,
regarding erlang: FTBFS with autoconf 2.73
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 [email protected]
immediately.)


-- 
1135919: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135919
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:erlang
Version: 1:27.3.4.11+dfsg-3
Severity: important
Tags: forky sid ftbfs
User: [email protected]
Usertags: autoconf-2.73

Dear maintainer:

During a rebuild of all packages in unstable using autoconf 2.73
(available in experimental), this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/autoconf-2.73/

This bug will be raised to serious once autoconf 2.73 is uploaded for unstable.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh_testdir
dh_testroot
#
[ ! -f Makefile ] || /usr/bin/make -j 2 clean
#
# Remove installed erlang from debian/
rm -rvf debian/erlang-docs
#
# Restore replaced configure, config.guess, and config.sub files
for i in `find /<<PKGBUILDDIR>> -regex '.*config\(ure\|\.guess\|\.sub\)~'` ; do 
\
    mv -v $i ${i%%\~} ; \
done
#
# Remove files, which were generated from templates
rm -vf debian/erlang-base.links debian/erlang-common-test.links 
debian/erlang-diameter.links debian/erlang-edoc.links 
debian/erlang-jinterface.links debian/erlang-mode.install 
debian/erlang-observer.links debian/erlang-snmp.links 
debian/scripts/erlang-depends
#
# *.install were also generated on-the-fly
rm -vf debian/*.install
rm -vf debian/erlang-doc.links
#
rm -vf debian/AUTHORS
#
# Remove touched stamp files
rm -vf *-stamp
#
dh_clean -Xtest.erl.orig
 debian/rules binary
dh_testdir
#
# Return error if there are known nonfree docs in upstream tarball
# Return error if there are prebuilt binaries in upstream tarball
err=0 ; \
for fn in `find lib/*/doc -name standard -or -name archive` ; do \
    err=1 ; \
    echo Found directory $fn with non-free docs in upstream. Please remove it. 
; \
done ; \
if [ -f prebuilt.files ] ; then \
    err=1 ; \
    echo Found prebuilt binaries in upstream. Please remove them. ; \
fi ; \
if [ $err = 1 ] ; then \
    echo ; \
    echo Use uscan --download to get the upstream tarball. ; \
    echo ; \
    false ; \
fi
#
# Preserve configure scripts
for i in `find /<<PKGBUILDDIR>> -not \( -wholename '*/.pc' -prune \) \
                            -a -name 'configure'` ; do \
    cp -vf $i $i~ ; \
done
'/<<PKGBUILDDIR>>/erts/configure' -> '/<<PKGBUILDDIR>>/erts/configure~'
'/<<PKGBUILDDIR>>/lib/megaco/configure' -> 
'/<<PKGBUILDDIR>>/lib/megaco/configure~'
'/<<PKGBUILDDIR>>/lib/odbc/configure' -> '/<<PKGBUILDDIR>>/lib/odbc/configure~'
'/<<PKGBUILDDIR>>/lib/common_test/configure' -> 
'/<<PKGBUILDDIR>>/lib/common_test/configure~'
'/<<PKGBUILDDIR>>/lib/common_test/test_server/configure' -> 
'/<<PKGBUILDDIR>>/lib/common_test/test_server/configure~'
'/<<PKGBUILDDIR>>/lib/erl_interface/configure' -> 
'/<<PKGBUILDDIR>>/lib/erl_interface/configure~'
'/<<PKGBUILDDIR>>/lib/snmp/configure' -> '/<<PKGBUILDDIR>>/lib/snmp/configure~'
'/<<PKGBUILDDIR>>/lib/wx/configure' -> '/<<PKGBUILDDIR>>/lib/wx/configure~'
'/<<PKGBUILDDIR>>/lib/crypto/configure' -> 
'/<<PKGBUILDDIR>>/lib/crypto/configure~'
'/<<PKGBUILDDIR>>/configure' -> '/<<PKGBUILDDIR>>/configure~'
'/<<PKGBUILDDIR>>/make/configure' -> '/<<PKGBUILDDIR>>/make/configure~'
#
# Replace config.guess and config.sub by installed in /usr/share/misc.
for i in `find /<<PKGBUILDDIR>> -not \( -wholename '*/.pc' -prune \) \
                            -a -name 'config.guess'` ; do \
    cp -vfb /usr/share/misc/config.guess $i ; \
done
'/usr/share/misc/config.guess' -> '/<<PKGBUILDDIR>>/erts/autoconf/config.guess' 
(backup: '/<<PKGBUILDDIR>>/erts/autoconf/config.guess~')
'/usr/share/misc/config.guess' -> 
'/<<PKGBUILDDIR>>/lib/common_test/test_server/config.guess' (backup: 
'/<<PKGBUILDDIR>>/lib/common_test/test_server/config.guess~')
'/usr/share/misc/config.guess' -> '/<<PKGBUILDDIR>>/make/autoconf/config.guess' 
(backup: '/<<PKGBUILDDIR>>/make/autoconf/config.guess~')
for i in `find /<<PKGBUILDDIR>> -not \( -wholename '*/.pc' -prune \) \
                            -a -name 'config.sub'` ; do \
    cp -vfb /usr/share/misc/config.sub $i ; \
done
'/usr/share/misc/config.sub' -> '/<<PKGBUILDDIR>>/erts/autoconf/config.sub' 
(backup: '/<<PKGBUILDDIR>>/erts/autoconf/config.sub~')
'/usr/share/misc/config.sub' -> 
'/<<PKGBUILDDIR>>/lib/common_test/test_server/config.sub' (backup: 
'/<<PKGBUILDDIR>>/lib/common_test/test_server/config.sub~')
'/usr/share/misc/config.sub' -> '/<<PKGBUILDDIR>>/make/autoconf/config.sub' 
(backup: '/<<PKGBUILDDIR>>/make/autoconf/config.sub~')
#
# Regenerate configure scripts using autoconf
./otp_build update_configure --no-commit
ERROR: autoconf of version 2.73 found in path! You need to have autoconf of 
version 2.72 in path.
make: *** [debian/rules:187: automake-stamp] Error 1
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: erlang
Source-Version: 1:27.3.4.11+dfsg-4
Done: Sergei Golovan <[email protected]>

We believe that the bug you reported is fixed in the latest version of
erlang, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sergei Golovan <[email protected]> (supplier of updated erlang package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 17 May 2026 15:22:41 +0300
Source: erlang
Architecture: source
Version: 1:27.3.4.11+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Erlang Packagers <[email protected]>
Changed-By: Sergei Golovan <[email protected]>
Closes: 1135919
Changes:
 erlang (1:27.3.4.11+dfsg-4) unstable; urgency=medium
 .
   * Use autoconf >=2.72 to rebuild the configure scripts (closes: #1135919).
Checksums-Sha1:
 f06f3fcc9f1dd30be67243471a0581cca47df3b1 4946 erlang_27.3.4.11+dfsg-4.dsc
 b8de1e7cf46b1df88c800001b12d75ffaea3d823 59416 
erlang_27.3.4.11+dfsg-4.debian.tar.xz
 934888516fdf44d21f2cb1affb15461f3de21f41 31113 
erlang_27.3.4.11+dfsg-4_amd64.buildinfo
Checksums-Sha256:
 261d5587b3da3ec6d41de953002b36859726a3f98a70c984062c8e584292036f 4946 
erlang_27.3.4.11+dfsg-4.dsc
 84a70db512b46527454764ec5bf7bdb744d395a78c14b4eaf04cb2c376a53dee 59416 
erlang_27.3.4.11+dfsg-4.debian.tar.xz
 bf7802041aded115339988f70eafe0d921522e9400b258b1830759db828041d8 31113 
erlang_27.3.4.11+dfsg-4_amd64.buildinfo
Files:
 d2a9305cfe13e8d00bc2c6212d117d7f 4946 interpreters optional 
erlang_27.3.4.11+dfsg-4.dsc
 1f5e47bc6dcb14f5845d021127f628b5 59416 interpreters optional 
erlang_27.3.4.11+dfsg-4.debian.tar.xz
 0bee8f6c9aced8cad8a228c7d02b44a7 31113 interpreters optional 
erlang_27.3.4.11+dfsg-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE/SYPsyDB+ShSnvc4Tyrk60tj54cFAmoJtosACgkQTyrk60tj
54dZMw/+OorxN4FFG9q6KjbODKY134pTmf9dw6Z5bYpFXnWCa2ENJlbN00qHOSmi
WfWsPZXvNryrhXYyUeoj01ZpcTvyxPYzj/bnMHs5XAFhA5xPm8URzLuka6AKXcE6
nxLQAIs6DVqVT3YgEexE5eneprNl+lggpIxJzWV5SrIW65R/90oq+EMUSGHmSk3F
FoQTqHLnV1xQHsly7+Gc+vV3sm7kzIU6M+eiVYZyjxRai4NRmdLjuAnlpaB7kGuO
/YQi0n3VDaQmWC2G2AtP887eRNgG8PNYA6S/emDxw6Xi3iucW69POvTCSslVRXlo
gnw+L6efD9zDc9+eMk5b6yvKCyFiLyBfOb6sV30ofFHiJBSjIWcCFevKZd2iZ7Nt
SV1MxJEhOtGJQlLpbunI6F/z5J9mXdyqhYJ9yIF0AH6Daa0VtjUSHsy2lLAZBTjP
pj/+AKfB/kCH3tg/HjI4SJ4wWT7B59+ZNEH2krGk5MjQbg+tzC1QdCM91Vdc+ve6
OkI/UD5fq3pOQMpdba3NHx4mX+EI1m89oL+DLi/pVKL2phNZkf6OBq1m04Tqvh4p
yzJsVpUOUz41f59XmlWxERr9IU3Uuo12hAOyp1Iyu/Sp8ruR5T0HMsqpUo1AtEmm
kzKHmQ9cDULqKJR0wzYWgj3Om6yWpbDNyOqEwQWccOAkOihFhco=
=J2/C
-----END PGP SIGNATURE-----

Attachment: pgpisrYvbjOtr.pgp
Description: PGP signature


--- End Message ---

Reply via email to