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/30 03:41:17 UTC

[GitHub] [arrow] jonkeane commented on a change in pull request #9034: ARROW-10733: [R] Improvements to Linux installation troubleshooting

jonkeane commented on a change in pull request #9034:
URL: https://github.com/apache/arrow/pull/9034#discussion_r549924720



##########
File path: r/vignettes/install.Rmd
##########
@@ -175,25 +181,24 @@ tune one of several parameters. Here are some known complications and ways to ad
 If you get an error like
 
 ```
-Cannot call io___MemoryMappedFile__Open(). Please use arrow::install_arrow() to install required runtime libraries.
+Cannot call io___MemoryMappedFile__Open(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries.
 ```
 
 for every `arrow` function you call,
 that means that installing the package failed to retrieve or build C++ libraries
-compatible with the current version of the R package. `install_arrow()` provides
-some convenience wrappers around the various environment variables described below
-and has defaults that should isolate the package installation and make it
-more likely to succeed. See its help page for details.
-
-As of version 0.17, it is expected that C++ dependencies should be built successfully
-on all Linux distributions, so if you see this message because the C++ libraries
-errored while building,
+compatible with the current version of the R package.
+
+It is expected that C++ dependencies should be built successfully
+on all Linux distributions, so you should not see this message. If you do,
+please check the "Known installation issues" below to see if any apply.
+If none apply, retry the installation with `arrow::install_arrow(verbose = TRUE)`
+so that details on what failed are shown, then
 please [report an issue](https://issues.apache.org/jira/projects/ARROW/issues).

Review comment:
       Do we want to proactively ask for the install log in the report? I've seen a few jiras where that's usually the first ask.




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