Your message dated Sun, 22 Jan 2017 21:49:51 +0000
with message-id <[email protected]>
and subject line Bug#849775: fixed in emacs24 24.5+1-8
has caused the Debian Bug report #849775,
regarding emacs24: FTBFS randomly (Wrong type argument: number-or-marker-p, nil)
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.)
--
849775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849775
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Source: emacs24
Source-Version: 24.5+1-8
We believe that the bug you reported is fixed in the latest version of
emacs24, 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.
Rob Browning <[email protected]> (supplier of updated emacs24 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: SHA256
Format: 1.8
Date: Sun, 22 Jan 2017 14:32:37 -0600
Source: emacs24
Binary: emacs24-lucid emacs24-lucid-dbg emacs24-nox emacs24-nox-dbg emacs24
emacs24-dbg emacs24-bin-common emacs24-common emacs24-el
Architecture: source amd64 all
Version: 24.5+1-8
Distribution: unstable
Urgency: medium
Maintainer: Rob Browning <[email protected]>
Changed-By: Rob Browning <[email protected]>
Description:
emacs24 - GNU Emacs editor (with GTK+ GUI support)
emacs24-bin-common - GNU Emacs editor's shared, architecture dependent files
emacs24-common - GNU Emacs editor's shared, architecture independent
infrastructur
emacs24-dbg - Debugging symbols for emacs24
emacs24-el - GNU Emacs LISP (.el) files
emacs24-lucid - GNU Emacs editor (with Lucid GUI support)
emacs24-lucid-dbg - Debugging symbols for emacs24-lucid
emacs24-nox - GNU Emacs editor (without GUI support)
emacs24-nox-dbg - Debugging symbols for emacs24-nox
Closes: 810640 849775
Changes:
emacs24 (24.5+1-8) unstable; urgency=medium
.
* Configure with REL_ALLOC=no to fix crashes. Thanks to Santiago
Vila for reporting the problem, and Sean Whitton for helping test
the fix. (Closes: 849775)
.
* Backport upstream fix for TRAMP hang on startup. Thanks to Sean
Whitton for tracking down, backporting and testing the
fix. (Closes: 810640)
Checksums-Sha1:
057d475c463bdfdc5af5b9870934efd5288003f4 2719 emacs24_24.5+1-8.dsc
4a51b77a151c59324d5f1b1d94e04ba37b611d98 75704 emacs24_24.5+1-8.debian.tar.xz
5a71d06b5e3f34721f3b71d90895b09927e24d38 259438
emacs24-bin-common-dbgsym_24.5+1-8_amd64.deb
d6edd27cd8efe38502935a149139e828ed4b04f4 256978
emacs24-bin-common_24.5+1-8_amd64.deb
1f2ea1d1b7462930d7b924986593dfb817ce140b 12975350
emacs24-common_24.5+1-8_all.deb
cc7b99d8443c502c9850d7daa0eb197db0649241 4916842 emacs24-dbg_24.5+1-8_amd64.deb
c40e1e020a7903b26c00abd1ba834556d7232604 15440642 emacs24-el_24.5+1-8_all.deb
ca949295b8439968b77f89e38aa85f34c464d71c 4969564
emacs24-lucid-dbg_24.5+1-8_amd64.deb
7d0d094c5d6b0fdc5aafc8b4090e6bd0ee122be9 3560496
emacs24-lucid_24.5+1-8_amd64.deb
d049fd6a91104f999f892c47453432b671901e72 3612704
emacs24-nox-dbg_24.5+1-8_amd64.deb
6f6adf4b64ab74a24092cea26f6f0f63551af801 3145916 emacs24-nox_24.5+1-8_amd64.deb
a32c4cd60bd161ef7a1001ab8cd5d3de49389381 18304 emacs24_24.5+1-8_amd64.buildinfo
470d2bd2c662be91220b3ffd0d188074454e5310 3558340 emacs24_24.5+1-8_amd64.deb
Checksums-Sha256:
03fe891eac06ae57b8aa911d4eda80f8137740120e3f0f7100bc72a8caff3fb4 2719
emacs24_24.5+1-8.dsc
876ee574034514fd81bc3de37ad3118195393607f241f05dd16794e072b255b6 75704
emacs24_24.5+1-8.debian.tar.xz
b7f5374a996d447041c2d9feb7cd8dbd8b2ace8dde74f2c6814ce72595313925 259438
emacs24-bin-common-dbgsym_24.5+1-8_amd64.deb
9a45f51fc3f36ec373e424fbe6d7d4d352072e67bb9ababfb30e170691466239 256978
emacs24-bin-common_24.5+1-8_amd64.deb
cedcc4bd7ca1a6e8e429ed2597bf586021173d3666e552a980cf5c8f07911d22 12975350
emacs24-common_24.5+1-8_all.deb
07c76dba58724dbc753ccbb5376017da29e22f779e436c4bf06fa3c22cb5b519 4916842
emacs24-dbg_24.5+1-8_amd64.deb
fc7aadc5b225c20aeece11dc24b812834a93a5b98eb580fb7232480353f5e0df 15440642
emacs24-el_24.5+1-8_all.deb
6eb9467927415b284fffd6686487dc5a97c0af21ee3d0356f0818b3c9852b4ba 4969564
emacs24-lucid-dbg_24.5+1-8_amd64.deb
754abb4ce9fca965395072fbd604f7f89abe89c9fb876bb3e0435f6f6a743fb8 3560496
emacs24-lucid_24.5+1-8_amd64.deb
acd0d966ba8840643be9e6178f17d5076d1bd09b87f88c0aa99b46b0fddcdfd0 3612704
emacs24-nox-dbg_24.5+1-8_amd64.deb
27c556223013738d365a5c2185f6e2e4e1dcd2c9b5026af346a017854131c65a 3145916
emacs24-nox_24.5+1-8_amd64.deb
13ad86b34079fc6c7ec9931b7f4bfb662e80927ba8575eea8fc432fde8eb1b6c 18304
emacs24_24.5+1-8_amd64.buildinfo
30f6fea7e9b11025989f58f50eea84dd92b352376ef1fd571f0f2e8f1c9e911d 3558340
emacs24_24.5+1-8_amd64.deb
Files:
535c4871efc9455a4c51ac6301ca80ff 2719 editors optional emacs24_24.5+1-8.dsc
cb499f361cab4d100c28509f4a080184 75704 editors optional
emacs24_24.5+1-8.debian.tar.xz
1f072a13433cce920a44d9463a2533e1 259438 debug extra
emacs24-bin-common-dbgsym_24.5+1-8_amd64.deb
94867a0cfe94aa83e09c019bae0ea25f 256978 editors optional
emacs24-bin-common_24.5+1-8_amd64.deb
fa7b2b2771340b6159855a6e5ef81843 12975350 editors optional
emacs24-common_24.5+1-8_all.deb
7652d22ec4f51e9cfb78bb330ffa3e6f 4916842 debug extra
emacs24-dbg_24.5+1-8_amd64.deb
690f21af51167ea3d82c547ea95909e8 15440642 editors optional
emacs24-el_24.5+1-8_all.deb
577336b3b0a3378074e101348724ef42 4969564 debug extra
emacs24-lucid-dbg_24.5+1-8_amd64.deb
175e61ff995dd109f4a559c98d0654fa 3560496 editors optional
emacs24-lucid_24.5+1-8_amd64.deb
84612740bb40993b37c500f30fbbaa89 3612704 debug extra
emacs24-nox-dbg_24.5+1-8_amd64.deb
a76251689306da0c05476b47360f2c8d 3145916 editors optional
emacs24-nox_24.5+1-8_amd64.deb
639c158ae7d91e44d4a2aa1b53b99cd5 18304 editors optional
emacs24_24.5+1-8_amd64.buildinfo
7482654c9d79831aac86a7b9e01aa04e 3558340 editors optional
emacs24_24.5+1-8_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIyBAEBCAAcBQJYhSLYFRxybGJAZGVmYXVsdHZhbHVlLm9yZwAKCRDu8RbFWlpC
8SI1EACrld7ykWp8QC5XgKXHbrF1zvgT62/HAWyNbl8PwPjUhYfJRCPXaRuN3s8w
wJM/fJCJbJgz2w1wEp+S6qoIrKywXdKTpu1/xf/BjC5iMe8jtkYFuuQtpkmxkbqp
yhQqqh+A5gE/8jH68NaK60g9fJsb2TjZdL2Dhnp7yEjy+46sGuWwtp+KKWnWF2jG
oyg1gETyK2HzjCKdVFNlaya4r1Bb5hK8SCY5aCuXTEefeOXitG+AX+Zp5p2p6lji
IJNRgfq/HYP0zp65ZUUZwhP2z5WlYRx8vlxvkk7tD04GJulSPv7Nh2pGiuXf7tbd
xBHx4v+Pn0gX8Jiv7q+O2QF06cAl4346j5EtwC3kBiczscpDCkmdWijBKorAvYpx
2p+8gp5/qD3qakRrxL8F0f01LFxU4L84zBjMLZoFLpYM6M7rNgioNH3pMR51+ijq
4cOrEKc2znLKJPYkTXq10mmaxgRy/CJSptvFOIsSY0LQOaYfQEOMa5B5uHlJalWy
JXhYLhlWIn5engu8U0wd1I9jfv7up+zw8GpswozzmUk8x/bw1mFksEEsfvBTIIlr
z8aW9VkkJcTatm77OAIziR6wsatCFJ66q4x0JMQEEWOEXIhxbrHB4EBswvSn6Svc
ROsHsZhjpgDF67XX5iZUCVjOYpgrYHgzlaOEbsiy9h1p72uhxA==
=Ahhc
-----END PGP SIGNATURE-----
--- End Message ---