Your message dated Sun, 13 Nov 2022 09:35:19 +0000
with message-id <e1ou9oz-0053dw...@fasolo.debian.org>
and subject line Bug#1022538: fixed in python-grpc-tools 1.14.1-4
has caused the Debian Bug report #1022538,
regarding python-mbed-ls: FTBFS: TypeError: dist must be a Distribution instance
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.)


-- 
1022538: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022538
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-mbed-ls
Version: 1.6.2+dfsg-7
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_clean
>       install -d 
> /<<BUILDDIR>>/python-mbed-ls-1.6.2\+dfsg/debian/.debhelper/generated/_source/home
>       pybuild --clean -i python{version} -p 3.10
> D: pybuild pybuild:587: version: 5.20221008
> D: pybuild pybuild:588: ['/usr/bin/pybuild', '--clean', '-i', 
> 'python{version}', '-p', '3.10']
> D: pybuild pybuild:38: cfg: Namespace(verbose=True, quiet=False, 
> really_quiet=False, detect_only=False, clean_only=True, configure_only=False, 
> build_only=False, install_only=False, test_only=False, list_systems=False, 
> print_args=None, before_clean=None, clean_args=None, after_clean=None, 
> before_configure=None, configure_args=None, after_configure=None, 
> before_build=None, build_args=None, after_build=None, before_install=None, 
> install_args=None, after_install=None, before_test=None, test_args=None, 
> after_test=None, test_nose=False, test_nose2=False, test_pytest=False, 
> test_tox=False, test_custom=False, dir='/<<PKGBUILDDIR>>', 
> destdir='debian/tmp', ext_destdir=None, ext_pattern='\\.so(\\.[^/]*)?$', 
> ext_sub_pattern=None, ext_sub_repl=None, install_dir=None, name='mbed_ls', 
> system=None, versions=['3.10'], interpreter=['python{version}'], 
> disable=None, custom_tests=False)
> D: pybuild __init__:37: cannot initialize 'cmake' plugin: Missing command 
> 'cmake'
> D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture
> D: pybuild debhelper:141: skipping package: python-mbed-ls-doc
> D: pybuild debhelper:172: source=python-mbed-ls, binary 
> packages=['python3-mbed-ls']
> D: pybuild pybuild:122: Plugin custom: certainty 0
> D: pybuild pybuild:122: Plugin distutils: certainty 50
> D: pybuild pybuild:122: Plugin flit: certainty 0
> D: pybuild pybuild:122: Plugin pyproject: certainty 0
> D: pybuild pybuild:148: detected build system: distutils (certainty: 50%)
> D: pybuild plugin_distutils:54: pydistutils config file:
> [clean]
> all=1
> [build]
> build_lib=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_mbed_ls/build
> [install]
> force=1
> install_layout=deb
> install_scripts=$base/bin
> install_lib=/usr/lib/python3.10/dist-packages
> prefix=/usr
> 
> I: pybuild base:240: python3.10 setup.py clean 
> D: pybuild tools:232: invoking: python3.10 setup.py clean 
> /<<PKGBUILDDIR>>/setup.py:23: DeprecationWarning: The distutils package is 
> deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 
> 632 for potential alternatives
>   from distutils.core import setup
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:18: UserWarning: 
> Distutils was imported before Setuptools, but importing Setuptools also 
> replaces the `distutils` module in `sys.modules`. This may lead to 
> undesirable behaviors or errors. To avoid these issues, avoid using distutils 
> directly, ensure that setuptools is installed in the traditional way (e.g. 
> not an editable install), and/or make sure that setuptools is always imported 
> before distutils.
>   warnings.warn(
> /usr/lib/python3/dist-packages/_distutils_hack/__init__.py:33: UserWarning: 
> Setuptools is replacing distutils.
>   warnings.warn("Setuptools is replacing distutils.")
> /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution 
> option: 'test_suite'
>   warnings.warn(msg)
> /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution 
> option: 'entry_points'
>   warnings.warn(msg)
> /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution 
> option: 'install_requires'
>   warnings.warn(msg)
> /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution 
> option: 'tests_require'
>   warnings.warn(msg)
> /usr/lib/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution 
> option: 'extras_require'
>   warnings.warn(msg)
> running clean
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/setup.py", line 36, in <module>
>     setup(name='mbed-ls',
>   File "/usr/lib/python3.10/distutils/core.py", line 148, in setup
>     dist.run_commands()
>   File "/usr/lib/python3.10/distutils/dist.py", line 966, in run_commands
>     self.run_command(cmd)
>   File "/usr/lib/python3.10/distutils/dist.py", line 983, in run_command
>     cmd_obj = self.get_command_obj(command)
>   File "/usr/lib/python3.10/distutils/dist.py", line 858, in get_command_obj
>     cmd_obj = self.command_obj[command] = klass(self)
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 158, in 
> __init__
>     super().__init__(dist)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 
> 59, in __init__
>     raise TypeError("dist must be a Distribution instance")
> TypeError: dist must be a Distribution instance
> E: pybuild pybuild:379: clean: plugin distutils failed with: exit code=1: 
> python3.10 setup.py clean 
> Traceback (most recent call last):
>   File "/usr/bin/pybuild", line 377, in main
>     run(func, i, version, c)
>   File "/usr/bin/pybuild", line 317, in run
>     result = func(context, args)
>   File "/usr/share/dh-python/dhpython/build/base.py", line 290, in 
> wrapped_func
>     raise Exception(msg)
> Exception: exit code=1: python3.10 setup.py clean 
> dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned 
> exit code 13
> make[1]: *** [debian/rules:22: override_dh_auto_clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/python-mbed-ls_1.6.2+dfsg-7_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&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 marking 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: python-grpc-tools
Source-Version: 1.14.1-4
Done: Stefano Rivera <stefa...@debian.org>

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

Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated python-grpc-tools 
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: Sun, 13 Nov 2022 11:09:57 +0200
Source: python-grpc-tools
Architecture: source
Version: 1.14.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 1022538
Changes:
 python-grpc-tools (1.14.1-4) unstable; urgency=medium
 .
   * Team upload.
   * Patch: Support setuptools >= 60 (Closes: #1022538)
   * Re-cythonize source, for Python 3.11 support.
Checksums-Sha1:
 11615c06e24d71d68ba324693cbb80d992775297 1555 python-grpc-tools_1.14.1-4.dsc
 33e6625405e39b86d21c4e81e60303d63a68ce10 6428 
python-grpc-tools_1.14.1-4.debian.tar.xz
 756df0a3775e2283bdbead4c336b18802771a984 6463 
python-grpc-tools_1.14.1-4_source.buildinfo
Checksums-Sha256:
 d1b469c1fad3bacbfe0ddb08acc7469404943da1011e691214cb3b1773002600 1555 
python-grpc-tools_1.14.1-4.dsc
 f8d6934d9e154b2de64bf3d544d5b20de4bf4b77920c951ded036a07e9100427 6428 
python-grpc-tools_1.14.1-4.debian.tar.xz
 d4f0800a2e1af89e73b2953cf2ac379d9c001938400854a404adc40de137a98c 6463 
python-grpc-tools_1.14.1-4_source.buildinfo
Files:
 1ec403dd5818965ef36fb6fef82a5154 1555 python optional 
python-grpc-tools_1.14.1-4.dsc
 00f73f9a00617b18f1929a9e8a9da5a8 6428 python optional 
python-grpc-tools_1.14.1-4.debian.tar.xz
 ada530900a882f873077b72de872e8a6 6463 python optional 
python-grpc-tools_1.14.1-4_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCY3C1UBQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2Mm/AQDzMxsDitnu2/DguAB9xhe+XL6IA4yA
SzOXzy2gwWty3wD+K3X5TqWyrWSmsB1ls0YnkSfzIPXLzyOgXrrMMw0LsQA=
=IcR3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to