glin commented on issue #13211:
URL: https://github.com/apache/arrow/issues/13211#issuecomment-1137583461

   With `LIBARROW_BINARY=true`, I get a `No libarrow binary found for version 
8.0.0 on ubuntu-22.04` message when trying to install on Ubuntu 22. I guess 
22.04 should be added to the distro map? 
https://raw.githubusercontent.com/ursa-labs/arrow-r-nightly/master/linux/distro-map.csv
   ```bash
   $ export LIBARROW_BINARY=true
   $ R -e 'install.packages("arrow", repos = "https://cloud.r-project.org";)'
   
   R version 4.1.3 (2022-03-10) -- "One Push-Up"
   Copyright (C) 2022 The R Foundation for Statistical Computing
   Platform: x86_64-pc-linux-gnu (64-bit)
   ...
   
   > install.packages("arrow", repos = "https://cloud.r-project.org";)
   trying URL 'https://cloud.r-project.org/src/contrib/arrow_8.0.0.tar.gz'
   Content type 'application/x-gzip' length 4796875 bytes (4.6 MB)
   ==================================================
   downloaded 4.6 MB
   
   * installing *source* package ‘arrow’ ...
   ** package ‘arrow’ successfully unpacked and MD5 sums checked
   ** using staged installation
   **** pkg-config not installed, setting ARROW_DEPENDENCY_SOURCE=BUNDLED
   *** No libarrow binary found for version 8.0.0 on ubuntu-22.04
   *** Found local C++ source: 'tools/cpp'
   *** Building libarrow from source
       For a faster, more complete installation, set the environment variable 
NOT_CRAN=true before installing
       See install vignette for details:
       https://cran.r-project.org/web/packages/arrow/vignettes/install.html
   ```


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

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to