From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wray Subject: Unstable build broken Date: Thu, 12 May 2005 16:11:10 +0100 Message-ID: <4283720E.8000804@hp.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 Using xeno-unstable.bk pulled 10 mins ago I get this error from make world: gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Wall -Werror -Wno-pointer-arith -pipe -I/home/mjw/repos-bk/xeno-unstable.bk-xen/xen/include -I/home/mjw/repos-bk/xeno-unstable.bk-xen/xen/include/asm-x86/mach-default -O3 -fomit-frame-pointer -msoft-float -m32 -march=i686 -DNDEBUG -c dom0_ops.c -o dom0_ops.o dom0_ops.c: In function `do_dom0_op': dom0_ops.c:233: structure has no member named `exec_domain' dom0_ops.c:234: structure has no member named `exec_domain' dom0_ops.c:241: structure has no member named `exec_domain' dom0_ops.c:385: structure has no member named `exec_domain' dom0_ops.c:392: structure has no member named `exec_domain' make[3]: *** [dom0_ops.o] Error 1 make[3]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk-xen/xen/common' make[2]: *** [/home/mjw/repos-bk/xeno-unstable.bk-xen/xen/xen] Error 2 make[2]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk-xen/xen' make[1]: *** [xen] Error 2 make[1]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk-xen' make: *** [world] Error 2 Mike