linux-samus
linux-samus copied to clipboard
Compilation vboxhost fail
Hello,
Since I upgraded the kernel, I can't compile the module vboxhost:
$ yaourt -S linux-samus4
$ yaourt -S linux-samus4-headers
(I tried to install directly binary from the repo, same result)
$ sudo dksm build vboxhost/5.2.6_OSE -k 4.15.0-6-ph
$ cat /var/lib/dkms/vboxhost/5.2.6_OSE/build/make.log
DKMS make.log for vboxhost-5.2.6_OSE for kernel 4.15.0-6-ph (x86_64) Fri Feb 9 15:28:46 CET 2018 make: Entering directory '/usr/lib/modules/4.15.0-6-ph/build' make[2]: *** No rule to make target '/var/lib/dkms/vboxhost/5.2.6_OSE/build/vboxnetadp/linux/VBoxNetAdp-linux.o', needed by '/var/lib/dkms/vboxhost/5.2.6_OSE/build/vboxnetadp/vboxnetadp.o'. Stop. make[2]: *** No rule to make target '/var/lib/dkms/vboxhost/5.2.6_OSE/build/vboxpci/linux/VBoxPci-linux.o', needed by '/var/lib/dkms/vboxhost/5.2.6_OSE/build/vboxpci/vboxpci.o'. Stop. make[2]: *** No rule to make target '/var/lib/dkms/vboxhost/5.2.6_OSE/build/vboxnetflt/linux/VBoxNetFlt-linux.o', needed by '/var/lib/dkms/vboxhost/5.2.6_OSE/build/vboxnetflt/vboxnetflt.o'. Stop. make[1]: *** [scripts/Makefile.build:575: /var/lib/dkms/vboxhost/5.2.6_OSE/build/vboxnetadp] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [scripts/Makefile.build:575: /var/lib/dkms/vboxhost/5.2.6_OSE/build/vboxpci] Error 2 make[1]: *** [scripts/Makefile.build:575: /var/lib/dkms/vboxhost/5.2.6_OSE/build/vboxnetflt] Error 2 make[2]: *** No rule to make target '/var/lib/dkms/vboxhost/5.2.6_OSE/build/vboxdrv/linux/SUPDrv-linux.o', needed by '/var/lib/dkms/vboxhost/5.2.6_OSE/build/vboxdrv/vboxdrv.o'. Stop. make[1]: *** [scripts/Makefile.build:575: /var/lib/dkms/vboxhost/5.2.6_OSE/build/vboxdrv] Error 2 make: *** [Makefile:1508: module/var/lib/dkms/vboxhost/5.2.6_OSE/build] Error 2 make: Leaving directory '/usr/lib/modules/4.15.0-6-ph/build'
I'm lost, someone to help me ?
I answer to myself, the last kernel working with virtualbox is the 4.13.10-ph
.
I don't know why, but all release above has failure during the compile of vboxhost.
It works now on v4.16-10
docker-machine works :)