benz0li commented on issue #47202:
URL: https://github.com/apache/arrow/issues/47202#issuecomment-3125410240

   > * For the former: `docker run --rm -ti glcr.b-data.ch/r/base bash -c 
'apt-get update && apt-get -y install --no-install-recommends cmake && 
LIBARROW_BINARY=true install2.r --error --skipinstalled arrow'`
   
   On Debian 12 (x86_64)[^1]:
   
   [^1]: `docker run --rm -ti glcr.b-data.ch/r/base bash -c 'ARROW_R_DEV=true 
LIBARROW_BINARY=true install2.r --error --skipinstalled arrow'`
   
   ```
   ...
   * installing *source* package ‘arrow’ ...
   ** this is package ‘arrow’ version ‘21.0.0’
   ** package ‘arrow’ successfully unpacked and MD5 sums checked
   ** using staged installation
   *** pkg-config found.
   *** Found libcurl and OpenSSL >= 3.0.0
   trying URL 
'https://apache.jfrog.io/artifactory/arrow/r/21.0.0/libarrow/bin/linux-openssl-3.0/arrow-21.0.0.zip'
   Content type 'application/zip' length 42677997 bytes (40.7 MB)
   ==================================================
   downloaded 40.7 MB
   
   *** Checksum validated successfully for libarrow
   *** Successfully retrieved libarrow (linux-openssl-3.0)
   
PKG_CFLAGS=-I/tmp/RtmpoREyRS/R.INSTALLab52ac66e70/arrow/libarrow/arrow-21.0.0/include
 -I/usr/include/x86_64-linux-gnu -I/usr/lib/include -DARROW_DS_STATIC 
-DPARQUET_STATIC -DARROW_ACERO_STATIC -DARROW_COMPUTE_STATIC -DARROW_STATIC    
-DARROW_R_WITH_PARQUET -DARROW_R_WITH_COMPUTE -DARROW_R_WITH_DATASET 
-DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -DARROW_R_WITH_S3 -DARROW_R_WITH_GCS
   
PKG_LIBS=-L/tmp/RtmpoREyRS/R.INSTALLab52ac66e70/arrow/libarrow/arrow-21.0.0/lib 
-L/usr/lib/lib/x86_64-linux-gnu  -larrow_dataset -lparquet -larrow_acero 
-larrow_compute -larrow -larrow_bundled_dependencies -ldl -lcurl -lssl -lcrypto
   ...
   ```


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