Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] hwinfo build error
Date: Sat, 31 Jan 2009 15:54:24
Message-Id: 87myd7jwtf.fsf@newsguy.com
1 Trying to emerge hwinfo I get the error output inlined below.
2 I see a list of warnings about undeclared this and that coming from
3 the src files but not sure what it means.
4
5 Anyone here that can recognize what the problem is?
6
7 (tail of output)
8
9 [...]
10
11 DFORCE_POST -D_CEXPORT= -DNO_LONG_LONG -I. -Ix86emu -Iinclude sys.c
12 a - x86emu_debug.o
13 a - x86emu_decode.o
14 a - x86emu_fpu.o
15 a - x86emu_ops.o
16 a - x86emu_ops2.o
17 a - x86emu_prim_ops.o
18 a - x86emu_sys.o
19 make[2]: Leaving directory `/var/tmp/portage/sys-apps/hwinfo-14.19/work/hwinfo-14.19/src/x86emu'
20 make[2]: Entering directory `/var/tmp/portage/sys-apps/hwinfo-14.19/work/hwinfo-14.19/src/int10'
21 make[2]: Leaving directory `/var/tmp/portage/sys-apps/hwinfo-14.19/work/hwinfo-14.19/src/int10'
22 make[2]: Entering directory `/var/tmp/portage/sys-apps/hwinfo-14.19/work/hwinfo-14.19/src/int10'
23 gcc -c -O2 -Wall -pipe -g -fPIC -O2 -march=i686 -pipe -I../../src/hd emu_vm86.c
24 gcc -c -O2 -Wall -pipe -g -fPIC -O2 -march=i686 -pipe -I../../src/hd i10_int.c
25 gcc -c -O2 -Wall -pipe -g -fPIC -O2 -march=i686 -pipe -I../../src/hd i10_io.c
26 gcc -c -O2 -Wall -pipe -g -fPIC -O2 -march=i686 -pipe -I../../src/hd i10_pci.c
27 gcc -c -O2 -Wall -pipe -g -fPIC -O2 -march=i686 -pipe -I../../src/hd -fno-strict-aliasing i10_v86.c
28 i10_v86.c: In function 'setup_vm86':
29 i10_v86.c:104: error: 'VIF_MASK' undeclared (first use in this function)
30 i10_v86.c:104: error: (Each undeclared identifier is reported only once
31 i10_v86.c:104: error: for each function it appears in.)
32 i10_v86.c:104: error: 'VIP_MASK' undeclared (first use in this function)
33 i10_v86.c: In function 'run_bios_int':
34 i10_v86.c:474: error: 'VIF_MASK' undeclared (first use in this function)
35 i10_v86.c:475: error: 'IF_MASK' undeclared (first use in this function)
36 i10_v86.c:486: error: 'TF_MASK' undeclared (first use in this function)
37 i10_v86.c:486: error: 'NT_MASK' undeclared (first use in this function)
38 make[2]: *** [i10_v86.o] Error 1
39 make[2]: Leaving directory `/var/tmp/portage/sys-apps/hwinfo-14.19/work/hwinfo-14.19/src/int10'
40 make[1]: *** [subdirs] Error 2
41 make[1]: Leaving directory `/var/tmp/portage/sys-apps/hwinfo-14.19/work/hwinfo-14.19/src'
42 make: *** [subdirs] Error 2
43 *
44 * ERROR: sys-apps/hwinfo-14.19 failed.
45 * Call stack:
46 * ebuild.sh, line 49: Called src_compile
47 * environment, line 2108: Called die
48 * The specific snippet of code:
49 * emake -j1 EXTRA_FLAGS="${CFLAGS}" || die "emake failed"
50 * The die message:
51 * emake failed

Replies

Subject Author
Re: [gentoo-user] hwinfo build error Willie Wong <wwong@×××××××××.EDU>