Your message dated Sat, 06 Sep 2025 23:05:20 +0000
with message-id <[email protected]>
and subject line Bug#1114103: fixed in flit 3.12.0-3
has caused the Debian Bug report #1114103,
regarding flit: FTBFS: dpkg-buildpackage: error: debian/rules binary subprocess 
returned 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.)


-- 
1114103: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114103
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:flit
Version: 3.12.0-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

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 could not 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:flit, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -e; \
if [ -e _removed ]; then \
        mv _removed/vendor flit_core/flit_core/; \
        rmdir _removed; \
fi
dh_auto_clean --name flit
dh_auto_clean -d flit_core --name flit_core
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   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
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -e; \
if [ -e flit_core/flit_core/vendor ]; then \
        mkdir -p _removed; \
        mv flit_core/flit_core/vendor _removed/; \
fi
pybuild --configure --name flit
pybuild --configure -d flit_core --name flit_core
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
pybuild --build --name flit
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit  
* Building wheel...
Successfully built flit-3.12.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
pybuild --build -d flit_core --name flit_core
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core  
* Building wheel...
Successfully built flit_core-3.12.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
pybuild --test -d flit_core --name flit_core --test-pytest \
        --before-test="cp -R {dir}/../README.rst {dir}/../LICENSE 
{dir}/tests_core {build_dir}" \
        --after-test="rm -rf {build_dir}/README.rst {build_dir}/LICENSE 
{build_dir}/tests_core"
I: pybuild pybuild:308: cp -R /<<PKGBUILDDIR>>/flit_core/../README.rst 
/<<PKGBUILDDIR>>/flit_core/../LICENSE /<<PKGBUILDDIR>>/flit_core/tests_core 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core/build
I: pybuild base:311: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core/build; python3.13 -m pytest 
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core/build
configfile: pyproject.toml
collected 211 items

tests_core/test_build_thyself.py ...                                     [  1%]
tests_core/test_buildapi.py .........                                    [  5%]
tests_core/test_common.py ...................................            [ 22%]
tests_core/test_config.py ...................................s.......... [ 44%]
........................................................................ [ 78%]
................................                                         [ 93%]
tests_core/test_sdist.py .......                                         [ 96%]
tests_core/test_versionno.py .                                           [ 97%]
tests_core/test_wheel.py ......                                          [100%]

