From mboxrd@z Thu Jan 1 00:00:00 1970 From: David F Barrera Subject: x86_64 SLES 9 SP2 build break Date: Fri, 19 Aug 2005 10:01:49 -0500 Message-ID: <4305F45D.4040904@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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: sos22@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. David Barrera