[sage-devel] Re: Unable to build develop branch

2021-01-23 Thread John H Palmieri
I've seen this one, and I don't remember if there is a ticket for it. I think it arises from using the version of Python 3 that Apple provides. You could install homebrew's Python 3, or you could try building Sage (from scratch) with "./configure --with-system-python3=no". -- John On

[sage-devel] Re: Unable to build develop branch

2021-01-23 Thread 'jonatha...@googlemail.com' via sage-devel
For `sage -b` not working see https://trac.sagemath.org/ticket/31263 (on positive review). Sorry about that (I positively review the ticket that broke it). dwb...@gmail.com schrieb am Samstag, 23. Januar 2021 um 14:28:00 UTC+1: > I cannot build the documentation. It actually crashes python.

[sage-devel] Re: Unable to build develop branch

2021-01-23 Thread dwb...@gmail.com
I cannot build the documentation. It actually crashes python. I'm attaching my docbuild log. I have another problem which is that 'sage -b' does not work. It gives me the error "This Makefile needs to be invoked by 'build/make/install'". If I set the parameter SAGEPKGCONFIG then it works, but

[sage-devel] Re: Unable to build develop branch

2021-01-22 Thread John H Palmieri
Great, I'm glad to hear it! Have you run doctests? If so, are there many failures? On Friday, January 22, 2021 at 4:45:59 PM UTC-8 dwb...@gmail.com wrote: > > Contrary to my previous message, Ticket 31183 does fix the problem and I > can now build sage. > > Thanks, > Dan > On Friday, January

[sage-devel] Re: Unable to build develop branch

2021-01-22 Thread dwb...@gmail.com
Contrary to my previous message, Ticket 31183 does fix the problem and I can now build sage. Thanks, Dan On Friday, January 22, 2021 at 3:21:10 PM UTC-8 John H Palmieri wrote: > I literally meant "merge that [the branch from #31183] into the develop > branch" (or vice versa), not just use the

[sage-devel] Re: Unable to build develop branch

2021-01-22 Thread John H Palmieri
I literally meant "merge that [the branch from #31183] into the develop branch" (or vice versa), not just use the branch from #31183. The develop branch has some crucial pieces for building Sage in Big Sur. John On Friday, January 22, 2021 at 11:30:57 AM UTC-8 dwb...@gmail.com wrote: >

[sage-devel] Re: Unable to build develop branch

2021-01-22 Thread Zachary Scherr
#31166 is already merged into the latest develop branch so you shouldn't have to merge that. Scipy should build with #31183 so maybe try again and post the log file. If you need scipy to build you can also do: MACOSX_DEPLOYMENT_TARGET=11.0 make scipy which should fix the problem you are

[sage-devel] Re: Unable to build develop branch

2021-01-22 Thread dwb...@gmail.com
Thanks! But it didn't fix it for me. For me the u/jhpalmieri/scipy-big-sur fails in numpy and doesn't get to scipy. So I merged the change in #31166 (addressing numpy) into the scipy-big-sur branch and that fails

[sage-devel] Re: Unable to build develop branch

2021-01-21 Thread John H Palmieri
Ticket 31183 (https://trac.sagemath.org/ticket/31183) should fix that. Merging that into the develop branch works for me. -- John On Thursday, January 21, 2021 at 8:03:55 PM UTC-8 dwb...@gmail.com wrote: > I'm unable to build the develop branch since upgrading my iMac to Big Sur. > I have