assignUser commented on issue #38769: URL: https://github.com/apache/arrow/issues/38769#issuecomment-1817288308
I am unfamiliar with the macports build setup but with 14.0.0 we have completely overhauled the build system for the R package under macos and windows. That is likely the source for the issue as the build on macos now uses the same system as the linux build with pre-compiled binaries or build from source if that wasn't found. You could try to set `LIBARROW_BINARY=true` to force the use of the precompiled binaries (we have them for openssl 1.1 and 3) to skip the use of system arrow. Do you have a CI run where I can see the complete log (specifically the bits at the beginning before the actual compilation)? Sidenote are you cross compiling with quemu for 10.6 or how are you running such an old version? -- 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]
