From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NRpH3-00047j-SM for qemu-devel@nongnu.org; Mon, 04 Jan 2010 10:55:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRpGz-00045i-70 for qemu-devel@nongnu.org; Mon, 04 Jan 2010 10:55:17 -0500 Received: from [199.232.76.173] (port=54328 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRpGy-00045a-Sa for qemu-devel@nongnu.org; Mon, 04 Jan 2010 10:55:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42701) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NRpGy-0005ha-AC for qemu-devel@nongnu.org; Mon, 04 Jan 2010 10:55:12 -0500 Date: Mon, 4 Jan 2010 17:52:17 +0200 From: "Michael S. Tsirkin" Message-ID: <20100104155217.GA13833@redhat.com> References: <4B30C07B.2090009@redhat.com> <200912231115.24380.thomas@scripty.at> <4B31EFC4.30903@redhat.com> <200912231158.20614.thomas@scripty.at> <4B320116.3030505@redhat.com> <4B4207B1.9050100@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B4207B1.9050100@redhat.com> Subject: [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.1.1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Thomas Treutner , Avi Kivity , KVM list , qemu-devel On Mon, Jan 04, 2010 at 04:22:25PM +0100, Gerd Hoffmann wrote: > On 12/23/09 12:37, Avi Kivity wrote: >> On 12/23/2009 12:58 PM, Thomas Treutner wrote: >>> On Wednesday 23 December 2009 11:24:04 Avi Kivity wrote: >>>> Please post a full log, after 'make clean'. >>> http://pastebin.com/f404c8648 >>> >> >> Oh, I missed it at first - looks like libxenguest and libxenctrl conflict. > > Indeed, there are (un)lock_pages functions in both libraries. It is > fixed in xen 3.3+, where libxenguest doesn't has these functions any > more. > > /me also wonders why Debian seems to have only static xen libraries. > I think when linking against the shared libraries avoids this too as the > functions are supposed to be library-internal. > >> Copying Gerd for an opinion. > > I think there isn't much we can do about this, it is clearly a xen bug. > > Uhm, well, while thinking about it: The test app compiled and linked by > configure should have failed in a simliar way, thereby automatically > disabling xen support. I have no idea why it didn't ... "static library" is in fact just an archive of objects. If you happen not to pull in the conflicting objects, you won't see the conflict. So test file would have to call lock_pages/unlock_pages for config to detect the issue. > cheers, > Gerd > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html