-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
building zfs against 5.3 fails on module build "No rule to make target 'module/Module.symvers'" #9133
Comments
This may be due to the linux headers being incorrect, I will debug this a bit further. |
Hitting the same thing on Manjaro with 5.3rc3. |
Not made much progress on this, will report once I find some obvious difference. |
Check if /usr/src/linux-headers-5.3.0-3-generic/Modules.symvers exists, please. It seems this is not a ZFS but a linux issue. Edit: just ignore what I wrote about that linux patch... that should not do any harm. (I just had a very short look at it and misinterpreted it.) |
Just for the sake of completeness,
I was also getting odd an build error with 5.3rc2 (MODPOST built 0 modules) so I suspect kernel changes. |
Reverting commit a721588d9475cbbf9e8b3ae1a69b1dea88d01653 seems to help. I built today's linux tip with the commit reverted, installed the kernel and can now build zfs tip against it without any issues. |
Ah, then my first guess was right after all |
I've reported this issue to the author of the commit. |
Might be fixed in this commit. We will see with 5.3-rc4 ... |
v5.3-rc4 has been tagged, but build still fails.
|
Maybe this will help:
|
Works for me! :) |
Resolved in master by commit ff4b68e, this fix will be applied to 0.8.2 for linux 5.3 compatibility. |
Building zfs (today's tip, head commit c81f179) against 5.3-rc3 I'm hitting module build failures
System information
Clean build of today's ZFS tip against linux 5.3-rc3 I'm hitting the following build failure:
To reproduce, I built using:
The text was updated successfully, but these errors were encountered: