h-vetinari commented on PR #15014:
URL: https://github.com/apache/arrow/pull/15014#issuecomment-1356725793

   > I don't understand why this is looking for `arrow.so` instead of 
`libarrow.so` - the recipe hasn't changed.
   
   Though on the other hand, the build.sh for r-arrow is calling straight into 
the top-level `r/`-folder:
   ```
   ${R} CMD INSTALL --build r/. ${R_ARGS}
   ```
   
   so something broke there in the last couple of days. For example, 
https://github.com/apache/arrow/commit/dca8c07de6089bde7a9c2e10b42b72541a616cb6 
changed 
[`r/configure`](https://github.com/apache/arrow/blame/master/r/configure) quite 
a bit, which could explain why now the libs are being built differently or not 
linked correctly anymore.
   
   CC @thisisnic 


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