Your message dated Sat, 12 Nov 2022 20:46:20 +0000
with message-id <[email protected]>
and subject line Bug#1022482: fixed in python-mbed-host-tests 1.4.4-8
has caused the Debian Bug report #1022482,
regarding python-mbed-host-tests: 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 [email protected]
immediately.)


-- 
1022482: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022482
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-mbed-host-tests
Version: 1.4.4-6
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
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 /<<PKGBUILDDIR>>/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-host-tests', 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-host-tests-doc
> D: pybuild debhelper:172: source=python-mbed-host-tests, binary 
> packages=['python3-mbed-host-tests']
> 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-host-tests/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:26: 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: 'long_description_content_type'
>   warnings.warn(msg)
> /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)
> running clean
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/setup.py", line 39, in <module>
>     setup(name='mbed-host-tests',
>   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:17: override_dh_auto_clean] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/python-mbed-host-tests_1.4.4-6_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&[email protected]&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-host-tests
Source-Version: 1.4.4-8
Done: Stefano Rivera <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-mbed-host-tests, 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.
Stefano Rivera <[email protected]> (supplier of updated 
python-mbed-host-tests 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: Sat, 12 Nov 2022 22:02:01 +0200
Source: python-mbed-host-tests
Architecture: source
Version: 1.4.4-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 1022482
Changes:
 python-mbed-host-tests (1.4.4-8) unstable; urgency=medium
 .
   * Team upload.
   * Patch: Support setuptools 60. (Closes: #1022482)
Checksums-Sha1:
 8657b282f4bf0cf3f4310fff3830dfd64132e781 1830 
python-mbed-host-tests_1.4.4-8.dsc
 679a500694138a1747ad97d30484e7463c7aff4e 7788 
python-mbed-host-tests_1.4.4-8.debian.tar.xz
 5e3baf88067fd04dd0bec873013f316837b0c133 6613 
python-mbed-host-tests_1.4.4-8_source.buildinfo
Checksums-Sha256:
 4f7add9879807472b48e5fdbf2e2af8ed9670b74fb122b2b4cf7936be99508f7 1830 
python-mbed-host-tests_1.4.4-8.dsc
 12861c91d0b0ea1d3a94ecf3ecf70304e559fb5e3bb5bbafd02efda5f12dea87 7788 
python-mbed-host-tests_1.4.4-8.debian.tar.xz
 33e6cc637e5b1032f5700209240b76a1c33e073f51bd9103bd1fe6db1db76561 6613 
python-mbed-host-tests_1.4.4-8_source.buildinfo
Files:
 51c893c96ce1df320d5c47ecd7af84f6 1830 python optional 
python-mbed-host-tests_1.4.4-8.dsc
 2030d930ed079bd8e4b46e6d3a617ef4 7788 python optional 
python-mbed-host-tests_1.4.4-8.debian.tar.xz
 4dc4719db78fd42942d8295b05acdb19 6613 python optional 
python-mbed-host-tests_1.4.4-8_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCY2/71hQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2Ia6AP4vZVKJnpb1EC/mqDUUBzxjg2hB67TQ
eQMsQcxLx+8EcQD/TydnnCnDSoGwHnCGlu59k5k17ZsKfLbtOc0XIbgxZgs=
=7az8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to