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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   In #13622, the capability to use artifactory for libarrow binaries was 
added.  Logic was added to truncate the version number to three levels deep 
(e.g. from 11.0.0.1 to 11.0.0) when fetching binaries.  However, other logic in 
`nixlibs.R` which works out if the binaries have been downloaded as a local 
checkout depends on the variable `dst_dir` which is still based on the full 
version number instead of the truncated number, and results in a failure on CI 
for the binary package builds when package version number contains 4 levels.
   
   ### 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