Your message dated Thu, 11 Dec 2025 11:09:18 +0000
with message-id <[email protected]>
and subject line Bug#1122471: fixed in rl-accel 0.9.1-3
has caused the Debian Bug report #1122471,
regarding rl-accel: FTBFS: src/_rl_accel.c:25:10: fatal error: Python.h: No
such file or directory
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.)
--
1122471: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122471
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rl-accel
Version: 0.9.1-2
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202512/
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 cannot 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:rl-accel, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:317: python3.14 setup.py clean
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_rl-accel/build' (and
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.14' does not exist -- can't clean it
I: pybuild base:317: python3.13 setup.py clean
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rl-accel/build' (and
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:317: python3.14 setup.py config
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running config
I: pybuild base:317: python3.13 setup.py config
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running config
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
export CFLAGS="-I/usr/include/python3.12 -I/usr/include/python3.11"; \
dh_auto_build
I: pybuild base:317: /usr/bin/python3.14 setup.py build
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running build
running build_ext
building '_rl_accel' extension
creating build/temp.linux-x86_64-cpython-314/src
x86_64-linux-gnu-gcc -I/usr/include/python3.12 -I/usr/include/python3.11
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPy_LIMITED_API=0x03070000
-I/usr/include/python3.14 -c src/_rl_accel.c -o
build/temp.linux-x86_64-cpython-314/src/_rl_accel.o
src/_rl_accel.c:25:10: fatal error: Python.h: No such file or directory
25 | #include "Python.h"
| ^~~~~~~~~~
compilation terminated.
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1:
/usr/bin/python3.14 setup.py build
I: pybuild base:317: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: BSD License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running build
running build_ext
building '_rl_accel' extension
creating build/temp.linux-x86_64-cpython-313/src
x86_64-linux-gnu-gcc -I/usr/include/python3.12 -I/usr/include/python3.11
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPy_LIMITED_API=0x03070000
-I/usr/include/python3.13 -c src/_rl_accel.c -o
build/temp.linux-x86_64-cpython-313/src/_rl_accel.o
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g
-fwrapv -O2 -Wl,-z,relro -I/usr/include/python3.12 -I/usr/include/python3.11
-Wdate-time -D_FORTIFY_SOURCE=2
build/temp.linux-x86_64-cpython-313/src/_rl_accel.o -L/usr/lib/x86_64-linux-gnu
-o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rl-accel/build/_rl_accel.abi3.so
dh_auto_build: error: pybuild --build -i python{version} -p "3.14 3.13"
returned exit code 13
make[1]: *** [debian/rules:11: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: rl-accel
Source-Version: 0.9.1-3
Done: Georges Khaznadar <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rl-accel, 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.
Georges Khaznadar <[email protected]> (supplier of updated rl-accel 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: Thu, 11 Dec 2025 11:42:03 +0100
Source: rl-accel
Architecture: source
Version: 0.9.1-3
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar <[email protected]>
Changed-By: Georges Khaznadar <[email protected]>
Closes: 1122471
Changes:
rl-accel (0.9.1-3) unstable; urgency=medium
.
* fixed CFLAGS in debian/rules. Closes: #1122471
Checksums-Sha1:
026f35e4965a2c0ff52fc3ba202e406b6d11d6ab 1970 rl-accel_0.9.1-3.dsc
aab9dab024754049d60c36d5d5f5de566d82733b 3552 rl-accel_0.9.1-3.debian.tar.xz
bc7b17f2850ff10d9e29e3694c9ae0b8e37bab44 7408 rl-accel_0.9.1-3_amd64.buildinfo
Checksums-Sha256:
a940942a99d4c902c6c74df6da64447208b6514bd9d7cba9245af343734a544a 1970
rl-accel_0.9.1-3.dsc
42093a4d11d44c3596a519e1a8e14ee3bf25e43835452b16a84ac6a940f01071 3552
rl-accel_0.9.1-3.debian.tar.xz
05fe2cf5a79b59b74b773e5a481fbb1b3b8c860982d77920858291fbe0ea1caa 7408
rl-accel_0.9.1-3_amd64.buildinfo
Files:
8e4b2a7d47a906ff2cd7b84b8e8b874a 1970 python optional rl-accel_0.9.1-3.dsc
f8d61980ca26bd78be1ad0d41a802145 3552 python optional
rl-accel_0.9.1-3.debian.tar.xz
2f023fd06ee75c540f850f968210ec4a 7408 python optional
rl-accel_0.9.1-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEM0CzZP9nFT+3zK6FHCgWkHE2rjkFAmk6oIMUHGdlb3JnZXNr
QGRlYmlhbi5vcmcACgkQHCgWkHE2rjmp6g/+JC0+I1G4+VEzOuYY8GhCkNUf3rWa
sG/WwQXAoJZeGWrJFzWjjrLxAgnuY8iR0inys5C1IuxlkIcdUdDLtbz38jOvgrX+
t+pyqm1mhiapyGAj1qrnT58uaq7wPNlgE3n4XGcKSE78QX+xo/A+8nlkhL65nwNY
Jqx4znLTl+kH4HTvYQ69JtFVUBAGKVqpMJEGFiw+M7EnVRBWyDP0t37FSOccVh9f
XmREjItCdrggDz+fUIotcejqqxvknlk3OMJ0mnGFGcm/4Rei3hLp9UZbDJer1593
xszyeQ/K7+WdFtKYS78wRJWX1eob82aur43+gEZ+ZRhgGu6vfW68eQiP+7jeN8Eo
jBPG+76prr2KThjxV8eHjO3UIqTIVCtkYqLhCNAB/OuNPJs+lvo2VA8aWFWzCueh
yje7eFuRwqXMTuZgpi40moO3Ath9SX1yhrZf/qqa/6cDhEluHs6a8/6vlTMPo3cH
hpaqoLbuAR5jvnPdUyPcDZPnzaQxPXxXMkd1oMIhZhMtEGwcf7Eka6ErNzPxqT6d
vMD4F+kNSdJxD2w1o53HYeDDEMdyJQpDa0fMke45k08+BUVqtPbibeWLpxFJuGZC
3p9egx2gb37SBaW2r+RF1PHZWtzq1wtQRx+SNTffK9obtRdulUSGHsh0sVK2rR3m
uKRzwHiCAid0+UA=
=hD+O
-----END PGP SIGNATURE-----
pgp9sPyYzOePr.pgp
Description: PGP signature
--- End Message ---