Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Fix bundled abseil and homebrew formula #20295

Closed
asfimport opened this issue Jun 21, 2022 · 1 comment
Closed

[C++] Fix bundled abseil and homebrew formula #20295

asfimport opened this issue Jun 21, 2022 · 1 comment
Assignees
Milestone

Comments

@asfimport
Copy link

The homebrew-r-brew nightly job has been failing since the ARROW_GCS flag was turned on in ARROW-14892. The failure is an undefined absl symbol

** testing if installed package can be loaded from temporary location
Error: Error: package or namespace load failed forarrowin dyn.load(file, DLLpath = DLLpath, ...):
 unable to load shared object '/Users/runner/work/crossbow/crossbow/arrow/r/check/arrow.Rcheck/00LOCK-arrow/00new/arrow/libs/arrow.so':
  dlopen(/Users/runner/work/crossbow/crossbow/arrow/r/check/arrow.Rcheck/00LOCK-arrow/00new/arrow/libs/arrow.so, 6): Symbol not found: __ZN4absl12lts_2021110210FormatTimeENS0_11string_viewENS0_4TimeENS0_8TimeZoneE
  Referenced from: /usr/local/opt/apache-arrow/lib/libarrow.900.dylib
  Expected in: flat namespace
 in /usr/local/opt/apache-arrow/lib/libarrow.900.dylib

I encountered the same error when working on R bindings for GCS in ARROW-16510. There are two issues:

  • The bundled abseil cmake build macro is incomplete, possibly as a result of a merge conflict
  • The homebrew formula should be updated to use the brew bottles for the google-cloud-cpp dependencies (there is no formula for it itself) rather than bundle everything

Reporter: Neal Richardson / @nealrichardson
Assignee: Neal Richardson / @nealrichardson

PRs and other links:

Note: This issue was originally created as ARROW-16869. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Kouhei Sutou / @kou:
Issue resolved by pull request 13407
#13407

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants