1 |
Hello |
2 |
i'm trying to |
3 |
emerge xen-tools |
4 |
|
5 |
but it fails with asm/page.h: No such file or directory |
6 |
(it searching for a file in /usr/include/... ?) how to specify to look for |
7 |
it in kernel source ? |
8 |
can anybody help me ? |
9 |
|
10 |
make[2]: Entering directory `/var/tmp/portage/app-emulation/xen- |
11 |
tools-3.0.2-r4/work/xen-3.0.2/tools/misc/mbootpack' |
12 |
gcc -Wp,-MD,.mbootpack.o.d -O2 -fomit-frame-pointer -DNDEBUG -m32 |
13 |
-march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement |
14 |
-D__XEN_INTERFACE_VERSION__=0x00030101 -Wpointer-arith -Wcast-qual |
15 |
-Wno-unused -Wno-format -Wmissing-prototypes -pipe -I. -I- -c mbootpack.c-o |
16 |
mbootpack.o |
17 |
cc1: note: obsolete option -I- used, please use -iquote instead |
18 |
mbootpack.c:45:22: error: asm/page.h: No such file or directory |
19 |
make[2]: *** [mbootpack.o] Error 1 |
20 |
make[2]: Leaving directory `/var/tmp/portage/app-emulation/xen- |
21 |
tools-3.0.2-r4/work/xen-3.0.2/tools/misc/mbootpack' |
22 |
make[1]: *** [build] Error 2 |
23 |
make[1]: Leaving directory `/var/tmp/portage/app-emulation/xen- |
24 |
tools-3.0.2-r4/work/xen-3.0.2/tools/misc' |
25 |
make: *** [all] Error 2 |
26 |
make: Leaving directory `/var/tmp/portage/app-emulation/xen-tools-3.0.2-r4 |
27 |
/work/xen-3.0.2/tools' |