From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Treutner Subject: Re: [ANNOUNCE] qemu-kvm-0.12.1.1 Date: Wed, 23 Dec 2009 09:16:59 +0100 Message-ID: <200912230917.00050.thomas@scripty.at> References: <4B30C07B.2090009@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: Avi Kivity , KVM list Return-path: Received: from static.115.55.40.188.clients.your-server.de ([188.40.55.115]:55537 "EHLO scripty.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754042AbZLWIRK (ORCPT ); Wed, 23 Dec 2009 03:17:10 -0500 In-Reply-To: <4B30C07B.2090009@redhat.com> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: On Tuesday 22 December 2009 13:50:03 you wrote: > Changes from qemu-kvm-0.12.1 > - fix build error due to missing kvm_save_mpstate() on some configurations > - fix option rom loading (fixes boot=on) Doesn't compile for me with default settings (./configure && make): CC x86_64-softmmu/i386-dis.o AR x86_64-softmmu/libqemu.a LINK x86_64-softmmu/qemu-system-x86_64 /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[1]: *** [qemu-system-x86_64] Error 1 make: *** [subdir-x86_64-softmmu] Error 2 Host is Debian Lenny AMD64 with all updates. Package: libxen-dev Status: install ok installed Priority: extra Section: libdevel Installed-Size: 920 Maintainer: Debian Xen Team Architecture: amd64 Source: xen-3 Version: 3.2.1-2 Depends: libxenstore3.0 (= 3.2.1-2) Description: Public headers and libs for Xen This package contains the public headers and static libraries for Xen. I did --disable-xen to make it work for now, don't need xen-related stuff. kr,t