Your message dated Sun, 01 Mar 2026 18:19:00 +0000
with message-id <[email protected]>
and subject line Bug#1124619: fixed in sbcl 2:2.6.2-1
has caused the Debian Bug report #1124619,
regarding sbcl: Please add bootstrap profile
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.)
--
1124619: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1124619
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sbcl
Version: 2:2.6.0-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: powerpc ppc64
X-Debbugs-Cc: [email protected]
Hi,
I have modified both debian/control and debian/rules to add a bootstrap profile
to
the sbcl package allowing it to be bootstrapped with
--profile=pkg.sbcl.bootstrap
when using sbuild.
I have verified it to work on ppc64.
Could you please apply this patch so I can rebootstrap sbcl for armhf?
Thanks,
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
diff -Nru debian.orig/control debian/control
--- debian.orig/control 2025-12-29 10:30:38.000000000 -0800
+++ debian/control 2026-01-04 03:59:52.057013387 -0800
@@ -8,8 +8,9 @@
debhelper (>= 12.8~),
# Arch list to keep in sync with debian/rules
clisp [!amd64 !arm64 !armel !armhf !i386 !kfreebsd-amd64
!powerpc !ppc64 !ppc64el !sh4],
+ clisp [amd64 arm64 armel armhf i386 kfreebsd-amd64 powerpc
ppc64 ppc64el !sh4] <pkg.sbcl.bootstrap>,
ecl [sh4],
- sbcl [amd64 arm64 armel armhf i386 kfreebsd-amd64 powerpc ppc64
ppc64el],
+ sbcl [amd64 arm64 armel armhf i386 kfreebsd-amd64 powerpc ppc64
ppc64el] <!pkg.sbcl.bootstrap>,
sbcl-source,
texinfo,
libzstd-dev,
diff -Nru debian.orig/rules debian/rules
--- debian.orig/rules 2025-12-29 10:30:38.000000000 -0800
+++ debian/rules 2026-01-04 04:18:02.170490996 -0800
@@ -9,7 +9,8 @@
# Those lists must be kept in sync with the Build-Depends field.
# As soon as a new arch is bootstrapped, the lists should be updated.
# See https://bugs.debian.org/954031
-ifeq (,$(filter amd64 arm64 armel armhf i386 kfreebsd-amd64 powerpc ppc64
ppc64el, $(DEB_HOST_ARCH)))
+
+ifneq (,$(findstring pkg.sbcl.bootstrap,$(DEB_BUILD_PROFILES)))
ifneq (,$(filter sh4, $(DEB_HOST_ARCH)))
BOOTSTRAPLISP := /usr/bin/ecl --norc
else
@@ -17,9 +18,11 @@
endif
endif
+ifneq (,$(filter amd64 arm64 armel armhf i386 kfreebsd-amd64 powerpc ppc64
ppc64el, $(DEB_HOST_ARCH)))
ifeq (,$(BOOTSTRAPLISP))
BOOTSTRAPLISP := /usr/bin/sbcl --disable-debugger --no-sysinit
--no-userinit
endif
+endif
# Fix architecture detection on ppc64, see #939453
ifeq (ppc64,$(DEB_HOST_ARCH))
--- End Message ---
--- Begin Message ---
Source: sbcl
Source-Version: 2:2.6.2-1
Done: Sean Whitton <[email protected]>
We believe that the bug you reported is fixed in the latest version of
sbcl, 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.
Sean Whitton <[email protected]> (supplier of updated sbcl 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: Sun, 01 Mar 2026 17:55:05 +0000
Source: sbcl
Architecture: source
Version: 2:2.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Common Lisp Team <[email protected]>
Changed-By: Sean Whitton <[email protected]>
Closes: 1124619
Changes:
sbcl (2:2.6.2-1) unstable; urgency=medium
.
* Update to new upstream version 2.6.2.
* Remove pkg.sbcl.bootstrap profile.
The patch was not Policy-compliant because one build-dep had both
negated and unnegated architectures.
Revert the change until someone can redo it.
.
sbcl (2:2.6.1-1) unstable; urgency=medium
.
* Update to new upstream version 2.6.1.
.
sbcl (2:2.6.0-2) unstable; urgency=medium
.
[ John Paul Adrian Glaubitz ]
* Add pkg.sbcl.bootstrap profile (Closes: #1124619).
.
[ Sean Whitton ]
* Drop remaining references to kfreebsd in debian/.
Checksums-Sha1:
f1b7661b798d50713f081e1a37522700a06062c1 2711 sbcl_2.6.2-1.dsc
96fffd70f71e680ce1b47e54218b13296a2b9547 6568564 sbcl_2.6.2.orig.tar.xz
d5ef8a53f32fe7d3037c61dea1e0ff0ce3534b96 79544 sbcl_2.6.2-1.debian.tar.xz
8598bb80ffa07267eaff728c26b9c8132e1a7faa 21985912 sbcl_2.6.2-1.git.tar.xz
4f84f42d1e49802f2bb8f6ebaf8b3dd238bbaa77 17284 sbcl_2.6.2-1_source.buildinfo
Checksums-Sha256:
482e1667a5af3f6b002c6f91210f6bc2268c4c4ed8cc61459f4ced4440276753 2711
sbcl_2.6.2-1.dsc
710e0af7d543f0db6f8c944079c075268d123aa125b64c8112db46f3f857edea 6568564
sbcl_2.6.2.orig.tar.xz
99a9bb46edd4ba09e44150d025cf6062bb409c92845dd85950491fefae1fc226 79544
sbcl_2.6.2-1.debian.tar.xz
4891499f141064e3e993c82be797e6151daa10dc48f4b0315aaec4be52bb30fe 21985912
sbcl_2.6.2-1.git.tar.xz
8a5b252984d7b9d96ab67577445e3040c22662d0660a4c9d13d41c9da12aad60 17284
sbcl_2.6.2-1_source.buildinfo
Files:
0d4ca69ab0c3c2995289b4cf96a46efc 2711 lisp optional sbcl_2.6.2-1.dsc
5051d5aabe346529d1d9be985f90a1df 6568564 lisp optional sbcl_2.6.2.orig.tar.xz
fec9223dcfda6ae1cda6bc997036a79b 79544 lisp optional sbcl_2.6.2-1.debian.tar.xz
6f7cc028e283bb19baf15c2c88d3547b 21985912 lisp optional sbcl_2.6.2-1.git.tar.xz
1576ce418e6de8b5f3b0f2451dcfedee 17284 lisp optional
sbcl_2.6.2-1_source.buildinfo
Git-Tag-Info: tag=b9603a5e3931ad393f6ea24d1dfaf8c173ccbb4b
fp=9b917007ae030e36e4fc248b695b7ae4bf066240
Git-Tag-Tagger: Sean Whitton <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmmkfhwACgkQYG0ITkaD
wHmseBAAqnwGqfGgRpq7EslfUkl3YlUYBjDgZs9I3MX331jsKcmbzb55whZduyW4
y7ZitLCTyv7UdIadbOKX8T/tJBNSY8modWh5fHE7XTOBEWzHMJrlOozsigFj2hj1
nfeA69hybPhDc7ezKtCH/PjfwieAK/kvTMBbJmwfU593nXY+U0jJNJy4YTJ1TDzY
rGY5Y6CpFWFKOYiNouCzSodZ3f+3CdcnTWiGLOX6NhSytHtCTykx25vz/4lFy4Tv
ozdZuv6OfLLoAU93lrbs1fwL0BEAAPOi+65Q/1VmaEpB/j/fDl246LCJ2liEMBqI
54Uc7QuFjBA6kZSUidB4+E/DB+L88IRm/hPmI3BgY8u5YIohqpKHcWWODfvcE1Zh
FF/t0bWJ3Q6nju5rFK/vrTN/r0x225ZfvLAeluzp44fNOpfe9ffiHeAt8FzOnYvf
/hlRGEF/J155bWQwJzJaYF4oQH5b2lSJ0lYjiW0OQjQ4nbjBPDVDyaxujym98ouF
Ni1ulj4WLenB9nGlcV2/YaUpZAl2saPc1i/ST4YiEoQxHhsCOTl/b4xOSLco7ggX
ytNXlRi0dAXNlC8mCExQA57wRc1NuMcLZjxk3CTZyu3vOoxkzyfyJQt0gnRhsWjK
4Hv0jMw8P12zL8sSOy8YyromlnSqLlhRcVkb0h0Y8C+oR7QyM2Q=
=RxEP
-----END PGP SIGNATURE-----
pgpFw9mJaZzcR.pgp
Description: PGP signature
--- End Message ---