Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.01 KB | None | 0 0
  1. make: Entering directory '/tmp/modconfig-1Ixrfz/vmmon-only'
  2. Using kernel build system.
  3. /sbin/make -C /lib/modules/4.11.9-1-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
  4. MODULEBUILDDIR= modules
  5. make[1]: Entering directory '/usr/lib/modules/4.11.9-1-ARCH/build'
  6. CC [M] /tmp/modconfig-1Ixrfz/vmmon-only/linux/driver.o
  7. CC [M] /tmp/modconfig-1Ixrfz/vmmon-only/linux/hostif.o
  8. CC [M] /tmp/modconfig-1Ixrfz/vmmon-only/linux/driverLog.o
  9. CC [M] /tmp/modconfig-1Ixrfz/vmmon-only/common/memtrack.o
  10. CC [M] /tmp/modconfig-1Ixrfz/vmmon-only/common/apic.o
  11. CC [M] /tmp/modconfig-1Ixrfz/vmmon-only/common/vmx86.o
  12. CC [M] /tmp/modconfig-1Ixrfz/vmmon-only/common/cpuid.o
  13. CC [M] /tmp/modconfig-1Ixrfz/vmmon-only/common/task.o
  14. CC [M] /tmp/modconfig-1Ixrfz/vmmon-only/common/hashFunc.o
  15. CC [M] /tmp/modconfig-1Ixrfz/vmmon-only/common/comport.o
  16. CC [M] /tmp/modconfig-1Ixrfz/vmmon-only/common/phystrack.o
  17. /tmp/modconfig-1Ixrfz/vmmon-only/linux/hostif.c: In function ‘HostIFFastClockThread’:
  18. /tmp/modconfig-1Ixrfz/vmmon-only/linux/hostif.c:3265:4: error: implicit declaration of function ‘allow_signal’; did you mean ‘do_signal’? [-Werror=implicit-function-declaration]
  19. allow_signal(SIGKILL);
  20. ^~~~~~~~~~~~
  21. do_signal
  22. /tmp/modconfig-1Ixrfz/vmmon-only/linux/driver.c:121:19: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
  23. .fault = LinuxDriverFault
  24. ^~~~~~~~~~~~~~~~
  25. /tmp/modconfig-1Ixrfz/vmmon-only/linux/driver.c:121:19: note: (near initialization for ‘vmuser_mops.fault’)
  26. /tmp/modconfig-1Ixrfz/vmmon-only/linux/hostif.c: In function ‘HostIF_SetFastClockRate’:
  27. /tmp/modconfig-1Ixrfz/vmmon-only/linux/hostif.c:3419:10: error: implicit declaration of function ‘force_sig’; did you mean ‘free_uid’? [-Werror=implicit-function-declaration]
  28. force_sig(SIGKILL, linuxState.fastClockThread);
  29. ^~~~~~~~~
  30. free_uid
  31. CC [M] /tmp/modconfig-1Ixrfz/vmmon-only/vmcore/moduleloop.o
  32. /tmp/modconfig-1Ixrfz/vmmon-only/linux/driver.c:1283:1: warning: always_inline function might not be inlinable [-Wattributes]
  33. LinuxDriverSyncReadTSCs(uint64 *delta) // OUT: TSC max - TSC min
  34. ^~~~~~~~~~~~~~~~~~~~~~~
  35. /tmp/modconfig-1Ixrfz/vmmon-only/common/phystrack.o: warning: objtool: PhysTrack_Free() falls through to next function PhysTrack_Add()
  36. /tmp/modconfig-1Ixrfz/vmmon-only/common/phystrack.o: warning: objtool: PhysTrack_Add() falls through to next function PhysTrack_Remove()
  37. /tmp/modconfig-1Ixrfz/vmmon-only/common/phystrack.o: warning: objtool: PhysTrack_Remove() falls through to next function PhysTrack_Test()
  38. /tmp/modconfig-1Ixrfz/vmmon-only/common/task.o: warning: objtool: .text: unexpected end of section
  39. cc1: some warnings being treated as errors
  40. make[2]: *** [scripts/Makefile.build:294: /tmp/modconfig-1Ixrfz/vmmon-only/linux/driver.o] Error 1
  41. make[2]: *** Waiting for unfinished jobs....
  42. cc1: some warnings being treated as errors
  43. make[2]: *** [scripts/Makefile.build:294: /tmp/modconfig-1Ixrfz/vmmon-only/linux/hostif.o] Error 1
  44. make[1]: *** [Makefile:1492: _module_/tmp/modconfig-1Ixrfz/vmmon-only] Error 2
  45. make[1]: Leaving directory '/usr/lib/modules/4.11.9-1-ARCH/build'
  46. make: *** [Makefile:120: vmmon.ko] Error 2
  47. make: Leaving directory '/tmp/modconfig-1Ixrfz/vmmon-only'
  48. make: Entering directory '/tmp/modconfig-1Ixrfz/vmnet-only'
  49. Using kernel build system.
  50. /sbin/make -C /lib/modules/4.11.9-1-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
  51. MODULEBUILDDIR= modules
  52. make[1]: Entering directory '/usr/lib/modules/4.11.9-1-ARCH/build'
  53. CC [M] /tmp/modconfig-1Ixrfz/vmnet-only/driver.o
  54. CC [M] /tmp/modconfig-1Ixrfz/vmnet-only/hub.o
  55. CC [M] /tmp/modconfig-1Ixrfz/vmnet-only/userif.o
  56. CC [M] /tmp/modconfig-1Ixrfz/vmnet-only/bridge.o
  57. CC [M] /tmp/modconfig-1Ixrfz/vmnet-only/procfs.o
  58. CC [M] /tmp/modconfig-1Ixrfz/vmnet-only/netif.o
  59. /tmp/modconfig-1Ixrfz/vmnet-only/userif.c: In function ‘VNetUserIfRead’:
  60. /tmp/modconfig-1Ixrfz/vmnet-only/userif.c:746:11: error: implicit declaration of function ‘signal_pending’; did you mean ‘timer_pending’? [-Werror=implicit-function-declaration]
  61. if (signal_pending(current)) {
  62. ^~~~~~~~~~~~~~
  63. timer_pending
  64. In file included from /tmp/modconfig-1Ixrfz/vmnet-only/net.h:38:0,
  65. from /tmp/modconfig-1Ixrfz/vmnet-only/vnetInt.h:26,
  66. from /tmp/modconfig-1Ixrfz/vmnet-only/bridge.c:52:
  67. /tmp/modconfig-1Ixrfz/vmnet-only/vm_device_version.h:56:0: warning: "PCI_VENDOR_ID_VMWARE" redefined
  68. #define PCI_VENDOR_ID_VMWARE 0x15AD
  69.  
  70. In file included from ./include/linux/pci.h:35:0,
  71. from /tmp/modconfig-1Ixrfz/vmnet-only/compat_netdevice.h:27,
  72. from /tmp/modconfig-1Ixrfz/vmnet-only/bridge.c:51:
  73. ./include/linux/pci_ids.h:2255:0: note: this is the location of the previous definition
  74. #define PCI_VENDOR_ID_VMWARE 0x15ad
  75.  
  76. In file included from /tmp/modconfig-1Ixrfz/vmnet-only/net.h:38:0,
  77. from /tmp/modconfig-1Ixrfz/vmnet-only/vnetInt.h:26,
  78. from /tmp/modconfig-1Ixrfz/vmnet-only/bridge.c:52:
  79. /tmp/modconfig-1Ixrfz/vmnet-only/vm_device_version.h:73:0: warning: "PCI_DEVICE_ID_VMWARE_VMXNET3" redefined
  80. #define PCI_DEVICE_ID_VMWARE_VMXNET3 0x07B0
  81.  
  82. In file included from ./include/linux/pci.h:35:0,
  83. from /tmp/modconfig-1Ixrfz/vmnet-only/compat_netdevice.h:27,
  84. from /tmp/modconfig-1Ixrfz/vmnet-only/bridge.c:51:
  85. ./include/linux/pci_ids.h:2256:0: note: this is the location of the previous definition
  86. #define PCI_DEVICE_ID_VMWARE_VMXNET3 0x07b0
  87.  
  88. CC [M] /tmp/modconfig-1Ixrfz/vmnet-only/smac_compat.o
  89. In file included from ./include/linux/pci.h:35:0,
  90. from /tmp/modconfig-1Ixrfz/vmnet-only/compat_netdevice.h:27,
  91. from /tmp/modconfig-1Ixrfz/vmnet-only/netif.c:43:
  92. ./include/linux/pci_ids.h:2255:0: warning: "PCI_VENDOR_ID_VMWARE" redefined
  93. #define PCI_VENDOR_ID_VMWARE 0x15ad
  94.  
  95. In file included from /tmp/modconfig-1Ixrfz/vmnet-only/net.h:38:0,
  96. from /tmp/modconfig-1Ixrfz/vmnet-only/vnetInt.h:26,
  97. from /tmp/modconfig-1Ixrfz/vmnet-only/netif.c:42:
  98. /tmp/modconfig-1Ixrfz/vmnet-only/vm_device_version.h:56:0: note: this is the location of the previous definition
  99. #define PCI_VENDOR_ID_VMWARE 0x15AD
  100.  
  101. In file included from ./include/linux/pci.h:35:0,
  102. from /tmp/modconfig-1Ixrfz/vmnet-only/compat_netdevice.h:27,
  103. from /tmp/modconfig-1Ixrfz/vmnet-only/netif.c:43:
  104. ./include/linux/pci_ids.h:2256:0: warning: "PCI_DEVICE_ID_VMWARE_VMXNET3" redefined
  105. #define PCI_DEVICE_ID_VMWARE_VMXNET3 0x07b0
  106.  
  107. In file included from /tmp/modconfig-1Ixrfz/vmnet-only/net.h:38:0,
  108. from /tmp/modconfig-1Ixrfz/vmnet-only/vnetInt.h:26,
  109. from /tmp/modconfig-1Ixrfz/vmnet-only/netif.c:42:
  110. /tmp/modconfig-1Ixrfz/vmnet-only/vm_device_version.h:73:0: note: this is the location of the previous definition
  111. #define PCI_DEVICE_ID_VMWARE_VMXNET3 0x07B0
  112.  
  113. cc1: some warnings being treated as errors
  114. make[2]: *** [scripts/Makefile.build:294: /tmp/modconfig-1Ixrfz/vmnet-only/userif.o] Error 1
  115. make[2]: *** Waiting for unfinished jobs....
  116. make[1]: *** [Makefile:1492: _module_/tmp/modconfig-1Ixrfz/vmnet-only] Error 2
  117. make[1]: Leaving directory '/usr/lib/modules/4.11.9-1-ARCH/build'
  118. make: *** [Makefile:120: vmnet.ko] Error 2
  119. make: Leaving directory '/tmp/modconfig-1Ixrfz/vmnet-only'
  120. Starting VMware services:
  121. Virtual machine monitor failed
  122. Virtual machine communication interface done
  123. VM communication interface socket family done
  124. Blocking file system failed
  125. Virtual ethernet failed
  126. VMware Authentication Daemon done
  127. vmware-modconfig: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement