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

   What surprises me:
   
   On Debian 12[^1]:
   
   [^1]: `docker run --rm -ti glcr.b-data.ch/r/base bash -c 'export 
ARROW_R_DEV=true && apt-get update && apt-get -y install 
--no-install-recommends cmake && 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.
   trying URL 'https://apache.jfrog.io/artifactory/arrow/r/'
   downloaded 1500 bytes
   
   *** 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
   **** cmake 3.25.1: /usr/bin/cmake
   **** arrow with SOURCE_DIR='tools/cpp' 
BUILD_DIR='/tmp/RtmpBQakSl/filec8221997587' DEST_DIR='libarrow/arrow-21.0.0' 
CMAKE='/usr/bin/cmake' EXTRA_CMAKE_FLAGS='' CC='gcc' CXX='g++ -std=gnu++17' 
LDFLAGS='-L/usr/local/lib' N_JOBS='2' ARROW_S3='OFF' ARROW_GCS='OFF'
   ...
   ```
   
   On Ubuntu 22.04[^2]:
   
   [^2]: `docker run --rm -ti glcr.b-data.ch/cuda/r/base bash -c 'export 
ARROW_R_DEV=true && apt-get update && apt-get -y install 
--no-install-recommends cmake && 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.
   trying URL 'https://apache.jfrog.io/artifactory/arrow/r/'
   downloaded 1500 bytes
   
   *** 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=-DARROW_DS_STATIC -DPARQUET_STATIC -DARROW_ACERO_STATIC 
-DARROW_COMPUTE_STATIC -DARROW_STATIC 
-I/tmp/RtmpSmtL4C/R.INSTALLc431f7ddef2/arrow/libarrow/arrow-21.0.0/include 
-I/usr/lib/include/x86_64-linux-gnu -I/usr/lib/include   -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/RtmpSmtL4C/R.INSTALLc431f7ddef2/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