Package: python3.11
Version: 3.11.6-3
Severity: important
Tags: patch
Hello,
The attached patch fixes the hurd-amd64 build of python3.11. The
equivalent was commited upstream for 3.13:
https://github.com/python/cpython/pull/108045
Could you please apply this patch to python3.11 and python3.12 in the
meanwhile?
Thanks,
Samuel
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable-debug'), (500,
'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500,
'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500,
'oldoldstable-proposed-updates'), (500, 'oldoldstable'), (500,
'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1,
'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64
Kernel: Linux 6.5.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages python3.11 depends on:
ii libpython3.11-stdlib 3.11.6-3
ii media-types 10.1.0
ii mime-support 3.66
ii python3.11-minimal 3.11.6-3
Versions of packages python3.11 recommends:
ii ca-certificates 20230311
Versions of packages python3.11 suggests:
ii binutils 2.41-6
pn python3.11-doc <none>
ii python3.11-venv 3.11.6-3
-- no debconf information
--
Samuel
---
Pour une évaluation indépendante, transparente et rigoureuse !
Je soutiens la Commission d'Évaluation de l'Inria.
Index: python3.11-3.11.6/configure.ac
===================================================================
--- python3.11-3.11.6.orig/configure.ac
+++ python3.11-3.11.6/configure.ac
@@ -1066,7 +1066,13 @@ cat > conftest.c <<EOF
# error unknown platform triplet
# endif
#elif defined(__gnu_hurd__)
+# if defined(__LP64__)
+ x86_64-gnu
+# elif defined(__i386__)
i386-gnu
+# else
+# error unknown platform triplet
+# endif
#elif defined(__APPLE__)
darwin
#elif defined(__VXWORKS__)