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 2022/10/06 14:26:27 UTC

[GitHub] [arrow] assignUser commented on issue #13358: Bug: unable to install R package on CentOS 7

assignUser commented on issue #13358:
URL: https://github.com/apache/arrow/issues/13358#issuecomment-1270153734

   > one for the default GCC 4.8.5 
   
   This is not possible due to the switch to C++17 which is first supported in gcc >= 5 but with devtoolset the missing libc++ features are statically linked into the binary and will work on machines without dts (:magic_wand: ). 
   
   You can test this yourself by downloading the `r-pkg__centos7` artifact from this workflow run: https://github.com/ursacomputing/crossbow/actions/runs/3159866027
   It contains a binary package compiled in this way, would be great to have some external validation of the process :)


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