I have scouted around in the various FAQ's, the
mailing list, and other parts of the xen.org site. I have not been able to
find an answer to my problem, so I apologize if I missed something
obvious.
I had previously downloaded the xen-4.0.0 tarball
from xen.org and have installed it on an intel PC running Debian Lenny. I
had absolutely no problems.
Today I am trying to install xen on an HP Itanium2
box running Debian Lenny. I went through the same process of apt-get as
required in the release notes (http://wiki.xensource.com/xenwiki/Xen4.04/24/2010)
with the exception that gcc-multilib is evidently not available for
IA64.
I proceeded with a "make world" and at the end
got:
AS
arch/ia64/xen/xensetup.o
AS
arch/ia64/xen/xenpal.o
CC
arch/ia64/xen/hypervisor.o
CC
arch/ia64/xen/util.o
CC
arch/ia64/xen/xencomm.o
CC
arch/ia64/xen/xcom_hcall.o
/downloads/xen-4.0.0/linux-2.6.18-xen.hg/arch/ia64/xen/xcom_hcall.c:
In function
ÃâËxencomm_hypercall_memory_opÃââ:
/downloads/xen-4.0.0/linux-2.6.18-xen.hg/arch/ia64/xen/xcom_hcall.c:449:
warning: ÃâËbuffer.pÃââ may be used uninitialized in this
function
/downloads/xen-4.0.0/linux-2.6.18-xen.hg/arch/ia64/xen/xcom_hcall.c:446:
warning: ÃâËextent_start_va[0].pÃââ may be used uninitialized in this
function
CC
arch/ia64/xen/xcom_privcmd.o
/downloads/xen-4.0.0/linux-2.6.18-xen.hg/arch/ia64/xen/xcom_privcmd.c:
In function
ÃâËxencomm_privcmd_sysctlÃââ:
/downloads/xen-4.0.0/linux-2.6.18-xen.hg/arch/ia64/xen/xcom_privcmd.c:188:
error: ÃâËstruct xen_sysctl_physinfoÃââ has no member named
ÃâËcpu_to_nodeÃââ
/downloads/xen-4.0.0/linux-2.6.18-xen.hg/arch/ia64/xen/xcom_privcmd.c:190:
error: ÃâËstruct xen_sysctl_physinfoÃââ has no member named
ÃâËcpu_to_nodeÃââ
/downloads/xen-4.0.0/linux-2.6.18-xen.hg/arch/ia64/xen/xcom_privcmd.c:194:
error: ÃâËstruct xen_sysctl_physinfoÃââ has no member named
ÃâËcpu_to_nodeÃââ
make[7]: *** [arch/ia64/xen/xcom_privcmd.o] Error
1
make[6]: *** [arch/ia64/xen] Error 2
make[5]: *** [vmlinuz] Error
2
make[4]: *** [vmlinuz] Error 2
make[4]: Leaving directory
`/downloads/xen-4.0.0/build-linux-2.6.18-xen_ia64'
make[3]: *** [build] Error
2
make[3]: Leaving directory `/downloads/xen-4.0.0'
make[2]: ***
[linux-2.6-xen-install] Error 2
make[2]: Leaving directory
`/downloads/xen-4.0.0'
make[1]: *** [install-kernels] Error 1
make[1]:
Leaving directory `/downloads/xen-4.0.0'
make: *** [world] Error
2
debian-sys0v:/downloads/xen-4.0.0#
It seems that cpu_to_node is not
available.
Please point me in the right
direction.
jimc