-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Tracking Issue: out-of-tree modules failing to build on Linux 6.13 #375605
Comments
@SigmaSquadron I'm strange to see that set buildRoot will fix the problem. I'm not sure why it was used. But now it is empty. I fix it by |
cc @K900 |
nvidia drivers build fails on kernel 6.13 tracking issue: NixOS/nixpkgs#375605
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/nvidia-565-77-wont-work-in-kernel-6-13/59234/5 |
Not sure if I should open a separate issue, but in case anyone's wondering why, |
Adding |
FWIW I'm not sure that's the right solution, though the whole module build system is already a big mess upstream. |
Thinking about it more, we should probably add a separate |
Problem Description
Since the Linux 6.13 upgrade, several out of tree modules have been failing to build with similar logs. Multiple issues have been filed thus far, and this is a helper issue to centralise the individual module reports.
Since the logs seem to be the same, it stands to reason that the cause of the build failure is the same, so hopefully there's a single solution for all of these issues. The PR author that will fix this issue can then easily link back to all of the individual issues.
Issue List
These issues fail with
mkdir: cannot create directory '.tmp_##': Permission denied
linuxKernel.packages.linux_6_13.evdi
#375917Issue List (Other)
These issues fail with different logs, but all seem to be related to an incorrect working directory.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: