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 --------------------------------------------------------------------------------

