From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Magenheimer Subject: RE: Problems with tip (Remus?) Date: Mon, 9 Nov 2009 14:17:39 -0800 (PST) Message-ID: <0909b559-c1e8-4acf-9ce4-035316afc628@default> References: <20091109221112.GB2822@kremvax.cs.ubc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=Windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20091109221112.GB2822@kremvax.cs.ubc.ca> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Brendan Cully Cc: "Xen-Devel (E-mail)" List-Id: xen-devel@lists.xenproject.org Backed out to c/s 20404 and everything is fine again, so either Remus or libxenlight or one of the e820 c/s. > -----Original Message----- > From: Brendan Cully [mailto:brendan@cs.ubc.ca] > Sent: Monday, November 09, 2009 3:11 PM > To: Dan Magenheimer > Cc: Xen-Devel (E-mail) > Subject: Re: [Xen-devel] Problems with tip (Remus?) >=20 >=20 > On Monday, 09 November 2009 at 14:02, Dan Magenheimer wrote: > > Just updated to latest tip (20419), including rebuilding=20 > tools (but not dom0, > > not sure if there is a new dependency there) and I'm=20 > getting an infinite > > loop of error messages when xend is trying to launch, along=20 > the lines > > of "Xend died due to signal 6!" and "Xend died due to signal 11!". > > =20 > > Everything was fine earlier today on a c/s >20400. I'll=20 > try backing out > > the remus changes that just went in, but thought I would=20 > give warning > > and see if others run into the problem. >=20 > I'll attempt to reproduce. Right now I'm being stopped by a different > error: >=20 > gcc -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls=20 > -m32 -march=3Di686 -g -fno-strict-aliasing -std=3Dgnu99 -Wall=20 > -Wstrict-prototypes -Wno-unused-value=20 > -Wdeclaration-after-statement -nostdinc -fno-builtin=20 > -fno-common -iwithprefix include -Werror -Wno-pointer-arith=20 > -pipe -I/home/brendan/remus/xen-unstable.32/xen/include =20 > -I/home/brendan/remus/xen-unstable.32/xen/include/asm-x86/mach > -generic=20 > -I/home/brendan/remus/xen-unstable.32/xen/include/asm-x86/mach > -default -msoft-float -fno-stack-protector -g -D__XEN__=20 > -DVERBOSE -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD=20 > -MF .unlzma.o.d -c unlzma.c -o unlzma.o > cc1: warnings being treated as errors > unlzma.c:534: warning: C99 inline functions are not=20 > supported; using GNU89 > unlzma.c:534: warning: to disable this warning use=20 > -fgnu89-inline or the gnu_inline function attribute > make[4]: *** [unlzma.o] Error 1 > make[4]: Leaving directory=20 > `/home/brendan/remus/xen-unstable.32/xen/common' >=20 > which I would guess is due to 20401:c4630f8f69cc interacting badly > with my Ubuntu 8.04 build environment. >