amoeba commented on issue #38033:
URL: https://github.com/apache/arrow/issues/38033#issuecomment-1758745132

   Thanks @orgadish, I'm not totally sure what the issue is there but others 
may. As a way forward, could you try downloading a pre-compiled version of 
libarrow and trying to build the R package with that instead? Steps would be:
   
   - Download the latest zip from 
https://nightlies.apache.org/arrow/r/libarrow/bin/darwin-x86_64-openssl-3.0/
   - Create a folder in your Arrow source checkout at `./r/libarrow`. Remove or 
empty the folder if it already exists.
   - Unzip the zip you downloaded into it. It should create a folder 
`arrow-13.0.0.100000286` or similar
   - Rename the folder to `arrow-13.0.0.9000`
     - Your final structure should look like:
       ```
       ❯ tree -L 2 /path/to/arrow/clone/r/libarrow
       libarrow
       └── arrow-13.0.0.9000
           ├── include
           └── lib
       ```
   - Run `devtools::load_all()` again and let us know how that goes


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