make KERNELRELEASE=3.10.0-327.el7.x86_64 -C /lib/modules/3.1

Discussions related to using VirtualBox on Linux hosts.
Post Reply
jdechamps
Posts: 2
Joined: 26. Nov 2015, 22:28

make KERNELRELEASE=3.10.0-327.el7.x86_64 -C /lib/modules/3.1

Post by jdechamps »

Hi all,

I'm trying to set up my new box and i'm not able to tuse virtalbox or even have it working :

Code: Select all

Uninstalling modules from DKMS
  removing old DKMS module vboxhost version  5.0.10

------------------------------
Deleting module version: 5.0.10
completely from the DKMS tree.
------------------------------
Done.
Attempting to install using DKMS

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

DKMS: add completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area...
make KERNELRELEASE=3.10.0-327.el7.x86_64 -C /lib/modules/3.10.0-327.el7.x86_64/build M=/var/lib/dkms/vboxhost/5.0.10/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.10.0-327.el7.x86_64/build modules
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
Is their a fix?

Thanks in advance
John
jdechamps
Posts: 2
Joined: 26. Nov 2015, 22:28

Re: make KERNELRELEASE=3.10.0-327.el7.x86_64 -C /lib/modules

Post by jdechamps »

I think i found the root cause : Ticket #14866
Regards
John
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: make KERNELRELEASE=3.10.0-327.el7.x86_64 -C /lib/modules

Post by socratis »

The fix should be part of 5.0.12 as described in ticket #14866.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply