From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [ANNOUNCE] qemu-kvm-0.12.1.1 Date: Wed, 23 Dec 2009 10:52:47 +0200 Message-ID: <4B31DA5F.1020601@redhat.com> References: <4B30C07B.2090009@redhat.com> <200912230917.00050.thomas@scripty.at> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: KVM list To: Thomas Treutner Return-path: Received: from mx1.redhat.com ([209.132.183.28]:28702 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754512AbZLWIwv (ORCPT ); Wed, 23 Dec 2009 03:52:51 -0500 In-Reply-To: <200912230917.00050.thomas@scripty.at> Sender: kvm-owner@vger.kernel.org List-ID: On 12/23/2009 10:16 AM, Thomas Treutner wrote: > 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 > > It looks like a problem in the Xen library? Or maybe we're including the library twice. There's no unlock_pages in qemu. Can you rerun with V=1 to see the full command line? -- error compiling committee.c: too many arguments to function