You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ahmed Riza (Jira)" <ji...@apache.org> on 2021/03/14 16:33:00 UTC

[jira] [Created] (ARROW-11963) Arrow installation issue with R 4.0.4 on Fedora 33

Ahmed Riza created ARROW-11963:
----------------------------------

             Summary: Arrow installation issue with R 4.0.4 on Fedora 33
                 Key: ARROW-11963
                 URL: https://issues.apache.org/jira/browse/ARROW-11963
             Project: Apache Arrow
          Issue Type: Bug
          Components: R
    Affects Versions: 3.0.0
         Environment: Linux, Fedora 33
            Reporter: Ahmed Riza


Being trying to install using R 4.0.4 on Linux (Fedora 33).  I have built and installed the C++ arrow libraries (using release version 3.0.0) following the instructions at [https://arrow.apache.org/docs/r/.|https://arrow.apache.org/docs/r/]

Then, from R, I tried to install "arrow":

```

{color:#000000}install.packages("arrow"){color}


```

This fails during the verification stage:

```

{color:#000000}** testing if installed package can be loaded from temporary location {color}
sh: line 1:  8386 Segmentation fault      (core dumped) R_TESTS= '/usr/lib64/R/bin/R' --no-save --no-restore --no-echo 2>&1 < '/tmp/RtmpWtq6vV/file1f4b570a7335' 
 
 *** caught segfault *** 
address (nil), cause 'memory not mapped'
 
```

Any thoughts on where to look? (I can only get arrow to work with the latest development version of R and not the release version of 4.0.4).  Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)