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
CMake Error in src/arrow/gpu/CMakeLists.txt:
Imported target "CUDA::cuda_driver" includes non-existent path
"/usr/lib/nvidia-cuda-toolkit/include/x86_64-linux-gnu"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
Component(s)
Packaging
The text was updated successfully, but these errors were encountered:
…44359)
### Rationale for this change
This is not happen on Debian GNU/Linux stable and unstable. This is happen only on Debian GNU/Linux testing. So this may be a temporary problem.
### What changes are included in this PR?
Create a non-existent path manually as a workaround.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #44358
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
…44359)
### Rationale for this change
This is not happen on Debian GNU/Linux stable and unstable. This is happen only on Debian GNU/Linux testing. So this may be a temporary problem.
### What changes are included in this PR?
Create a non-existent path manually as a workaround.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #44358
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
https://github.com/ursacomputing/crossbow/actions/runs/11251253990/job/31281888222#step:8:4197
Component(s)
Packaging
The text was updated successfully, but these errors were encountered: