Your message dated Sun, 13 Nov 2022 09:19:47 +0000
with message-id <e1ou99x-0050pq...@fasolo.debian.org>
and subject line Bug#1022538: fixed in python-mbed-ls 1.6.2+dfsg-8
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-mbed-ls
Source-Version: 1.6.2+dfsg-8
Done: Stefano Rivera <stefa...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-mbed-ls, 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-mbed-ls
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 10:57:39 +0200
Source: python-mbed-ls
Architecture: source
Version: 1.6.2+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 1022538
Changes:
python-mbed-ls (1.6.2+dfsg-8) unstable; urgency=medium
.
* Team upload.
* Patch: Support setuptools >= 60 (Closes: #1022538)
Checksums-Sha1:
98912bb75acff49e0946cec07a3c0966d0d50013 1735 python-mbed-ls_1.6.2+dfsg-8.dsc
9fe824790166f6da25a387da295553e8adb70db0 8444
python-mbed-ls_1.6.2+dfsg-8.debian.tar.xz
5e1599515ca6ab82452e72e838d24ed57a119166 6654
python-mbed-ls_1.6.2+dfsg-8_source.buildinfo
Checksums-Sha256:
dbadb43b9c23bd0f8f5035de6d0105c62ee538fef64b9756d51975b6d09c88ff 1735
python-mbed-ls_1.6.2+dfsg-8.dsc
cbf6cb29b2ff9d6b63f264c8bf916c877121851b75d885666eedefa3b4a5554b 8444
python-mbed-ls_1.6.2+dfsg-8.debian.tar.xz
fc256104c2b92600bffcb0f276ec3e75267cc59c17554fc05d331f5890e2eb9d 6654
python-mbed-ls_1.6.2+dfsg-8_source.buildinfo
Files:
0f4af5bb8855769219002482975f601f 1735 python optional
python-mbed-ls_1.6.2+dfsg-8.dsc
5c34972387351c84c7aa06604cf8a8c2 8444 python optional
python-mbed-ls_1.6.2+dfsg-8.debian.tar.xz
10c9765acd115d56135671598353de62 6654 python optional
python-mbed-ls_1.6.2+dfsg-8_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCY3CxjhQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2BO6AQCAqUfqR6HHBAZhwOQmGN2dTMXUMW9g
fEZQyozBmvL0CQD/YpE4jlqltnwW7jhVIkz4R4W+Ip0swOk34NKnnV2Cqgo=
=M/xe
-----END PGP SIGNATURE-----
--- End Message ---