Your message dated Thu, 8 Feb 2024 09:42:20 +1300
with message-id
<CALFf3kcF0NAVTZ4iGB46ruRd-3Og46aNZ_tQv=KjMR_=w=0...@mail.gmail.com>
and subject line Re: bdepstrap ftbfs with Python 3.12 as the default
has caused the Debian Bug report #1061735,
regarding bdepstrap ftbfs with Python 3.12 as the default
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.)
--
1061735: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061735
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bdebstrap
Version: 0.6.0-1
Severity: serious
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12
With python3-defaults from experimental, the package fails to build:
[...]
Test: Run pylint on Python source code. ... Running following command:
/usr/bin/python3.12 -m pylint
--rcfile=/<<PKGBUILDDIR>>/tests/pylint.conf --
/<<PKGBUILDDIR>>/bdebstrap tests /<<PKGBUILDDIR>>/setup.py
FAIL
test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
Test: Run shellcheck on Shell source code. ... Running following command:
shellcheck /<<PKGBUILDDIR>>/hooks/disable-units
/<<PKGBUILDDIR>>/hooks/enable-units
ok
======================================================================
FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
Test: Run pylint on Python source code.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/tests/test_pylint.py", line 74, in test_pylint
self.fail("\n".join(msgs))
AssertionError: pylint found issues:
************* Module setup
/<<PKGBUILDDIR>>/setup.py:26:0: E0401: Unable to import 'distutils.log'
(import-error)
/<<PKGBUILDDIR>>/setup.py:27:0: E0401: Unable to import
'distutils.command.build' (import-error)
/<<PKGBUILDDIR>>/setup.py:28:0: E0401: Unable to import
'distutils.command.clean' (import-error)
/<<PKGBUILDDIR>>/setup.py:57:4: C0116: Missing function or method
docstring (missing-function-docstring)
/<<PKGBUILDDIR>>/setup.py:54:0: R0903: Too few public methods (1/2)
(too-few-public-methods)
/<<PKGBUILDDIR>>/setup.py:65:4: C0116: Missing function or method
docstring (missing-function-docstring)
/<<PKGBUILDDIR>>/setup.py:62:0: R0903: Too few public methods (1/2)
(too-few-public-methods)
----------------------------------------------------------------------
Ran 61 tests in 5.767s
FAILED (failures=1)
E: pybuild pybuild:391: test: plugin distutils failed with: exit code=1:
cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12 -m unittest
discover -v -s /<<PKGBUILDDIR>>
dh_auto_test: error: pybuild --test -i python{version} -p 3.12 returned
exit code 13
--- End Message ---
--- Begin Message ---
The issue was fixed in bdebstrap 0.6.0-1.1
--- End Message ---