jeroen commented on issue #35472:
URL: https://github.com/apache/arrow/issues/35472#issuecomment-1544524697

   > It's currently [make 
sync-cpp](https://github.com/apache/arrow/blob/main/r/Makefile#L40-L49), though 
putting that in bootstrap.R like Dewey proposed would help so that you don't 
have to maintain ad-hoc if arrow logic. For the nightly/on-demand autobrew 
build, we don't use that vendored source (though presumably there would be a 
way?).
   
   OK thanks, this fixes the Linux build. If I try to build a copy of arrow 
with vendored source on Windows, it fails with:
   
   ```
      ===== ./arrow.Rcheck/00install.out =====
     * installing *source* package 'arrow' ...
     ** using staged installation
     trying URL 
'https://nightlies.apache.org/arrow/r/libarrow/bin/windows/arrow-12.0.0.9000.zip'
     Error in download.file(sprintf(template, version), "lib.zip", quiet = 
quietly) : 
       cannot open URL 
'https://nightlies.apache.org/arrow/r/libarrow/bin/windows/arrow-12.0.0.9000.zip'
   ```
   
   I see the nightlies on 
https://nightlies.apache.org/arrow/r/libarrow/bin/windows/ have a different 
version scheme for example todays build is `arrow-12.0.0.100000043.zip`.  
   


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