You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Describe the bug
last time we set up
-DKvikIO_REMOTE_SUPPORT=OFF
for JNI build in #2475but 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#527Steps/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)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: