Your message dated Thu, 30 Apr 2020 22:05:15 +0000
with message-id <e1juhix-000ezn...@fasolo.debian.org>
and subject line Bug#955064: fixed in grpc 1.26.0-3
has caused the Debian Bug report #955064,
regarding grpc: FTBFS with Sphinx 2.4: distutils.errors.DistutilsError: Could 
not find suitable distribution for Requirement.parse('Sphinx~=1.8.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.)


-- 
955064: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955064
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: grpc
Version: 1.26.0-2
Severity: important
Tags: ftbfs
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx2.4

Hi,

grpc fails to build with Sphinx 2.4, currently available in
experimental.

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> rm -f -rf /<<PKGBUILDDIR>>/objs /<<PKGBUILDDIR>>/libs /<<PKGBUILDDIR>>/bins 
> /<<PKGBUILDDIR>>/gens cache.mk
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:217: python3.7 setup.py clean 
> Compiling src/python/grpcio/grpc/_cython/cygrpc.pyx because it changed.
> [1/1] Cythonizing src/python/grpcio/grpc/_cython/cygrpc.pyx
> /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: 
> Cython directive 'language_level' not set, using 2 for now (Py2). This will 
> change in a later release! File: 
> /<<PKGBUILDDIR>>/src/python/grpcio/grpc/_cython/cygrpc.pxd
>   tree = Parsing.p_module(s, pxd, full_module_name)
> WARNING: The pip package is not available, falling back to EasyInstall for 
> handling setup_requires/test_requires; this is deprecated and will be removed 
> in a future version.
> 
> Note: Bypassing https://pypi.org/simple/Sphinx/ (disallowed host; see 
> http://bit.ly/2hrImnY for details).
> 
> 
> Note: Bypassing https://pypi.org/simple/ (disallowed host; see 
> http://bit.ly/2hrImnY for details).
> 
> No local packages or working download links found for Sphinx~=1.8.1
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 62, in 
> fetch_build_egg
>     pkg_resources.get_distribution('pip')
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 481, 
> in get_distribution
>     dist = get_provider(dist)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 357, 
> in get_provider
>     return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 900, 
> in require
>     needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 786, 
> in resolve
>     raise DistributionNotFound(req, requirers)
> pkg_resources.DistributionNotFound: The 'pip' distribution was not found and 
> is required by the application
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "setup.py", line 400, in <module>
>     cmdclass=COMMAND_CLASS,
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 144, in 
> setup
>     _install_setup_requires(attrs)
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 139, in 
> _install_setup_requires
>     dist.fetch_build_eggs(dist.setup_requires)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 721, in 
> fetch_build_eggs
>     replace_conflicting=True,
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 782, 
> in resolve
>     replace_conflicting=replace_conflicting
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1065, 
> in best_match
>     return self.obtain(req, installer)
>   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1077, 
> in obtain
>     return installer(requirement)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 777, in 
> fetch_build_egg
>     return fetch_build_egg(self, req)
>   File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 70, in 
> fetch_build_egg
>     return _legacy_fetch_build_egg(dist, req)
>   File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 53, in 
> _legacy_fetch_build_egg
>     return cmd.easy_install(req)
>   File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", 
> line 704, in easy_install
>     raise DistutilsError(msg)
> distutils.errors.DistutilsError: Could not find suitable distribution for 
> Requirement.parse('Sphinx~=1.8.1')
> E: pybuild pybuild:352: clean: plugin distutils failed with: exit code=1: 
> python3.7 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p "3.7 3.8" 
> returned exit code 13
> make[1]: *** [debian/rules:38: override_dh_auto_clean] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/03/26/grpc_1.26.0-2_unstable_sphinx243.log

Please see [1] for Sphinx changelog, which may give a hint of what changes in
Sphinx caused this error.

Also see [2] for the list of deprecated/removed APIs and possible alternatives
to them.

Sphinx 2.4 is going to be uploaded to unstable in a couple of weeks. When that
happens, the severity of this bug will be bumped to serious.

In case you have questions, please Cc sph...@packages.debian.org on reply.

[1]: https://www.sphinx-doc.org/en/2.0/changes.html
[2]: 
https://www.sphinx-doc.org/en/2.0/extdev/deprecated.html#dev-deprecated-apis

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: grpc
Source-Version: 1.26.0-3
Done: Laszlo Boszormenyi (GCS) <g...@debian.org>

We believe that the bug you reported is fixed in the latest version of
grpc, 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 955...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <g...@debian.org> (supplier of updated grpc 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: Thu, 30 Apr 2020 21:13:54 +0000
Source: grpc
Architecture: source
Version: 1.26.0-3
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.org>
Changed-By: Laszlo Boszormenyi (GCS) <g...@debian.org>
Closes: 955064
Changes:
 grpc (1.26.0-3) unstable; urgency=medium
 .
   * Don't check for Sphinx version (closes: #955064).
   * Update Standards-Version to 4.5.0 .
Checksums-Sha1:
 68479ce7e5a87eb85e78618b246c9e28fe3392f4 2707 grpc_1.26.0-3.dsc
 de863cdb263272af69ebb62a5f11a07cf884ddb7 14920 grpc_1.26.0-3.debian.tar.xz
Checksums-Sha256:
 8c8005b04994267a5b2faf208d6fbcc9cfa5f3b16f091e7f81fc44fe844108fe 2707 
grpc_1.26.0-3.dsc
 871d8449af7f783b86df58a7fa4042c7e9c79c1035ec1aca40469fe50e87bfb9 14920 
grpc_1.26.0-3.debian.tar.xz
Files:
 4f0c71e7d4c3c2af86a84eb61a1b8e35 2707 libs optional grpc_1.26.0-3.dsc
 f47caf8b11183837d82ff3f9c618457b 14920 libs optional 
grpc_1.26.0-3.debian.tar.xz

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

iQIzBAEBCgAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAl6rRwEACgkQ3OMQ54ZM
yL93AQ/+LZBCXoDGlfBDcFTcIov9S0b5Ls/FshGWZWhNm7PQzCZB+Xxfh860iNO5
eKIkJxb6x8hj+HmdmS9beFwo1G7M+hCdhb8SJBo4ygO6ZEJZHU+7b94WSK8YXHZF
9baXYkPx2M24mxmnbQa1yqH1OZm9RJy0M+/Yf2QWdMgn/5OwrhCWS7jimjEsnm60
FLfxajgAVsHspcs+GXM/EfLs4Hz0LpAAlCsThNOoVVwbU8X1vP3nbA2Tv+QrD4N9
adu285+OfaI34bqhtLC4puwGKy9dLwxYOxXCHDSSE/LjfyOTTdNXVZmKvGxDRog7
VSpY3L48/iuJry9v/DY1+m0nPzXuUWa130fljEA9IaTqZok5GSEAebVE34YEye7X
nMec2o1PchUO5cq8nSnQydgaUVUm7QUALYpGdSUo8RH+9Dj01iAc/beoD/vP1l3y
9QVL5bqKomNBTykALaQlOc0Qe0UE19SXKQ6mP6BplE/Vvk0uIPIdYAssEQtJcr6E
JeXfgHmkORMJn3W9lxMJ+cfywAlNR8LlTqDWfm3n8Q8WXcILuW4CtgIbtqqYFKD0
/lZM5Yi4sB8UiHTvR1CBe2zhlB7zxAoOwBsvIpqUpUMczoCSOAluPJmVkdRZ7zTj
9T1D1+5rpx8L0ziH3GQZWaf5Pp75xEcHyjzb9iS3GbjH16jcsYo=
=cSeb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to