FS#70874 - dkms not working with 5.12.4.zen1-1 or 5.12.3.zen2-1

Attached to Project: Arch Linux
Opened by Matthias Bodenbinder (mbod) - Saturday, 15 May 2021, 06:47 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 15 May 2021, 11:50 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The last zen kernel for which dkms is working for me is 5.12.2-zen1-1-zen. Anything newer stops dkms from compiling the modules:


(2/6) Updating module dependencies...
(3/6) Install DKMS modules
==> dkms install --no-depmod -m zfs -v 2.0.4 -k 5.12.4-zen1-1-zen
configure: error:
*** Unable to build an empty module.

Error! Bad return status for module build on kernel: 5.12.4-zen1-1-zen (x86_64)
Consult /var/lib/dkms/zfs/2.0.4/build/make.log for more information.
==> Warning, `dkms install --no-depmod -m zfs -v 2.0.4 -k 5.12.4-zen1-1-zen' returned 10
==> dkms install --no-depmod -m vboxhost -v 6.1.22_OSE -k 5.12.4-zen1-1-zen
Error! Bad return status for module build on kernel: 5.12.4-zen1-1-zen (x86_64)
Consult /var/lib/dkms/vboxhost/6.1.22_OSE/build/make.log for more information.
==> Warning, `dkms install --no-depmod -m vboxhost -v 6.1.22_OSE -k 5.12.4-zen1-1-zen' returned 10
==> dkms install --no-depmod -m it87 -v 154.b159857 -k 5.12.4-zen1-1-zen
Error! Bad return status for module build on kernel: 5.12.4-zen1-1-zen (x86_64)
Consult /var/lib/dkms/it87/154.b159857/build/make.log for more information.
==> Warning, `dkms install --no-depmod -m it87 -v 154.b159857 -k 5.12.4-zen1-1-zen' returned 10
==> depmod 5.12.4-zen1-1-zen
(4/6) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'default'


also:

11# dkms install it87/154.b159857 -k 5.12.4-zen1-1-zen

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area...
make -j16 KERNELRELEASE=5.12.4-zen1-1-zen -C /usr/lib/modules/5.12.4-zen1-1-zen/build M=/var/lib/dkms/it87/154.b159857/build modules...(bad exit status: 2)
Error! Bad return status for module build on kernel: 5.12.4-zen1-1-zen (x86_64)
Consult /var/lib/dkms/it87/154.b159857/build/make.log for more information.


and:
12# cat /var/lib/dkms/it87/154.b159857/build/make.log
DKMS make.log for it87-154.b159857 for kernel 5.12.4-zen1-1-zen (x86_64)
Sat May 15 08:39:09 CEST 2021
make: Entering directory '/usr/lib/modules/5.12.4-zen1-1-zen/build'
CC [M] /var/lib/dkms/it87/154.b159857/build/it87.o
cc1: error: incompatible gcc/plugin versions
cc1: error: failed to initialize plugin ./scripts/gcc-plugins/structleak_plugin.so
make[1]: *** [scripts/Makefile.build:271: /var/lib/dkms/it87/154.b159857/build/it87.o] Error 1
make: *** [Makefile:1851: /var/lib/dkms/it87/154.b159857/build] Error 2
make: Leaving directory '/usr/lib/modules/5.12.4-zen1-1-zen/build'


This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 15 May 2021, 11:50 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Partial updates are not supported.
Comment by Doug Newgard (Scimmia) - Saturday, 15 May 2021, 11:43 GMT
This is a partial update problem, you updated to a kernel in testing without updating to the toolchain in testing. What's the failure with 5.12.3, though?

Edit: nevermind, just noticed you were talking about zen2, which was only in testing as well.

Loading...