Re: [sage-devel] Re: Help building Sage 9.3

2021-06-30 Thread Dima Pasechnik
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

Re: [sage-devel] cannot compile sage-9.3 on Fedora Rawhide

2021-06-30 Thread Dima Pasechnik
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

[sage-devel] cannot compile sage-9.3 on Fedora Rawhide

2021-06-30 Thread Andrew Lyasoff
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 *

Re: [sage-devel] conda pari refused by spkg-configure.m4

2021-06-30 Thread Isuru Fernando
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