nealrichardson opened a new pull request, #13407:
URL: https://github.com/apache/arrow/pull/13407

   The `homebrew-r-brew` nightly job has been failing since the ARROW_GCS flag 
was turned on in 
[ARROW-14892](https://issues.apache.org/jira/browse/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 for ‘arrow’ in 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](https://issues.apache.org/jira/browse/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


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to