Skip to content
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

[BUG] #250 still present in 0.0.18; regression? #272

Open
echthesia opened this issue Nov 1, 2024 · 0 comments
Open

[BUG] #250 still present in 0.0.18; regression? #272

echthesia opened this issue Nov 1, 2024 · 0 comments

Comments

@echthesia
Copy link

echthesia commented Nov 1, 2024

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

@echthesia echthesia changed the title [BUG] #250 [BUG] #250 still present in 0.0.18; regression? Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant