You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jonathan Keane (Jira)" <ji...@apache.org> on 2021/12/07 19:52:00 UTC

[jira] [Resolved] (ARROW-14992) [R] Installation can't use prebuilt Arrow binaries on Pop! OS

     [ https://issues.apache.org/jira/browse/ARROW-14992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Keane resolved ARROW-14992.
------------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

Issue resolved by pull request 11870
[https://github.com/apache/arrow/pull/11870]

> [R] Installation can't use prebuilt Arrow binaries on Pop! OS
> -------------------------------------------------------------
>
>                 Key: ARROW-14992
>                 URL: https://issues.apache.org/jira/browse/ARROW-14992
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Dewey Dunnington
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> As tweeted by several folks on Twitter. As I understand it, Pop! OS is built on Ubuntu and we could map that distro to the Ubuntu binaries (As suggested by Nic!)
> Reprex:
> {code:bash}
> # docker pull hugojosefson/popos
> # docker run --rm -it hugojosefson/popos
> apt-get update && apt-get install -y r-base
> R -e "install.packages(c('bit', 'magrittr', 'ellipsis', 'glue', 'assertthat', 'bit64', 'purrr', 'R6', 'rlang', 'tidyselect', 'vctrs'))"
> NOT_CRAN=true R -e "install.packages('arrow')"
> # ...
> # ** using staged installation
> # *** No C++ binaries found for pop-20
> # *** Found local C++ source: 'tools/cpp'
> # ...
> {code}
> Where alias distributions get set: https://github.com/ursa-labs/arrow-r-nightly/blob/master/linux/distro-map.csv



--
This message was sent by Atlassian Jira
(v8.20.1#820001)