[Pkg-bazaar-maint] Bug#943609: breezy ftbfs with python 3.8

Matthias Klose doko at debian.org
Sun Oct 27 10:27:00 GMT 2019


Package: src:breezy
Version: 3.0.1-6
Severity: important
Tags: sid bullseye
User: debian-python at lists.debian.org
Usertags: python3.8

breezy fails when trying to build for python 3.8:


breezy/_simple_set_pyx.c:318:11: error: too many arguments to function ‘PyCode_New’
   318 |           PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, 
name, fline, lnos)
       |           ^~~~~~~~~~
breezy/_simple_set_pyx.c:8604:15: note: in expansion of macro ‘__Pyx_PyCode_New’
  8604 |     py_code = __Pyx_PyCode_New(
       |               ^~~~~~~~~~~~~~~~
In file included from /usr/include/python3.8/compile.h:5,
                  from /usr/include/python3.8/Python.h:138,
                  from breezy/_simple_set_pyx.c:4:
/usr/include/python3.8/code.h:122:28: note: declared here
   122 | PyAPI_FUNC(PyCodeObject *) PyCode_New(
       |                            ^~~~~~~~~~

   Cannot build extension "breezy._simple_set_pyx".
   Use "build_ext --allow-python-fallback" to use slower python implementations 
instead.

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1



More information about the Pkg-bazaar-maint mailing list