Your message dated Sat, 10 Jan 2026 01:22:55 +0000
with message-id <[email protected]>
and subject line Bug#1124372: fixed in cl-named-readtables 20250524.git8bd0045-2
has caused the Debian Bug report #1124372,
regarding cl-named-readtables: Please include commit "unbreak after SBCL
internals change"
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.)
--
1124372: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1124372
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cl-named-readtables
Version: 20250524.git8bd0045-1
Severity: important
Tags: upstream patch
We noticed consfigurator was failing to build with recent SBCL, and I found a
similar looking issue at
https://github.com/atlas-engineer/nyxt/issues/3700
In particular the mentioned patch, unbreaks the
consfigurator build if applied to cl-named-readtables. Would you mind
either applying the patch or updating to a newer snapshot that
includes 6eea5667?
If needed I can do a team upload, but if you have time then it would
be great if you (Peter) can do it.
-- SYSTEM Information:
Debian Release: forky/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 6.17.9+deb14-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8),
LANGUAGE=en_CA:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-- no debconf information
From: Gabor Melis <[email protected]>
Date: Sun, 9 Nov 2025 18:20:21 +0100
Subject: unbreak after SBCL internals change
(cherry picked from commit 6eea56674442b884a4fee6ede4c8aad63541aa5b)
---
src/cruft.lisp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/cruft.lisp b/src/cruft.lisp
index 01f9783..9b43cbd 100644
--- a/src/cruft.lisp
+++ b/src/cruft.lisp
@@ -231,7 +231,11 @@
(grovel-unicode-chars)
(let ((reader-fn (svref char-macro-array char-code))
(char (code-char (shiftf char-code (1+
char-code)))))
- (if reader-fn
+ ;; In older SBCL, READER-FN may be NIL. Since
+ ;; commit 00eabf5 ("Make a few mostly-stylistic
+ ;; tweaks to macro char reading"), this is 0
+ ;; instead.
+ (if (and reader-fn (not (eql reader-fn 0)))
(yield char)
(grovel-base-chars)))))
(grovel-unicode-chars ()
--- End Message ---
--- Begin Message ---
Source: cl-named-readtables
Source-Version: 20250524.git8bd0045-2
Done: David Bremner <[email protected]>
We believe that the bug you reported is fixed in the latest version of
cl-named-readtables, 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.
David Bremner <[email protected]> (supplier of updated cl-named-readtables
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: Sat, 10 Jan 2026 07:45:00 +0900
Source: cl-named-readtables
Architecture: source
Version: 20250524.git8bd0045-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Common Lisp Team <[email protected]>
Changed-By: David Bremner <[email protected]>
Closes: 1124372
Changes:
cl-named-readtables (20250524.git8bd0045-2) unstable; urgency=medium
.
* Team upload.
* Add patch from upstream commit "6eea56674442b" to "unbreak after SBCL
internals change" (Closes: #1124372).
Checksums-Sha1:
5ff64a4d53924be71056bb0317ce2d2283b47ce3 1677
cl-named-readtables_20250524.git8bd0045-2.dsc
944183c99cdefc961400f85bb0a85daf76697e1e 3880
cl-named-readtables_20250524.git8bd0045-2.debian.tar.xz
Checksums-Sha256:
b5a564a47045a5effa5099a186834f2eb332e29f6e629c1755a94be6515e44a9 1677
cl-named-readtables_20250524.git8bd0045-2.dsc
ed81950f7790126cde44a04b2da4411b85b1e1c6aeafd727f47465c7ffe2f9e5 3880
cl-named-readtables_20250524.git8bd0045-2.debian.tar.xz
Files:
39ae0a5781689488b1fb2585909f87ed 1677 lisp optional
cl-named-readtables_20250524.git8bd0045-2.dsc
053e1291b342c1da723e1d6f00e56817 3880 lisp optional
cl-named-readtables_20250524.git8bd0045-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQS5beC2erx2PFqyC7XhcL+0NDTnAAUCaWGmwAAKCRDhcL+0NDTn
APmwAQCLfHo3xL8B3GR4+0mZctf+JDtkt9ZqRXvuJbWYtUYL3wEAlxjFuALnsS/n
sp8LmgDMOYz+nCSMPOxGO4+rxLGDUQU=
=6gZU
-----END PGP SIGNATURE-----
pgpM5ztPUQlQv.pgp
Description: PGP signature
--- End Message ---