======================== 210 passed, 1 skipped in 0.26s ========================
I: pybuild pybuild:334: rm -rf 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core/build/README.rst 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core/build/LICENSE 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_flit_core/build/tests_core
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
pybuild --install --dest-dir debian/flit --name flit
I: pybuild plugin_pyproject:178: Copying package built for python3.13 to destdir
pybuild --install --dest-dir debian/flit -d flit_core --name flit_core
I: pybuild plugin_pyproject:178: Copying package built for python3.13 to destdir
sphinx-build -b man -D extensions='sphinx.ext.ifconfig' -D man_show_urls=True 
doc/ debian/
Running Sphinx v8.2.3
loading translations [en]... done
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 
'restructuredtext'}`.

Configuration error!

Versions
========

* Platform:         linux; 
(Linux-6.12.41+deb13-cloud-amd64-x86_64-with-glibc2.41)
* Python version:   3.13.7 (CPython)
* Sphinx version:   8.2.3
* Docutils version: 0.21.2
* Jinja2 version:   3.1.6
* Pygments version: 2.18.0

Last Messages
=============

None.

Loaded Extensions
=================

None.

Traceback
=========

      File "/usr/lib/python3/dist-packages/sphinx/config.py", line 395, in 
convert_overrides
        raise ConfigError(msg)
    sphinx.errors.ConfigError: 'man_show_urls' must be '0' or '1', got 'True'


The full traceback has been saved in:
/tmp/sphinx-err-przope2g.log

To report this error to the developers, please open an issue at 
<https://github.com/sphinx-doc/sphinx/issues/>. Thanks!
Please also report this if it was a user error, so that a better error message 
can be provided next time.
make[1]: *** [debian/rules:38: override_dh_auto_install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: flit
Source-Version: 3.12.0-3
Done: Dmitry Shachnev <[email protected]>

We believe that the bug you reported is fixed in the latest version of
flit, 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.
Dmitry Shachnev <[email protected]> (supplier of updated flit 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, 07 Sep 2025 00:20:08 +0300
Source: flit
Architecture: source
Version: 3.12.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Dmitry Shachnev <[email protected]>
Closes: 1114103
Changes:
 flit (3.12.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Replace man_show_urls=True with man_show_urls=1 (closes: #1114103).
   * Fix Sphinx warnings by adding sphinxcontrib_github_alt extension.
   * Remove unused Lintian overrides.
Checksums-Sha1:
 dcde176cbdbea5971c1d224463db7ac9236fe404 2279 flit_3.12.0-3.dsc
 426f24909d1a64cb58795421e5bc02267ad2d02e 12956 flit_3.12.0-3.debian.tar.xz
 935b238a5709d5ebcfff2bdf511452a6c67d1303 7373 flit_3.12.0-3_source.buildinfo
Checksums-Sha256:
 e2f8f99686063eeb5383711a18ca6a1220925b65d038a586f682c2d3e0e266c4 2279 
flit_3.12.0-3.dsc
 86bd51f74d59f296f47c7f9072436535dca00d6e76e44959b51556902da49f68 12956 
flit_3.12.0-3.debian.tar.xz
 b0bf2d2f47f693b9a6c3a66e4bbf111c6fcc2aaafac708c31b6b2f0b0b10ab68 7373 
flit_3.12.0-3_source.buildinfo
Files:
 4ed62c49377430b6096646d5f0f62628 2279 python optional flit_3.12.0-3.dsc
 d33f40332488e13b1b358309a306e2cd 12956 python optional 
flit_3.12.0-3.debian.tar.xz
 9519e4e81e1b7f920e8b3f7f8cdf08d5 7373 python optional 
flit_3.12.0-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEEq2sdvrA0LydXHe1qsmYUtFL0RrYFAmi8uJQTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRCyZhS0UvRGtskJD/4wNxW4QkStsX8641IBL1JqLqPJbu8z
se00zS3TeOTiGzTueUTzxE0/AjLSLRHyrSRam0GDR27WG9//b9hGpUXSD/+Tn1lo
17LD0FCimIHq3Zc59Ql7lbZtaEbXlqoS2fxMWrnYQn3eGxl9CsGvILQT2YyM1tgq
SJolByMCnaMtDPOs0psSvLMtSvdNWAYCPxB4dSF/kG19OoLqdGTEJ53LjWhKvnfi
JobY0qG9qng9RkgUMnnF9U/9IGpBRwao1jliu0qE2VIXgfHLMXJN8Wm7M/fOT31e
ZyqfThXC84WpV9VFosLQYPDT5/ylxFB9H1vph1d1iMN0HE1qB8LNG6P2fusAkRFu
rputcPen2r7/SbGZsRsx6ctApYnWgB/Wwx1+jTPj+tpAZosrY1lVMVg0OwkUImcC
Mn7ZUh6oKS9cPF8n1FqR1dpd2z7zGXfEkGhsw64buLudqU9J4UUY+2qLQ9UO2pqV
fm+w+eXuXJtOKUc9WYwuPRS3KJE7WxlIQ44mixo7P9rC7Eeg5p/nSa781U6jcABZ
qPl5iZzbjCYsgoXGLe0c4NtecG+Izka2JFiMDXajBmtjsDh0LPQ0PzSE0ZQoPK+i
657Q6dwscvxTEIvFLlJEJkTELKwjI0AvLJxh6wP6TaJT/ELiQrrP3SWaOJUHMkjG
nFYWjTeT6zZ92Q==
=d0VG
-----END PGP SIGNATURE-----

Attachment: pgpP3JPq1XWrI.pgp
Description: PGP signature


--- End Message ---

Reply via email to