hhfeuer / nvhda

Linux kernel module to toggle Nvidia HDMI audio device on/off on notebooks
GNU General Public License v2.0
91 stars 12 forks source link

Failed installation Kernel 5 #21

Open CHFernandes opened 4 years ago

CHFernandes commented 4 years ago

Tried to install both using pacmac and dkms for Manjaro, however it fails and does not start. Kernel 5.3 do install but nothing happens and neither the log is generated.

make.log for kernel 5.2 DKMS make.log for nvhda-0.01 for kernel 5.2.21-1-MANJARO (x86_64) qua nov 13 19:45:51 -03 2019 make[1]: Entering directory '/var/lib/dkms/nvhda/0.01/build' make -C /lib/modules/5.2.21-1-MANJARO/build M="$(pwd)" modules make[2]: Entering directory '/usr/lib/modules/5.2.21-1-MANJARO/build' CC [M] /var/lib/dkms/nvhda/0.01/build/nvhda.o cc1: error: incompatible gcc/plugin versions cc1: error: fail to initialize plugin ./scripts/gcc-plugins/structleak_plugin.so make[3]: *** [scripts/Makefile.build:285: /var/lib/dkms/nvhda/0.01/build/nvhda.o] Error 1 make[2]: *** [Makefile:1597: _module_/var/lib/dkms/nvhda/0.01/build] Error 2 make[2]: Leaving directory '/usr/lib/modules/5.2.21-1-MANJARO/build' make[1]: *** [Makefile:13: default] Error 2 make[1]: Leaving directory '/var/lib/dkms/nvhda/0.01/build'

hhfeuer commented 4 years ago

incompatible gcc/plugin versions cc1: error: fail to initialize plugin ./scripts/gcc-plugins/structleak_plugin.so

That rather looks like your gcc install is broken.