Package: src:zbar
Version: 0.23.1-1
Severity: serious
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.9

this looks like cython3 is not run during the build (python3-defaults from
experimental).

https://people.debian.org/~ginggs/python3.9-default/zbar_0.23.1-1build1_amd64-2020-10-23T04:27:31Z.build

[...]
python/enum.c: In function ‘enumitem_print’:
python/enum.c:84:31: error: ‘PyTypeObject’ {aka ‘struct _typeobject’}
has no member named ‘tp_print’
   84 |     return(self->name->ob_type->tp_print(self->name, fp, flags));
      |                               ^~
python/enum.c: At top level:
python/enum.c:118:6: error: ‘PyTypeObject’ {aka ‘struct _typeobject’}
has no member named ‘tp_print’
  118 |     .tp_print       = (printfunc)enumitem_print,
      |      ^~~~~~~~
python/enum.c:118:23: warning: initialization of ‘PyObject * (*)(PyObject *,
PyObject *)’ {aka ‘struct _object * (*)(struct _object *, struct _object
*)’} from ‘long int’ makes pointer from integer without a cast
[-Wint-conversion]
  118 |     .tp_print       = (printfunc)enumitem_print,
      |                       ^
python/enum.c:118:23: note: (near initialization for
‘zbarEnumItem_Type.tp_getattro’)
python/enum.c: In function ‘enumitem_print’:
python/enum.c:85:1: warning: control reaches end of non-void function
[-Wreturn-type]
   85 | }
      | ^
make[3]: *** [Makefile:1476: python/zbar_la-enum.lo] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:1897: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:977: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j16 returned exit code 2

Reply via email to