Your message dated Sun, 25 Jan 2026 20:38:07 +0000
with message-id <[email protected]>
and subject line Bug#1126227: fixed in python-distutils-extra 3.3
has caused the Debian Bug report #1126227,
regarding python-distutils-extra: FTBFS: dpkg-buildpackage: error: debian/rules
binary subprocess failed with exit status 2
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.)
--
1126227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126227
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-distutils-extra
Version: 3.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/202601/
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:python-distutils-extra, 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:384: python3.14 setup.py clean
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/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:384: python3.13 setup.py clean
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/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:384: python3.14 setup.py config
running config
I: pybuild base:384: python3.13 setup.py config
running config
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:384: /usr/bin/python3.14 setup.py build
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/DistUtilsExtra
copying DistUtilsExtra/auto.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/DistUtilsExtra
copying DistUtilsExtra/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/DistUtilsExtra
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/DistUtilsExtra/command
copying DistUtilsExtra/command/clean_i18n.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/DistUtilsExtra/command
copying DistUtilsExtra/command/build_i18n.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/DistUtilsExtra/command
copying DistUtilsExtra/command/build_icons.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/DistUtilsExtra/command
copying DistUtilsExtra/command/build_help.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/DistUtilsExtra/command
copying DistUtilsExtra/command/pylint.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/DistUtilsExtra/command
copying DistUtilsExtra/command/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/DistUtilsExtra/command
copying DistUtilsExtra/command/build_extra.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/DistUtilsExtra/command
I: pybuild base:384: /usr/bin/python3 setup.py build
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/DistUtilsExtra
copying DistUtilsExtra/auto.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/DistUtilsExtra
copying DistUtilsExtra/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/DistUtilsExtra
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/DistUtilsExtra/command
copying DistUtilsExtra/command/clean_i18n.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/DistUtilsExtra/command
copying DistUtilsExtra/command/build_i18n.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/DistUtilsExtra/command
copying DistUtilsExtra/command/build_icons.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/DistUtilsExtra/command
copying DistUtilsExtra/command/build_help.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/DistUtilsExtra/command
copying DistUtilsExtra/command/pylint.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/DistUtilsExtra/command
copying DistUtilsExtra/command/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/DistUtilsExtra/command
copying DistUtilsExtra/command/build_extra.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/DistUtilsExtra/command
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# run tests with all supported python versions
set -e; for python in `py3versions -s`; do \
echo "-- Running tests with $python ----------------"; \
LC_ALL=C LANGUAGE= LANG=C PYTHONPATH=. $python test/auto.py -v; \
done
-- Running tests with python3.14 ----------------
test_apport_hook (__main__.T.test_apport_hook)
Apport hooks ... ok
test_binary_files (__main__.T.test_binary_files)
Binary files are ignored ... ok
test_data (__main__.T.test_data)
Auxiliary files in data/ ... ok
test_dbus (__main__.T.test_dbus)
D-BUS configuration and service files ... ok
test_desktop (__main__.T.test_desktop)
*.desktop.in files ... ok
test_empty (__main__.T.test_empty)
empty source tree (just setup.py) ... ok
test_etc (__main__.T.test_etc)
etc/* ... ok
test_gsettings (__main__.T.test_gsettings)
GSettings schema files ... ok
test_help_docbook (__main__.T.test_help_docbook)
Docbook XML help ... ok
test_help_mallard (__main__.T.test_help_mallard)
Mallard XML help ... ok
test_icons (__main__.T.test_icons)
data/icons/ ... ok
test_manpages (__main__.T.test_manpages)
manpages ... ok
test_modules (__main__.T.test_modules)
Python modules ... ok
test_packages (__main__.T.test_packages)
Python packages ... ok
test_po (__main__.T.test_po)
gettext *.po files ... ok
test_policykit (__main__.T.test_policykit)
*.policy.in PolicyKit files ... ok
test_pot_auto (__main__.T.test_pot_auto)
PO template creation with automatic POTFILES.in ... ok
test_pot_auto_explicit (__main__.T.test_pot_auto_explicit)
PO template creation with automatic POTFILES.in and explicit scripts ... ok
test_pot_manual (__main__.T.test_pot_manual)
PO template creation with manual POTFILES.in ... ok
test_requires_provides (__main__.T.test_requires_provides)
automatic requires/provides ... /<<PKGBUILDDIR>>/test/auto.py:841:
DeprecationWarning: pkg_resources is deprecated as an API. See
https://setuptools.pypa.io/en/latest/pkg_resources.html
__import__(needed_pkg)
ok
test_scripts (__main__.T.test_scripts)
scripts ... ok
test_sdist (__main__.T.test_sdist)
default MANIFEST ... ok
test_standard_files (__main__.T.test_standard_files)
Standard files (MANIFEST.in, COPYING, etc.) ... ok
test_ui (__main__.T.test_ui)
GtkBuilder/Qt *.ui ... ok
test_utf8_filenames (__main__.T.test_utf8_filenames)
UTF-8 file names ... ok
test_vcs (__main__.T.test_vcs)
Ignores revision control files ... ok
----------------------------------------------------------------------
Ran 26 tests in 13.392s
OK
-- Running tests with python3.13 ----------------
test_apport_hook (__main__.T.test_apport_hook)
Apport hooks ... ok
test_binary_files (__main__.T.test_binary_files)
Binary files are ignored ... ok
test_data (__main__.T.test_data)
Auxiliary files in data/ ... ok
test_dbus (__main__.T.test_dbus)
D-BUS configuration and service files ... ok
test_desktop (__main__.T.test_desktop)
*.desktop.in files ... ok
test_empty (__main__.T.test_empty)
empty source tree (just setup.py) ... ok
test_etc (__main__.T.test_etc)
etc/* ... ok
test_gsettings (__main__.T.test_gsettings)
GSettings schema files ... ok
test_help_docbook (__main__.T.test_help_docbook)
Docbook XML help ... ok
test_help_mallard (__main__.T.test_help_mallard)
Mallard XML help ... ok
test_icons (__main__.T.test_icons)
data/icons/ ... ok
test_manpages (__main__.T.test_manpages)
manpages ... ok
test_modules (__main__.T.test_modules)
Python modules ... ok
test_packages (__main__.T.test_packages)
Python packages ... ok
test_po (__main__.T.test_po)
gettext *.po files ... ok
test_policykit (__main__.T.test_policykit)
*.policy.in PolicyKit files ... ok
test_pot_auto (__main__.T.test_pot_auto)
PO template creation with automatic POTFILES.in ... ok
test_pot_auto_explicit (__main__.T.test_pot_auto_explicit)
PO template creation with automatic POTFILES.in and explicit scripts ... ok
test_pot_manual (__main__.T.test_pot_manual)
PO template creation with manual POTFILES.in ... ok
test_requires_provides (__main__.T.test_requires_provides)
automatic requires/provides ... /<<PKGBUILDDIR>>/test/auto.py:841:
DeprecationWarning: pkg_resources is deprecated as an API. See
https://setuptools.pypa.io/en/latest/pkg_resources.html
__import__(needed_pkg)
ok
test_scripts (__main__.T.test_scripts)
scripts ... ok
test_sdist (__main__.T.test_sdist)
default MANIFEST ... ok
test_standard_files (__main__.T.test_standard_files)
Standard files (MANIFEST.in, COPYING, etc.) ... ok
test_ui (__main__.T.test_ui)
GtkBuilder/Qt *.ui ... ok
test_utf8_filenames (__main__.T.test_utf8_filenames)
UTF-8 file names ... ok
test_vcs (__main__.T.test_vcs)
Ignores revision control files ... ok
----------------------------------------------------------------------
Ran 26 tests in 12.903s
OK
pyflakes3 DistUtilsExtra/ test/
DistUtilsExtra/auto.py:638:9: `global src` is unused: name is never assigned in
scope
DistUtilsExtra/auto.py:648:9: `global src` is unused: name is never assigned in
scope
DistUtilsExtra/auto.py:649:9: `global src_all` is unused: name is never
assigned in scope
DistUtilsExtra/auto.py:702:9: `global src_all` is unused: name is never
assigned in scope
make[1]: *** [debian/rules:10: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: python-distutils-extra
Source-Version: 3.3
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-distutils-extra, 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.
Colin Watson <[email protected]> (supplier of updated python-distutils-extra
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, 25 Jan 2026 20:14:40 +0000
Source: python-distutils-extra
Architecture: source
Version: 3.3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1126227
Changes:
python-distutils-extra (3.3) unstable; urgency=medium
.
* Team upload.
* Remove unnecessary `global` statements, fixing pyflakes3 test (closes:
#1126227).
Checksums-Sha1:
0378b3524d0ddcb0b3fdf9b63f90fed48340bff2 2253 python-distutils-extra_3.3.dsc
8cf5e533f52f24a6a5181f8edac5347b6083d098 37064
python-distutils-extra_3.3.tar.xz
39b92a22930bdac9a4c3bf19a531af074ca76abf 58844
python-distutils-extra_3.3.git.tar.xz
554b8d0a57891f4d3af0c81929bc3d9b40e0a589 17338
python-distutils-extra_3.3_source.buildinfo
Checksums-Sha256:
e9d816b75df4fda5ba72c161a81c2f3df5c692148d715a0ce8604cc6512980ca 2253
python-distutils-extra_3.3.dsc
123f96bcf3f54e529cc8e361fc35abf04e3b81e752724de15004b77c738b1e35 37064
python-distutils-extra_3.3.tar.xz
8fb722c23e8415230df964921c92fa50a13811f99456eeb683a7a9ed75904e75 58844
python-distutils-extra_3.3.git.tar.xz
50fce709cbfdbc68e2c75d38f29ca2a6cf2ac4d0b96ef375ff2ae10c3a39159f 17338
python-distutils-extra_3.3_source.buildinfo
Files:
121621424a72e4d3fadccc791c75c352 2253 python optional
python-distutils-extra_3.3.dsc
07306b41e0346e54650bfe009deb2fc2 37064 python optional
python-distutils-extra_3.3.tar.xz
d78724d84bfd19e0a31e33366c910492 58844 python optional
python-distutils-extra_3.3.git.tar.xz
2f3f0c3c57db8193095c197be16e3fbf 17338 python optional
python-distutils-extra_3.3_source.buildinfo
Git-Tag-Info: tag=202da2c10eb5734a305d311e8dc5fe948113e5c7
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAml2eggACgkQYG0ITkaD
wHnSyRAA1SFK/YNZ6yhh2mlHLChYWMZwqSIw/E02hMsn839Nh335KtL25CE/akY2
yGbBLpMTNrWWW+zce2voNBrGz+EXOB7Ddv6zhZOoeVEK03KMgQnuwgz3o1ot/cD5
HVkCXgtVpcYLa59mL2DCEhpvXr+IckWzkiXOe9E0pqcH5ZAFmwwrylfuQLlnxUwQ
VgbKMFxNNogtJvDIUwlY5QpVWECOgZ5G7X/x/M1YVX0smrGLFsDRs9vwPQUeqGcj
60Aph3aP0GyspYyMFgIzyQq+cCXcHVEli0poti/d35zSNZZr+OiGHery0jmG2ED0
xxfCOgBEVr/z5ul96wbFLw21ZcOqHtE9ga1rSXlesYf9f/EFY7j+tnYdp0JBVf39
6xtOsJ9D5MZmNZGuAxUzC7B7kKB2zhquQy/rR3iMmJG11SniauDMnN5lFhjB6+0Y
l+e1MUdYIuHXeT+0sjTp5OTFtP3btNRwR/AeVQv1zuSgYsA6HE13CtaA9ScKXqJh
LBdQ8DUt35D/bETP2HdCr5GYDpr+x4d8i4yr6NN+7dWbBqjfkSNuSsI18sy6HNNE
obZYxhEwKZWaWtozC/fyBPYAsETGpQEjeecYzwe/3IKNY32beXseR+oHTcFYqp5p
me30eraFdMZmTHrWOaGS7hU5LJfpVRizu368QkjKD95Qngmjz+E=
=EYGj
-----END PGP SIGNATURE-----
pgpyFXOdvjZJG.pgp
Description: PGP signature
--- End Message ---