← Back to team overview

kernel-packages team mailing list archive

[Bug 1460768] Re: Unable to build kernel 3.19.0-18

 

Confirmed in 4.2.

My fix:
Go to the directory ubuntu/vbox/
Inside each directory (vboxsf vboxguest, ...) do 
 ln -s ../include/
then it will compile fine.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1460768

Title:
  Unable to build kernel 3.19.0-18

Status in One Hundred Papercuts:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  There is a bug during compiling kernel version 3.19.0-18.
  First I executed patch file from archive  linux_3.19.0-18.18.diff.gz and source https://launchpad.net/ubuntu/+source/linux/3.19.0-18.18

  Then I executed

  make-kpkg --initrd buildpackage

  with attached config file.

  But I got a compiling error:

  CC [M]  ubuntu/vbox/vboxguest/VBoxGuest-linux.o
  In file included from <command-line>:0:0:
  ././include/linux/kconfig.h:46:1: fatal error: ./ubuntu/vbox/vboxguest/include/VBox/VBoxGuestMangling.h: No such file or directory
   #endif /* __LINUX_KCONFIG_H */
   ^
  compilation terminated.
  make[6]: *** [ubuntu/vbox/vboxguest/VBoxGuest-linux.o] Error 1
  make[5]: *** [ubuntu/vbox/vboxguest] Error 2
  make[4]: *** [ubuntu/vbox] Error 2
  make[3]: *** [ubuntu] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1460768/+subscriptions


References