Error while installing vmware tools v8.8.2 in Ubuntu 12.04 beta

Posted by Dipen Patel on Ask Ubuntu See other posts from Ask Ubuntu or by Dipen Patel
Published on 2012-04-07T10:37:31Z Indexed on 2012/04/07 11:48 UTC
Read the original article Hit count: 1457

Filed under:
|

I just upgraded to Ubuntu 12.04 from 11.10 using update manager. I use it as virtual machine on VMWare Player 4.xx.

As usual I installed vmware tools to enable full screen mode and shared folder functionality. But while installing I got an error while building modules for shared folder and fast networking utilities for vmware tools. Error is

==============================================

/tmp/vmware-root/modules/vmhgfs-only/fsutil.c: In function ‘HgfsChangeFileAttributes’:
/tmp/vmware-root/modules/vmhgfs-only/fsutil.c:610:4: error: assignment of read-only member ‘i_nlink’
make[2]: *** [/tmp/vmware-root/modules/vmhgfs-only/fsutil.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/tmp/vmware-root/modules/vmhgfs-only/file.c:128:4: warning: initialization from incompatible pointer type [enabled by default]
/tmp/vmware-root/modules/vmhgfs-only/file.c:128:4: warning: (near initialization for ‘HgfsFileFileOperations.fsync’) [enabled by default]
/tmp/vmware-root/modules/vmhgfs-only/tcp.c:53:30: error: expected ‘)’ before numeric constant
/tmp/vmware-root/modules/vmhgfs-only/tcp.c:56:25: error: expected ‘)’ before ‘int’
/tmp/vmware-root/modules/vmhgfs-only/tcp.c:59:33: error: expected ‘)’ before ‘int’
make[2]: *** [/tmp/vmware-root/modules/vmhgfs-only/tcp.o] Error 1
make[1]: *** [_module_/tmp/vmware-root/modules/vmhgfs-only] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-22-generic'
make: *** [vmhgfs.ko] Error 2
make: Leaving directory `/tmp/vmware-root/modules/vmhgfs-only'

The filesystem driver (vmhgfs module) is used only for the shared folder feature. The rest of the software provided by VMware Tools is designed to work

independently of this feature.

Let me know if anyone has encountered and solved this problem.

Regards, Dipen Patel

© Ask Ubuntu or respective owner

Related posts about 12.04

Related posts about vmware-player