From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wray Subject: Re: Xeno-unstable crashing at boot Date: Fri, 20 May 2005 17:24:28 +0100 Message-ID: <428E0F3C.3080607@hp.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: xen-devel@lists.xensource.com, Christian.Limpach@cl.cam.ac.uk List-Id: xen-devel@lists.xenproject.org Ian Pratt wrote: >>>XenLinux is dying very early indeed: looks like a Xen/Linux >> >>mismatch >> >>>(I think you are using an up-to-date Xen image with an old >> >>Linux image). >> >>This was from 'make clean; make debug=y dist', so that should OK? >>Anyway, will try again with 'make world' tomorrow, when I'll >>be able to reset the machine. > > > Not necessarily, if new files have been added or removed from the sparse > tree (which they have). > > Blow away old dist/install/boot/config* files as well. > I just did a bk pull and tried 'make world' and it failed. So I bloew away everything and cloned again, and it still fails: gcc -Wall -O2 -g -fno-strict-aliasing -I. -I/home/mjw/repos-bk/xeno-unstable.bk/tools/ioemu/target-i386 -I/home/mjw/repos-bk/xeno-unstable.bk/tools/ioemu -I../../../xen/include/public -I../../../tools/libxc -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o helper2.o helper2.c In file included from helper2.c:324: /usr/include/asm/bitops.h:327:2: warning: #warning This includefile is not available on all architectures. /usr/include/asm/bitops.h:328:2: warning: #warning Using kernel headers in userspace: atomicity not guaranteed rm -f libqemu.a ar rcs libqemu.a helper2.o gcc -Wl,-T,/home/mjw/repos-bk/xeno-unstable.bk/tools/ioemu/i386-vl.ld -o qemu-dm vl.o exec.o monitor.o osdep.o block.o readline.o pci.o console.o block-cloop.o ide.o ne2000.o pckbd.o vga.o dma.o fdc.o mc146818rtc.o serial.o i8259.o i8254.o pc.o sdl.o libqemu.a -lm -L../../../dist/install/usr/lib -lxc -lxutil -lz -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lm -ldl -L/usr/X11R6/lib -lX11 -lXext -lutil libqemu.a(helper2.o)(.text+0x1c): In function `modify_ldt': /home/mjw/repos-bk/xeno-unstable.bk/tools/ioemu/target-i386-dm/helper2.c:74: undefined reference to `errno' collect2: ld returned 1 exit status make[5]: *** [qemu-dm] Error 1 make[5]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk/tools/ioemu/target-i386-dm' make[4]: *** [all] Error 1 make[4]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk/tools/ioemu' make[3]: *** [ioemuinstall] Error 2 make[3]: Leaving directory `/home/mjw/repos-bk/xeno-unstable.bk/tools' 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