http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=175
Summary: x86_64 Build break - undefined reference to
`HYPERVISOR_vcpu_pickle'
Product: Xen
Version: unstable
Platform: All
OS/Version: All
Status: NEW
Severity: critical
Priority: P2
Component: Hypervisor
AssignedTo: xen-...@lists.xensource.com
ReportedBy: dbar...@us.ibm.com
CC: hohn...@us.ibm.com
I am trying to build xen on x86_64 SLES 9 SP2 box this morning and am getting
this error:
arch/xen/kernel/built-in.o(.text+0x1bd6): In function `__do_suspend':
: undefined reference to `HYPERVISOR_vcpu_pickle'
make[4]: *** [.tmp_vmlinux1] Error 1
make[4]: Leaving directory `/tmp/xen-unstable.hg/linux-2.6.12-xen0'
make[3]: *** [build] Error 2
make[3]: Leaving directory `/tmp/xen-unstable.hg'
make[2]: *** [linux-2.6-xen0-build] Error 2
make[2]: Leaving directory `/tmp/xen-unstable.hg'
make[1]: *** [kernels] Error 1
make[1]: Leaving directory `/tmp/xen-unstable.hg'
make: *** [world] Error 2
changeset: 6274:3c1cd2486b7fecd5d97378a7d52e5bfb8eb7c718
tag: tip
user: sos...@douglas.cl.cam.ac.uk
date: Fri Aug 19 09:10:24 2005
summary: Unbreak the build in the non-CONFIG_SMP and x86_64 cases.