Your message dated Sun, 11 Jan 2026 22:24:22 +0000
with message-id <[email protected]>
and subject line Bug#1123904: fixed in python3-defaults 3.13.9-3
has caused the Debian Bug report #1123904,
regarding python3-defaults FTCBFS: unsatisfiable tool dependencies
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.)
--
1123904: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123904
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python3-defaults
Version: 3.13.9-2
Tags: patch
User: [email protected]
Usertags: cross-satisfiability
python3-defaults cannot be cross built from source, because several
dependencies are not satisfiable. There are several interpreter as well
as sphinx, none of which can be marked M-A:foreign. I propose annotating
them all :native. Please find a patch attached for your convenience.
While at it, I suggest marking python3-doc as not being built for the
nodoc build profile.
Helmut
diff -Nru python3-defaults-3.13.9/debian/changelog
python3-defaults-3.13.9/debian/changelog
--- python3-defaults-3.13.9/debian/changelog 2025-12-02 14:32:31.000000000
+0100
+++ python3-defaults-3.13.9/debian/changelog 2025-12-23 16:38:54.000000000
+0100
@@ -1,3 +1,11 @@
+python3-defaults (3.13.9-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Annotate tool dependencies :native. (Closes: #-1)
+ + Mark python3-doc as not being built with nodoc.
+
+ -- Helmut Grohne <[email protected]> Tue, 23 Dec 2025 16:38:54 +0100
+
python3-defaults (3.13.9-2) unstable; urgency=medium
* Check for a working /usr/bin/python3,
diff -Nru python3-defaults-3.13.9/debian/control
python3-defaults-3.13.9/debian/control
--- python3-defaults-3.13.9/debian/control 2025-12-02 14:32:31.000000000
+0100
+++ python3-defaults-3.13.9/debian/control 2025-12-23 16:38:54.000000000
+0100
@@ -3,10 +3,10 @@
Priority: optional
Maintainer: Matthias Klose <[email protected]>
Uploaders: Piotr Ożarowski <[email protected]>, Stefano Rivera
<[email protected]>
-Build-Depends: debhelper (>= 11), python3.13 (>= 3.13.9-1~) [!m68k],
python3.13 (>= 3.13.7-1~) [m68k],
- python3.13-minimal:any,
+Build-Depends: debhelper (>= 11), python3.13:native (>= 3.13.9-1~) [!m68k],
python3.13:native (>= 3.13.7-1~) [m68k],
+ python3.13-minimal:native,
python3-docutils <!nodoc>,
- python3-sphinx <!nodoc>,
+ python3-sphinx:native <!nodoc>,
html2text (>= 2) <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://www.python.org/
@@ -143,6 +143,7 @@
Section: doc
Architecture: all
Multi-Arch: foreign
+Build-Profiles: <!nodoc>
Depends: python3.13-doc (>= 3.13.9-1~), ${misc:Depends}
Suggests: python3 (>= ${binary:Version}), python3-examples
Description: documentation for the high-level object-oriented language Python 3
diff -Nru python3-defaults-3.13.9/debian/control.in
python3-defaults-3.13.9/debian/control.in
--- python3-defaults-3.13.9/debian/control.in 2025-12-02 14:32:31.000000000
+0100
+++ python3-defaults-3.13.9/debian/control.in 2025-12-23 16:38:54.000000000
+0100
@@ -4,9 +4,9 @@
Maintainer: Matthias Klose <[email protected]>
Uploaders: Piotr Ożarowski <[email protected]>, Stefano Rivera
<[email protected]>
Build-Depends: debhelper (>= 11), @bd_python@,
- python@VER@-minimal:any,
+ python@VER@-minimal:native,
python3-docutils <!nodoc>,
- python3-sphinx <!nodoc>,
+ python3-sphinx:native <!nodoc>,
html2text (>= 2) <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://www.python.org/
@@ -143,6 +143,7 @@
Section: doc
Architecture: all
Multi-Arch: foreign
+Build-Profiles: <!nodoc>
Depends: python@VER@-doc (>= @UPSTRVER@), ${misc:Depends}
Suggests: python3 (>= ${binary:Version}), python3-examples
Description: documentation for the high-level object-oriented language Python 3
diff -Nru python3-defaults-3.13.9/debian/rules
python3-defaults-3.13.9/debian/rules
--- python3-defaults-3.13.9/debian/rules 2025-12-02 14:32:31.000000000
+0100
+++ python3-defaults-3.13.9/debian/rules 2025-12-23 16:38:54.000000000
+0100
@@ -25,7 +25,7 @@
ifneq (, $(filter $(DEB_HOST_ARCH), m68k))
UPSTRVER = 3.13.7-1~
endif
-bd_python = python$(VER) (>= $(UPSTRVER)) [!m68k], python$(VER) (>= 3.13.7-1~)
[m68k]
+bd_python = python$(VER):native (>= $(UPSTRVER)) [!m68k], python$(VER):native
(>= 3.13.7-1~) [m68k]
d := debian/tmp
scriptdir = usr/share/lib/python$(VER)
--- End Message ---
--- Begin Message ---
Source: python3-defaults
Source-Version: 3.13.9-3
Done: Stefano Rivera <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python3-defaults, 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.
Stefano Rivera <[email protected]> (supplier of updated python3-defaults
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, 11 Jan 2026 07:23:21 -0400
Source: python3-defaults
Architecture: source
Version: 3.13.9-3
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 1123904
Changes:
python3-defaults (3.13.9-3) unstable; urgency=medium
.
[ Helmut Grohne ]
* Fix FTCBFS: Annotate tool dependencies :native. (Closes: #1123904)
* Mark python3-doc as not being built with nodoc.
.
[ Stefano Rivera ]
* Revert the m68k version relaxation, no longer needed.
Checksums-Sha1:
6ea9bf29731e5ee523ea81c834078b84f60ba48c 2479 python3-defaults_3.13.9-3.dsc
2e5d5d7f3cbfca782ae383cfdb0173bfc22de2bd 146945
python3-defaults_3.13.9-3.tar.gz
e88103814e5151291b33b4c8fb8ec1b0b688dcc9 5652
python3-defaults_3.13.9-3_source.buildinfo
Checksums-Sha256:
ec3e7c2d72a5370e7703f4f7a8fcb821a26fa5541a92640b5ed8146a560d8734 2479
python3-defaults_3.13.9-3.dsc
fecf2d8d17944801bac8f09e6b87707be373c9de09bb9bb320bc66ca8048e04c 146945
python3-defaults_3.13.9-3.tar.gz
033e8ec7b08501e996d21f4a64b11f65cfbbed421efb91ea90f89f5380776af4 5652
python3-defaults_3.13.9-3_source.buildinfo
Files:
f00bbae6162d3f236287d3a1517393e2 2479 python optional
python3-defaults_3.13.9-3.dsc
c9fd34cb844b9c026ee7b67ab280f49d 146945 python optional
python3-defaults_3.13.9-3.tar.gz
1076ee2980e0d19c691c11426b837870 5652 python optional
python3-defaults_3.13.9-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCaWQcuRQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2Ah4AP946ckk06l3ol56REM8yhrVgrWGhhGV
t0i+/w14j1OsYQD+NCBR4FjSI8OhC9x9xFfS+2LNXzZ3PwUmIrirFtBFoAs=
=ZXu+
-----END PGP SIGNATURE-----
pgpFkbmzNmYtV.pgp
Description: PGP signature
--- End Message ---