Skip to content
Prev 20678 / 21312 Next

[Bioc-devel] arrow dependent packages fail to build on macOS

Hi Edward,

arrow is a CRAN package with Mac binaries available for R 4.4 so our 
build system just install that. Note that Mac package binaries should be 
self-contained (they use static linking), so they should **never** 
require any external system library.

Not sure why we see this error on lconway. It could be that there was a 
problem with the Mac binary provided by CRAN (it looks like they updated 
the binary on Sept 12), or something went wrong when it landed on 
lconway, hard to know. In any case, I just reinstalled the package on 
lconway and that seems to have solved the problem, that is, now I can 
library(arrow) in an interactive session on the machine.

I might have done this too late for the fix to have any impact on 
tomorrow's build report for 3.20. Let's see how things are going for 
BayesSpace on Friday's report.

Best,

H.
On 10/23/24 01:29, Edward Zhao wrote: