yyossy5 commented on issue #46137: URL: https://github.com/apache/arrow/issues/46137#issuecomment-2827992967
The debug print printed this: ``` DEBUG: /opt/anaconda3/envs/pyarrow-dev/lib/cmake/orc CMake Error at cmake_modules/ThirdpartyToolchain.cmake:5043 (include): include could not find requested file: AWSSDKVariables Call Stack (most recent call first): CMakeLists.txt:618 (include) ``` The file AWSSDKVariables.cmake was not found in the /opt/anaconda3/envs/pyarrow-dev/lib/cmake/orc directory. ``` 25-04-24 23:25 /opt/anaconda3/envs/pyarrow-dev/lib/cmake/orc $ ll total 96 -rw-r--r--@ 2 y_yoshida staff 2.8K 3 3 05:53 FindLZ4.cmake -rw-r--r--@ 2 y_yoshida staff 6.1K 3 7 08:57 FindProtobuf.cmake -rw-r--r--@ 2 y_yoshida staff 3.1K 3 3 05:53 FindSnappy.cmake -rw-r--r--@ 2 y_yoshida staff 2.9K 3 3 05:53 FindZLIB.cmake -rw-r--r--@ 2 y_yoshida staff 3.3K 3 3 05:53 FindZSTD.cmake -rw-r--r--@ 2 y_yoshida staff 4.3K 3 7 08:57 orcConfig.cmake -rw-r--r--@ 2 y_yoshida staff 2.7K 3 7 08:57 orcConfigVersion.cmake -rw-r--r--@ 2 y_yoshida staff 813B 3 7 08:57 orcTargets-release.cmake -rw-r--r--@ 2 y_yoshida staff 4.2K 3 7 08:57 orcTargets.cmake ``` I also built and verified using this procedure (https://github.com/apache/arrow/issues/44868#issuecomment-2508701662), but in this case, the `orc` directory did not exist at all. The only difference between the two procedures is in the conda_env_cpp.txt, but why is this happening? ``` 25-04-25 0:01 /opt/anaconda3/envs/pyarrow-dev-org/lib/cmake $ ll orc ls: orc: No such file or directory ``` -- 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