Package: linux-headers-3.16-trunk-common
Version: 3.16-1~exp1
Severity: important

Dear Maintainer,

I am using the following virtualbox version:
$ apt-cache policy virtualbox-4.3
virtualbox-4.3:
  Installed: 4.3.14-95030~Debian~wheezy
  Candidate: 4.3.14-95030~Debian~wheezy
  Version table:
 *** 4.3.14-95030~Debian~wheezy 0
        500 http://download.virtualbox.org/virtualbox/debian/ wheezy/contrib
amd64 Packages
        100 /var/lib/dpkg/status

When I try to compile the kernel modules for kernel version 3.16 it stops.
The log file told me this:
cat /var/log/vbox-install.log
Uninstalling modules from DKMS
Attempting to install using DKMS
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.16-trunk-amd64/build modules
Makefile:10: *** mixed implicit and normal rules: deprecated syntax
make[1]: Entering directory `/usr/src/linux-headers-3.16-trunk-amd64'
make -C /usr/src/linux-headers-3.16-trunk-amd64 \
KBUILD_SRC=/usr/src/linux-headers-3.16-trunk-common \
KBUILD_EXTMOD="/tmp/vbox.0" -f /usr/src/linux-headers-3.16-trunk-
common/Makefile \
modules
/usr/src/linux-headers-3.16-trunk-common/Makefile:759: /usr/src/linux-
headers-3.16-trunk-common/scripts/Makefile.extrawarn: No such file or directory
make[3]: *** No rule to make target '/usr/src/linux-headers-3.16-trunk-
common/scripts/Makefile.extrawarn'.  Stop.
Makefile:181: recipe for target 'sub-make' failed
make[2]: *** [sub-make] Error 2
Makefile:8: recipe for target 'all' failed
make[1]: *** [all] Error 2
Makefile:289: recipe for target 'vboxdrv' failed
make: *** [vboxdrv] Error 2

I edit the Makefile and comment the include line for Makefile.extrawarn and it
works.



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (650, 'testing'), (600, 'stable'), (500, 
'testing-updates'), (500, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
Uninstalling modules from DKMS
Attempting to install using DKMS
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.16-trunk-amd64/build modules
Makefile:10: *** mixed implicit and normal rules: deprecated syntax
make[1]: Entering directory `/usr/src/linux-headers-3.16-trunk-amd64'
make -C /usr/src/linux-headers-3.16-trunk-amd64 \
KBUILD_SRC=/usr/src/linux-headers-3.16-trunk-common \
KBUILD_EXTMOD="/tmp/vbox.0" -f 
/usr/src/linux-headers-3.16-trunk-common/Makefile \
modules
/usr/src/linux-headers-3.16-trunk-common/Makefile:759: 
/usr/src/linux-headers-3.16-trunk-common/scripts/Makefile.extrawarn: No such 
file or directory
make[3]: *** No rule to make target 
'/usr/src/linux-headers-3.16-trunk-common/scripts/Makefile.extrawarn'.  Stop.
Makefile:181: recipe for target 'sub-make' failed
make[2]: *** [sub-make] Error 2
Makefile:8: recipe for target 'all' failed
make[1]: *** [all] Error 2
Makefile:289: recipe for target 'vboxdrv' failed
make: *** [vboxdrv] Error 2

Reply via email to