Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. Uninstalling modules from DKMS
  2. removing old DKMS module vboxhost version 4.1.44
  3.  
  4. ------------------------------
  5. Deleting module version: 4.1.44
  6. completely from the DKMS tree.
  7. ------------------------------
  8. Done.
  9. Attempting to install using DKMS
  10.  
  11. Creating symlink /var/lib/dkms/vboxhost/4.1.44/source ->
  12. /usr/src/vboxhost-4.1.44
  13.  
  14. DKMS: add completed.
  15.  
  16. Kernel preparation unnecessary for this kernel. Skipping...
  17.  
  18. Building module:
  19. cleaning build area....
  20. make KERNELRELEASE=3.16.0-4-686-pae -C /lib/modules/3.16.0-4-686-pae/build M=/var/lib/dkms/vboxhost/4.1.44/build....(bad exit status: 2)
  21. Failed to install using DKMS, attempting to install without
  22. make KBUILD_VERBOSE=1 SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 CONFIG_MODULE_SIG= -C /lib/modules/3.16.0-4-686-pae/build modules
  23. make[1]: Entering directory `/usr/src/linux-headers-3.16.0-4-686-pae'
  24. make -C /usr/src/linux-headers-3.16.0-4-686-pae \
  25. KBUILD_SRC=/usr/src/linux-headers-3.16.0-4-common \
  26. KBUILD_EXTMOD="/tmp/vbox.0" -f /usr/src/linux-headers-3.16.0-4-common/Makefile \
  27. modules
  28. test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
  29. echo >&2; \
  30. echo >&2 " ERROR: Kernel configuration is invalid."; \
  31. echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
  32. echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
  33. echo >&2 ; \
  34. /bin/false)
  35. mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
  36. make -f /usr/src/linux-headers-3.16.0-4-common/scripts/Makefile.build obj=/tmp/vbox.0
  37. gcc-4.8 -Wp,-MD,/tmp/vbox.0/linux/.SUPDrv-linux.o.d -nostdinc -isystem /usr/lib/gcc/i586-linux-gnu/4.8/include -I/usr/src/linux-headers-3.16.0-4-$
  38. /tmp/vbox.0/linux/SUPDrv-linux.c:88:3: error: #error "CONFIG_X86_SMAP is only supported by 4.3 and higher. Please upgrade VirtualBox."
  39. # error "CONFIG_X86_SMAP is only supported by 4.3 and higher. Please upgrade VirtualBox."
  40. ^
  41. /usr/src/linux-headers-3.16.0-4-common/scripts/Makefile.build:262: recipe for target '/tmp/vbox.0/linux/SUPDrv-linux.o' failed
  42. make[4]: *** [/tmp/vbox.0/linux/SUPDrv-linux.o] Error 1
  43. /usr/src/linux-headers-3.16.0-4-common/Makefile:1353: recipe for target '_module_/tmp/vbox.0' failed
  44. make[3]: *** [_module_/tmp/vbox.0] Error 2
  45. Makefile:181: recipe for target 'sub-make' failed
  46. make[2]: *** [sub-make] Error 2
  47. Makefile:8: recipe for target 'all' failed
  48. make[1]: *** [all] Error 2
  49. Makefile:274: recipe for target 'vboxdrv' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement