Source: hugin
Version: 2025.0.1+dfsg-2
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/fetch.php?pkg=hugin&arch=arm64&ver=2025.0.1%2Bdfsg-2%2Bb2&stamp=1787084882&raw=0
...
/build/reproducible-path/hugin-2025.0.1+dfsg/src/hugin_script_interface/hpi_classes.cpp:
In member function ‘int hpi::python_interface::call_hpi(const char*,
PyObject*)’:
/build/reproducible-path/hugin-2025.0.1+dfsg/src/hugin_script_interface/hpi_classes.cpp:115:22:
error: ‘PyInt_AsLong’ was not declared in this scope; did you mean
‘PyLong_AsLong’?
115 | result = PyInt_AsLong ( pValue ) ;
| ^~~~~~~~~~~~
| PyLong_AsLong
...