Source: pcapy Version: 0.11.5-3 Severity: normal User: debian-pyt...@lists.debian.org Usertags: python3.13
This package failed build from source when test-built against a version of python3-defaults that incudes 3.13 as a supported version. To reproduce this issue, build against python3-defaults (python3-all-dev etc.) from Debian experimental. What's new in Python 3.13: https://docs.python.org/3.13/whatsnew/3.13.html Log snippet: pcapobj.cc: In function ‘void PythonCallBack(u_char*, const pcap_pkthdr*, const u_char*)’: pcapobj.cc:414:12: error: ‘PyEval_CallObject’ was not declared in this scope; did you mean ‘PyObject_CallObject’? 414 | result = PyEval_CallObject(pctx->pyfunc,arglist); | ^~~~~~~~~~~~~~~~~ | PyObject_CallObject ... dh_auto_build: error: pybuild --build -i python{version} -p "3.13 3.12" returned exit code 13 make: *** [debian/rules:12: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 -------------------------------------------------------------------------------- Build finished at 2024-09-11T14:53:44Z If required, the full build log is available here (for the next 30 days): https://debusine.debian.net/artifact/700641/ This bug has been filed at "normal" severity, as we haven't started the transition to add 3.13 as a supported version, yet. This will be raised to RC as soon as that happens, hopefully well before trixie. Thanks, Stefano