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

2021-06-05 Thread Dima Pasechnik
On Sat, 5 Jun 2021, 21:51 Paul Masson, wrote: > Removed that directory under my user name and build still hangs at that > line. Do I need to start from the beginning after removing the directory? > hmm, no. I see these hangs happen now and then. I don't know how to debug this on macOS. > On

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

2021-06-05 Thread Paul Masson
Removed that directory under my user name and build still hangs at that line. Do I need to start from the beginning after removing the directory? On Saturday, June 5, 2021 at 1:26:44 PM UTC-7 Dima Pasechnik wrote: > typically these hangs mean something stale in ~/.sage/ > > try moving it away

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

2021-06-05 Thread Dima Pasechnik
typically these hangs mean something stale in ~/.sage/ try moving it away and re-run make. On Sat, 5 Jun 2021, 20:58 Paul Masson, wrote: > Now having a problem with the documentation. The first run stopped at this > point: > > [sage_docbuild-9.4.beta0] Installing collected packages:

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

2021-06-05 Thread Paul Masson
Now having a problem with the documentation. The first run stopped at this point: [sage_docbuild-9.4.beta0] Installing collected packages: sage-docbuild [sage_docbuild-9.4.beta0] [sage_docbuild-9.4.beta0] Successfully installed sage-docbuild-9.4b0 [sage_docbuild-9.4.beta0] Removed build

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

2021-06-05 Thread Samuel Lelièvre
Paul Masson: > > Installed xz using Homebrew. Appears to have done the trick. Thanks Volker. https://trac.sagemath.org/ticket/31915 -- 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

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

2021-06-05 Thread Paul Masson
Installed xz using Homebrew. Appears to have done the trick. Thanks Volker. On Saturday, June 5, 2021 at 6:29:51 AM UTC-7 Volker Braun wrote: > Seems like extracting the xz achive fails > > On Friday, June 4, 2021 at 8:40:50 PM UTC+2 Paul Masson wrote: > >> I haven't built Sage in some time, so

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

2021-06-05 Thread Volker Braun
Seems like extracting the xz achive fails On Friday, June 4, 2021 at 8:40:50 PM UTC+2 Paul Masson wrote: > I haven't built Sage in some time, so perhaps something has changed > recently of which I am unaware. After "make distclean" and "configure", my > build on MacOS 10.15.7 is stopping at

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

2021-06-04 Thread Paul Masson
I haven't built Sage in some time, so perhaps something has changed recently of which I am unaware. After "make distclean" and "configure", my build on MacOS 10.15.7 is stopping at symmetrica. Here is the log: Attempting to download package symmetrica-3.0.1.tar.xz from mirrors

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

2021-05-30 Thread Samuel Lelièvre
2021-05-27 14:43 UTC, Dima Pasechnik: > > On Thu, 27 May 2021, 15:34 Clemens Heuberger, > wrote: >> >> Also on Ubuntu 18.04 (without any optional packages apart ccache installed), >> I >> have the failing doctest with graph.py (two out of three runs) and >> consistently >> >> $ ./sage -t

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

2021-05-28 Thread Emmanuel Charpentier
FWIWn on Debian testing running on core i7 + 16 GB RAM, after upgrading from 9.3 to 9.4.beta0, ptestlong gives me the same results (one transient timeout and two gap-related permanent failures) as before, plus one more transient failure on src/sage/graphs/graph.py : sage -t --long

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

2021-05-27 Thread Kwankyu Lee
With this release, the command sage -docbuild all pdf stops with the failure below. How about others? Building it/a_tour_of_sage. [a_tour_of] building [latex]: all documents [a_tour_of] Merging environment/index files... [a_tour_of] ... done (0 todos, 1 index, 0 citations, 0 modules) ...

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

2021-05-27 Thread Volker Braun
On Thursday, May 27, 2021 at 11:46:37 PM UTC+2 matthia...@gmail.com wrote: > Thanks, Volker, for preparing the new beta. When you have a moment, could > you react to the discussion regarding the 9.4 release cycle over in > sage-devel? > Sounds good to me! Shorter release cycles are always

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

2021-05-27 Thread Matthias Köppe
On Wednesday, May 26, 2021 at 2:13:19 PM UTC-7 Volker Braun wrote: > As always, you can get the latest beta version from the "develop" git > branch. Alternatively, the self-contained source tarball is at > http://www.sagemath.org/download-latest.html > > 6aa4ecee16 (tag: 9.4.beta0,

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

2021-05-27 Thread Volker Braun
The "sage.libs.gap.util.GAPError: Error, OnSets: must be a set (not a immutable non-strictly-sorted plain list of cyclotomics)" is a known random failure, its pretty easy to repro by running the test in a loop. I made https://trac.sagemath.org/ticket/31848 for it. On Thursday, May 27, 2021

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

2021-05-27 Thread Matthias Köppe
On Thursday, May 27, 2021 at 5:55:39 AM UTC-7 Sébastien Labbé wrote: > I have python3.6 and python3.8 installed on my system: > [...] > My python3.8 has the above librairies available. But, it seems that my > python3.8 is not picked up by the configure script: > > See

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

2021-05-27 Thread Dima Pasechnik
On Thu, 27 May 2021, 15:34 Clemens Heuberger, wrote: > Also on Ubuntu 18.04 (without any optional packages apart ccache > installed), I > have the failing doctest with graph.py (two out of three runs) and > consistently > > $ ./sage -t --long --random-seed=0 src/sage/misc/package.py > Running

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

2021-05-27 Thread Clemens Heuberger
Also on Ubuntu 18.04 (without any optional packages apart ccache installed), I have the failing doctest with graph.py (two out of three runs) and consistently $ ./sage -t --long --random-seed=0 src/sage/misc/package.py Running doctests with ID 2021-05-27-16-31-10-59754af4. Using

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

2021-05-27 Thread Sébastien Labbé
> Probably the "period" / "full stop" at the very end. > > > ... 292, ...] > > ... 292, ...]. > Goodeye, goodeye! Needs review at: https://trac.sagemath.org/ticket/31865 https://trac.sagemath.org/ticket/31866 Also the random failure with graph.py was noticed by Volker already:

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

2021-05-27 Thread Samuel Lelièvre
2021-05-27 12:44 UTC, Sébastien Labbé: > > On Ubuntu 18.04, testing with various optional > and external packages, I obtain: > > The other failures are copied below (I am not able > to see the problem with the first one): Probably the "period" / "full stop" at the very end. > ... 292, ...] >

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

2021-05-27 Thread Sébastien Labbé
I have python3.6 and python3.8 installed on my system: $ python3 Python 3.6.9 (default, Jan 26 2021, 15:33:00) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> $ python3.8 Python 3.8.0 (default, Feb 25 2021, 22:10:10) [GCC 8.4.0] on linux Type

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

2021-05-27 Thread Sébastien Labbé
On Ubuntu 18.04, testing with various optional and external packages, I obtain: -- sage -t --long --warn-long 77.6 --random-seed=0 src/sage/databases/oeis.py # 3 doctests failed sage -t --long --warn-long 77.6 --random-seed=0

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

2021-05-27 Thread Sébastien Labbé
Thank you for the release. I observe that #21295 was merged twice: 12831dd5b0 Trac #21295: recognizable series (a base for k-regular sequences) 7f610a53c0 Trac #21295: recognizable series (a base for k-regular sequences) It is the first time that I see such a thing. Sébastien On Wednesday, May

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

2021-05-26 Thread Kwankyu Lee
Thanks for the beta release. It seems unusual that the tickets included in the release are not yet closed in Trac. -- 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