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] submodule syncup failed build kvikIO related code #2576

Closed
pxLi opened this issue Nov 6, 2024 · 1 comment
Closed

[BUG] submodule syncup failed build kvikIO related code #2576

pxLi opened this issue Nov 6, 2024 · 1 comment
Labels
? - Needs Triage bug Something isn't working

Comments

@pxLi
Copy link
Collaborator

pxLi commented Nov 6, 2024

Describe the bug
last time we set up -DKvikIO_REMOTE_SUPPORT=OFF for JNI build in #2475

but now the compiling part failed libcurl.hpp:19:2: error: #error "cannot include the remote IO API, please build KvikIO with libcurl (-DKvikIO_REMOTE_SUPPORT=ON)" after rapidsai/kvikio#527

[2024-11-06T08:05:24.240Z] [INFO]      [exec] [  2%] Building CXX object _deps/flatbuffers-build/CMakeFiles/flatc.dir/src/reflection.cpp.o
[2024-11-06T08:05:24.240Z] [INFO]      [exec] In file included from /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-3928/target/libcudf/cmake-build/_deps/kvikio-src/cpp/src/remote_handle.cpp:33:
[2024-11-06T08:05:24.240Z] [INFO]      [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-3928/target/libcudf/cmake-build/_deps/kvikio-src/cpp/include/kvikio/shim/libcurl.hpp:19:2: error: #error "cannot include the remote IO API, please build KvikIO with libcurl (-DKvikIO_REMOTE_SUPPORT=ON)"
[2024-11-06T08:05:24.240Z] [INFO]      [exec]    19 | #error \
[2024-11-06T08:05:24.240Z] [INFO]      [exec]       |  ^~~~~
[2024-11-06T08:05:24.240Z] [INFO]      [exec] In file included from /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-3928/target/libcudf/cmake-build/_deps/kvikio-src/cpp/src/remote_handle.cpp:33:

[2024-11-06T08:05:24.240Z] [INFO]      [exec] /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_submodule-sync-dev-3928/target/libcudf/cmake-build/_deps/kvikio-src/cpp/include/kvikio/shim/libcurl.hpp:31:10: fatal error: curl/curl.h: No such file or directory

[2024-11-06T08:05:24.240Z] [INFO]      [exec]    31 | #include <curl/curl.h>

[2024-11-06T08:05:24.240Z] [INFO]      [exec]       |          ^~~~~~~~~~~~~

[2024-11-06T08:05:24.240Z] [INFO]      [exec] compilation terminated.

[2024-11-06T08:05:24.240Z] [INFO]      [exec] gmake[2]: *** [_deps/kvikio-build/CMakeFiles/kvikio.dir/build.make:76: _deps/kvikio-build/CMakeFiles/kvikio.dir/src/remote_handle.cpp.o] Error 1

[2024-11-06T08:05:24.240Z] [INFO]      [exec] gmake[1]: *** [CMakeFiles/Makefile2:831: _deps/kvikio-build/CMakeFiles/kvikio.dir/all] Error 2

[2024-11-06T08:05:24.240Z] [INFO]      [exec] gmake[1]: *** Waiting for unfinished jobs....

Steps/Code to reproduce bug
Please provide a list of steps or a code sample to reproduce the issue.
Avoid posting private or sensitive data.

Expected behavior
A clear and concise description of what you expected to happen.

Environment details (please complete the following information)

  • Environment location: [Standalone, YARN, Kubernetes, Cloud(specify cloud provider)]
  • Spark configuration settings related to the issue

Additional context
Add any other context about the problem here.

@jlowe
Copy link
Member

jlowe commented Nov 6, 2024

Resolved by rapidsai/kvikio#539.

@jlowe jlowe closed this as completed Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants