[
https://issues.apache.org/jira/browse/ARROW-11963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ahmed Riza updated ARROW-11963:
-------------------------------
Description:
I have been trying to install "arrow" package, 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":
{code:java}
install.packages("arrow"){code}
This fails during the verification stage:
{code:java}
** testing if installed package can be loaded from temporary location
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'
{code}
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.
was:
I have been trying to install "arrow" package, 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":
{code:java}
install.packages("arrow"){code}
This fails during the verification stage:
{code:java}
** testing if installed package can be loaded from temporary location
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'
{code}
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.
> 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
> Priority: Major
>
> I have been trying to install "arrow" package, 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":
> {code:java}
> install.packages("arrow"){code}
> This fails during the verification stage:
> {code:java}
> ** testing if installed package can be loaded from temporary location
> 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'
> {code}
>
> 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)