Your message dated Mon, 20 Oct 2025 21:05:10 +0000
with message-id <[email protected]>
and subject line Bug#1118469: fixed in sphinx 8.2.3-8
has caused the Debian Bug report #1118469,
regarding Upgrade to version 8.3.0
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.)


-- 
1118469: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1118469
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dupeguru
Version: 4.3.1-6
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/202510/

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:dupeguru, 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:311: 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 :: GNU General Public License v3 (GPLv3)

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
/usr/lib/python3/dist-packages/setuptools/dist.py:484: 
SetuptoolsDeprecationWarning: Cannot find any files for the given pattern.
!!

        
********************************************************************************
        Pattern 'license' did not match any files.

        By 2026-Mar-20, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.
        
********************************************************************************

!!
  for path in sorted(cls._find_pattern(pattern, enforce_match))
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/bin/python3.13: No module named pip
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 107, in 
_fetch_build_egg_no_warn
    subprocess.check_call(cmd)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^
  File "/usr/lib/python3.13/subprocess.py", line 419, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3.13', '-m', 'pip', 
'--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp70zvgs5m', 
'--quiet', 'docutils<0.22,>=0.20']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/setup.py", line 26, in <module>
    setup(ext_modules=exts, headers=headers)
    ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 116, in 
setup
    _install_setup_requires(attrs)
    ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
  File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 89, in 
_install_setup_requires
    _fetch_build_eggs(dist)
    ~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 94, in 
_fetch_build_eggs
    dist.fetch_build_eggs(dist.setup_requires)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 768, in 
fetch_build_eggs
    return _fetch_build_eggs(self, requires)
  File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 44, in 
_fetch_build_eggs
    resolved_dists = pkg_resources.working_set.resolve(
        _reqs.parse(requires, pkg_resources.Requirement),  # required for 
compatibility
        installer=partial(_fetch_build_egg_no_warn, dist),  # avoid warning 
twice
        replace_conflicting=True,
    )
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 893, in 
resolve
    dist = self._resolve_dist(
        req, best, replace_conflicting, env, installer, required_by, to_activate
    )
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 929, in 
_resolve_dist
    dist = best[req.key] = env.best_match(
                           ~~~~~~~~~~~~~~^
        req, ws, installer, replace_conflicting=replace_conflicting
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1267, 
in best_match
    return self.obtain(req, installer)
           ~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1303, 
in obtain
    return installer(requirement) if installer else None
           ~~~~~~~~~^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 109, in 
_fetch_build_egg_no_warn
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/bin/python3.13', '-m', 'pip', 
'--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp70zvgs5m', 
'--quiet', 'docutils<0.22,>=0.20']' returned non-zero exit status 1.
E: pybuild pybuild:389: clean: plugin distutils failed with: exit code=1: 
python3.13 setup.py clean 
dh_auto_clean: error: pybuild --clean -i python{version} -p 3.13 returned exit 
code 13
make: *** [debian/rules:11: clean] Error 25
dpkg-buildpackage: error: debian/rules clean subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: sphinx
Source-Version: 8.2.3-8
Done: Dmitry Shachnev <[email protected]>

We believe that the bug you reported is fixed in the latest version of
sphinx, 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 sphinx 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: Mon, 20 Oct 2025 23:14:17 +0300
Source: sphinx
Architecture: source
Version: 8.2.3-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Dmitry Shachnev <[email protected]>
Closes: 1118469
Changes:
 sphinx (8.2.3-8) unstable; urgency=medium
 .
   * Add a patch to bump docutils upper limit to 0.23 (closes: #1118469).
Checksums-Sha1:
 9de6385cff8c97efaf2c46aa0021aac6626aa129 3542 sphinx_8.2.3-8.dsc
 8356dd359c8043811e4059629d595e6970ba6889 37652 sphinx_8.2.3-8.debian.tar.xz
 665a340820c78874410150d1187f52d15c679081 7353 sphinx_8.2.3-8_source.buildinfo
Checksums-Sha256:
 c967622a17077b42bd47cb639154df9c256beb16c4e92ffe5f49e05f3bcfd6ea 3542 
sphinx_8.2.3-8.dsc
 a958ead4afc1029f23b5b9e46e0053c1b220ef90d95bd4f7fcf59a249ab24b15 37652 
sphinx_8.2.3-8.debian.tar.xz
 96d8490d220e1784317bc9d7b4cb40bc60c2200d306f048f8364722ffef986c6 7353 
sphinx_8.2.3-8_source.buildinfo
Files:
 6d2c8b0427dbb0761a0e0dc78401846c 3542 python optional sphinx_8.2.3-8.dsc
 f14c4b8de2addcd9d2ed559b41f50b8d 37652 python optional 
sphinx_8.2.3-8.debian.tar.xz
 32ddfb91830862184cb52bcde63255ad 7353 python optional 
sphinx_8.2.3-8_source.buildinfo

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

iQJHBAEBCgAxFiEE8kKZ/xu8kBi5BqTLYCaTbS8ciuAFAmj2nNgTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBgJpNtLxyK4C2dEACEelLAbAAgjkWdf+jRx1+NNjjY9VzA
M6AKQ0P3sa5AuTWF2db9BNgnjMyTCE6jNSfBcyU/bsiewYotB6Sxc1+7Gi3muUR/
LOdESxxw90CIdV+tdnLuRLczmJ2n5Y1arPTJvBCsmkyciASZjBQ9EIkP269+0ySc
rmsiKyqcpQkvMJdeb3+gQuPyXL0r/tDfl7uWXyTp+Azcj66UXd1jfy4UKbqVXXvV
odmVdTah8rpQphwk7yBiP3xXZZtAKK0+X9G4MYv+IUovVe/wafryiphtM0eHcAIL
51sgKOsoi1nckbIJdq1iM74eTQFG5BB72TCVLXUqWfQvVhQhB6sQ1vMnloASwCtd
b+CZ+r1JhzlrDfNnrgJoZymKZYWAA25W+Oe1t3g3GL9PLGsGt8g5i9yr8ZLA863V
3Cjo0OdVAyxKo/yeMzA+V0VpWJ+i5cDc4CiQdu6Oo+jKm/VTk8v1/nJXRA4yBHpV
jAxwp+0y6PJy9q6rZb55Py//57qSlRrNfmMofAJh2RO+o0lKIcQQhdvNCLCl/Swu
PuFOJg04irmFuXCuwboGbnYqS3JuoQVveS1HaTlQaWcI4wth5VUb0IzLqfmTjylX
01Ky8jy++Uhaui5GYM6/DMpPAtL/+/77sDbZF/I8tQKpBE0N8tmdsIoxmIBtV5Z2
HDA8tGbRQgAc7w==
=lTAs
-----END PGP SIGNATURE-----

Attachment: pgpBNj0B1qMZk.pgp
Description: PGP signature


--- End Message ---

Reply via email to