[sage-release] Re: Sage 9.4.beta3 released

2021-06-29 Thread Sébastien Labbé
On Monday, June 28, 2021 at 6:12:01 AM UTC+2 tsc...@ucdavis.edu wrote: > I also ran into the same problem as Sébastien on Ubuntu 18.04 LTS and > would like a better solution than just having to manually configure the > Python version. > > It should be fixed by

Re: [sage-release] Re: Sage 9.4.beta3 released

2021-06-28 Thread Dima Pasechnik
On Sun, Jun 27, 2021 at 12:49 PM Emmanuel Charpentier wrote: > > I have the same problem (Debian testing on core i7 + 16 GB RAM, FWIW)… > > Workaround (at least for people having inherited a semi-functional > $SAGE_ROOT/sage from a previous install) : open a sage -sh shell and pip > install

[sage-release] Re: Sage 9.4.beta3 released

2021-06-27 Thread 'tsc...@ucdavis.edu' via sage-release
PS - Technically this should be on the 9.4.beta2 release since that is when the ticket #31815 was included. On Monday, June 28, 2021 at 2:12:01 PM UTC+10 tsc...@ucdavis.edu wrote: > I also ran into the same problem as Sébastien on Ubuntu 18.04 LTS and > would like a better solution than just

[sage-release] Re: Sage 9.4.beta3 released

2021-06-27 Thread 'tsc...@ucdavis.edu' via sage-release
I also ran into the same problem as Sébastien on Ubuntu 18.04 LTS and would like a better solution than just having to manually configure the Python version. Best, Travis On Thursday, June 24, 2021 at 7:20:20 PM UTC+10 Sébastien Labbé wrote: > Upgrading from 9.4.beta0, my first attempt with

[sage-release] Re: Sage 9.4.beta3 released

2021-06-27 Thread 'jonatha...@googlemail.com' via sage-release
This problem has already been resolved in https://trac.sagemath.org/ticket/32031. setuptools currently removes setuptools_scm without triggering a rebuild. So I would recommond make setuptools_scm-clean to fix this. emanuel.c...@gmail.com schrieb am Sonntag, 27. Juni 2021 um 13:49:28 UTC+2:

[sage-release] Re: Sage 9.4.beta3 released

2021-06-27 Thread Emmanuel Charpentier
On Debian running on core i7 + 16 GB RAM, upgrading 9.4.beta2 to 9.4.beta3 and wotkinh around the `scm_setuptools` quandary, `ptestlong` gives two permanent failures, reported below. ISTR to have reported the same results for the previous beta. HTH, ```

[sage-release] Re: Sage 9.4.beta3 released

2021-06-27 Thread Emmanuel Charpentier
I have the same problem (Debian testing on core i7 + 16 GB RAM, FWIW)… Workaround (at least for people having inherited a semi-functional $SAGE_ROOT/sage from a previous install) : open a sage -sh shell and pip install setuptools-scm from there ; then resume make The question is now to

Re: [sage-release] Re: Sage 9.4.beta3 released

2021-06-24 Thread Dima Pasechnik
On Thu, Jun 24, 2021 at 12:46 PM Sébastien Labbé wrote: > > Doing make distclean and using system's python3.8 with ./configure > --with-python=/usr/bin/python3.8 avoided my issue with compilation of > python3.9.5. > > On Ubuntu 18.04, make ptestall with following optional and external packages

[sage-release] Re: Sage 9.4.beta3 released

2021-06-24 Thread Sébastien Labbé
Doing make distclean and using system's python3.8 with ./configure --with-python=/usr/bin/python3.8 avoided my issue with compilation of python3.9.5. On Ubuntu 18.04, make ptestall with following optional and external packages gives: Using

[sage-release] Re: Sage 9.4.beta3 released

2021-06-24 Thread Sébastien Labbé
Upgrading from 9.4.beta0, my first attempt with running make finishes with: [python3-3.9.5] error installing, exit status 1. End of log file: [python3-3.9.5] File "/home/slabbe/GitBox/sage/local/var/tmp/sage/build/python3-3.9.5/src/./setup.py", line 33, in [python3-3.9.5] from

Re: [sage-release] Re: Sage 9.4.beta3 released

2021-06-23 Thread 'jonatha...@googlemail.com' via sage-release
Just for completeness. You can just fix this with make setuptools_scm-clean The patch in https://trac.sagemath.org/ticket/32031 will fix the underlying problem so that this won't be needed in the future. Dima Pasechnik schrieb am Dienstag, 22. Juni 2021 um 22:04:56 UTC+2: > On Tue, Jun 22,

Re: [sage-release] Re: Sage 9.4.beta3 released

2021-06-22 Thread Dima Pasechnik
On Tue, Jun 22, 2021 at 8:43 PM Enrique Artal wrote: > > I had the same error with this package and py in Fedora 34 (though in one > computer I had no problem); a fix is ready here: https://trac.sagemath.org/ticket/32031 > rebuilding after make distclean was OK > > El martes, 22 de junio de

[sage-release] Re: Sage 9.4.beta3 released

2021-06-22 Thread Enrique Artal
I had the same error with this package and py in Fedora 34 (though in one computer I had no problem); rebuilding after make distclean was OK El martes, 22 de junio de 2021 a las 12:25:54 UTC+2, jonatha...@googlemail.com escribió: > Thanks Volker for the new release. > > Unfortunatly,

Re: [sage-release] Re: Sage 9.4.beta3 released

2021-06-22 Thread John Cremona
Upgrading from previous beta with make ptestlong all pass except sage -t --long --warn-long 114.0 --random-seed=0 src/sage/tests/cmdline.py # 3 doctests failed which on rerun shows this: $ ./sage -t --long --warn-long 114.0 --random-seed=0 src/sage/tests/cmdline.py Running doctests with ID

[sage-release] Re: Sage 9.4.beta3 released

2021-06-22 Thread 'jonatha...@googlemail.com' via sage-release
Thanks Volker for the new release. Unfortunatly, installation fails for me due to mpmath https://trac.sagemath.org/ticket/31564 and py https://trac.sagemath.org/ticket/30416. Both of them require setuptools-scm in the setup.py (no pyproject.toml), but do not pick up our setuptools_scm