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

2020-09-11 Thread Samuel Lelievre
2020-09-11 22:31:21 UTC, Dima Pasechnik: > > On Fri, Sep 11, 2020 at 11:16 PM Samuel Lelievre: >> >> I'll reinstall gcc@9 and python@3.7 and try again. > > but why, install gcc (i.g. gcc@10), Sage now accepts it. > Probably you want to configure with CC=clang CXX=clang++ > > You may also try

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

2020-09-11 Thread Matthias Köppe
On Friday, September 11, 2020 at 3:31:21 PM UTC-7, Dima Pasechnik wrote: > > Probably you want to configure with CC=clang CXX=clang++ > That's actually not necessary. homebrew does not provide unversioned gcc and g++ executables, so gcc -> /usr/bin/gcc and g++ -> /usr/bin/g++ -- You

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

2020-09-11 Thread Dima Pasechnik
On Fri, Sep 11, 2020 at 11:16 PM Samuel Lelievre wrote: > > > Le vendredi 11 septembre 2020 05:55:47 UTC+2, Samuel Lelievre a écrit : >> >> >> >> Le jeudi 10 septembre 2020 19:15:43 UTC+2, Matthias Köppe a écrit : >>> >>> On Thursday, September 10, 2020 at 10:08:32 AM UTC-7, Samuel Lelievre >>>

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

2020-09-11 Thread Samuel Lelievre
Le vendredi 11 septembre 2020 05:55:47 UTC+2, Samuel Lelievre a écrit : > > > > Le jeudi 10 septembre 2020 19:15:43 UTC+2, Matthias Köppe a écrit : >> >> On Thursday, September 10, 2020 at 10:08:32 AM UTC-7, Samuel Lelievre >> wrote: >>> >>> On a MacBook Air (early 2014) with >>> macOS 10.14.6

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

2020-09-11 Thread Matthias Köppe
On Friday, September 11, 2020 at 12:06:51 PM UTC-7, Markus Wageringel wrote: > > I think it might be better to stop the build earlier (and maybe ask for > confirmation) before proceeding to build Python, to avoid building Python > and all its dependencies a second time after installing OpenSSL.

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

2020-09-11 Thread Markus Wageringel
> Am 11.09.2020 um 20:46 schrieb Samuel Lelièvre : > > On Debian or Debian-based system like Ubuntu, check whether > libssl-dev is installed with this command (sudo not needed): > ``` > $ dpkg-query --list libssl-dev > ``` Thank you for the explanations. The command returns: $ dpkg-query

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

2020-09-11 Thread Antonio Rojas
This is the issue I mentioned in https://trac.sagemath.org/ticket/29240#comment:3 For some time I could reproduce it on sage-the-distro but not on my Arch package, then I could no longer reproduce it on sage-the-distro and suddenly started happening on the Arch package, triggered by the sympy

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

2020-09-11 Thread Samuel Lelièvre
2020-09-11 17:55 UTC, Markus Wageringel: > > With a clean build on Ubuntu 20.04, ptestlong passes, but Jupyter > does not start anymore due to an SSL problem, using Sage's Python 3. > (The system Python 3.8 is not picked up because of missing > dependencies sqlite and xz, but that is ok.) > >

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

2020-09-11 Thread Matthias Köppe
On Friday, September 11, 2020 at 11:34:15 AM UTC-7, Markus Wageringel wrote: > > > Am 11.09.2020 um 20:17 schrieb Matthias Köppe >: > > > > Is "libssl-dev" installed? (see build/pkgs/openssl/distros/debian.txt) > > (This is the name of the Debian package with the header files.) Check for

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

2020-09-11 Thread Markus Wageringel
> Am 11.09.2020 um 20:17 schrieb Matthias Köppe : > > Is "libssl-dev" installed? (see build/pkgs/openssl/distros/debian.txt) It looks like it is not: $ ldconfig -p | grep ssl libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1

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

2020-09-11 Thread Matthias Köppe
On Friday, September 11, 2020 at 10:55:57 AM UTC-7, Markus Wageringel wrote: > > With a clean build on Ubuntu 20.04, ptestlong passes, but Jupyter does not > start anymore due to an SSL problem, Which packages need to be installed > for this and why was this not a problem previously? OpenSSL is

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

2020-09-11 Thread Matthias Köppe
On Friday, September 11, 2020 at 10:55:57 AM UTC-7, Markus Wageringel wrote: > > 9.2.beta11 has introduced crashes of the doctests in > `src/sage/interfaces/singular.py` that were reproducible on about 20% of > the test runs and have been observed by several other people as well. I > have

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

2020-09-11 Thread Markus Wageringel
With a clean build on Ubuntu 20.04, ptestlong passes, but Jupyter does not start anymore due to an SSL problem, using Sage's Python 3. (The system Python 3.8 is not picked up because of missing dependencies sqlite and xz, but that is ok.) $ ./sage -n jupyter Please wait while the Sage