On Sun, Nov 27, 2022 at 05:35:17PM +0000, Tobias Hansen wrote: > On 11/27/22 06:37, Nilesh Patra wrote: > > Tobias, since this is done, would you consider to check sagemath now and > > get the ball rolling? :-) > > Hi, > > I actually tried building with the new pari and gap versions a while ago > (using sagemath 9.5 with upstream patches for the new pari and gap versions, > I pushed them to the git repo today) and got stuck with a lot of errors like > this (might be unrelated to pari and gap):
I am having a hard time building/reproducing this because sage tends to need a
lot of compute power that I currently do not have, and it takes forever to
porter box too.
But looking at the error, my hunch is that this is a setuptools related
monkeypatch issue (there are similar RC bugs filed for many packages). So
re-ordering cython import
in sage/misc/cython.py file after setuptools along with ensuring distutils is
imported after setuptools will (very) likely help.
Here is a related link that I found for the same
https://stackoverflow.com/questions/21594925/error-each-element-of-ext-modules-option-must-be-an-extension-instance-or-2-t
--
Best,
Nilesh
signature.asc
Description: PGP signature

