Source: debspawn
Version: 0.6.4-1
Severity: important
Hello,
A freshly rebuilt debspawn package will fail to install, even though
the one in Debian archive can be installed without failure:
Setting up debspawn (0.6.4-1) ...
Created symlink
'/etc/systemd/system/timers.target.wants/debspawn-clear-caches.timer' →
'/usr/lib/systemd/system/debspawn-clear-caches.timer'.
Traceback (most recent call last):
File "/usr/bin/debspawn", line 6, in <module>
from debspawn import cli
File "/usr/lib/python3/dist-packages/debspawn/cli.py", line 25, in <module>
from .utils import print_error
File "/usr/lib/python3/dist-packages/debspawn/utils/__init__.py", line 19, in
<module>
from .log import print_info, print_warn, print_error, print_header,
print_section
File "/usr/lib/python3/dist-packages/debspawn/utils/log.py", line 25, in
<module>
from .misc import safe_copy
File "/usr/lib/python3/dist-packages/debspawn/utils/misc.py", line 30, in
<module>
from ..config import GlobalConfig
File "/usr/lib/python3/dist-packages/debspawn/config.py", line 23, in <module>
import tomlkit
ModuleNotFoundError: No module named 'tomlkit'
dpkg: error processing package debspawn (--configure):
installed debspawn package post-installation script subprocess returned error
exit status 1
Processing triggers for libc-bin (2.41-6) ...
Errors were encountered while processing:
debspawn
My rebuild was done by the standard "sbuild -d unstable --chroot-mode=unshare
debspawn".
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 6.12.17-amd64 (SMP w/128 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled