Jonatas-Goncalves / MaxxedSUSE

A script that aims to facilitate the coming of Windows users to Linux, facilitating the primary installation of the most common services and applications.
https://build.opensuse.org/project/show/home:MaxxedSUSE
GNU General Public License v3.0
5 stars 0 forks source link

Issue building anbox modules. #12

Open JMarcosHP opened 1 month ago

JMarcosHP commented 1 month ago

https://build.opensuse.org/package/live_build_log/home:MaxxedSUSE/anbox-modules/openSUSE_Tumbleweed/x86_64

JMarcosHP commented 1 month ago

I think this don't work because KMP's are distributed for an specific kernel, they install on the respective directory but not in older kernels already installed, the point is to ensure the support for all kernels installed.

So we need to compile the same KMP for every kernel pushed to the main repo.

JMarcosHP commented 1 month ago

A quick and simply workaround for this is providing a dkms package to do the compiling/installing job on every kernel update.

Jonatas-Goncalves commented 1 month ago

I was having a compatibility problem between gcc and dkms from my dependency repository, it was giving an error when recompiling anbox-modules and other packages.

Make some modifications to use dkms in the package, please test it and let me know if it worked.