Your message dated Mon, 17 Mar 2025 00:21:58 +0000 with message-id <E1ttyEw-00DUPV-6x@fasolo.debian.org> and subject line Bug#1099228: fixed in evil-el 1.14.2-4 has caused the Debian Bug report #1099228, regarding evil-el: FTBFS: Unknown JSON error 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 owner@bugs.debian.org immediately.) -- 1099228: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099228 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian BTS <submit@bugs.debian.org>
- Subject: evil-el: FTBFS: Unknown JSON error
- From: Santiago Vila <sanvila@debian.org>
- Date: Sat, 01 Mar 2025 21:01:03 +0000
- Message-id: <[🔎] E1toTxH-0020kx-Eo@paradis.debian.org>
Package: src:evil-el Version: 1.14.2-3 Severity: serious Tags: ftbfs trixie sid Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --with elpa,sphinxdoc debian/rules override_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' rm -rf build doc/source/_ext/__pycache__ test-results.txt .depend make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_clean debian/rules binary dh binary --with elpa,sphinxdoc dh_update_autotools_config dh_autoreconf dh_auto_configure debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' make docstrings make[2]: Entering directory '/<<PKGBUILDDIR>>' Compute dependencies Loading /etc/emacs/site-start.d/00debian.el (source)... Loading /etc/emacs/site-start.d/50autoconf.el (source)... evil-commands.el: Warning: Case 'forward will match â??quoteâ??. If thatâ??s intended, write (forward quote) instead. Otherwise, donâ??t quote â??forwardâ??. evil-commands.el: Warning: Case 'backward will match â??quoteâ??. If thatâ??s intended, write (backward quote) instead. Otherwise, donâ??t quote â??backwardâ??. evil-integration.el: Warning: â??defadviceâ?? is an obsolete macro (as of 30.1); use â??advice-addâ?? or â??define-adviceâ?? evil-integration.el: Warning: â??defadviceâ?? is an obsolete macro (as of 30.1); use â??advice-addâ?? or â??define-adviceâ?? evil-integration.el: Warning: â??defadviceâ?? is an obsolete macro (as of 30.1); use â??advice-addâ?? or â??define-adviceâ?? evil-integration.el: Warning: â??defadviceâ?? is an obsolete macro (as of 30.1); use â??advice-addâ?? or â??define-adviceâ?? evil-integration.el: Warning: â??defadviceâ?? is an obsolete macro (as of 30.1); use â??advice-addâ?? or â??define-adviceâ?? evil-keybindings.el: Warning: â??defadviceâ?? is an obsolete macro (as of 30.1); use â??advice-addâ?? or â??define-adviceâ?? Unknown JSON error: #[(arg) ((require 'dabbrev) (let ((dabbrev-search-these-buffers-only (if evil-complete-all-buffers nil (list (current-buffer)))) dabbrev-case-distinction) (dabbrev-expand arg))) (dabbrev-case-distinction dabbrev-search-these-buffers-only t)] make[2]: *** [Makefile:38: docstrings] Error 255 make[2]: Leaving directory '/<<PKGBUILDDIR>>' make[1]: *** [debian/rules:11: override_dh_auto_build] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:6: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -------------------------------------------------------------------------------- The above is just how the build ends and not necessarily the most relevant part. If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202503/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you could not reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:evil-el, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---
- To: 1099228-close@bugs.debian.org
- Subject: Bug#1099228: fixed in evil-el 1.14.2-4
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 17 Mar 2025 00:21:58 +0000
- Message-id: <E1ttyEw-00DUPV-6x@fasolo.debian.org>
- Reply-to: Xiyue Deng <manphiz@gmail.com>
Source: evil-el Source-Version: 1.14.2-4 Done: Xiyue Deng <manphiz@gmail.com> We believe that the bug you reported is fixed in the latest version of evil-el, 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 1099228@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Xiyue Deng <manphiz@gmail.com> (supplier of updated evil-el 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 15 Mar 2025 19:32:05 -0700 Source: evil-el Architecture: source Version: 1.14.2-4 Distribution: unstable Urgency: medium Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org> Changed-By: Xiyue Deng <manphiz@gmail.com> Closes: 981120 1044351 1099228 Changes: evil-el (1.14.2-4) unstable; urgency=medium . * Disable building info docs (Closes: #1099228) - `make docstrings` failing on Emacs 30.1 due to "Unknown JSON error". - Reported upstream: https://github.com/emacs-evil/evil/issues/1966. - Disable info handling. * Ensure dh_auto_clean runs to clean up after build (Closes: #1044351) - Use execute_after_dh_auto_clean to ensure dh_auto_clean runs. - This fixes build-twice-in-a-row. * Modernize d/watch using substitute strings to be more robust * Bump debhelper from old 12 to 13. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse, Repository. * Update standards version to 4.7.2, no changes needed. * Update copyright info for "debian/*" based on git history * Update Section to editors * Adopt package (Closes: #981120) - Set Debian Emacsen team as the maintainer. - Add myself to Uploaders. * Use d/clean to clean up after building - Drop execute_after_dh_auto_clean in d/rules; prefer d/clean * Drop override_dh_elpa_test now that it works in sbuild with unshare * Add d/salsa-ci.yml with the default template Checksums-Sha1: 8a73c6113b49e11b17e61f992e65c3e9d6e11d99 1866 evil-el_1.14.2-4.dsc bdb64ff6b3d16ec48a77fb4d8b321fe888083c97 5500 evil-el_1.14.2-4.debian.tar.xz 65b1d18fa03bdb3e864e9d5b92335ae78a683b9f 8620 evil-el_1.14.2-4_source.buildinfo Checksums-Sha256: 7dbdfc35f49ac955741cb957a2d0e1b0de02960e92ab374f96fc835bec6667e3 1866 evil-el_1.14.2-4.dsc 5c0a942bb7ec7e1cfe9dc3c191bc8051763438519fe772fa73b45f3e4e4f7260 5500 evil-el_1.14.2-4.debian.tar.xz 4066259cfdfb8ef925911f0ff0c4dff4685809cf3c082cf747a30deb7036e858 8620 evil-el_1.14.2-4_source.buildinfo Files: 6b41ae1a1fd676adfc39a2b1f37c44b7 1866 editors optional evil-el_1.14.2-4.dsc 812cad408e4c2c3fb3abcd4c0b410e2a 5500 editors optional evil-el_1.14.2-4.debian.tar.xz bfa67e3ff75348e2578b9aff9b3d2d7e 8620 editors optional evil-el_1.14.2-4_source.buildinfo -----BEGIN PGP SIGNATURE----- iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmfXYegQHGJhZ2VAZGVi aWFuLm9yZwAKCRAfXHqLRVZDFAtjC/9++SbbWUGRcBmTMC/Z6vpBF4vfxihfP5D+ Jy0r5xanIgmbAls9XnS4ABY6Q8t+oA9cgC6LFm292VyrIwj4vcZJR772eucunpaC wZxxvWpYjNwcyrX9RG6bLoFy8X6h9sEK5DFilxbUmoShjKrJA3Qvk0USGieLx2bZ eayzxPCM6GBEYOZtxRzYuopXEkYI1KlAB6uZ1BtkxjRA5iIu2InT6OPnaY43hsPm AFiriVwolsfAiLCgFmPOd0geOfFes4trpH8nCiahRoGTw8WL0KXSXwdmT9gZEU+U OWa/pQ1SjHmxHKFgoMNe4eqcgkrRFzVKUneXO/XxKsQrlv2rdxfBx5pU17sptNe2 dPbwkzncJrwJOxFIZxud0OjBVsqAXwNLkrfx63+yu63yehpMAbQbZR/pjtDb+sG1 j3KtJ0+W3zOXK8MUCfT3iq3Scdbm/SFcwZm5Ta/JPTLMkfKkC1I6coNFZ/afsctd dCE5+ox10Lk4TgltFy1MToT4bjOnlTE= =LTOK -----END PGP SIGNATURE-----Attachment: pgpInIXg_AONz.pgp
Description: PGP signature
--- End Message ---