in your log one sees
gcc -bundle -undefined dynamic_lookup -isysroot
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
-L/Users/honglizhao/Desktop/sage_research/code/sage/local/lib
-Wl,-rpath,/Users/honglizhao/Desktop/sage_research/code/sage/local/lib -O2
-g -march=native build/temp.macosx-11-x
Rawhide has been released after Sage 9.4, no wonder it is not supported.
There are still problems with gcc 11 support by Sage, see
https://trac.sagemath.org/ticket/31786
If you just want running Sage 9.3, probably conda is the easiest solution.
https://doc.sagemath.org/html/en/installation/conda.h
The most relevant part of the log file (attached) is this:
libtool: link: ranlib .libs/libquadmath.a
libtool: link: ( cd ".libs" && rm -f "libquadmath.la" && ln -s
"../libquadmath.la" "libquadmath.la" )
make[4]: *** [Makefile:995: all] Error 2
*
Thanks. I've updated pari to 2.13 and rebuilt all downstreams. Please try
updating your pari version in conda.
Isuru
On Mon, Jun 28, 2021 at 5:31 PM Dima Pasechnik wrote:
> there is a check for pari version; your pari has version 133892, but
> Sage wants 2.13.1 (i.e. 134401)
>
> git blame build