Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Anne Schilling
Thank you! Anne On Tuesday, May 26, 2020 at 11:59:26 AM UTC-7, Salvatore Stella wrote: > > Unpacking of lambda functions' arguments is, alas, no longer supported in > python3. > > cf. https://www.python.org/dev/peps/pep-3113/ > > S. > > > > * Anne Schilling > [2020-05-26 > 11:24:01]: > >

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread VulK
Unpacking of lambda functions' arguments is, alas, no longer supported in python3. cf. https://www.python.org/dev/peps/pep-3113/ S. * Anne Schilling [2020-05-26 11:24:01]: Ok, success!!! Finally sage compiled for me using Matthias' suggestion of "./configure --without-system-freetype"

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Anne Schilling
Ok, success!!! Finally sage compiled for me using Matthias' suggestion of "./configure --without-system-freetype" before make. Something else must have changed though since sage does not like my sage.init file any longer: sage

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Dima Pasechnik
perhaps before recommending Homebrew, I should have checked that they fully support 10.13+, and only support 10.11 and 10.12 on "best-effort" basis. That is we might be just seeing that their best effort could be better, and not Sage's bugs :-( On Tue, May 26, 2020 at 8:39 AM Dima Pasechnik

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Dima Pasechnik
On Tue, May 26, 2020 at 8:06 AM Anne Schilling wrote: > > https://www.math.ucdavis.edu/~anne/config.log looks like indeed an old libpng in /usr/local breaks things. (typcally it comes from an ancient installation of TeX). I would wipe /usr/local (or move it somewhere, for later inspection) and

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Matthias Koeppe
By "install freetype by hand", do you mean you installed with homebrew? If not, that's worth trying. Alternatively, you could try "./configure --without-system-freetype" before "make". Matthias On Tuesday, May 26, 2020 at 12:06:57 AM UTC-7, Anne Schilling wrote: > >

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Anne Schilling
https://www.math.ucdavis.edu/~anne/config.log On Tuesday, May 26, 2020 at 12:00:46 AM UTC-7, Matthias Koeppe wrote: > > config.log again please... > > On Monday, May 25, 2020 at 11:53:50 PM UTC-7, Anne Schilling wrote: >> >> Thank you! I installed all those. Now it hangs here: >> >>

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Matthias Koeppe
config.log again please... On Monday, May 25, 2020 at 11:53:50 PM UTC-7, Anne Schilling wrote: > > Thank you! I installed all those. Now it hangs here: > > https://www.math.ucdavis.edu/~anne/matplotlib-2.2.5.log > > I tried to install freetype by hand, but it does not seem to help. > > On Monday,

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-26 Thread Anne Schilling
Thank you! I installed all those. Now it hangs here: https://www.math.ucdavis.edu/~anne/matplotlib-2.2.5.log I tried to install freetype by hand, but it does not seem to help. On Monday, May 25, 2020 at 7:44:16 PM UTC-7, Matthias Koeppe wrote: > > You could try if "brew install libpng" fixes

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-25 Thread Matthias Koeppe
You could try if "brew install libpng" fixes this problem (otherwise you'd need to manually clean out /usr/local/lib/libpng*) Also, note that at the end of the configure output, some commands were recommended: "brew install boost cmake glpk gsl gd mpfi ninja openblas pcre ppl r yasm zeromq"; I

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-25 Thread Matthias Koeppe
On Monday, May 25, 2020 at 6:59:09 PM UTC-7, Anne Schilling wrote: > > > > On Monday, May 25, 2020 at 6:35:01 PM UTC-7, Matthias Koeppe wrote: >> >> Could you try with the commands: >> >> . ./.homebrew-build-env >> ./configure >> >> and post the output of the latter? >> > > After installing

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-25 Thread Matthias Koeppe
Could you try with the commands: . ./.homebrew-build-env ./configure and post the output of the latter? On Monday, May 25, 2020 at 6:13:46 PM UTC-7, Anne Schilling wrote: > > Thank you! I have homebrew installed. So I just do > > brew install python3 ? > > Installing the python package that

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-25 Thread Anne Schilling
Thank you! I have homebrew installed. So I just do brew install python3 ? Installing the python package that Dima suggested did not help. I am trying to avoid installing a new operating system right now since I anyway ordered a new computer. Best, Anne On Monday, May 25, 2020 at 6:05:42 PM

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-25 Thread Matthias Koeppe
I agree, updating the OS if possible, and/or installing homebrew and python3 from homebrew would be the way to go. On Monday, May 25, 2020 at 4:37:22 PM UTC-7, Dima Pasechnik wrote: > > Hi Anne, > openssl is a never-ending problem on macOS, and in your case it's made > worse by an old macOS

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-25 Thread Dima Pasechnik
Hi Anne, openssl is a never-ending problem on macOS, and in your case it's made worse by an old macOS version. One cannot expect much support and development on macOS 10.12, as it has reached EOL in 2019. One way out would be to install Python 3.7 from cpython, and then Sage will just use it,

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-25 Thread Anne Schilling
Hi Dima, Thank you! I have run make distclean and now it gets stuck here: https://www.math.ucdavis.edu/~anne/python3-3.7.3.p1.log It looks like there is a problem with openssl. Any idea? Anne On Monday, May 25, 2020 at 10:52:29 AM UTC-7, Dima Pasechnik wrote: > > Hi Anne, > it appears from

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-25 Thread Dima Pasechnik
Hi Anne, it appears from your config.log that you did not do make distclean moreover, it says that R is already installed, and should not get reinstalled. Does Sage start? I guess not. If before the latest git pull you had an oldish Sage (closer to 9.0 than to 9.1) it appears that the build

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-25 Thread Anne Schilling
Hi Dima, I pulled the changes using git in the master branch and started make (or make distclean). This is running on MacOS 10.12.6 . https://www.math.ucdavis.edu/~anne/config.log https://www.math.ucdavis.edu/~anne/r-3.6.2.p0.log https://www.math.ucdavis.edu/~anne/dochtml.log Thank you! Anne

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-25 Thread Dima Pasechnik
On Mon, May 25, 2020 at 7:44 AM Anne Schilling wrote: > > > > On Sunday, May 24, 2020 at 10:27:19 PM UTC-7, Matthias Koeppe wrote: >> >> Hi Anne, >> >> On Sunday, May 24, 2020 at 9:40:42 PM UTC-7, Anne Schilling wrote: >>> >>> Downloading the Sage mirror list >>> CRITICAL [mirror_list|_load:91]:

Re: [sage-devel] Re: trouble upgrading to latest stable version

2020-05-25 Thread Furkan Semih Dündar
Dear Anne, I tried to compile the source code on Windows Subsystem for Linux (Ubuntu) and could not go through the compilation process. Then I installed Fedora 32 as a separate OS. I installed all the packages listed on the following website:

[sage-devel] Re: trouble upgrading to latest stable version

2020-05-25 Thread Anne Schilling
On Sunday, May 24, 2020 at 10:27:19 PM UTC-7, Matthias Koeppe wrote: > > Hi Anne, > > On Sunday, May 24, 2020 at 9:40:42 PM UTC-7, Anne Schilling wrote: >> >> Downloading the Sage mirror list >> CRITICAL [mirror_list|_load:91]: Downloaded mirror list has syntax error: >> error code: 1010 >>

[sage-devel] Re: trouble upgrading to latest stable version

2020-05-24 Thread Matthias Koeppe
Hi Anne, On Sunday, May 24, 2020 at 9:40:42 PM UTC-7, Anne Schilling wrote: > > Downloading the Sage mirror list > CRITICAL [mirror_list|_load:91]: Downloaded mirror list has syntax error: > error code: 1010 > Searching fastest mirror > ERROR [mirror_list|_rank_mirrors:145]: Could not reach any