kou commented on issue #36686:
URL: https://github.com/apache/arrow/issues/36686#issuecomment-1636885472
It seems that `MacOSX${VERSION}.sdk`s are mixed:
* `-isystem .../MacOSX12.1.sdk`
* `.../MacOSX11.sdk/usr/include/c++/v1/unordered_map`
https://github.com/ursacomputing/crossbow/actions/runs/5540883095/jobs/10113554437#step:7:5793
```text
cd
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep-build/google/cloud
&&
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/build-apache-arrow-static/Library/Homebrew/shims/mac/super/clang++
-DJSON_DIAGNOSTICS=0 -DJSON_USE_IMPLICIT_CONVERSIONS=1
-I/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep
-isystem
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/absl_ep-install/include
-isystem
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep-build
-isystem
/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include
-isystem /pri
vate/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/nlohmann_json_ep-install/include
-Qunused-arguments -fcolor-diagnostics -fPIC -O3 -DNDEBUG -O2 -std=c++17
-isysroot
/Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk
-mmacosx-version-min=11.7 -Wall -Wextra -Wconversion -Wno-sign-conversion -MD
-MT
google/cloud/CMakeFiles/google_cloud_cpp_rest_internal.dir/internal/binary_data_as_debug_string.cc.o
-MF
CMakeFiles/google_cloud_cpp_rest_internal.dir/internal/binary_data_as_debug_string.cc.o.d
-o
CMakeFiles/google_cloud_cpp_rest_internal.dir/internal/binary_data_as_debug_string.cc.o
-c
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep/google/cloud/internal/binary_data_as_debug_string.cc
In file included from
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep/google/cloud/internal/curl_handle_factory.cc:15:
In file included from
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep/google/cloud/internal/curl_handle_factory.h:18:
In file included from In file included from
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep/google/cloud/internal/curl_handle.cc:15:
In file included from
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep/google/cloud/internal/curl_handle.h:18:
In file included from
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep/google/cloud/internal/curl_wrappers.h:18:
In file included from
/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/hbtmp/apache-arrow-static-20230713-13809-1f91jjk/build/google_cloud_cpp_ep-prefix/src/google_cloud_cpp_ep/google/cloud/options.h:26:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/unordered_map:411:
In file included from
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/__hash_table:18:
/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk/usr/include/c++/v1/cmath:321:9:
error: no member named 'signbit' in the global namespace
using ::signbit;
~~^
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]