I see the same in the log file for the Python 2 build. I wonder if this has to do with upgrading Xcode, which I seem to have done 6 days ago. To be clear, yesterday and today I have built 9.1.beta8 + Python 3 and 9.1.beta9 + Python 2, both successfully, despite this crash. It's 9.1.beta9 + Python 3 which is causing problems. It also seems to be using the Apple Python 3, /usr/bin/python3, not the one installed by homebrew.
For what it's worth: - I don't see this crash message from config.log files from a few weeks ago. - the message refers to a file /Users/palmieri/Library/Logs/DiagnosticReports/clang_<YYYY-MM-DD-HHMMSS>_<hostname>.crash, but there is no such file. On Monday, March 30, 2020 at 1:44:41 PM UTC-7, Matthias Köppe wrote: > > From your config.log ... rather suspicious: > > configure:10189: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -lgmp > -lm >&5 > configure:10189: $? = 0 > configure:10206: result: -lgmp > configure:10231: will use system package and not install SPKG mpir > configure:10265: checking absolute name of <gmp.h> > configure:10272: checking for gmp.h > configure:10272: result: yes > clang: error: unable to execute command: Broken pipe: 13 > clang: error: clang frontend command failed due to signal (use -v to see > invocation) > Apple clang version 11.0.3 (clang-1103.0.32.29) > Target: x86_64-apple-darwin19.3.0 > Thread model: posix > InstalledDir: > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin > clang: note: diagnostic msg: PLEASE submit a bug report to > http://developer.apple.com/bugreporter/ and include the crash backtrace, > preprocessed source, and associated run script. > clang: note: diagnostic msg: > ******************** > > PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: > Preprocessed source(s) and associated run script(s) are located at: > clang: note: diagnostic msg: > /var/folders/cp/n8wtqs490tq5psknff1hv9qr0000gn/T/conftest-d428b4.cpp > clang: note: diagnostic msg: > /var/folders/cp/n8wtqs490tq5psknff1hv9qr0000gn/T/conftest-d428b4.sh > clang: note: diagnostic msg: Crash backtrace is located in > clang: note: diagnostic msg: > /Users/palmieri/Library/Logs/DiagnosticReports/clang_<YYYY-MM-DD-HHMMSS>_<hostname>.crash > clang: note: diagnostic msg: (choose the .crash file that corresponds to your > crash) > clang: note: diagnostic msg: > > ******************** > configure:10296: result: ///usr/local/include/gmp.h > configure:10332: result: using GMP-compatible library from the system > ## ---------------------------------------------------- ## > ## Checking whether SageMath should install SPKG gmp... ## > ## ---------------------------------------------------- ## > configure:10415: will use system package and not install SPKG gmp > > > > This seems to come from AX_ABSOLUTE_HEADER > > > > On Monday, March 30, 2020 at 12:18:41 PM UTC-4, John H Palmieri wrote: >> >> >> config.log attached. >> > -- 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/6e32b791-8b89-46b8-9c13-893117d4c42a%40googlegroups.com.
