Gentoo Archives: gentoo-user

From: William Kenworthy <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] vmware-server error log
Date: Sat, 05 Sep 2009 12:23:24
Message-Id: 1252153394.3869.38.camel@rattus
In Reply to: [gentoo-user] vmware-server error log by Nick Khamis
1 You still need to post messages from further back - this is still the
2 results, not the cause. Also, does 1.0.0.15 support later kernels? - I
3 am using 1.0.0.25 and workstation 6.5 with 2.6.28 - and even there had
4 to use the layman vmware overlay. vmware usually lags behind current
5 kernels, and you usually have to jump through a few hoops to even keep
6 close to up to date.
7
8 BillK
9
10
11
12 On Sat, 2009-09-05 at 12:11 +0000, Nick Khamis wrote:
13 > Hey Everyone,
14 >
15 > I have been at this for a week now, going from amd64 to x86. I still
16 > want to use 2.6.30-r5. When trying to build vmware-server this is the
17 > error I am presented with:
18 >
19 > /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c: In function 'LinuxDriver_Open':
20 > /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:579: error: 'struct task_struct' has no member named 'euid'
21 > /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c: In function '__LinuxDriver_Ioctl':
22 > /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1530: error: 'struct task_struct' has no member named 'suid'
23 > /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1531: error: 'struct task_struct' has no member named 'cap_permitted'
24 > /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1796: error: 'struct task_struct' has no member named 'euid'
25 > /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1796: error: 'struct task_struct' has no member named 'uid'
26 > /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1797: error: 'struct task_struct' has no member named 'fsuid'
27 > /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1797: error: 'struct task_struct' has no member named 'uid'
28 > /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1798: error: 'struct task_struct' has no member named 'egid'
29 > /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1798: error: 'struct task_struct' has no member named 'gid'
30 > /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1799: error: 'struct task_struct' has no member named 'fsgid'
31 > /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1799: error: 'struct task_struct' has no member named 'gid'
32 > make[3]: ***
33 > [/var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.o] Error 1
34 > make[2]: ***
35 > [_module_/var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only] Error 2
36 > make[1]: *** [sub-make] Error 2
37 > make[1]: Leaving directory `/usr/src/linux-2.6.30-gentoo-r5'
38 > make: *** [vmmon.ko] Error 2
39 > *
40 > * ERROR: app-emulation/vmware-modules-1.0.0.15-r2 failed.
41 > * Call stack:
42 > * ebuild.sh, line 49: Called src_compile
43 > * environment, line 3723: Called
44 > linux-mod_src_compile
45 > * environment, line 2841: Called die
46 > * The specific snippet of code:
47 > * eval "emake HOSTCC=\"$(tc-getBUILD_CC)\"
48 > CROSS_COMPILE=${CHOST}- LDFLAGS=
49 > \"$(get_abi_LDFLAGS)\" ${BUILD_FIXES}
50 > ${BUILD_PARAMS} ${BUILD_TARGETS} " || die
51 > "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}-
52 > LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS}
53 > ${BUILD_TARGETS}";
54 > * The die message:
55 > * Unable to emake HOSTCC=i686-pc-linux-gnu-gcc
56 > CROSS_COMPILE=i686-pc-linux-gnu- LDFLAGS= auto-build
57 > VMWARE_VER=VME_S1B1 KERNEL_DIR=/usr/src/linux
58 > KBUILD_OUTPUT=/lib/modules/2.6.30-gentoo-r5/build
59 > *
60 > * If you need support, post the topmost build error, and
61 > the call stack if relevant.
62 > * A complete build log is located at
63 > '/var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/temp/build.log'.
64 > * The ebuild environment file is located at
65 > '/var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/temp/environment'.
66 > *
67 >
68 >
69 > Your Help Is Greatly Apprecited,
70 >
71 > Reagrds,
72 > Ninus
73 >
74 --
75 William Kenworthy <billk@×××××××××.au>
76 Home in Perth!

Replies

Subject Author
Re: [gentoo-user] vmware-server error log Nick Khamis <symack@×××××.com>