coming from archlinux i 'm evaluating artix and openrc on an older notebook, fresh install from artix-lxqt-openrc-20181008-x86_64.iso. After installation i ran pacman -Syu.
When trying to install rtl8822bu-dkms-git from aur i got this error:
pacman -Qo /usr/lib/modules/5.5.2-artix1-1/build/scripts/gcc-plugins/structleak_plugin.so
/usr/lib/modules/5.5.2-artix1-1/build/scripts/gcc-plugins/structleak_plugin.so ist in linux-headers 5.5.2.artix1-1 enthalten
i have these versions:
gcc 9.2.1
linux-headers 5.5.2
artix linux-headers 5.5.2 are from 2020.02.04. archlinux has an commit linux-headers 5.5.2-2 from 2020.02.05 (commit meesage gcc-release-2)
to whom shall i send this message
There have been many reports of failing DKMS with kernel 5.5 and gcc 9.2, most likely being the kernel's fault. You can try your luck with linux-lts or any other kernel <5.5.
solved by upgrade to the today released linux 5.5.3
Is this actually solved? Updated for the first time in a little while today jumping straight from 5.4.15 to 5.5.3 and I am getting the same issues as OP with any dkms module I try to install/update.
Should I start a new thread, or is it maybe not actually fixed?
i could build several dkms modules using gcc without errors.
so i think its a new thread.
what about your gcc version?
I found the issue. I was using the linux-zen kernel. I bet whatever needed to be fixed on the standard kernel just needs to be applied there. For now the normal one will work just fine :)
linux-zen is still incompatible with our gcc, tested 5.5.4 :-\