paleolimbot commented on PR #36551: URL: https://github.com/apache/arrow/pull/36551#issuecomment-1635890082
It should be said that the only part that gives me pause is the message from GCS before the error: https://github.com/ursacomputing/crossbow/actions/runs/5540883095/jobs/10113554437#step:7:5636 ``` 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 ... ``` It may be that we need to set OPENSSL_ROOT_DIR here: https://github.com/apache/arrow/blob/7ecec6c871dd01991782f9c644af6fd839948a84/cpp/cmake_modules/FindOpenSSLAlt.cmake#L26-L36 (or at least before building GCS?) -- 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]
