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] Re: [Qemu-devel] QEMU Xen compile problem

To: Blue Swirl <blauwirbel@xxxxxxxxx>
Subject: [Xen-devel] Re: [Qemu-devel] QEMU Xen compile problem
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Mon, 27 Apr 2009 12:36:56 +0100
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, qemu-devel <qemu-devel@xxxxxxxxxx>
Delivery-date: Mon, 27 Apr 2009 04:36:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <f43fc5580904250130hcf0472aq3aa691a36de5991f@xxxxxxxxxxxxxx>
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>
References: <f43fc5580904250130hcf0472aq3aa691a36de5991f@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.14 (X11/20080505)
Blue Swirl wrote:

> Hi,
> 
> When I try to compile the QEMU git head with Xen enabled, I get the
> following errors:
> 
>   LINK  qemu
> /usr/lib/libxenguest.a(xg_private.o): In function `unlock_pages':
> (.text+0x470): multiple definition of `unlock_pages'
> /usr/lib/libxenctrl.a(xc_private.o):(.text+0x5d0): first defined here
> /usr/lib/libxenguest.a(xg_private.o): In function `lock_pages':
> (.text+0x4c0): multiple definition of `lock_pages'
> /usr/lib/libxenctrl.a(xc_private.o):(.text+0x650): first defined here
> collect2: ld returned 1 exit status
> make: *** [qemu] Error 1
> 
> It looks like this is a known problem:
> http://lists.xensource.com/archives/html/xen-devel/2008-05/msg00510.html
> 
> Is there any fix available?
> 
> 


The fix is CS 17701, in facts I don't see these errors with the latest
xen-unstable, what xen version are you trying against?

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Re: [Qemu-devel] QEMU Xen compile problem, Stefano Stabellini <=