kou commented on issue #46137: URL: https://github.com/apache/arrow/issues/46137#issuecomment-2819824067
```text libgrpc conda-forge/osx-arm64::libgrpc-1.67.1-h0a426d6_2 ``` It seems that 1.67.1 isn't the latest version. Based on https://anaconda.org/conda-forge/libgrpc , 1.71.0 is the current latest release. But it's not related to the build error. They cause the build error: ```text CMake Error at cmake_modules/ThirdpartyToolchain.cmake:5042 (include): include could not find requested file: AWSSDKVariables Call Stack (most recent call first): CMakeLists.txt:618 (include) ``` ```text CMake Error at CMakeLists.txt:638 (include): include could not find requested file: san-config ``` They exist in https://github.com/apache/arrow/tree/main/cpp/cmake_modules and the path must be prepared by https://github.com/apache/arrow/tree/main/cpp/cmake_modules . Could you check `AWSSDKVariables.cmake`/`san-config.cmake` exist in `cpp/cmake_modules/`? -- 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]
