Re: [sage-release] Sage 9.2.beta9 released

2020-08-24 Thread Dima Pasechnik
On Mon, Aug 24, 2020 at 8:02 PM Maxime Bombar wrote: > > On 8/20/20 5:05 PM, Dima Pasechnik wrote: > > segfaults and aborts you get from tests are kind of worrying. Could it > > be that you have "rogue" libraries in /usr/local, which get picked up > > instead of system ones? > > > > Perhaps, post

Re: [sage-release] Sage 9.2.beta9 released

2020-08-24 Thread Maxime Bombar
On 8/20/20 5:05 PM, Dima Pasechnik wrote: > segfaults and aborts you get from tests are kind of worrying. Could it > be that you have "rogue" libraries in /usr/local, which get picked up > instead of system ones? > > Perhaps, post the main config.log > Hi, I upgraded to beta10, and every segfault

[sage-release] Re: Sage 9.2.beta10 released

2020-08-24 Thread Emmanuel Charpentier
FWIW, on Debian testing running on core i7 + 16 GB RAM, upgrading from 9.2.beta9 + ptestlong gives me the same permanent failures obtained since 9.2.beta5. HTH, Le lundi 24 août 2020 à 00:15:43 UTC+2, Volker Braun a écrit : > As always, you can get the latest beta version from the "develop"

Re: [sage-release] Sage 9.2.beta10 released

2020-08-24 Thread Emmanuel Charpentier
I second your passing of this issue to "blocker". Le lundi 24 août 2020 à 15:59:14 UTC+2, novo...@gmail.com a écrit : > I am not personally working on getting it ready, but I strongly believe > that no release should happen until > https://trac.sagemath.org/ticket/30417 > is resolved - while it

Re: [sage-release] Sage 9.2.beta10 released

2020-08-24 Thread Andrey Novoseltsev
I am not personally working on getting it ready, but I strongly believe that no release should happen until https://trac.sagemath.org/ticket/30417 is resolved - while it does not affect doctests, it hugely affects live usage. -- You received this message because you are subscribed to the

Re: [sage-release] Sage 9.2.beta10 released

2020-08-24 Thread Dima Pasechnik
On Mon, Aug 24, 2020 at 11:06 AM Thierry wrote: > > Hi, > > apparently, fricas-1.3.6-full.tar.bz2 is missing on the mirrors. > > Related ticket : https://trac.sagemath.org/ticket/27309 > in view of --enable-download-from-upstream-url option, this is mostly important for stable releases. By the

Re: [sage-release] Sage 9.2.beta10 released

2020-08-24 Thread Thierry
Hi, apparently, fricas-1.3.6-full.tar.bz2 is missing on the mirrors. Related ticket : https://trac.sagemath.org/ticket/27309 Ciao, Thierry On Mon, Aug 24, 2020 at 11:02:03AM +0200, Thierry Dumont wrote: > Ubuntu 20-04, migration from 9.2 beta9 to beta 10. > > -compilation ok. > -make

Re: [sage-release] Sage 9.2.beta10 released

2020-08-24 Thread Thierry Dumont
Ubuntu 20-04, migration from 9.2 beta9 to beta 10. -compilation ok. -make ptestlong: All tests passed! t.d. -- 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] Re: Sage 9.2.beta9 released

2020-08-24 Thread 'jonatha...@googlemail.com' via sage-release
I have create https://trac.sagemath.org/ticket/30427 for the memory leak in divisors of integers. jonatha...@googlemail.com schrieb am Freitag, 21. August 2020 um 09:08:44 UTC+2: > I can confirm the rings/integer.pyx failure from running it in the shell. > > sage: n = prod(primes_first_n(25))