Hi -- I'm running Fedora 8 PAE (kernel 2.6.24.3-12.fc8PAE). I've installed VMware-workstation-6.0.2-59824 from the tarball and applied vmware-any-any-update115a. The patch issued the following messages:
# ./runme.pl
Updating /usr/bin/vmware ... No patch needed/available
Updating /usr/bin/vmnet-bridge ... No patch needed/available
Updating /usr/lib/vmware/bin/vmware-vmx ... No patch needed/available
Updating /usr/lib/vmware/bin-debug/vmware-vmx ... No patch needed/available
VMware modules in "/usr/lib/vmware/modules/source" has been updated.
When I run vmware-config.pl, I get the same errors in vmmon:
make[1]: Entering directory `/usr/src/kernels/2.6.24.3-12.fc8-PAE-i686'
CC [M] /tmp/vmware-config9/vmmon-only/linux/driver.o
In file included from /tmp/vmware-config9/vmmon-only/./include/vmci_kernel_defs.h:26,
from /tmp/vmware-config9/vmmon-only/./common/vmciContext.h:19,
from /tmp/vmware-config9/vmmon-only/linux/driver.h:21,
from /tmp/vmware-config9/vmmon-only/linux/driver.c:84:
/tmp/vmware-config9/vmmon-only/./include/compat_wait.h:37:5: warning: "VMW_HAVE_EPOLL" is not defined
/tmp/vmware-config9/vmmon-only/./include/compat_wait.h:43:5: warning: "VMW_HAVE_EPOLL" is not defined
In file included from /tmp/vmware-config9/vmmon-only/./include/vmci_kernel_defs.h:26,
from /tmp/vmware-config9/vmmon-only/./common/vmciContext.h:19,
from /tmp/vmware-config9/vmmon-only/linux/driver.h:21,
from /tmp/vmware-config9/vmmon-only/linux/driver.c:84:
/tmp/vmware-config9/vmmon-only/./include/compat_wait.h:60: error: conflicting types for ‘poll_initwait’
include/linux/poll.h:65: error: previous declaration of ‘poll_initwait’ was here
/tmp/vmware-config9/vmmon-only/linux/driver.c:198: warning: initialization from incompatible pointer type
First question: was the output from applying update115a correct?
Second question: anyone have a suggestion about fixing the type conflict error?