From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: xen-4.1.0-rc1 Build errors in xen_disk.c / xen_backend.c / xen_console.c Date: Sun, 16 Jan 2011 01:49:53 +0000 Message-ID: <1295142593.3642.858.camel@localhost.localdomain> References: <153203127.20110115172711@eikelenboom.it> <1295114871.3642.24.camel@localhost.localdomain> <891407953.20110115192750@eikelenboom.it> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <891407953.20110115192750@eikelenboom.it> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Sander Eikelenboom Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Sat, 2011-01-15 at 18:27 +0000, Sander Eikelenboom wrote:=20 > Hello Ian, >=20 > Thx, didn't think of it, shouldn't the build-system check for that ? > Or should i do a "make world" or something to force that ? The reason for not doing so is that it would potentially blow away any locally made changes. If someone can come up with a scheme (and a patch) which removes this danger then I think we'd all be interested. Ian. >=20 > -- > Sander >=20 > Saturday, January 15, 2011, 7:07:51 PM, you wrote: >=20 > > On Sat, 2011-01-15 at 16:27 +0000, Sander Eikelenboom wrote: > >>=20 > >>=20 > >>=20 > >>=20 > >>=20 > >>=20 > >> changeset: 22744:54e91dcae649 > >>=20 > >> make -j6 debug=3Dy results in:=20 > >>=20 > >> CC i386-dm/xen_disk.o > >> /usr/src/new/xen-unstable.hg/tools/ioemu-dir/hw/xen_backend.c: In > >> function =E2xen_be_get_xendev=E2: > >> /usr/src/new/xen-unstable.hg/tools/ioemu-dir/hw/xen_backend.c:211: > >> error: too few arguments to function =E2xc_evtchn_open=E2 > >> /usr/src/new/xen-unstable.hg/tools/ioemu-dir/hw/xen_backend.c:217: > >> warning: passing argument 1 of =E2xc_evtchn_fd=E2 makes pointer from > >> integer without a cast=20 >=20 > > Suggests that your qemu is out of date WRT to your Xen. Try: > > make tools/ioemu-dir-force-update >=20 > > Ian. >=20 >=20 >=20 >=20