Re: [sage-release] Re: Sage 8.9.beta7 released

2019-08-30 Thread Sébastien Labbé
> It does not work. I will try rebuilding from scratch... > After rebuilding from scratch from a git clone, the SSL problem disapeared: ┌┐ │ SageMath version 8.9.beta8, Release Date: 2019-08-25 │ │ Using Python

Re: [sage-release] Re: Sage 8.9.beta7 released

2019-08-29 Thread Sébastien Labbé
On Wednesday, August 28, 2019 at 4:04:13 AM UTC+2, Samuel Lelievre wrote: > > > > Le mardi 27 août 2019 22:04:42 UTC+2, Sébastien Labbé a écrit : >> >> >> I reinstalled my openssl which looks recent: >> >> (sage-sh) $ openssl version >> OpenSSL 1.1.1b 26 Feb 2019 >> >> But this does not fix the

Re: [sage-release] Re: Sage 8.9.beta7 released

2019-08-27 Thread Samuel Lelievre
Le mardi 27 août 2019 22:04:42 UTC+2, Sébastien Labbé a écrit : > > > I reinstalled my openssl which looks recent: > > (sage-sh) $ openssl version > OpenSSL 1.1.1b 26 Feb 2019 > > But this does not fix the issue. > After installing openssl, you need to force-reinstall python. sage -f python2

Re: [sage-release] Re: Sage 8.9.beta7 released

2019-08-27 Thread Sébastien Labbé
On Friday, August 23, 2019 at 6:12:14 PM UTC+2, Sébastien Labbé wrote: > > > > On Friday, August 23, 2019 at 3:12:54 PM UTC+2, Eric Gourgoulhon wrote: >> >> Hello Sebastien, >> >> This works for me on Ubuntu 18.04, with both Python 2 and 3 versions of >> Sage 8.9.beta7. >> Maybe you should

[sage-release] Re: Sage 8.9.beta7 released

2019-08-25 Thread Emmanuel Charpentier
FWIW, on the same machine, I upgraded a 8.8 installation to 8.9.beta7 (I wanted to check sometong about the R interface). Ptestlong got three failures: -- sage -t --long --warn-long 155.5

Re: [sage-release] Re: Sage 8.9.beta7 released

2019-08-23 Thread Sébastien Labbé
On Friday, August 23, 2019 at 3:12:54 PM UTC+2, Eric Gourgoulhon wrote: > > Hello Sebastien, > > This works for me on Ubuntu 18.04, with both Python 2 and 3 versions of > Sage 8.9.beta7. > Maybe you should upgrade your SSL? > Ok I will check this out next week! Sébastien -- You received

Re: [sage-release] Re: Sage 8.9.beta7 released

2019-08-23 Thread Eric Gourgoulhon
Hello Sebastien, This works for me on Ubuntu 18.04, with both Python 2 and 3 versions of Sage 8.9.beta7. Maybe you should upgrade your SSL? Best regards, Eric. Le vendredi 23 août 2019 14:56:24 UTC+2, Sébastien Labbé a écrit : > > > > I did my upgrade as usual, so I do not know where is the

Re: [sage-release] Re: Sage 8.9.beta7 released

2019-08-23 Thread Sébastien Labbé
> > I did my upgrade as usual, so I do not know where is the problem from. > Am I alone to have this issue? Should I upgrade SSL or something? > > This works for me on Debian buster, what OS are you on? And, is it > python 2 or 3? > > I am running Ubuntu 16.04 with this:

Re: [sage-release] Re: Sage 8.9.beta7 released

2019-08-23 Thread Dima Pasechnik
On Fri, Aug 23, 2019 at 11:01 AM Sébastien Labbé wrote: > > Bonjour! > > With the new version, I have problems fetching the internet: > > sage: oeis([3,7,15,1], max_results=4) > Traceback (most recent call last) > ... > IOError: failed (_ssl.c:726)> > Error fetching >

[sage-release] Re: Sage 8.9.beta7 released

2019-08-23 Thread Sébastien Labbé
Bonjour! With the new version, I have problems fetching the internet: sage: oeis([3,7,15,1], max_results=4) Traceback (most recent call last) ... IOError: Error fetching https://oeis.org/search?q=3%2C+7%2C+15%2C+1=0=text=4. I did my upgrade as usual, so I do not know where is the problem

Re: [sage-release] Re: Sage 8.9.beta7 released

2019-08-22 Thread Dima Pasechnik
On Mon, Aug 19, 2019 at 3:40 PM Emmanuel Charpentier wrote: > > FWIW, on a Debian testing installation running on core I7 + 16 GB RAM, an > upgrade to 8.9.beta7 from a freshly reinstalled 8.9.beta6 gives three failure > that seem identical to those reported for 8.9.beta6: > >

[sage-release] Re: Sage 8.9.beta7 released

2019-08-21 Thread Simon King
Hi! With 8.9.beta7 I get the following doctest failure with gap_packages: $ ./sage -t --warn-long 51.5 src/sage/tests/gap_packages.py Running doctests with ID 2019-08-21-21-10-47-72e22124. Git branch: develop Using

[sage-release] Re: Sage 8.9.beta7 released

2019-08-19 Thread Emmanuel Charpentier
FWIW, on a Debian testing installation running on core I7 + 16 GB RAM, an upgrade to 8.9.beta7 from a freshly reinstalled 8.9.beta6 gives three failure that seem identical to those reported for 8.9.beta6: -- sage -t --long