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

   In case it is helpful, I just tried doing this all in a docker container 
running R and it failed at the `create_package_with_all_dependencies` step 
(previously I was able to complete that step). Again, it is a bash error.
   
   ```
   > docker run -it rocker/r-ver                                                
                                                                                
                                                                              
   
   Unable to find image 'rocker/r-ver:latest' locally
   latest: Pulling from rocker/r-ver
   ff65ddf9395b: Pull complete 
   16d44ce48f37: Pull complete 
   199f37b8fbcd: Pull complete 
   8f709b883eba: Pull complete 
   0068d1642dbd: Pull complete 
   5245faf9270d: Pull complete 
   8726ee55941a: Pull complete 
   Digest: 
sha256:772738e2bee18cdc77464e4636b685dfec8e0c446b1cb9e28417be2ed5a288f8
   Status: Downloaded newer image for rocker/r-ver:latest
   
   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_17.0.0.1.tar.gz'
   Content type 'binary/octet-stream' length 20389884 bytes (19.4 MB)
   ==================================================
   downloaded 19.4 MB
   
   Error in create_package_with_all_dependencies("my_arrow_pkg.tar.gz") : 
     Failed to parse versions.txt; view  /tmp/RtmpqoUrWB/file119f0ecbb.R for 
more information
   In addition: Warning messages:
   1: In dir.create(download_dir) :
     cannot create dir 
'/tmp/RtmpqoUrWB/file16505b133/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
   
   > file.info('/tmp/RtmpqoUrWB/file119f0ecbb.R')$size
   [1] 0
   ```


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