Re: [sage-release] Sage 9.8.beta6 released

2022-12-22 Thread John H Palmieri
Here is my experience (running "make doc-clean doc-uninstall" in between each attempt) - with MAKE="make -j6" and MAKEFLAGS="-j6", it succeeds about half the time (succeeded 2 out of 5 attempts) - with MAKE and MAKEFLAGS unset, it succeeds about half the time (succeeded 3 out of 5 attempts) -

Re: [sage-release] Sage 9.8.beta6 released

2022-12-22 Thread G. M.-S.
This is a follow-up on building SageMath (make and make pytest and make ptestlong) on Apple Silicon Macs ("M" series chip) macOS 13.1 (Ventura) Xcode 14.2 Homebrew For details on making make work see below. make ptestlong gives

[sage-release] Re: Sage 9.8.beta6 released

2022-12-22 Thread Emmanuel Charpentier
On Debian testing running on core i7 + 16 GB RAM, upgrading 9.8.beta5 to 9.8.beta6 and running ptestlong gives me the three permanent failures already reported for 9.8.beta4 . HTH, ​ Le mercredi 21 décembre 2022 à

Re: [sage-release] Sage 9.8.beta6 released

2022-12-22 Thread Dima Pasechnik
You can run tests without docbuild : ./sage -tp 20 src/sage/ src/doc/ On Thu, 22 Dec 2022, 13:27 G. M.-S., wrote: > > Thanks John and Dima. > > After trying several things, this seems to work: > > % export MAKE="make -j20" > % make > and after it fails > % export MAKE="make -j1" > % make > >

Re: [sage-release] Sage 9.8.beta6 released

2022-12-22 Thread G. M.-S.
Thanks John and Dima. After trying several things, this seems to work: % export MAKE="make -j20" % make and after it fails % export MAKE="make -j1" % make with the following timings 1st make Command exited with non-zero status 2 6376.23user 615.69system 28:02.58elapsed 415%CPU

Re: [sage-release] Sage 9.8.beta6 released

2022-12-22 Thread Dima Pasechnik
does it happen if you explicitly call ./sage -docbuild ? (it's probably related to our parallel docbuilding code...) On Thu, Dec 22, 2022 at 6:06 AM John H Palmieri wrote: > > And it would be great if we could fix it, but I don't know what the problem > is. I've seen it on both Apple Silicon