Skip to content

[BUG] submodule sync failed due to missing OpenSSL package #2475

@jlowe

Description

@jlowe

Recent cudf submodule sync job failed with the following error:

[INFO]      [exec] CMake Error at /usr/local/cmake-3.26.4-linux-x86_64/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
[INFO]      [exec]   Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
[INFO]      [exec]   system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
[INFO]      [exec]   OPENSSL_INCLUDE_DIR)
[INFO]      [exec] Call Stack (most recent call first):
[INFO]      [exec]   /usr/local/cmake-3.26.4-linux-x86_64/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
[INFO]      [exec]   /usr/local/cmake-3.26.4-linux-x86_64/share/cmake-3.26/Modules/FindOpenSSL.cmake:670 (find_package_handle_standard_args)
[INFO]      [exec]   /home/jlowe/src/spark-rapids-jni/target/libcudf/cmake-build/_deps/curl-src/CMakeLists.txt:449 (find_package)

Looks like something in cudf (either directly or via a dependency) now pulls in a curl dependency that in turn needs OpenSSL.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingbuild

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions