Your message dated Mon, 29 Jan 2024 16:36:31 -0300
with message-id <zbf-p6krz82na...@debian.org>
and subject line Re: Bug#1061738: cmdtest ftbfs with Python 3.12 as default
has caused the Debian Bug report #1061738,
regarding cmdtest ftbfs with Python 3.12 as 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.)
--
1061738: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061738
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cmdtest
Version: 0.32.14.gcdfe14e-5
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:
[...]
dh clean --with=python3 --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:305: python3.11 setup.py clean
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.11' does not exist -- can't clean it
I: pybuild base:305: python3.12 setup.py clean
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/setup.py", line 28, in <module>
import yarnlib
File "/<<PKGBUILDDIR>>/yarnlib/__init__.py", line 22, in <module>
from .block_parser import BlockParser, BlockError
File "/<<PKGBUILDDIR>>/yarnlib/block_parser.py", line 19, in <module>
import cliapp
File "/usr/lib/python3/dist-packages/cliapp/__init__.py", line 45, in
<module>
from .pluginmgr import PluginManager
File "/usr/lib/python3/dist-packages/cliapp/pluginmgr.py", line 29,
in <module>
import imp
ModuleNotFoundError: No module named 'imp'
E: pybuild pybuild:391: clean: plugin distutils failed with: exit
code=1: python3.12 setup.py clean
dh_auto_clean: error: pybuild --clean -i python{version} -p "3.11 3.12"
returned exit code 13
make: *** [debian/rules:4: clean] Error 25
--- End Message ---
--- Begin Message ---
On Mon, Jan 29, 2024 at 12:07:38PM +0100, Matthias Klose wrote:
> Package: src:cmdtest
> Version: 0.32.14.gcdfe14e-5
> 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:
>
> [...]
> dh clean --with=python3 --buildsystem=pybuild
> dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:305: python3.11 setup.py clean
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.11' does not exist -- can't clean it
> I: pybuild base:305: python3.12 setup.py clean
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/setup.py", line 28, in <module>
> import yarnlib
> File "/<<PKGBUILDDIR>>/yarnlib/__init__.py", line 22, in <module>
> from .block_parser import BlockParser, BlockError
> File "/<<PKGBUILDDIR>>/yarnlib/block_parser.py", line 19, in <module>
> import cliapp
> File "/usr/lib/python3/dist-packages/cliapp/__init__.py", line 45, in
> <module>
> from .pluginmgr import PluginManager
> File "/usr/lib/python3/dist-packages/cliapp/pluginmgr.py", line 29, in
> <module>
> import imp
> ModuleNotFoundError: No module named 'imp'
> E: pybuild pybuild:391: clean: plugin distutils failed with: exit code=1:
> python3.12 setup.py clean
> dh_auto_clean: error: pybuild --clean -i python{version} -p "3.11 3.12"
> returned exit code 13
> make: *** [debian/rules:4: clean] Error 25
This has been fixed in src:python-cliapp more or less a week ago.
signature.asc
Description: PGP signature
--- End Message ---