[
https://issues.apache.org/jira/browse/ARROW-13505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17390469#comment-17390469
]
Amit Ramon commented on ARROW-13505:
------------------------------------
{code:java}
> sessionInfo( )
R version 4.0.4 (2021-02-15)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Debian GNU/Linux 11 (bullseye)
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.0.4 tools_4.0.4
{code}
I cannot provide the output of `arrow_info()` as arrow is not installed. But
perhaps this could help:
{code:java}
$ c++ --version
c++ (Debian 10.2.1-6) 10.2.1 20210110
$ gcc --version
gcc (Debian 10.2.1-6) 10.2.1 20210110
{code}
> [R] Installation of Arrow fails on Debian Gnu/Linux
> ---------------------------------------------------
>
> Key: ARROW-13505
> URL: https://issues.apache.org/jira/browse/ARROW-13505
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, GLib, R
> Affects Versions: 5.0.0
> Environment: Debian Gnu/Linux 11
> R 4.0.4
> Reporter: Amit Ramon
> Priority: Major
> Labels: Linux, debian, r
> Attachments: arrow-1.log
>
>
> {{I'm trying to install Arrow on Debian Gnu/Linux using R 4.0.4. Arrow is not
> installed, and I tried both `install.packages("arrow")` and the script
> provided by the Arrow project that contains the `install_arrow()` function.}}
> {{The installation always fail at some point after lots of compilation with a
> message}}
> {code:java}
> /usr/bin/ld: cannot find
> /home/amit/tmp/Rtmp54dYjQ/R.INSTALL49a67e7832c7/arrow/libarrow/arrow-5.0.0/lib:
> file format not recognized{code}
> {{I've tried calling the `install_arrow()` function in the following ways:}}
>
> {code:java}
> install_arrow(binary = TRUE, minimal = TRUE, verbose = TRUE)
> install_arrow(binary = FALSE, minimal = TRUE, verbose = TRUE) {code}
> {{I also try to install the Arrow binaries (using the command in
> [https://arrow.apache.org/install/|}}{{https://arrow.apache.org/install/}}{{])
> and then running the above commands again but got the same error.}}
> {{I'm attaching the log from running the first command above.}}
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)