[Debian-med-packaging] Bug#1092791: FTBFS: TypeError: GPR.__init__() takes from 1 to 2 positional arguments but 3 were given
Andrey Rakhmatullin
wrar at debian.org
Sat Jan 11 16:55:14 GMT 2025
Source: python-cobra
Version: 0.29.1-1
Severity: serious
Tags: ftbfs
May or may not be related to default Python being changed to 3.13. Lots of
tests fail, the failures can be seen in the autopkgtest log at
https://ci.debian.net/packages/p/python-cobra/testing/amd64/56317676/ but the
build-time tests similarly fail. Many, or all, errors are:
def _reconstruct(x, memo, func, args,
state=None, listiter=None, dictiter=None,
*, deepcopy=deepcopy):
deep = memo is not None
if deep and args:
args = (deepcopy(arg, memo) for arg in args)
> y = func(*args)
E TypeError: GPR.__init__() takes from 1 to 2 positional arguments but 3
were given
-- System Information:
Debian Release: trixie/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.12.8-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.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
More information about the Debian-med-packaging
mailing list