* Xen-HVM: x86_64: cs10711 broken
@ 2006-07-14 20:32 Rick Gonzalez
2006-07-14 20:58 ` Christian Limpach
0 siblings, 1 reply; 4+ messages in thread
From: Rick Gonzalez @ 2006-07-14 20:32 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 1742 bytes --]
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
[-- Attachment #2: rcgneo.vcf --]
[-- Type: text/x-vcard, Size: 255 bytes --]
begin:vcard
fn:Rick Gonzalez
n:Gonzalez;Rick
org:;LTC Test Development
adr:;;11501 Burnet Rd;Austin;TX;78758;USA
email;internet:rcgneo@us.ibm.com
title:Staff Engineer
tel;work:512-838-0623
tel;fax:512-838-8858
tel;home:512-873-2286
version:2.1
end:vcard
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Xen-HVM: x86_64: cs10711 broken
2006-07-14 20:58 ` Christian Limpach
@ 2006-07-14 20:57 ` Rick Gonzalez
2006-07-17 16:47 ` Khoa Huynh
1 sibling, 0 replies; 4+ messages in thread
From: Rick Gonzalez @ 2006-07-14 20:57 UTC (permalink / raw)
To: Christian.Limpach; +Cc: xen-devel
[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]
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
[-- Attachment #2: rcgneo.vcf --]
[-- Type: text/x-vcard, Size: 255 bytes --]
begin:vcard
fn:Rick Gonzalez
n:Gonzalez;Rick
org:;LTC Test Development
adr:;;11501 Burnet Rd;Austin;TX;78758;USA
email;internet:rcgneo@us.ibm.com
title:Staff Engineer
tel;work:512-838-0623
tel;fax:512-838-8858
tel;home:512-873-2286
version:2.1
end:vcard
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Xen-HVM: x86_64: cs10711 broken
2006-07-14 20:32 Xen-HVM: x86_64: cs10711 broken Rick Gonzalez
@ 2006-07-14 20:58 ` Christian Limpach
2006-07-14 20:57 ` Rick Gonzalez
2006-07-17 16:47 ` Khoa Huynh
0 siblings, 2 replies; 4+ messages in thread
From: Christian Limpach @ 2006-07-14 20:58 UTC (permalink / raw)
To: Rick Gonzalez; +Cc: 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 '<<' 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Xen-HVM: x86_64: cs10711 broken
2006-07-14 20:58 ` Christian Limpach
2006-07-14 20:57 ` Rick Gonzalez
@ 2006-07-17 16:47 ` Khoa Huynh
1 sibling, 0 replies; 4+ messages in thread
From: Khoa Huynh @ 2006-07-17 16:47 UTC (permalink / raw)
To: Christian.Limpach; +Cc: xen-devel, rcgneo, xen-devel-bounces
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-07-17 16:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-14 20:32 Xen-HVM: x86_64: cs10711 broken Rick Gonzalez
2006-07-14 20:58 ` Christian Limpach
2006-07-14 20:57 ` Rick Gonzalez
2006-07-17 16:47 ` Khoa Huynh
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.