mark-andrews commented on issue #44824:
URL: https://github.com/apache/arrow/issues/44824#issuecomment-2536730946

   Hi @amoeba 
   Interestingly, it does not work for me still, although I do get version 18 
of arrow now.
   ```bash
   > docker run -it rocker/r-ver
   
   R version 4.4.2 (2024-10-31) -- "Pile of Leaves"
   Copyright (C) 2024 The R Foundation for Statistical Computing
   Platform: x86_64-pc-linux-gnu
   
   R is free software and comes with ABSOLUTELY NO WARRANTY.
   You are welcome to redistribute it under certain conditions.
   Type 'license()' or 'licence()' for distribution details.
   
     Natural language support but running in an English locale
   
   R is a collaborative project with many contributors.
   Type 'contributors()' for more information and
   'citation()' on how to cite R or R packages in publications.
   
   Type 'demo()' for some demos, 'help()' for on-line help, or
   'help.start()' for an HTML browser interface to help.
   Type 'q()' to quit R.
   
   > 
source("https://raw.githubusercontent.com/apache/arrow/main/r/R/install-arrow.R";)
   > create_package_with_all_dependencies("my_arrow_pkg.tar.gz")
   Downloading Arrow source file
   trying URL 
'https://p3m.dev/cran/__linux__/noble/latest/src/contrib/arrow_18.1.0.tar.gz'
   Content type 'binary/octet-stream' length 20598620 bytes (19.6 MB)
   ==================================================
   downloaded 19.6 MB
   
   Error in create_package_with_all_dependencies("my_arrow_pkg.tar.gz") :
     Failed to parse versions.txt; view  /tmp/RtmpZ1474S/file1316604c3.R for 
more information
   In addition: Warning messages:
   1: In dir.create(download_dir) :
     cannot create dir 
'/tmp/RtmpZ1474S/file12f9c8c66/arrow/tools/thirdparty_dependencies', reason 'No 
such file or directory'
   2: In system2("bash", c(download_dependencies_sh, download_dir), stdout = 
download_script,  :
     error in running command
   ```
   
   I even purged the r-ver image and pulled it down again, and tried again but 
that led to the same result.
   I am pretty baffled by way something that works in one docker container does 
not work in another container.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to