You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/02/04 12:51:42 UTC

[GitHub] [arrow] kou commented on issue #32292: [R] Build linux binaries on older image (like manylinux2014)

kou commented on issue #32292:
URL: https://github.com/apache/arrow/issues/32292#issuecomment-1416744115

   I tried to use CentOS 7 binaries with Ubuntu 18.04 in https://github.com/apache/arrow/pull/34020#issuecomment-1416603703 but we can't do it:
   
   https://github.com/ursacomputing/crossbow/actions/runs/4089420508/jobs/7052165676#step:12:265
   
   ```text
    Error: package or namespace load failed for ‘arrow’ in dyn.load(file, DLLpath = DLLpath, ...):
    unable to load shared object '/usr/local/lib/R/site-library/00LOCK-arrow/00new/arrow/libs/arrow.so':
     /usr/local/lib/R/site-library/00LOCK-arrow/00new/arrow/libs/arrow.so: undefined symbol: _ZNK5arrow8DataType18ComputeFingerprintB5cxx11Ev
   ```
   
   Because CentOS 7 + devtoolset doesn't use cxx11 ABI but Ubuntu 18.04 requires cxx11 ABI.
   
   Can we close this?


-- 
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-unsubscribe@arrow.apache.org

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