Anbox-modules-dkms 5.19-1 installation issue on Rock5B

Recently, I tried to install ‘anbox-modules-dkms’ 5.19-1 (from Rebornos Arm repo) on Rock 5B, but I got a compilation error of the modules.
This is the output of the make.log file for module ‘ashmem’:
“DKMS make.log for ashmem-1 for kernel 5.10.110-rockchip-rk3588 (aarch64)
mer 8 mar 2023, 16:03:13, CET
make -C /lib/modules/5.10.110-rockchip-rk3588/build V=0 M=$PWD
make[2]: *** [scripts/Makefile.build:273: /var/lib/dkms/ashmem/1/build/deps.o] Error 1
make[2]: *** Attesa per i processi non terminati…
make[1]: *** [Makefile:1920: /var/lib/dkms/ashmem/1/build] Error 2
make: *** [Makefile:12: all] Error 2”

Has someone else experienced this issue and can help me to solve it?
Thanks

The error seems to say “Waiting for unfinished jobs” and I don’t see any other error being displayed. Have you included the entire error message? If yes, reboot and try again

about the make.log file,yes, but in pamac output terminal there are also these error messages:
“Install DKMS modules
==> dkms install --no-depmod binder/1 -k 5.10.110-rockchip-rk3588
Error! Bad return status for module build on kernel: 5.10.110-rockchip-rk3588 (aarch64)
Consult /var/lib/dkms/binder/1/build/make.log for more information.
==> WARNING: dkms install --no-depmod binder/1 -k 5.10.110-rockchip-rk3588' exited 10 ==> dkms install --no-depmod ashmem/1 -k 5.10.110-rockchip-rk3588 Error! Bad return status for module build on kernel: 5.10.110-rockchip-rk3588 (aarch64) Consult /var/lib/dkms/ashmem/1/build/make.log for more information. ==> WARNING: dkms install --no-depmod ashmem/1 -k 5.10.110-rockchip-rk3588’ exited 10”

I tried to reboot and repeat the installation as you suggested but the result is the same.
I also tried to compile each module in /usr/src dirs with the make command but the modules aren’t generated and the output of make is similar to this:

" make -C /lib/modules/5.10.110-rockchip-rk3588/build V=0 M=$PWD
make[2]: *** [scripts/Makefile.build:273: /usr/src/ashmem-1/deps.o] Error 1
make[1]: *** [Makefile:1920: /usr/src/ashmem-1] Error 2
make: *** [Makefile:12: all] Error 2".