Using "make -j8 build" instead of "make build" seems to have solved the problem for me. (I have 8 cores.) I was able to build, and "make ptestlong" says "All tests passed!".
Thanks for your suggestions and your patience! Fyi, I updated the command line tools to 13.2, but that didn't solve the problem on its own (although it may have contributed to the solution). Answering the other questions, I don't seem to have MACOSX_DEPLOYMENT_TARGET or any other similar environment variables set, and "xcrun --show-sdk-version" says 11.3, both before and after the update. "pkgutil --pkg-info=com.apple.pkg.CLTools_Executables" used to say 12.5, but now says 13.2. (My next step was going to be replacing python, as suggested, but I didn't need to so that.) On Wednesday, January 12, 2022 at 4:23:58 AM UTC-7 Kwankyu Lee wrote: > On Wednesday, January 12, 2022 at 11:56:52 AM UTC+9 > [email protected] wrote: > >> I installed this version of python yesterday, by downloading a MacOS >> installer from https://www.python.org/downloads/macos/. I did this >> because my first failed attempt to build 9.5.rc0 was with Python 3.7, and I >> thought that having an old python version might be the problem (and I >> understand that Python 3.10 is not yet fully supported). I got the same >> error message with the old install of python as with this new one. >> > > In my case, it helped to remove the python from www.python.org, and only > have python 3.9 installed by homebrew. > > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/d8d94b70-1cce-44ed-b88f-3ad8981b5bccn%40googlegroups.com.
