We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue #250 appears to still be present in version 0.0.18 for Fedora 41 (from the COPR). dkms install log:
DKMS make.log for LenovoLegionLinux-0.0.18 for kernel 6.11.5-300.fc41.x86_64 (x86_64) Thu Oct 31 05:44:07 PM PDT 2024 make -C /lib/modules/6.11.5-300.fc41.x86_64/build M=/var/lib/dkms/LenovoLegionLinux/0.0.18/build modules make[1]: Entering directory '/usr/src/kernels/6.11.5-300.fc41.x86_64' CC [M] /var/lib/dkms/LenovoLegionLinux/0.0.18/build/legion-laptop.o /var/lib/dkms/LenovoLegionLinux/0.0.18/build/legion-laptop.c:6147:19: error: initialization of ‘void (*)(struct platform_device )’ from incompatible pointer type ‘int ()(struct platform_device *)’ [-Wincompatible-pointer-types] 6147 | .remove = legion_remove, | ^~~~~~~~~~~~~ /var/lib/dkms/LenovoLegionLinux/0.0.18/build/legion-laptop.c:6147:19: note: (near initialization for ‘legion_driver..remove’) /var/lib/dkms/LenovoLegionLinux/0.0.18/build/legion-laptop.c:1816:16: warning: ‘ecram_memoryio_write’ defined but not used [-Wunused-function] 1816 | static ssize_t ecram_memoryio_write(const struct ecram_memoryio *ec_memoryio, | ^~~~~~~~~~~~~~~~~~~~ make[3]: *** [scripts/Makefile.build:244: /var/lib/dkms/LenovoLegionLinux/0.0.18/build/legion-laptop.o] Error 1 make[2]: *** [/usr/src/kernels/6.11.5-300.fc41.x86_64/Makefile:1966: /var/lib/dkms/LenovoLegionLinux/0.0.18/build] Error 2 make[1]: *** [Makefile:236: __sub-make] Error 2 make[1]: Leaving directory '/usr/src/kernels/6.11.5-300.fc41.x86_64' make: *** [Makefile:13: all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue #250 appears to still be present in version 0.0.18 for Fedora 41 (from the COPR). dkms install log:
The text was updated successfully, but these errors were encountered: