-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Fedora 37 akmod cant build kernel modules for kernel 6.3 #729
Comments
Saw a little fix for fedora-rpm.patch, builded kernel, sadly the same thing again, it builded kernel-6.3.0_tkg_cfs_g457391b03803-1.x86_64 and akmods failed to buld any modules |
Linux 6.3.1 is out, i tried to build it with the script and it tries to build kernel-6.3.1_tkg_cfs_ga83b81b7392d which also does not work with akmod |
Here is a log from akmods, i think it cant find kernel-devel package, but i have installed it |
The installed version is |
A workaround is to set |
* install.sh: RPM: add install deps * install.sh: Fedora: remove fedora 32 code path too old by now * DEB: add dependencies * install.sh: do not install libc-dev package I don't remember why I had to keep it, but I just tried installing only the image and headers and nvidia-dkms installed just fine Closes: Frogging-Family#772 Frogging-Family#732 * prepare: disable CONFIG_LOCALVERSION_AUTO Closes: Frogging-Family#729 * install.sh: gentoo: do not do initramfs and booloader config it's done directly by the kernel-install script called by make install, which gets changed in gentoo to do what needs to be done * patches: fix RPM patches for 6.4 and 6.5
Kernel builds just fine but it generates kernel with this package names kernel-6.3.0_tkg_cfs_g457391b03803-1
It install fine but akmod cant build any modules
The same thing happend when i tried to build any rc kernels but with 6.2 release one built just fine
Way to reproduce
Build kernel on Fedora 37 and try to use any akmod modules
The text was updated successfully, but these errors were encountered: