When I attempt to build 1.26.1-2 I get the following failure.
efl/eo/efl.eo.c: In function ‘__pyx_tp_dealloc_3efl_2eo_Eo’:
efl/eo/efl.eo.c:5443:104: error: implicit declaration of function ‘_PyGC_FINALIZED’ [-Wimplicit-function-declaration]
5443 | if (unlikely(PyType_HasFeature(Py_TYPE(o), Py_TPFLAGS_HAVE_FINALIZE) && Py_TYPE(o)->tp_finalize) && !_PyGC_FINALIZED(o)) {
| ^~~~~~~~~~~~~~~
efl/eo/efl.eo.c: In function ‘__Pyx_PyInt_As_int’:
efl/eo/efl.eo.c:9221:27: error: too few arguments to function ‘_PyLong_AsByteArray’
9221 | int ret = _PyLong_AsByteArray((PyLongObject *)v,
| ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/python3.13/longobject.h:107,
from /usr/include/python3.13/Python.h:81,
from efl/eo/efl.eo.c:38:
/usr/include/python3.13/cpython/longobject.h:111:17: note: declared here
111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
| ^~~~~~~~~~~~~~~~~~~
efl/eo/efl.eo.c: In function ‘__Pyx_PyInt_As_long’:
efl/eo/efl.eo.c:9493:27: error: too few arguments to function ‘_PyLong_AsByteArray’
9493 | int ret = _PyLong_AsByteArray((PyLongObject *)v,
| ^~~~~~~~~~~~~~~~~~~
/usr/include/python3.13/cpython/longobject.h:111:17: note: declared here
111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
| ^~~~~~~~~~~~~~~~~~~
error: command '/usr/bin/gcc' failed with exit code 1
==> ERROR: A failure occurred in build().
Aborting...
Pinned Comments
llde commented on 2020-01-06 16:34 (UTC)
I'm currently unable to build this, every time I try the computer slow to a crawl, and fail with an error.
IF any of you can build this succesfully and test it works as intended, please tell me. I will appoint a comantainer. Thanks for understainding.