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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
