jonkeane opened a new issue, #40248: URL: https://github.com/apache/arrow/issues/40248
### Describe the enhancement requested We currently are failing on most macOS systems on CRAN. It appears that the CRAN runners have GNU libtool installed instead of the xcode version so we need to avoid `'-no_warning_for_no_symbols'`. Note: the mac builder CRAN machine _does not exhibit this behavior_. So we will need to test this on our own. ``` [ 19%] Bundling /var/folders/k4/0jwzxmln0nb8y6rkzprptb640000gq/T/Rtmp4C6n7h/file63de2525b3fd/release/libarrow_bundled_dependencies.a Scanning dependencies of target arrow_dependencies Usage: /Library/Frameworks/R.framework/Resources/bin/libtool [OPTION]... [MODE-ARG]... Try 'libtool --help' for more information. libtool: error: unrecognised option: '-no_warning_for_no_symbols' make[2]: *** [src/arrow/CMakeFiles/arrow_bundled_dependencies_merge] Error 1 make[1]: *** [src/arrow/CMakeFiles/arrow_bundled_dependencies_merge.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 19%] Built target arrow_dependencies make: *** [all] Error 2 **** Complete build log may still be present at /var/folders/k4/0jwzxmln0nb8y6rkzprptb640000gq/T//Rtmp4C6n7h/file63de4e4bba18.log *** Failed to find Arrow C++ libraries. ------------------------- NOTE --------------------------- There was an issue preparing the Arrow C++ libraries. See https://arrow.apache.org/docs/r/articles/install.html ---------------------------------------------------------- ``` ### Component(s) R -- 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]
