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

[Packaging][Debian] debian-trixie-amd64 failed with CUDA include path error #44358

Closed
kou opened this issue Oct 9, 2024 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@kou
Copy link
Member

kou commented Oct 9, 2024

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

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

@kou kou added the Type: bug label Oct 9, 2024
kou added a commit to kou/arrow that referenced this issue Oct 9, 2024
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.
@kou kou added this to the 18.0.0 milestone Oct 9, 2024
@kou kou added the Priority: Blocker Marks a blocker for the release label Oct 9, 2024
@kou
Copy link
Member Author

kou commented Oct 9, 2024

@raulcd FYI: This is a 18.0.0 blocker.

kou added a commit that referenced this issue Oct 9, 2024
…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]>
@kou
Copy link
Member Author

kou commented Oct 9, 2024

Fixed.

@kou kou closed this as completed Oct 9, 2024
raulcd pushed a commit that referenced this issue Oct 10, 2024
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant