Gentoo Archives: gentoo-user

From: Jorge Almeida <jalmeida@××××××××××××.pt>
To: gentoo-user@l.g.o
Subject: [gentoo-user] vmware install fails
Date: Thu, 13 Jul 2006 19:41:08
Message-Id: Pine.LNX.4.64.0607131955120.11707@jmaa.math.ist.utl.pt
1 I'm giving vmware a try. I emerged app-emulation/vmware-workstation,
2 which compiled without problems. The problem is with the script
3 vmware-config.pl. I accepted the default location for C headers and I
4 checked it corresponds to the current kernel. /usr/src/linux is the
5 correct symlink, and include/version.h seems right.
6 I added root to the vmware group.
7 The forums show similar problems, but no solution.
8 The links at the end of the error message seem useless.
9 What can I try?
10
11
12 $ /opt/vmware/workstation/bin/vmware-config.pl
13 Making sure services for VMware Workstation are stopped.
14
15 * ERROR: "vmware" has not yet been started.
16
17 Configuring fallback GTK+ 2.4 libraries.
18
19 Trying to find a suitable vmmon module for your running kernel.
20
21 None of the pre-built vmmon modules for VMware Workstation is suitab le for your
22 running kernel. Do you want this program to try to build the vmmon module for
23 your system (you need to have a C compiler installed on your system) ? [yes]
24
25 Using compiler "/usr/bin/gcc". Use environment variable CC to override.
26
27 What is the location of the directory of C header files that match your running
28 kernel? [/lib/modules/2.6.16-gentoo-r7/build/include]
29
30 Extracting the sources of the vmmon module.
31
32 Building the vmmon module.
33
34 make: execvp: ./getversion.pl: Permission denied
35 make: Entering directory `/tmp/vmware-config1/vmmon-only'
36 Using 2.6.x kernel build system.
37 make -C /lib/modules/2.6.16-gentoo-r7/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
38 make[1]: Entering directory `/usr/src/linux-2.6.16-gentoo-r7'
39 make[2]: execvp: /tmp/vmware-config1/vmmon-only/./getversion.pl: Permission denied
40 CC [M] /tmp/vmware-config1/vmmon-only/linux/driver.o
41 /tmp/vmware-config1/vmmon-only/linux/driver.c:107: error: syntax error before ';' token
42 make[2]: *** [/tmp/vmware-config1/vmmon-only/linux/driver.o] Error 1
43 make[1]: *** [_module_/tmp/vmware-config1/vmmon-only] Error 2
44 make[1]: Leaving directory `/usr/src/linux-2.6.16-gentoo-r7'
45 make: *** [vmmon.ko] Error 2
46 make: Leaving directory `/tmp/vmware-config1/vmmon-only'
47 Unable to build the vmmon module.
48
49 For more information on how to troubleshoot module-related problems, please
50 visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
51 "http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".
52
53 Execution aborted.
54
55
56 --
57 Jorge Almeida
58 --
59 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] vmware install fails Mauro Faccenda <faccenda@×××.net>
Re: [gentoo-user] vmware install fails Neil Bothwick <neil@××××××××××.uk>