jeroen opened a new issue, #46313: URL: https://github.com/apache/arrow/issues/46313
### Describe the bug, including details regarding any error messages, version, and platform. See build log here: https://github.com/r-universe/apache/actions/runs/14822138072/job/41610665981 We use the same build on x86_64 and aarch64, but only the latter fails. Error message: ``` Error: package or namespace load failed for ‘arrow’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/__w/apache/apache/mylib/00LOCK-arrow/00new/arrow/libs/arrow.so': /__w/apache/apache/mylib/00LOCK-arrow/00new/arrow/libs/arrow.so: undefined symbol: _ZN4absl7debian319str_format_internal13FormatArgImpl8DispatchIiEEbNS2_4DataENS1_24FormatConversionSpecImplEPv Error: loading failed Execution halted ``` When we demangle, seems like a problem with absl: ```sh c++filt __ZN4absl7debian319str_format_internal13FormatArgImpl8DispatchIiEEbNS2_4DataENS1_24FormatConversionSpecImplEPv # bool absl::debian3::str_format_internal::FormatArgImpl::Dispatch<int>(absl::debian3::str_format_internal::FormatArgImpl::Data, absl::debian3::str_format_internal::FormatConversionSpecImpl, void*) ``` ### 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org