Advertisement
Guest User

Untitled

a guest
Feb 13th, 2011
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. Using compiler "/usr/bin/gcc". Use environment variable CC to override.
  2.  
  3. What is the location of the directory of C header files that match your running
  4. kernel? [/lib/modules/2.6.32-5-686/build/include]
  5.  
  6. Extracting the sources of the vmmon module.
  7.  
  8. Building the vmmon module.
  9.  
  10. Using 2.6.x kernel build system.
  11. make: Entering directory `/tmp/vmware-config1/vmmon-only'
  12. make -C /lib/modules/2.6.32-5-686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
  13. make[1]: Entering directory `/usr/src/linux-headers-2.6.32-5-686'
  14. CC [M] /tmp/vmware-config1/vmmon-only/linux/driver.o
  15. In file included from /tmp/vmware-config1/vmmon-only/linux/driver.c:31:
  16. /tmp/vmware-config1/vmmon-only/./include/compat_wait.h:78: error: conflicting types for ‘poll_initwait’
  17. /usr/src/linux-headers-2.6.32-5-common/include/linux/poll.h:70: error: previous declaration of ‘poll_initwait’ was here
  18. In file included from /tmp/vmware-config1/vmmon-only/./common/vmx86.h:32,
  19. from /tmp/vmware-config1/vmmon-only/linux/driver.h:29,
  20. from /tmp/vmware-config1/vmmon-only/linux/driver.c:101:
  21. /tmp/vmware-config1/vmmon-only/./include/x86msr.h:164:1: warning: "MSR_THERM2_CTL" redefined
  22. In file included from /usr/src/linux-headers-2.6.32-5-common/arch/x86/include/asm/msr.h:4,
  23. from /usr/src/linux-headers-2.6.32-5-common/arch/x86/include/asm/processor.h:21,
  24. from /usr/src/linux-headers-2.6.32-5-common/include/linux/prefetch.h:14,
  25. from /usr/src/linux-headers-2.6.32-5-common/include/linux/list.h:6,
  26. from /usr/src/linux-headers-2.6.32-5-common/include/linux/module.h:9,
  27. from /tmp/vmware-config1/vmmon-only/./include/compat_module.h:27,
  28. from /tmp/vmware-config1/vmmon-only/linux/driver.c:26:
  29. /usr/src/linux-headers-2.6.32-5-common/arch/x86/include/asm/msr-index.h:230:1: warning: this is the location of the previous definition
  30. /tmp/vmware-config1/vmmon-only/linux/driver.c: In function ‘LinuxDriverSyncCallOnEachCPU’:
  31. /tmp/vmware-config1/vmmon-only/linux/driver.c:1423: error: too many arguments to function ‘smp_call_function’
  32. /tmp/vmware-config1/vmmon-only/linux/driver.c: In function ‘LinuxDriver_Ioctl’:
  33. /tmp/vmware-config1/vmmon-only/linux/driver.c:1987: error: ‘struct task_struct’ has no member named ‘euid’
  34. /tmp/vmware-config1/vmmon-only/linux/driver.c:1987: error: ‘struct task_struct’ has no member named ‘uid’
  35. /tmp/vmware-config1/vmmon-only/linux/driver.c:1988: error: ‘struct task_struct’ has no member named ‘fsuid’
  36. /tmp/vmware-config1/vmmon-only/linux/driver.c:1988: error: ‘struct task_struct’ has no member named ‘uid’
  37. /tmp/vmware-config1/vmmon-only/linux/driver.c:1989: error: ‘struct task_struct’ has no member named ‘egid’
  38. /tmp/vmware-config1/vmmon-only/linux/driver.c:1989: error: ‘struct task_struct’ has no member named ‘gid’
  39. /tmp/vmware-config1/vmmon-only/linux/driver.c:1990: error: ‘struct task_struct’ has no member named ‘fsgid’
  40. /tmp/vmware-config1/vmmon-only/linux/driver.c:1990: error: ‘struct task_struct’ has no member named ‘gid’
  41. /tmp/vmware-config1/vmmon-only/linux/driver.c:2007: error: too many arguments to function ‘smp_call_function’
  42. make[4]: *** [/tmp/vmware-config1/vmmon-only/linux/driver.o] Error 1
  43. make[3]: *** [_module_/tmp/vmware-config1/vmmon-only] Error 2
  44. make[2]: *** [sub-make] Error 2
  45. make[1]: *** [all] Error 2
  46. make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-5-686'
  47. make: *** [vmmon.ko] Error 2
  48. make: Leaving directory `/tmp/vmware-config1/vmmon-only'
  49. Unable to build the vmmon module.
  50.  
  51. For more information on how to troubleshoot module-related problems, please
  52. visit our Web site at "http://www.vmware.com/go/unsup-linux-products" and
  53. "http://www.vmware.com/go/unsup-linux-tools".
  54.  
  55. Execution aborted.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement