Gentoo Archives: gentoo-amd64

From: "Vladimir G. Ivanovic" <vgivanovic@×××××××.net>
To: gentoo-amd64 <gentoo-amd64@l.g.o>, gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-amd64] Can't recompile vmware modules
Date: Sun, 23 Jul 2006 03:26:29
Message-Id: 1153624957.12180.11.camel@scarlatti.leonora.org
1 When I run vmware-config.pl, I get the following error:
2
3 Building for VMware Workstation 5.5.x.
4 Using 2.6.x kernel build system.
5 make: Entering directory `/tmp/vmware-config0/vmmon-only'
6 Makefile:127: *** Inappropriate build environment: you wanted to
7 use gcc version while kernel attempts to use gcc version 4.1.1.
8 Makefile:129: *** For proper build you'll have to
9 replace /usr/bin/gcc with symbolic link to . Stop.
10 make: Leaving directory `/tmp/vmware-config0/vmmon-only'
11 Unable to build the vmmon module.
12
13 When I explicitly set the GCC version and then run vmware-config.pl with
14 VM_CCVER="4.1.1" vmware-config.pl, I successfully pass the GCC version
15 test, but then make can't find the target auto-build:
16
17 Building for VMware Workstation 5.5.x.
18 Using 2.6.x kernel build system.
19 make: Entering directory `/tmp/vmware-config3/vmmon-only'
20 make: *** No rule to make target `auto-build'. Stop.
21 make: Leaving directory `/tmp/vmware-config3/vmmon-only'
22 Unable to build the vmmon module.
23
24 Of course the target is there:
25
26 fgrep auto-build: /tmp/vmware-config0/vmmon-only/Makefile
27 auto-build: $(DRIVER_KO)
28
29 Falling back to an older version of gentoo-sources doesn't help. "make",
30 "perl", binutils and coreutils all seem OK.
31
32 Has anyone else run into this kind of problem, and if so, how did you
33 solve it?
34
35 Thanks.
36
37 --
38 Vladimir G. Ivanovic <vgivanovic@×××××××.net>
39
40 --
41 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Can't recompile vmware modules Ronan Klyne <rklyne@×××××.com>