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 2020/12/01 19:42:58 UTC

[GitHub] [arrow] mattpollock commented on a change in pull request #8813: ARROW-10780: [R] update known R installation issues for centos7 and a…

mattpollock commented on a change in pull request #8813:
URL: https://github.com/apache/arrow/pull/8813#discussion_r533674921



##########
File path: r/vignettes/install.Rmd
##########
@@ -284,7 +284,11 @@ so that we can attempt to improve the script.
 ## Known installation issues
 
 * On CentOS, if you are using a more modern `devtoolset`, you may need to set
-the environment variables `CC=/usr/bin/gcc CXX=/usr/bin/g++`.
+the environment variables `CC` and `CXX` (e.g., in the R `Makeconf` file).
+These may be set to system defaults (e.g., `CC=/usr/bin/gcc CXX=/usr/bin/g++`)
+or they may be set to use the `gcc`/`g++` from the devtoolset. In the latter
+case, you will have to make sure that the system arrow dependencies are not
+used (i.e., make sure the system variable `ARROW_USE_PKG_CONFIG` is false).

Review comment:
       Yep, just added more explanation. In my testing I got back to the segfault on `write_parquet(...)` using the devtoolset-8 to compile the R package but using arrow-devel/parquet-devel from the system (and compiled by the system compilers)




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