On Monday, March 15, 2021 at 6:00:13 PM UTC-7 Samuel Lelievre wrote:

> 2021-03-14 17:53 UTC, Matthias Köppe: 
> > Could you try with: export SETUPTOOLS_USE_DISTUTILS=local 
> > before restarting build? 
>
> That trick helps. 
>
> a. 
>
> Starting from the same branch that failed above, this 
> ``` 
> $ source .homebrew-build-env 
> $ export SETUPTOOLS_USE_DISTUTILS=local 
> $ ./bootstrap -q && ./configure -q && make -s V=0 
> ``` 
> succeeds in building cysignals-1.10.2 and many more 
> packages


Thanks for testing!
 

> but eventually fails to build argon2_cffi-20.1.0. 
>

Yes, this one fixed in https://trac.sagemath.org/ticket/31441 (already 
merged in 9.3.beta9)
 

> In a different install, applying tickets 31474 (upgrade cysignals) 
> and 31335, the build fails on distutil. 
>

... dateutil, actually.
 
This looks like a typical error that arises when you switch the version of 
python3 in an existing build.
Nothing to fix, it will go away if you run "make distclean" or possibly 
just "rm $SAGE_LOCAL/pyvenv.cfg"


-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/db9addff-bf56-4884-aad7-efd020125e05n%40googlegroups.com.

Reply via email to