Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] cudfjni build failed due to missing kvikio #10700

Closed
pxLi opened this issue Apr 21, 2022 · 0 comments · Fixed by #10704
Closed

[BUG] cudfjni build failed due to missing kvikio #10700

pxLi opened this issue Apr 21, 2022 · 0 comments · Fixed by #10704
Assignees
Labels
bug Something isn't working CMake CMake build issue Java Affects Java cuDF API.

Comments

@pxLi
Copy link
Member

pxLi commented Apr 21, 2022

Describe the bug
Related to #10593
Build cudfjni will complain missing kvikio::kvikio

08:18:09       [exec] CMake Error at CMakeLists.txt:125 (add_library):
08:18:09       [exec]   Target "cudfjni" links to target "kvikio::kvikio" but the target was not
08:18:09       [exec]   found.  Perhaps a find_package() call is missing for an IMPORTED target, or
08:18:09       [exec]   an ALIAS target is missing?
08:18:09       [exec] 
08:18:09       [exec] 
08:18:09       [exec] CMake Error at CMakeLists.txt:158 (add_library):
08:18:09       [exec]   Target "cudfjnistub" links to target "kvikio::kvikio" but the target was
08:18:09       [exec]   not found.  Perhaps a find_package() call is missing for an IMPORTED
08:18:09       [exec]   target, or an ALIAS target is missing?
08:18:09       [exec] 
08:18:09       [exec] 
08:18:09       [exec] CMake Error at CMakeLists.txt:200 (add_library):
08:18:09       [exec]   Target "cufilejni" links to target "kvikio::kvikio" but the target was not
08:18:09       [exec]   found.  Perhaps a find_package() call is missing for an IMPORTED target, or
08:18:09       [exec]   an ALIAS target is missing?
08:18:09       [exec] 

kvikio also introduced cudf links to target "cufile::cuFile_interface" https://github.com/rapidsai/kvikio/blob/branch-22.06/cpp/CMakeLists.txt#L76

Steps/Code to reproduce bug
https://github.com/rapidsai/cudf/blob/branch-22.06/java/ci/README.md

Expected behavior
Pass the build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CMake CMake build issue Java Affects Java cuDF API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants