Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [solved] vboxdrv kernel module with 3.13-5.towo-siduction-686  (Read 2389 times)

Offline toga

  • User
  • Posts: 57
 Hi,
after du today with kernel 3.13-5.towo-siduction-686 while building a vboxdrv kernel module
i get now:
Code: [Select]
P { margin-bottom: 0.21cm; }  /etc/init.d/vboxdrv setup
[ ok ] Stopping VirtualBox kernel modules:.
[ ok ] Uninstalling old VirtualBox DKMS kernel modules:.
[....] Trying to register the VirtualBox kernel modules using DKMS:Error! Bad return status for module build on kernel: 3.13-5.towo-siduction-686 (i686)
Consult /var/lib/dkms/vboxhost/4.2.22/build/make.log for more information.
[FAIL] Failed, trying without DKMS ... failed!
[....] Recompiling VirtualBox kernel modules:
[FAIL] Look at /var/log/vbox-install.log to find out what went wrong ... failed!
 
My Vbox-install.log says:
Code: [Select]
P { margin-bottom: 0.21cm; }
Uninstalling modules from DKMS
Attempting to install using DKMS

 
Creating symlink /var/lib/dkms/vboxhost/4.2.22/source ->
 /usr/src/vboxhost-4.2.22

 
DKMS: add completed.

 
Kernel preparation unnecessary for this kernel.  Skipping...

 
Building module:
cleaning build area....
make KERNELRELEASE=3.13-5.towo-siduction-686 -C /lib/modules/3.13-5.towo-siduction-686/build M=/var/lib/dkms/vboxhost/4.2.22/build....(bad exit status: 2)
Failed to install using DKMS, attempting to install without
make KBUILD_VERBOSE=1 SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 CONFIG_MODULE_SIG= -C /lib/modules/3.13-5.towo-siduction-686/build modules
gcc-4.8: error trying to exec 'cc1': execvp: Datei oder Verzeichnis nicht gefunden
gcc-4.8: error trying to exec 'cc1': execvp: Datei oder Verzeichnis nicht gefunden
/usr/src/linux-headers-3.13-5.towo-siduction-686/arch/x86/Makefile:98: stack protector enabled but no compiler support
test -e include/generated/autoconf.h -a -e include/config/auto.conf || (      \
   echo >&2;                     \
   echo >&2 "  ERROR: Kernel configuration is invalid.";      \    echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
   echo >&2 "         Run 'make oldconfig && make prepare' on kernel src to fix it.";   \
   echo >&2 ;                     \
   /bin/false)
mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
make -f scripts/Makefile.build obj=/tmp/vbox.0
   gcc-4.8 -Wp,-MD,/tmp/vbox.0/linux/.SUPDrv-linux.o.d  -nostdinc -isystem include -I/usr/src/linux-headers-3.13-5.towo-siduction-686/arch/x86/include -Iarch/x86/include/generated  -Iinclude -I/usr/src/linux-headers-3.13-5.towo-siduction-686/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.13-5.towo-siduction-686/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.13-5.towo-siduction-686/include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -msoft-float -mregparm=3 -freg-struct-return -mno-mmx -mno-sse -fno-pic -march=i686 -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -fomit-frame-pointer -include /tmp/vbox.0/include/VBox/SUPDrvMangling.h -I/lib/modules/3.13-5.towo-siduction-686/build/include -I/tmp/vbox.0/ -I/tmp/vbox.0/include -I/tmp/vbox.0/r0drv/linux -I/tmp/vbox.0/vboxdrv/ -I/tmp/vbox.0/vboxdrv/include -I/tmp/vbox.0/vboxdrv/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -DVBOX_WITH_HARDENING -DCONFIG_VBOXDRV_AS_MISC -DRT_ARCH_X86 -DVBOX_WITH_64_BITS_GUESTS  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(SUPDrv_linux)" -D"KBUILD_MODNAME=KBUILD_STR(vboxdrv)" -c -o /tmp/vbox.0/linux/.tmp_SUPDrv-linux.o /tmp/vbox.0/linux/SUPDrv-linux.c
gcc-4.8: error trying to exec 'cc1': execvp: Datei oder Verzeichnis nicht gefunden
make[2]: *** [/tmp/vbox.0/linux/SUPDrv-linux.o] Fehler 1
make[1]: *** [_module_/tmp/vbox.0] Fehler 2
make: *** [vboxdrv] Fehler 2


May be "echo >&2 "  ERROR: Kernel configuration is invalid...............";      is the culprit?

All older kernels vboxdrv kernel module recompiled very well.


I am on 32 bit here.


Thanks for reading!
toga




 
« Last Edit: 2014/02/27, 19:06:37 by toga »

Online towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: vboxdrv kernel module with 3.13-5.towo-siduction-686
« Reply #1 on: 2014/02/24, 17:05:34 »
Use a recent vbox-version.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline axt

  • User
  • Posts: 494
    • axebase.net
Re: vboxdrv kernel module with 3.13-5.towo-siduction-686
« Reply #2 on: 2014/02/25, 12:01:24 »
I recommend VBox v4.3.6 with GuestAdditions v4.3.8rc1 for compatibility with xorg 1.15.

Offline axt

  • User
  • Posts: 494
    • axebase.net
Re: vboxdrv kernel module with 3.13-5.towo-siduction-686
« Reply #3 on: 2014/02/25, 20:40:14 »
...and at this moment VBox v4.3.8 final. ;-)

Offline toga

  • User
  • Posts: 57
Re: vboxdrv kernel module with 3.13-5.towo-siduction-686
« Reply #4 on: 2014/02/27, 19:03:24 »
Brandnew virtualbox 4.3.6 now working here!

Thanx for your advice!

toga