nealrichardson opened a new pull request #9811: URL: https://github.com/apache/arrow/pull/9811
Also includes a followup to ARROW-11736 to add the utf8proc/re2 features to arrow_info() and use that in skip_if_not_available(). This does not attempt to fix the re2 build on clang 11 with libc++ (see https://www.stats.ox.ac.uk/pub/bdr/Rconfig/r-devel-linux-x86_64-fedora-clang), it merely tries to disable re2 on that machine. It would be nice not to have to special-case that, particularly since the test docker image we use does not exactly reflect the bespoke CRAN machine and thus this may not successfully disable the feature on CRAN. I would guess that the issue is that we aren't passing CXX etc. through to the re2 external project, but if our external project setup were that fragile, then I'm surprised that more dependencies aren't failing. cc @kou @xhochy -- 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]
