nealrichardson commented on pull request #8304: URL: https://github.com/apache/arrow/pull/8304#issuecomment-703173253
Ok, with that latest patch, * 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): SUCCESS with S3 * test-r-rstudio-r-base-3.6-opensuse15 (gcc 7.4.1): SUCCESS with S3 * test-r-rstudio-r-base-3.6-opensuse42 (gcc 4.8): SUCCESS *without S3* (gcc too old) That's 4 successful builds with S3, 3 successful builds but without S3 because system requirements aren't met, and 1 strange link error. Someone who knows better should revise my cmake hackery in https://github.com/apache/arrow/pull/8304/commits/d3f13d4ca2a63af5d758e900a981c27251a75a90 ---------------------------------------------------------------- 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]
