https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285957
Tatsuki Makino <tatsuki_mak...@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tatsuki_mak...@hotmail.com --- Comment #8 from Tatsuki Makino <tatsuki_mak...@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.