Your message dated Fri, 04 Aug 2023 16:04:38 +0000
with message-id <e1qrxi6-0008bj...@fasolo.debian.org>
and subject line Bug#1042191: fixed in gtts 2.3.2-1
has caused the Debian Bug report #1042191,
regarding gtts: FTBFS: distutils.errors.DistutilsError: Command
'['/usr/bin/python3.11', '-m', 'pip', '--disable-pip-version-check', 'wheel',
'--no-deps', '-w', '/tmp/tmpiya7z1c2', '--quiet',
'markdown-it-py<3.0.0,>=2.1.0']' returned non-zero exit status 1.
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 ow...@bugs.debian.org
immediately.)
--
1042191: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042191
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gtts
Version: 2.0.3-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230726 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> fakeroot debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
> dh_auto_clean -O--buildsystem=pybuild
> pybuild --clean -i python{version} -p 3.11
> I: pybuild base:240: python3.11 setup.py clean
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293:
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
>
>
> ********************************************************************************
> The license_file parameter is deprecated, use license_files instead.
>
> By 2023-Oct-30, you need to update your project and remove deprecated
> calls
> or your builds will no longer be supported.
>
> See
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
> details.
>
> ********************************************************************************
>
> !!
> parsed = self.parsers.get(option_name, lambda x: x)(value)
> /usr/lib/python3/dist-packages/setuptools/__init__.py:84:
> _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)
> WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None,
> status=None)) after connection broken by 'ProxyError('Cannot connect to
> proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection
> object at 0x7f980dccb9d0>: Failed to establish a new connection: [Errno 111]
> Connection refused'))': /simple/markdown-it-py/
> WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None,
> status=None)) after connection broken by 'ProxyError('Cannot connect to
> proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection
> object at 0x7f980da33b50>: Failed to establish a new connection: [Errno 111]
> Connection refused'))': /simple/markdown-it-py/
> WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None,
> status=None)) after connection broken by 'ProxyError('Cannot connect to
> proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection
> object at 0x7f980dd23650>: Failed to establish a new connection: [Errno 111]
> Connection refused'))': /simple/markdown-it-py/
> WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None,
> status=None)) after connection broken by 'ProxyError('Cannot connect to
> proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection
> object at 0x7f980c5807d0>: Failed to establish a new connection: [Errno 111]
> Connection refused'))': /simple/markdown-it-py/
> WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None,
> status=None)) after connection broken by 'ProxyError('Cannot connect to
> proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection
> object at 0x7f980c580fd0>: Failed to establish a new connection: [Errno 111]
> Connection refused'))': /simple/markdown-it-py/
> ERROR: Could not find a version that satisfies the requirement
> markdown-it-py<3.0.0,>=2.1.0 (from versions: none)
> ERROR: No matching distribution found for markdown-it-py<3.0.0,>=2.1.0
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 96, in
> _fetch_build_egg_no_warn
> subprocess.check_call(cmd)
> File "/usr/lib/python3.11/subprocess.py", line 413, in check_call
> raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '['/usr/bin/python3.11', '-m', 'pip',
> '--disable-pip-version-check', 'wheel', '--no-deps', '-w',
> '/tmp/tmpiya7z1c2', '--quiet', 'markdown-it-py<3.0.0,>=2.1.0']' 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 6, in <module>
> setup(
> File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 106, in
> setup
> _install_setup_requires(attrs)
> File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 79, in
> _install_setup_requires
> _fetch_build_eggs(dist)
> File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 84, in
> _fetch_build_eggs
> dist.fetch_build_eggs(dist.setup_requires)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 907, in
> fetch_build_eggs
> return _fetch_build_eggs(self, requires)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 38, in
> _fetch_build_eggs
> resolved_dists = pkg_resources.working_set.resolve(
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 829,
> in resolve
> dist = self._resolve_dist(
> ^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 865,
> in _resolve_dist
> dist = best[req.key] = env.best_match(
> ^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1135,
> in best_match
> return self.obtain(req, installer)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1147,
> in obtain
> return installer(requirement)
> ^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 98, in
> _fetch_build_egg_no_warn
> raise DistutilsError(str(e)) from e
> distutils.errors.DistutilsError: Command '['/usr/bin/python3.11', '-m',
> 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w',
> '/tmp/tmpiya7z1c2', '--quiet', 'markdown-it-py<3.0.0,>=2.1.0']' returned
> non-zero exit status 1.
> E: pybuild pybuild:388: clean: plugin distutils failed with: exit code=1:
> python3.11 setup.py clean
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.11 returned
> exit code 13
> make: *** [debian/rules:10: clean] Error 25
The full build log is available from:
http://qa-logs.debian.net/2023/07/26/gtts_2.0.3-4_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230726&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: gtts
Source-Version: 2.3.2-1
Done: Scott Kitterman <sc...@kitterman.com>
We believe that the bug you reported is fixed in the latest version of
gtts, 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 1042...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Scott Kitterman <sc...@kitterman.com> (supplier of updated gtts 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 04 Aug 2023 11:31:54 -0400
Source: gtts
Architecture: source
Version: 2.3.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Scott Kitterman <sc...@kitterman.com>
Closes: 1042191
Changes:
gtts (2.3.2-1) unstable; urgency=medium
.
* Team upload
.
[ Debian Janitor ]
* Update standards version to 4.6.1, no changes needed.
.
[ Scott Kitterman ]
* Remove patches, no longer needed due to upstream changes
* New upstream release (Closes: #1042191)
* Add pybuild-plugin-pyproject and update build-depends for new release
* Add package field to pyproject.toml to work around setuptools find
packages normalization
Checksums-Sha1:
d6c1b62f9fd8166f6a609aac580f2abf42abd7c6 1987 gtts_2.3.2-1.dsc
dd59c937a07e181d5d72e1a8641c612830b4d278 23652 gtts_2.3.2.orig.tar.gz
102338c8d4ffc49a8e383c809e97c5e0c5782200 4368 gtts_2.3.2-1.debian.tar.xz
eec414c6c448e0b772f7ee98b60ca854766bb68a 6812 gtts_2.3.2-1_source.buildinfo
Checksums-Sha256:
8bf212ac7a3e63df63a084c0430579a23faaeda595a8489f49000480b68f5396 1987
gtts_2.3.2-1.dsc
5314f7dedb4230889ff4773edd37e101408497e166982027b8d9582a4585eb4f 23652
gtts_2.3.2.orig.tar.gz
f99deb46de16dc8feb930739be78e5c686963e9e9650c7081fdd6f1dd60bbc19 4368
gtts_2.3.2-1.debian.tar.xz
74327cfc68bb0a6b8b7b855f96a435b50b37e7376e92bc27ce9896d6b75dfc0f 6812
gtts_2.3.2-1_source.buildinfo
Files:
7e18a72e91b33682dda7f392a0497506 1987 python optional gtts_2.3.2-1.dsc
effbb55620af852bc46ce2cdca8ba934 23652 python optional gtts_2.3.2.orig.tar.gz
4b5340524265c5306500628d0d4253c8 4368 python optional
gtts_2.3.2-1.debian.tar.xz
1004771ed1d8458fb9fc74ccd4a36787 6812 python optional
gtts_2.3.2-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE53Kb/76FQA/u7iOxeNfe+5rVmvEFAmTNGhIACgkQeNfe+5rV
mvEjng//XMmCo89Zsb6nqMCMf/6/gZEyJ9xDBEJBdHGrrkNkRJdP00bjsfVsdWEe
HPrazQoFWlNLWnLxm9pzCmhA/kxYse4YyTLHoAqhw+GMIdPPjkRYhmGYxzV9tVDp
0ZM9tKK99r5mcEXzaQisk0VSxoxPGXcWeUxBgE/T7UmGZM31A9TiePbLFu5ruLLW
QcglX4TklbYGCDru8I5af7yDDoZrUKtVbjT98ftKB9jCpaxDPU9vd3hlW8Au+9Qe
xwfTZCHGjJR3H9TUAT87bEvP88fo+JRAGF0q1LT/du2Jf50vYeqgLm+TFlf7aBgy
76Ss2SUOQv8mMDBAZeOmnQztYp11W1GmGg/GSqNExp5OWJREmFp3fxQghHjaHAoR
oC0Dr/9Jd6KjpHvU4L2P+Ha7kqTIksvodqJnzjdJBUkEk3OD5XLjPcnB3SFXlEu0
88GhG6puhpeWDMzjGv/C51c+q+fakEqMX1TIBL3Hu7oy3efEKCEMI6dUWeTEY/Gg
DQoip3T79sBFYmXLgCsEBuS7VrVC1E4eCS/NfMkAJ+QlONYyhBOKST3w7xqWZS2x
Ad5VRYDFd4qOiA1tql5egGfY700wJdC3JT/5MlpHQ1QbAOoH5Q0cFxGkKoW8dnIa
fy6Bc9EqLAAyLZ8fbs6skMpG2jjykgV+3cfiIIYaOz4P5LyG4vc=
=vqBK
-----END PGP SIGNATURE-----
--- End Message ---