lidavidm commented on issue #3288: URL: https://github.com/apache/arrow-adbc/issues/3288#issuecomment-3219119726
The immediate error is: ``` Symbol not found: __ZNK4tapi2v119LinkerInterfaceFile28getPlatformsAndMinDeploymentEv ``` That comes from https://github.com/conda-forge/tapi-feedstock, which seems to be out of date with respect to https://github.com/apple-oss-distributions/tapi However probably the issue is that we're linking with /usr/bin/cc. The specific test failing is a doctest and it appears that doctests in particular ignore linker settings: https://github.com/rust-lang/rust/issues/125657 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org