[ https://issues.apache.org/jira/browse/ARROW-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17662039#comment-17662039 ]
Rok Mihevc commented on ARROW-5017: ----------------------------------- This issue has been migrated to [issue #21515|https://github.com/apache/arrow/issues/21515] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [C++] [CI] Thrift not found on Azure Pipelines > ---------------------------------------------- > > Key: ARROW-5017 > URL: https://issues.apache.org/jira/browse/ARROW-5017 > Project: Apache Arrow > Issue Type: Bug > Components: C++, Continuous Integration > Reporter: Antoine Pitrou > Priority: Minor > > I don't understand why this happens. The conda-forge package for > {{thrift-cpp}} is the same as installed on AppVeyor, yet on Azure Pipelines > the static library isn't found: > https://dev.azure.com/pitrou/arrow/_build/results?buildId=70 > {code} > -- Checking for module 'thrift' > -- No package 'thrift' found > CMake Error at > D:/a/1/conda-envs/arrow/Library/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:137 > (message): > Could NOT find Thrift (missing: THRIFT_STATIC_LIB) > Call Stack (most recent call first): > > D:/a/1/conda-envs/arrow/Library/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:378 > (_FPHSA_FAILURE_MESSAGE) > cmake_modules/FindThrift.cmake:94 (find_package_handle_standard_args) > cmake_modules/ThirdpartyToolchain.cmake:146 (find_package) > cmake_modules/ThirdpartyToolchain.cmake:1076 (resolve_dependency) > CMakeLists.txt:544 (include) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)