changeset: 10711:ecb8ff1fcf1f tag: tip user: chris@kneesaa.uk.xensource.com date: Fri Jul 14 12:53:27 2006 +0100 summary: Spawn vncviewer from qemu-dm. Build process fails with the following: io.c: In function `hvm_mmio_assist'': io.c:670: error: parse error before ''<<'' token io.c:674: error: `v'' undeclared (first use in this function) io.c:674: error: (Each undeclared identifier is reported only once io.c:674: error: for each function it appears in.) io.c: In function `hvm_emulate_assist'': io.c:680: error: parse error before ''=='' token io.c:709: error: parse error before ''<<'' token io.c:721: warning: implicit declaration of function `hvm_load_cpu_guest_regs'' io.c:726: error: parse error before ''>>'' token io.c:823: error: parse error at end of input io.c:364: warning: `hvm_pio_assist'' defined but not used io.c:414: warning: `hvm_mmio_assist'' defined but not used io.c:678: warning: `hvm_emulate_assist'' defined but not used make[6]: *** [io.o] Error 1 make[6]: Leaving directory `/usr/xen/xen-unstable.hg/xen/arch/x86/hvm'' make[5]: *** [hvm/built_in.o] Error 2 make[5]: Leaving directory `/usr/xen/xen-unstable.hg/xen/arch/x86'' make[4]: *** [/usr/xen/xen-unstable.hg/xen/arch/x86/built_in.o] Error 2 make[4]: Leaving directory `/usr/xen/xen-unstable.hg/xen/arch/x86'' make[3]: *** [/usr/xen/xen-unstable.hg/xen/xen] Error 2 make[3]: Leaving directory `/usr/xen/xen-unstable.hg/xen'' make[2]: *** [install] Error 2 make[2]: Leaving directory `/usr/xen/xen-unstable.hg/xen'' make[1]: *** [install-xen] Error 2 make[1]: Leaving directory `/usr/xen/xen-unstable.hg'' make: *** [world] Error 2 regards, -- -------------------- Rick Gonzalez Linux Technology Center IBM Corporation Phone#: 512-838-0623 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Christian Limpach wrote:> On 7/14/06, Rick Gonzalez <rcgneo@us.ibm.com> wrote: >> changeset: 10711:ecb8ff1fcf1f >> tag: tip >> user: chris@kneesaa.uk.xensource.com >> date: Fri Jul 14 12:53:27 2006 +0100 >> summary: Spawn vncviewer from qemu-dm. >> >> >> Build process fails with the following: >> >> io.c: In function `hvm_mmio_assist'': >> io.c:670: error: parse error before ''<<'' token > > You might want to check that your tree is clean (hg status), the << > (and == and >>) look like you had some merge conflicts. The 10711 > changeset certainly builds, otherwise it wouldn''t have been published > to xenbits.Christian, I just talked to David Barrera and he did not have problems building. I am cloning a fresh copy of the tree right now. thanks> > christian > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >-- -------------------- Rick Gonzalez Linux Technology Center IBM Corporation Phone#: 512-838-0623 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 7/14/06, Rick Gonzalez <rcgneo@us.ibm.com> wrote:> changeset: 10711:ecb8ff1fcf1f > tag: tip > user: chris@kneesaa.uk.xensource.com > date: Fri Jul 14 12:53:27 2006 +0100 > summary: Spawn vncviewer from qemu-dm. > > > Build process fails with the following: > > io.c: In function `hvm_mmio_assist'': > io.c:670: error: parse error before ''<<'' tokenYou might want to check that your tree is clean (hg status), the << (and == and >>) look like you had some merge conflicts. The 10711 changeset certainly builds, otherwise it wouldn''t have been published to xenbits. christian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Christian.Limpach@cl.cam.ac.uk wrote on 07/14/2006 03:58:02 PM:> On 7/14/06, Rick Gonzalez <rcgneo@us.ibm.com> wrote: > > changeset: 10711:ecb8ff1fcf1f > > tag: tip > > user: chris@kneesaa.uk.xensource.com > > date: Fri Jul 14 12:53:27 2006 +0100 > > summary: Spawn vncviewer from qemu-dm. > > > > > > Build process fails with the following: > > > > io.c: In function `hvm_mmio_assist'': > > io.c:670: error: parse error before ''<<'' token > > You might want to check that your tree is clean (hg status), the << > (and == and >>) look like you had some merge conflicts. The 10711 > changeset certainly builds, otherwise it wouldn''t have been published > to xenbits.My bad....these compile errors were on my own development tree...I did not clean the tree before giving the system to the test team. My fault, sorry for the false alarm. Regards, Khoa _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel