Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2025 20:04:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 285957] lang/python312 as default python
Message-ID:  <bug-285957-21822-YaJamGFw2s@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-285957-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-285957-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D285957

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 =3D ((PyLongObject*)x)->ob_digit;
                                  ~~~~~~~~~~~~~~~~~~  ^
zmq/backend/cython/_version.c:2942:55: error: no member named 'ob_digit' in
'struct _longobject'
            const digit* digits =3D ((PyLongObject*)x)->ob_digit;
                                  ~~~~~~~~~~~~~~~~~~  ^
zmq/backend/cython/_version.c:3083:55: error: no member named 'ob_digit' in
'struct _longobject'
            const digit* digits =3D ((PyLongObject*)x)->ob_digit;
                                  ~~~~~~~~~~~~~~~~~~  ^
zmq/backend/cython/_version.c:3138:55: error: no member named 'ob_digit' in
'struct _longobject'
            const digit* digits =3D ((PyLongObject*)x)->ob_digit;
                                  ~~~~~~~~~~~~~~~~~~  ^
zmq/backend/cython/_version.c:3589:47: error: no member named 'ob_digit' in
'struct _longobject'
    const digit* digits =3D ((PyLongObject*)b)->ob_digit;
                          ~~~~~~~~~~~~~~~~~~  ^
5 warnings and 5 errors generated.
error: command '/usr/bin/cc' failed with exit code 1
*** Error code 1

Stop.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285957-21822-YaJamGFw2s>