vibhatha commented on issue #40568:
URL: https://github.com/apache/arrow/issues/40568#issuecomment-1999630528
@kou I removed llvm from apt and also installed clang.
But I get a different error now.
```bash
CMake Error at cmake_modules/ThirdpartyToolchain.cmake:4988 (set_property):
The link interface of target "AWS::aws-c-cal" contains:
OpenSSL::Crypto
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
cmake_modules/ThirdpartyToolchain.cmake:176 (build_awssdk)
cmake_modules/ThirdpartyToolchain.cmake:308 (build_dependency)
cmake_modules/ThirdpartyToolchain.cmake:5030 (resolve_dependency)
CMakeLists.txt:543 (include)
CMake Error at cmake_modules/BuildUtils.cmake:301 (target_link_libraries):
Target "gandiva_objlib" links to:
OpenSSL::Crypto
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
src/gandiva/CMakeLists.txt:140 (add_arrow_lib)
CMake Error at cmake_modules/BuildUtils.cmake:475 (target_link_libraries):
Target "gandiva_static" links to:
OpenSSL::Crypto
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
src/gandiva/CMakeLists.txt:140 (add_arrow_lib)
```
should I explicitly install openssl libs?
--
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]