Source: ldns
Version: 1.7.0-4
Severity: serious
Tags: ftbfs bullseye sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ldns.html
...
In file included from /usr/include/python2.7/Python.h:83,
from ../../contrib/python/ldns_wrapper.c:154:
../../contrib/python/ldns_wrapper.c: In function
'_wrap_ldns_key_set_pubkey_owner':
../../contrib/python/ldns_wrapper.c:37536:51: error: 'obj1' undeclared (first
use in this function); did you mean 'j1'?
37536 | ldns_key_set_pubkey_owner(arg1,arg2); Py_INCREF(obj1);
| ^~~~
/usr/include/python2.7/object.h:769:18: note: in definition of macro 'Py_INCREF'
769 | ((PyObject*)(op))->ob_refcnt++)
| ^~
../../contrib/python/ldns_wrapper.c:37536:51: note: each undeclared identifier
is reported only once for each function it appears in
37536 | ldns_key_set_pubkey_owner(arg1,arg2); Py_INCREF(obj1);
| ^~~~
/usr/include/python2.7/object.h:769:18: note: in definition of macro 'Py_INCREF'
769 | ((PyObject*)(op))->ob_refcnt++)
| ^~
make[2]: *** [Makefile:286: ldns_wrapper.lo] Error 1