Re: [sage-support] failure to make on M1 MacBook 2020

2024-12-19 Thread Jackson Walters
Okay, I'm going to try to resolve this issue. I think there were two primary problems, which are solved: 1. my macOS was unable to upgrade to 15.2 (nor 15.0, 15.1), and that has now been resolved. I have a fresh installation of 15.2 2. the branch I was trying to build on was an outdated Sage 10.5b

Re: [sage-support] Error buildign sage

2024-12-19 Thread Dima Pasechnik
We should really drop our old docbuild system in favour of a more direct use of Sphinx, so that only changed files are rebuilt, etc. But it's quite a bit of work, and we are short of hands in this area. Volunteers? Dima On Thu, Dec 19, 2024 at 8:11 AM Seth Chaiken wrote: > > I had errors buildi

Re: [sage-support] Error buildign sage

2024-12-19 Thread Seth Chaiken
I had errors building docs. I found that changing to single threaded make (replacing export MAKE='make -j10' with export MAKE='make') eventually got it to work...symptom of a race condition in the builder. On Tuesday, December 17, 2024 at 5:54:42 PM UTC-5 dim...@gmail.com wrote: > On Tue, Dec 1