Changes between Initial Version and Version 2 of Ticket #71119
- Timestamp:
- Oct 18, 2024, 2:23:20 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71119 – Description
initial v2 1 1 On arm64 & Sequoia, I'm seeing ruby33 builds fail: 2 2 3 {{{ 4 configure:9664: checking whether it is Android 5 configure:9681: /usr/bin/clang -c -pipe -I/opt/local/libexec/openssl3/include 6 -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm6 7 4 -I/opt/local/libexec/openssl3/include -isystem/opt/local/include -isysroot/L 8 ibrary/Developer/CommandLineTools/SDKs/MacOSX15.sdk conftest.c >&5 9 conftest.c:38:3: error: Not android 10 38 | #error Not android 11 | ^ 12 }}} 3 config.log and main.log attached. 13 4 14 config.log and main.log attached. 5 (edit: I had something that turned out to be a red herring for what I thought was wrong - removing noise)