All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Wray <mike.wray@hp.com>
To: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>
Cc: xen-devel@lists.xensource.com, Christian.Limpach@cl.cam.ac.uk
Subject: Re: Xeno-unstable crashing at boot
Date: Fri, 20 May 2005 17:24:28 +0100	[thread overview]
Message-ID: <428E0F3C.3080607@hp.com> (raw)
In-Reply-To: <A95E2296287EAD4EB592B5DEEFCE0E9D1E411E@liverpoolst.ad.cl.cam.ac.uk>

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

  reply	other threads:[~2005-05-20 16:24 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-19 16:43 Xeno-unstable crashing at boot Ian Pratt
2005-05-20 16:24 ` Mike Wray [this message]
2005-05-20 17:16   ` Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2005-05-20 16:58 Nakajima, Jun
2005-05-20 21:42 ` Christian Limpach
2005-05-16 19:55 Ian Pratt
2005-05-17  9:19 ` Mike Wray
2005-05-17 10:29   ` Christian Limpach
2005-05-17 11:52     ` Mike Wray
2005-05-17 13:26       ` Keir Fraser
2005-05-17 18:23         ` Mike Wray
2005-05-17 19:49           ` Keir Fraser
2005-05-19 10:42             ` Mike Wray
2005-05-19 14:18               ` Keir Fraser
2005-05-19 16:22                 ` Mike Wray
2005-05-16 13:27 Ian Pratt
2005-05-16 13:29 ` Steven Hand
2005-05-16 13:33   ` Mark Williamson
2005-05-16 18:18 ` Mike Wray
2005-05-13 19:42 Ian Pratt
2005-05-13 20:20 ` Kip Macy
2005-05-16 12:57 ` Mike Wray
2005-05-13 18:43 Ian Pratt
2005-05-13 18:55 ` Mike Wray
2005-05-13 18:26 Mike Wray
2005-05-13 18:46 ` David F Barrera
2005-05-13 18:48 ` Anthony Liguori
2005-05-13 18:56   ` Mike Wray

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=428E0F3C.3080607@hp.com \
    --to=mike.wray@hp.com \
    --cc=Christian.Limpach@cl.cam.ac.uk \
    --cc=m+Ian.Pratt@cl.cam.ac.uk \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.