Package: src:emacs24 Version: 24.5+1-7.1 Severity: serious Dear maintainer:
I tried to build this package in stretch with "dpkg-buildpackage -A" (which is what the "Arch: all" autobuilder would do to build it) but it failed: -------------------------------------------------------------------------------- [...] debian/rules build-indep dh build-indep --parallel debian/rules override_dh_testdir make[1]: Entering directory '/<<BUILDDIR>>/emacs24-24.5+1' dh_testdir debian/emacsVER.postinst make[1]: Leaving directory '/<<BUILDDIR>>/emacs24-24.5+1' dh_update_autotools_config -i -O--parallel debian/rules override_dh_auto_configure make[1]: Entering directory '/<<BUILDDIR>>/emacs24-24.5+1' dh_testdir debian/emacsVER.postinst ./autogen.sh Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs) [... snipped ...] make[3]: Entering directory '/<<BUILDDIR>>/emacs24-24.5+1/debian/build-nox/lisp' cd ../leim && /usr/bin/make -w all EMACS="../src/emacs" make[4]: Entering directory '/<<BUILDDIR>>/emacs24-24.5+1/debian/build-nox/leim' EMACSLOADPATH= '../src/emacs' -batch --no-site-file --no-site-lisp -batch -l ja-dic-cnv \ -f batch-skkdic-convert -dir "./../lisp/leim/ja-dic" \ "./SKK-DIC/SKK-JISYO.L" Reading file "/<<BUILDDIR>>/emacs24-24.5+1/debian/build-nox/leim/SKK-DIC/SKK-JISYO.L" ... Processing OKURI-ARI entries ... Processing POSTFIX entries ... Processing PREFIX entries ... Collecting OKURI-NASI entries ... collected 26% ... collected 30% ... collected 40% ... collected 50% ... collected 60% ... collected 70% ... collected 80% ... collected 90% ... Processing OKURI-NASI entries ... processed 10% ... processed 20% ... processed 30% ... processed 40% ... processed 50% ... processed 60% ... processed 70% ... processed 80% ... processed 90% ... processed 100% ... Saving file /<<BUILDDIR>>/emacs24-24.5+1/debian/build-nox/lisp/leim/ja-dic/ja-dic.el... Wrong type argument: number-or-marker-p, nil Makefile:138: recipe for target '../lisp/leim/ja-dic/ja-dic.el' failed make[4]: *** [../lisp/leim/ja-dic/ja-dic.el] Error 255 make[4]: Leaving directory '/<<BUILDDIR>>/emacs24-24.5+1/debian/build-nox/leim' Makefile:335: recipe for target 'leim' failed make[3]: *** [leim] Error 2 make[3]: Leaving directory '/<<BUILDDIR>>/emacs24-24.5+1/debian/build-nox/lisp' Makefile:365: recipe for target 'lisp' failed make[2]: *** [lisp] Error 2 make[2]: Leaving directory '/<<BUILDDIR>>/emacs24-24.5+1/debian/build-nox' debian/rules:368: recipe for target 'override_dh_auto_build' failed make[1]: *** [override_dh_auto_build] Error 2 make[1]: Leaving directory '/<<BUILDDIR>>/emacs24-24.5+1' debian/rules:235: recipe for target 'build-indep' failed make: *** [build-indep] Error 2 dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2 -------------------------------------------------------------------------------- This is essentially the same bug as #842728, but in emacs24. [ If you need a full build log, just say so and I will include it ] I guess, but I don't really know, that the same fix that worked for emacs25 should work here as well. Thanks.