amoeba commented on issue #3080:
URL: https://github.com/apache/arrow-adbc/issues/3080#issuecomment-3025870680
Maybe? I was running through the steps verbatim so it wasn't expected in
that sense. It just so happens that the current conda_env_docs.txt file
installs an almost-complete-enough compiler toolchain,
```
adbc ❯ conda list | grep -E "(clang|llvm|ld64|compiler|cc)"
(adbc)
cctools_osx-arm64 1010.6 h729f01a_6
conda-forge
clang 20.1.7 default_hcdeef69_0
conda-forge
clang-20 20.1.7 default_h03658f6_0
conda-forge
clang_impl_osx-arm64 20.1.7 h5bfba70_25
conda-forge
clang_osx-arm64 20.1.7 h07b0088_25
conda-forge
clangxx 20.1.7 default_haca757a_0
conda-forge
clangxx_impl_osx-arm64 20.1.7 h12301e7_25
conda-forge
clangxx_osx-arm64 20.1.7 h07b0088_25
conda-forge
compiler-rt 20.1.7 hd2aecb6_0
conda-forge
compiler-rt_osx-arm64 20.1.7 h7969c41_0
conda-forge
ld64_osx-arm64 951.9 hcfee506_6
conda-forge
libclang-cpp20.1 20.1.7 default_h03658f6_0
conda-forge
libllvm20 20.1.7 h598bca7_0
conda-forge
llvm-openmp 20.1.7 hdb05f8b_0
conda-forge
llvm-tools 20.1.7 hd2aecb6_0
conda-forge
llvm-tools-20 20.1.7 h87a4c7e_0
conda-forge
```
It's just missing `ld` so, as you suggest, it tries to use ld from the
system toolchain which we don't expect to work since we're otherwise using
conda.
--
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]