nealrichardson commented on pull request #8304: URL: https://github.com/apache/arrow/pull/8304#issuecomment-703119729
Latest, after fixing openssl shared library finding and adding extra version detection to the R build script: * test-r-rhub-ubuntu-gcc-release (ubuntu 16.04, gcc 5.4.0): FAIL. C++ build with S3 succeeds but R package link error: `undefined symbol: __cpu_model` * test-r-rocker-r-base-latest (debian:testing, gcc 9.3.0): SUCCESS with S3 * test-r-rstudio-r-base-3.6-bionic (ubuntu 18.04, gcc 7.5.0): SUCCESS with S3 * test-r-rstudio-r-base-3.6-centos6 (gcc 8.3.1): SUCCESS *without S3* (system openssl is 1.0.1e, but we require 1.0.2) * test-r-rstudio-r-base-3.6-centos7 (gcc 4.8.5): SUCCESS *without S3* (gcc too old) * test-r-rstudio-r-base-3.6-centos8 (gcc 8.3.1): FAIL. error building arrow_bundled_dependencies.a because `awssdk_ep-install/lib/libaws-c-event-stream.a: No such file or directory` * test-r-rstudio-r-base-3.6-opensuse15 (gcc 7.4.1): FAIL. error building arrow_bundled_dependencies.a because `awssdk_ep-install/lib/libaws-c-event-stream.a: No such file or directory` * test-r-rstudio-r-base-3.6-opensuse42 (gcc 4.8): SUCCESS *without S3* (gcc too old) I'm trying to reproduce the arrow_bundled_dependencies issue locally. I have no idea how to handle `__cpu_model`. ---------------------------------------------------------------- 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]
