nealrichardson commented on pull request #8304: URL: https://github.com/apache/arrow/pull/8304#issuecomment-703121523
It appears that the aws-sdk dependencies are installing to a `lib64` directory on these platforms instead of `lib`: ``` [root@add4b8c61e56 r]# ls /build/awssdk_ep-install/lib cmake libaws-cpp-sdk-core.a libaws-cpp-sdk-sts.a libaws-cpp-sdk-cognito-identity.a libaws-cpp-sdk-identity-management.a libaws-cpp-sdk-transfer.a libaws-cpp-sdk-config.a libaws-cpp-sdk-s3.a [root@add4b8c61e56 r]# ls /build/awssdk_ep-install/ include lib lib64 [root@add4b8c61e56 r]# ls /build/awssdk_ep-install/lib64 aws-c-common aws-checksums libaws-c-common.a libaws-checksums.a aws-c-event-stream cmake libaws-c-event-stream.a ``` We are already providing CMAKE_INSTALL_DIR and the docs (and source) say this should get passed on to the dependencies. Debugging further. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
