2021-03-13 17:27 UTC, Matthias Köppe: > > On Friday, March 12, 2021 at 1:00:17 PM UTC-8 Samuel Lelievre wrote: >> >> On macOS 10.14.6, with Homebrew, failed to build cysignals-1.10.2. >> >> Logs: >> >> https://www.math.u-psud.fr/~lelievre/t/slel-2021-03-12-s93b8.zip > > From your log: > > gcc -bundle -undefined dynamic_lookup -isysroot > /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk > -L/opt/s/sage93c/local/lib -Wl,-rpath,/opt/s/sage93c/local/lib -O2 -g > -march=native -Wp,-U_FORTIFY_SOURCE > build/temp.macosx-10.14-x86_64-3.9/build/src/cysignals/signals.o > -L/usr/local/lib -L/usr/local/opt/[email protected]/lib -L/usr/local/opt/sqlite/lib > -L/usr/local/opt/tcl-tk/lib -o > build/lib.macosx-10.14-x86_64-3.9/cysignals/signals.cpython-39-darwin.so > -lpari -pthread > ld: illegal data reference in _PARI_SIGINT_block to thread local variable > _PARI_SIGINT_block in dylib /opt/s/sage93c/local/lib/libpari.dylib for > architecture x86_64 > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > error: command '/usr/bin/gcc' failed with exit code 1 > Building wheel for cysignals (setup.py): finished with status 'error' > > This is another instance of homebrew packages > leaking into the build, in this case pari. > > Please try with https://trac.sagemath.org/ticket/31335 > ("homebrew: Unused packages (singular, pari, ...) > in /usr/local leak into sagelib build via distutils.cfg")
Tried with #31335 applied: cysignals still fails to build. https://www.math.u-psud.fr/~lelievre/t/slel-2021-03-14-s93b8-t31335.zip -- 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/CAEcArF2nKEo-TwecbNt_4yWu3eSjoU9p9YTR6WkzGqQ5SJ3Dnw%40mail.gmail.com.
