jabraham17 commented on issue #49974: URL: https://github.com/apache/arrow/issues/49974#issuecomment-4443964697
I was building with the 24.0.0 release. M1 Mac with MacOS 26.4.1, libtool version `Apple Inc. version cctools_ld-1266.8`. I suspect the CI runners don't catch this because they don't explicitly specify `-DCMAKE_LIBTOOL` when configuring with cmake. If I don't specify `-DCMAKE_LIBTOOL=/usr/bin/libtool`, then the proper libtool is found and no validation error occurs. If I do specify `CMAKE_LIBTOOL`, then the validation logic fails. I'm no cmake expert, but as far as I can tell its the same validation function being called in both codepaths. So I'm not totally sure why its different? Not sure what the semantics of the VALIDATOR function are exactly -- 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]
