WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] compile error in xen-unstable

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] compile error in xen-unstable
From: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
Date: Mon, 16 Nov 2009 13:06:02 +0100
Delivery-date: Mon, 16 Nov 2009 04:06:30 -0800
Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=ts.fujitsu.com; i=juergen.gross@xxxxxxxxxxxxxx; q=dns/txt; s=s1536b; t=1258373204; x=1289909204; h=from:sender:reply-to:subject:date:message-id:to:cc: mime-version:content-transfer-encoding:content-id: content-description:resent-date:resent-from:resent-sender: resent-to:resent-cc:resent-message-id:in-reply-to: references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:list-owner:list-archive; z=From:=20Juergen=20Gross=20<juergen.gross@xxxxxxxxxxxxxx> |Subject:=20compile=20error=20in=20xen-unstable|Date:=20M on,=2016=20Nov=202009=2013:06:02=20+0100|Message-ID:=20<4 B01402A.1060405@xxxxxxxxxxxxxx>|To:=20"xen-devel@xxxxxxxx nsource.com"=20<xen-devel@xxxxxxxxxxxxxxxxxxx> |MIME-Version:=201.0|Content-Transfer-Encoding:=208bit; bh=Cs1CGqs6LV7GdiyoIGqNcpPit7skdyO3DwAQp5VMVnc=; b=gSJy+wsnOBCcFBmrEp5zXI9UwnVZFs1G98wYDV7+Jt3rYNC+sMontQ7J qEXFDpbNKMib83jwd2/TVWfmEcdgDc/H6memz28Ap1WyqPV/uAnldXcVh J8xWObS4z6KBZylfX7hImUHVtoMnrMR9eRPr1jFPF89r8UMNMHuoBxYVC CT7dTRUP5AfExn7UDra3hFAD0Ph417mrK9VWafr8SUd3VrvALupZALbi4 LBuCv57gI6/gtZErwZs7qKsyB2O+H;
Domainkey-signature: s=s1536a; d=ts.fujitsu.com; c=nofws; q=dns; h=X-SBRSScore:X-IronPort-AV:Received:X-IronPort-AV: Received:Received:Message-ID:Date:From:Organization: User-Agent:MIME-Version:To:Subject:X-Enigmail-Version: Content-Type:Content-Transfer-Encoding; b=upqRgt3IZ1FqthZNKXQSEw6cUE8upZOZsWOg0OIyUU77na2Sw+p6L8Wc RtNugN2xb5SvTr3VygvFhvwyEEKwJE05XLEtDWu9HWwSfLR+UfWotBgNq kOg+dvddQ1ZWxKkY+e7OGQrmPkFp90ERfvmxSXhY0wP7+QpBxh+CCgGh0 //ojw67etQ3BS6cECLdl24QKlFODNSOr/77KSlK7/IYAbhAOGwDukbU0X jqGFlJp2ml+TfFU7IIjpyYJK2IJMc;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Fujitsu Technology Solutions
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707)
Hi,

the current build of xen-unstable seems to be broken. After a "make world"
I get the following:


  CC    i386-dm/helper2.o
helper2.c: In function ‘cpu_x86_init’:
helper2.c:142: error: ‘shared_iopage_t’ has no member named ‘vcpu_iodata’
helper2.c: In function ‘sp_info’:
helper2.c:219: error: ‘shared_iopage_t’ has no member named ‘vcpu_iodata’
helper2.c:224: warning: format ‘%lx’ expects type ‘long unsigned int’, but
argument 6 has type ‘uint32_t’
helper2.c:224: warning: format ‘%lx’ expects type ‘long unsigned int’, but
argument 7 has type ‘uint32_t’
helper2.c:226: error: ‘ioreq_t’ has no member named ‘io_count’
helper2.c: In function ‘__cpu_get_ioreq’:
helper2.c:235: error: ‘shared_iopage_t’ has no member named ‘vcpu_iodata’
helper2.c:242: warning: format ‘%lx’ expects type ‘long unsigned int’, but
argument 7 has type ‘uint32_t’
helper2.c:242: warning: format ‘%lx’ expects type ‘long unsigned int’, but
argument 8 has type ‘uint32_t’
helper2.c: In function ‘cpu_handle_ioreq’:
helper2.c:517: warning: format ‘%lx’ expects type ‘long unsigned int’, but
argument 7 has type ‘uint32_t’
helper2.c:517: warning: format ‘%lx’ expects type ‘long unsigned int’, but
argument 8 has type ‘uint32_t’
make[5]: *** [helper2.o] Error 1
make[5]: Leaving directory
`/home/gross/xen-unstable.hg/tools/ioemu-remote/i386-dm'
make[4]: *** [subdir-i386-dm] Error 2
make[4]: Leaving directory `/home/gross/xen-unstable.hg/tools/ioemu-remote'
make[3]: *** [subdir-install-ioemu-dir] Error 2
make[3]: Leaving directory `/home/gross/xen-unstable.hg/tools'
make[2]: *** [subdirs-install] Error 2
make[2]: Leaving directory `/home/gross/xen-unstable.hg/tools'
make[1]: *** [install-tools] Error 2
make[1]: Leaving directory `/home/gross/xen-unstable.hg'
make: *** [world] Error 2


Juergen

-- 
Juergen Gross                 Principal Developer Operating Systems
TSP ES&S SWE OS6                       Telephone: +49 (0) 89 636 47950
Fujitsu Technolgy Solutions               e-mail: juergen.gross@xxxxxxxxxxxxxx
Otto-Hahn-Ring 6                        Internet: ts.fujitsu.com
D-81739 Muenchen                 Company details: ts.fujitsu.com/imprint.html

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>