Gentoo Archives: gentoo-user

From: Jonas de Buhr <jonas.de.buhr@×××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: build problems with vmware-modules
Date: Wed, 28 Sep 2011 08:43:58
Message-Id: 20110928104253.668f612b@toxic.dbnet
In Reply to: [gentoo-user] Re: build problems with vmware-modules by Nikos Chantziaras
1 >On 09/27/2011 10:08 PM, Jonas de Buhr wrote:
2 >> hello everone!
3 >>
4 >> i'm having problems running vmware. a recend "emerge -DuvaN world"
5 >> upgraded vmware to version 6.5.5 and i upgraded the kernel to
6 >> # uname -a
7 >> Linux toxic 2.6.39-gentoo-r3 #4 SMP Thu Sep 22 16:06:58 CEST 2011
8 >> x86_64 Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz GenuineIntel
9 >> GNU/Linux
10 >
11 >With VMWare, you need recent versions to work with non-ancient kernel
12 >versions.
13
14 i've been running vmware 6.x with 2.6.31 before with no problems. if
15 its that incompatible with newer kernels the dependencies should state
16 that and 7.x should become stable.
17
18 but it seems you're right:
19
20 /var/tmp/portage/app-emulation/vmware-modules-1.0.0.25-r3/work/vmblock-only/linux/filesystem.c:84:4:
21 error: unknown field ‘get_sb’ specified in initializer
22
23 seems some stuff changed in the kernel
24 https://lkml.org/lkml/2011/3/17/29
25
26 > VMware 7.x should work fine with kernel 2.6.39.
27
28 i will give 7.x a try. thanks!