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] Linking fails due to missing kvikIO symbols #2581

Closed
ttnghia opened this issue Nov 8, 2024 · 0 comments · Fixed by #2584
Closed

[BUG] Linking fails due to missing kvikIO symbols #2581

ttnghia opened this issue Nov 8, 2024 · 0 comments · Fixed by #2584
Labels
bug Something isn't working

Comments

@ttnghia
Copy link
Collaborator

ttnghia commented Nov 8, 2024

When trying to build spark-rapids-jni with the latest cudf's 24.12 commit, I hit this error:

[INFO]      [exec] /opt/rh/gcc-toolset-11/root/usr/bin/ld: libcudf.so: undefined reference to `kvikio::RemoteHandle::RemoteHandle(std::unique_ptr<kvikio::RemoteEndpoint, std::default_delete<kvikio::RemoteEndpoint> >)'
[INFO]      [exec] /opt/rh/gcc-toolset-11/root/usr/bin/ld: libcudf.so: undefined reference to `kvikio::RemoteHandle::pread(void*, unsigned long, unsigned long, unsigned long)'
[INFO]      [exec] /opt/rh/gcc-toolset-11/root/usr/bin/ld: libcudf.so: undefined reference to `vtable for kvikio::S3Endpoint'

Track down to the source of issue: rapidsai/cudf#16499

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

Successfully merging a pull request may close this issue.

2 participants