Your message dated Thu, 07 May 2026 11:06:17 +0000
with message-id <[email protected]>
and subject line Bug#1135919: fixed in erlang 1:29.0~rc3+dfsg-3
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:29.0~rc3+dfsg-3
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: Thu, 07 May 2026 13:24:04 +0300
Source: erlang
Architecture: source
Version: 1:29.0~rc3+dfsg-3
Distribution: experimental
Urgency: medium
Maintainer: Debian Erlang Packagers <[email protected]>
Changed-By: Sergei Golovan <[email protected]>
Closes: 1045018 1135919
Changes:
 erlang (1:29.0~rc3+dfsg-3) experimental; urgency=medium
 .
   * Fix stopping/starting services depending on Erlang in erlang-base
     prerm/postinst maintainer scripts.
   * Compress manpages in the erlang-doc package.
   * Do more thorough cleanup after building the package (closes: #1045018).
   * Use autoconf 2.73 to rebuild the configure scripts (closes: #1135919).
Checksums-Sha1:
 cb6809db244bc46aa594d2a460712ca6c60f571b 4933 erlang_29.0~rc3+dfsg-3.dsc
 d369c4117c55eb9eb26bd8aace123b78d0568511 57468 
erlang_29.0~rc3+dfsg-3.debian.tar.xz
 a453b29bea0cb24d6c3c6b96b2aae77aa076127e 30247 
erlang_29.0~rc3+dfsg-3_amd64.buildinfo
Checksums-Sha256:
 1523091740c53fc41ab01ee6db0571c66b942735aa1fedf769ec6258948f582c 4933 
erlang_29.0~rc3+dfsg-3.dsc
 7a7683fb34278342bdaa8beb0399c68e633fa244c0d09cf8d36a87dcf8fd88a2 57468 
erlang_29.0~rc3+dfsg-3.debian.tar.xz
 5bb646e81df56f6bec360b5015c627f3adf5291ba93cbc9e0b04ebf390627536 30247 
erlang_29.0~rc3+dfsg-3_amd64.buildinfo
Files:
 196500273c53c4346bb975acf34a1c80 4933 interpreters optional 
erlang_29.0~rc3+dfsg-3.dsc
 e229faec63d6e6ed41d7704793b4f29b 57468 interpreters optional 
erlang_29.0~rc3+dfsg-3.debian.tar.xz
 d2df8f65f94c9bce8568f4ba5144269b 30247 interpreters optional 
erlang_29.0~rc3+dfsg-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEE/SYPsyDB+ShSnvc4Tyrk60tj54cFAmn8bb4ACgkQTyrk60tj
54dSVA/9ERtVFVhAliCXW0jbLqX1ZtzuYOYf3f0VDU/sjkcK/xQSkOLulGWa6Whd
iQHuNj6Ts7QPM0cJhVpK9C/gmG5uxDRjaWx4ZoX8z467J9RqcJGkk62hAF3xZhtt
qNxe55zu7bmgC1t7waDyRpZLr2pecrDnznu6hJ3N13vWFB29omyu1xqPsN7Q6bE/
uLB6xMsUER6hsi4aZmRtKEgFmyVnieZ3phvcd1crrUsRTPHkl2kaJw7XIpDXOl9l
GIKQxxffofw2wrxMVS/8HIk1T5vHmV7d1BTnXpk7tsP+cEkrrxN+70AqvVJhZJ3R
4KczIz4DEAruhSRbh3fLywiHrnzg0eWK+Fh8JHKW6jKM/WgXdZ78pEGPBflgi3bo
DBQijVaH2uxGRIqze+Pc5mu/eoBpfzQE4Xgf+WLhNOez08eqcWyHVRuJ+zvKfD6g
hcAq85V67f6vRiy8iWmPO17OpcphTV5kvQF65jQI/k6ZKEQ5SmyUdxCEDPXM46YK
fTLqcZ8dgbotsWawB2r0NUIPjg11ruCUTSUOFpbEyCDhC8gjQhiEF5VQK8SnnBug
nCR6ZNXzPuPhycgRUsovV03Ar3otHIBOmOZ6rfwZWmw4Y109aelo9Vihg+3qKHqb
dy15WR+Vlr0lg8++fFAhzXbsD79YMFdJsmKRQ7cJC8ehmyLd0V4=
=aUvL
-----END PGP SIGNATURE-----

Attachment: pgpZkO6yIVxri.pgp
Description: PGP signature


--- End Message ---

Reply via email to