Gentoo Archives: gentoo-user

From: Nick Khamis <symack@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] vmware-server error log
Date: Sat, 05 Sep 2009 12:12:27
Message-Id: 46d08bd30909050511v31c2f37ag56efade7e72a15fe@mail.gmail.com
1 Hey Everyone,
2
3 I have been at this for a week now, going from amd64 to x86. I still want to
4 use 2.6.30-r5. When trying to build vmware-server this is the error I am
5 presented with:
6
7 /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:
8 In function 'LinuxDriver_Open':
9 /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:579:
10 error: 'struct task_struct' has no member named 'euid'
11 /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:
12 In function '__LinuxDriver_Ioctl':
13 /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1530:
14 error: 'struct task_struct' has no member named 'suid'
15 /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1531:
16 error: 'struct task_struct' has no member named 'cap_permitted'
17 /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1796:
18 error: 'struct task_struct' has no member named 'euid'
19 /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1796:
20 error: 'struct task_struct' has no member named 'uid'
21 /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1797:
22 error: 'struct task_struct' has no member named 'fsuid'
23 /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1797:
24 error: 'struct task_struct' has no member named 'uid'
25 /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1798:
26 error: 'struct task_struct' has no member named 'egid'
27 /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1798:
28 error: 'struct task_struct' has no member named 'gid'
29 /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.c:1799:
30 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:
32 error: 'struct task_struct' has no member named 'gid'
33 make[3]: ***
34 [/var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only/linux/driver.o]
35 Error 1
36 make[2]: ***
37 [_module_/var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/work/vmmon-only]
38 Error 2
39 make[1]: *** [sub-make] Error 2
40 make[1]: Leaving directory `/usr/src/linux-2.6.30-gentoo-r5'
41 make: *** [vmmon.ko] Error 2
42 *
43 * ERROR: app-emulation/vmware-modules-1.0.0.15-r2 failed.
44 * Call stack:
45 * ebuild.sh, line 49: Called src_compile
46 * environment, line 3723: Called
47 linux-mod_src_compile
48 * environment, line 2841: Called die
49 * The specific snippet of code:
50 * eval "emake HOSTCC=\"$(tc-getBUILD_CC)\"
51 CROSS_COMPILE=${CHOST}-
52 LDFLAGS=\"$(get_abi_LDFLAGS)\" ${BUILD_FIXES}
53 ${BUILD_PARAMS} ${BUILD_TARGETS}
54 " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}-
55 LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS}
56 ${BUILD_TARGETS}";
57 * The die message:
58 * Unable to emake HOSTCC=i686-pc-linux-gnu-gcc
59 CROSS_COMPILE=i686-pc-linux-gnu- LDFLAGS= auto-build VMWARE_VER=VME_S1B1
60 KERNEL_DIR=/usr/src/linux KBUILD_OUTPUT=/lib/modules/2.6.30-gentoo-r5/build
61 *
62 * If you need support, post the topmost build error, and the
63 call stack if relevant.
64 * A complete build log is located at
65 '/var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/temp/build.log'.
66 * The ebuild environment file is located at
67 '/var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r2/temp/environment'.
68 *
69
70
71 Your Help Is Greatly Apprecited,
72
73 Reagrds,
74 Ninus

Replies

Subject Author
Re: [gentoo-user] vmware-server error log William Kenworthy <billk@×××××××××.au>