From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wray Subject: unstable build broken again Date: Tue, 24 May 2005 11:57:29 +0100 Message-ID: <42930899.4020702@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 The build is broken in unstable as of change set 1.5121: >bk pull >rm -rf dist >debug=y make world gcc -Wall -Werror -g3 -D _XOPEN_SOURCE=600 -I ../../tools/python/xen/lowlevel/xc -I ../../tools/libxc -I ../../tools/libxutil -o xcsdump xcsdump.c -L../../tools/libxc -L../../tools/libxutil \ ctrl_interface.c evtchn.c dump.c -lxc -lxutil install -d -m0755 -p /home/mjw/repos-bk/xeno-unstable.bk/dist/install//usr/sbin install -d -m0755 -p /home/mjw/repos-bk/xeno-unstable.bk/dist/install/usr/include install -m0755 xcs /home/mjw/repos-bk/xeno-unstable.bk/dist/install//usr/sbin install -m0755 xcsdump /home/mjw/repos-bk/xeno-unstable.bk/dist/install//usr/sbin install -m0755 xcs_proto.h /home/mjw/repos-bk/xeno-unstable.bk/dist/install/usr/include make[3]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk/tools/xcs' make[3]: Entering directory `/home/mjw/repos-bk/xeno-unstable.bk/tools/xcutils' gcc -m elf_i386 -o xc_restore gcc: no input files make[3]: *** [xc_restore] Error 1 make[3]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk/tools/xcutils' make[2]: *** [install] Error 2 make[2]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk/tools' make[1]: *** [tools] Error 2 make[1]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk' make: *** [world] Error 2 Mike