From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lyl00-0000Re-1T for qemu-devel@nongnu.org; Tue, 28 Apr 2009 06:57:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lykzv-0000K3-Hx for qemu-devel@nongnu.org; Tue, 28 Apr 2009 06:57:15 -0400 Received: from [199.232.76.173] (port=48064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lykzv-0000Jt-FQ for qemu-devel@nongnu.org; Tue, 28 Apr 2009 06:57:11 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:45155) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lykzv-0000US-4M for qemu-devel@nongnu.org; Tue, 28 Apr 2009 06:57:11 -0400 Message-ID: <49F6E130.5050905@eu.citrix.com> Date: Tue, 28 Apr 2009 11:57:52 +0100 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU Xen compile problem References: In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel 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?