paleolimbot commented on issue #36456: URL: https://github.com/apache/arrow/issues/36456#issuecomment-1629210228
Hmm...from the logs we also get ( https://github.com/ursacomputing/crossbow/actions/runs/5442353558/jobs/9897978025#step:13:5350 ) ``` -- Check for working CXX compiler: /private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/build-apache-arrow-static/Library/Homebrew/shims/mac/super/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Note at CMakeLists.txt:66 (message): The Google Cloud C++ client libraries use the native OpenSSL library. In most macOS systems, you need to set the OPENSSL_ROOT_DIR environment variable to find this dependency, for example: cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl ... You have not set this variable. Most likely, this will result in a broken build with fairly obscure error messages. If your environment does not require setting OPENSSL_ROOT_DIR, you can disable this check using: cmake -DGOOGLE_CLOUD_CPP_ENABLE_MACOS_OPENSSL_CHECK=OFF ... ``` I see `set(OPENSSL_ROOT_DIR ${BREW_OPENSSL_PREFIX})` in the current version of "find openssl"...somehow that isn't propagating to the Google Cloud Platform sdk? -- 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]
