Source: jpy Version: 0.9.0-4 Severity: important Tags: ftbfs User: debian-pyt...@lists.debian.org Usertags: python3.11
Hi Maintainer jpy will FTBFS once Python 3.11 is added as a supported version. I've copied what I hope is the relevant part of the log below. You can verify this by installing python3.11 from testing or unstable and adding the following line to debian/rules: export DEBPYTHON3_SUPPORTED=3.10,3.11 Regards Graham x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -> src/main/c/jpy_jobj.c: In function ‘JType_InitSlots’: src/main/c/jpy_jobj.c:684:22: error: lvalue required as left operand of assignment 684 | Py_TYPE(typeObj) = NULL; | ^ src/main/c/jpy_jobj.c:685:22: error: lvalue required as left operand of assignment 685 | Py_SIZE(typeObj) = 0; | ^ error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1 E: pybuild pybuild:379: build: plugin distutils failed with: exit code=1: /usr/bin/python3.11 setup.py build