amoeba opened a new issue, #44931:
URL: https://github.com/apache/arrow/issues/44931

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   While testing the latest (18.1.0) arrow CRAN submission, I noticed the 
prebuilt libarrow binaries aren't being used. I'm not sure if this has been an 
issue for more than just this release yet.
   
   How I can reproduce this:
   
   ```sh
   git checkout maint-18.1.0-r
   cd r
   make build
   ARROW_R_DEV=TRUE R CMD INSTALL arrow_18.1.0.tar.gz
   * installing to library ‘/home/bryce/R/aarch64-unknown-linux-gnu-library/4.4’
   * installing *source* package ‘arrow’ ...
   ** using staged installation
   *** pkg-config found.
   trying URL 'https://apache.jfrog.io/artifactory/arrow/r/'
   downloaded 1284 bytes
   
   *** Building on linux aarch64
   *** Found local C++ source: 'tools/cpp'
   *** Building libarrow from source
       For build options and troubleshooting, see the install guide:
       https://arrow.apache.org/docs/r/articles/install.html
   *** Building with MAKEFLAGS=-j2
   ```
   
   I think it would be good while fixing the issue to improve the print logging 
if we can.
   
   cc @ass
   
   ### Component(s)
   
   R


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to