[Bug 285957] lang/python312 as default python
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 285957] lang/python312 as default python on stable/14"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Apr 2025 20:04:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285957
Tatsuki Makino <tatsuki_makino@hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tatsuki_makino@hotmail.com
--- Comment #8 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
Thanks to the fixes in setuptools, the build has progressed quite a bit.
However, this time the build of net/py-pyzmq@py312 will stop due to a famous
cause.
The following is an excerpt from the log.
zmq/backend/cython/_version.c:2887:55: error: no member named 'ob_digit' in
'struct _longobject'
const digit* digits = ((PyLongObject*)x)->ob_digit;
~~~~~~~~~~~~~~~~~~ ^
zmq/backend/cython/_version.c:2942:55: error: no member named 'ob_digit' in
'struct _longobject'
const digit* digits = ((PyLongObject*)x)->ob_digit;
~~~~~~~~~~~~~~~~~~ ^
zmq/backend/cython/_version.c:3083:55: error: no member named 'ob_digit' in
'struct _longobject'
const digit* digits = ((PyLongObject*)x)->ob_digit;
~~~~~~~~~~~~~~~~~~ ^
zmq/backend/cython/_version.c:3138:55: error: no member named 'ob_digit' in
'struct _longobject'
const digit* digits = ((PyLongObject*)x)->ob_digit;
~~~~~~~~~~~~~~~~~~ ^
zmq/backend/cython/_version.c:3589:47: error: no member named 'ob_digit' in
'struct _longobject'
const digit* digits = ((PyLongObject*)b)->ob_digit;
~~~~~~~~~~~~~~~~~~ ^
5 warnings and 5 errors generated.
error: command '/usr/bin/cc' failed with exit code 1
*** Error code 1
Stop.
--
You are receiving this mail because:
You are the assignee for the bug.