You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/03 17:02:04 UTC

[GitHub] [arrow] nealrichardson edited a comment on issue #10226: [R] Install from CRAN started to fail

nealrichardson edited a comment on issue #10226:
URL: https://github.com/apache/arrow/issues/10226#issuecomment-831396026


   If thrift just started to fail to build, it's probably because bintray was shut down on May 1 (thrift requires boost, boost was hosted on bintray). Upgrading to arrow 4.0 indeed will fix that. 
   
   pyarrow wheels are built using the old C++ ABI, so if you want to try to link R to the libarrow that ships in wheels, you'll need to set the env var `ARROW_USE_OLD_ABI` (https://github.com/apache/arrow/blob/master/r/configure#L185-L188). I haven't done this in a while (tried to link to pyarrow's libarrow) so I can't promise that it works 100%, but that flag is definitely required. 
   
   Re: ppc64le, we have an open issue about it: https://issues.apache.org/jira/browse/ARROW-12085. Please comment there if you have any insight.


-- 
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.

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