Advertisement
Guest User

Untitled

a guest
Jun 11th, 2017
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.61 KB | None | 0 0
  1. aruna@debian:~/kernel-build/linux-4.11.4$ su
  2. Password:
  3. root@debian:/home/aruna/kernel-build/linux-4.11.4# make install
  4. sh ./arch/x86/boot/install.sh 4.11.4 arch/x86/boot/bzImage \
  5.     System.map "/boot"
  6. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.11.4 /boot/vmlinuz-4.11.4
  7. run-parts: executing /etc/kernel/postinst.d/dkms 4.11.4 /boot/vmlinuz-4.11.4
  8. Error! Bad return status for module build on kernel: 4.11.4 (x86_64)
  9. Consult /var/lib/dkms/open-vm-tools/9.4.6/build/make.log for more information.
  10. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.11.4 /boot/vmlinuz-4.11.4
  11. update-initramfs: Generating /boot/initrd.img-4.11.4
  12. W: Possible missing firmware /lib/firmware/i915/bxt_dmc_ver1_07.bin for module i915
  13. W: Possible missing firmware /lib/firmware/i915/skl_dmc_ver1_26.bin for module i915
  14. W: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1_01.bin for module i915
  15. W: Possible missing firmware /lib/firmware/i915/kbl_guc_ver9_14.bin for module i915
  16. W: Possible missing firmware /lib/firmware/i915/bxt_guc_ver8_7.bin for module i915
  17. W: Possible missing firmware /lib/firmware/i915/skl_guc_ver6_1.bin for module i915
  18. W: Possible missing firmware /lib/firmware/i915/kbl_huc_ver02_00_1810.bin for module i915
  19. W: Possible missing firmware /lib/firmware/i915/bxt_huc_ver01_07_1398.bin for module i915
  20. W: Possible missing firmware /lib/firmware/i915/skl_huc_ver01_07_1398.bin for module i915
  21. run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.11.4 /boot/vmlinuz-4.11.4
  22. Generating grub configuration file ...
  23. Found background image: /usr/share/images/desktop-base/desktop-grub.png
  24. Found linux image: /boot/vmlinuz-4.11.4
  25. Found initrd image: /boot/initrd.img-4.11.4
  26. Found linux image: /boot/vmlinuz-4.11.4.old
  27. Found initrd image: /boot/initrd.img-4.11.4
  28. Found linux image: /boot/vmlinuz-3.16.0-4-amd64
  29. Found initrd image: /boot/initrd.img-3.16.0-4-amd64
  30. Found memtest86+ image: /boot/memtest86+.bin
  31. Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
  32. done
  33. root@debian:/home/aruna/kernel-build/linux-4.11.4# cat /var/lib/dkms/open-vm-tools/9.4.6/build/make.log
  34. DKMS make.log for open-vm-tools-9.4.6 for kernel 4.11.4 (x86_64)
  35. Sun Jun 11 12:52:05 EDT 2017
  36. /bin/sh: 1: test: -I./arch/x86/include: unexpected operator
  37. Using standalone build system.
  38. Makefile:167: Makefile.normal: No such file or directory
  39. make[2]: *** No rule to make target 'Makefile.normal'.  Stop.
  40. /bin/sh: 1: test: -I./arch/x86/include: unexpected operator
  41. Using standalone build system.
  42. Makefile:167: Makefile.normal: No such file or directory
  43. make[2]: *** No rule to make target 'Makefile.normal'.  Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement