You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Uwe Korn (Jira)" <ji...@apache.org> on 2022/03/04 10:38:00 UTC

[jira] [Commented] (ARROW-15752) [C++] Compilation failure with aws-c-cal from conda-forge

    [ https://issues.apache.org/jira/browse/ARROW-15752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17501248#comment-17501248 ] 

Uwe Korn commented on ARROW-15752:
----------------------------------

[~apitrou] Can you check again? All rebuilds are through and a new aws-sdk-cpp version was also released meanwhile.

> [C++] Compilation failure with aws-c-cal from conda-forge
> ---------------------------------------------------------
>
>                 Key: ARROW-15752
>                 URL: https://issues.apache.org/jira/browse/ARROW-15752
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Antoine Pitrou
>            Priority: Major
>
> I get the following CMake error when trying to configure with aws-sdk-cpp from conda-forge:
> {code}
> CMake Error at /home/antoine/miniconda3/envs/pyarrow/lib/aws-c-cal/cmake/modules/FindLibCrypto.cmake:21 (get_target_property):
>   get_target_property() called with non-existent target "crypto".
> Call Stack (most recent call first):
>   /home/antoine/miniconda3/envs/pyarrow/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
>   /home/antoine/miniconda3/envs/pyarrow/lib/aws-c-cal/cmake/aws-c-cal-config.cmake:7 (find_dependency)
>   /home/antoine/miniconda3/envs/pyarrow/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
>   /home/antoine/miniconda3/envs/pyarrow/lib/aws-c-io/cmake/aws-c-io-config.cmake:8 (find_dependency)
>   /home/antoine/miniconda3/envs/pyarrow/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
>   /home/antoine/miniconda3/envs/pyarrow/lib/aws-c-http/cmake/aws-c-http-config.cmake:3 (find_dependency)
>   /home/antoine/miniconda3/envs/pyarrow/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
>   /home/antoine/miniconda3/envs/pyarrow/lib/aws-crt-cpp/cmake/aws-crt-cpp-config.cmake:3 (find_dependency)
>   /home/antoine/miniconda3/envs/pyarrow/share/cmake-3.22/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
>   /home/antoine/miniconda3/envs/pyarrow/lib/cmake/aws-cpp-sdk-core/aws-cpp-sdk-core-config.cmake:13 (find_dependency)
>   /home/antoine/miniconda3/envs/pyarrow/lib/cmake/AWSSDK/AWSSDKConfig.cmake:307 (find_package)
>   cmake_modules/ThirdpartyToolchain.cmake:4326 (find_package)
>   CMakeLists.txt:548 (include)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)