From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW70G-0005yv-9L for qemu-devel@nongnu.org; Tue, 15 Oct 2013 11:57:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VW709-0006u7-Cc for qemu-devel@nongnu.org; Tue, 15 Oct 2013 11:57:48 -0400 Received: from mail-qe0-x22b.google.com ([2607:f8b0:400d:c02::22b]:43264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW709-0006tr-7F for qemu-devel@nongnu.org; Tue, 15 Oct 2013 11:57:41 -0400 Received: by mail-qe0-f43.google.com with SMTP id nc12so6256959qeb.2 for ; Tue, 15 Oct 2013 08:57:39 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <525D65E9.9060509@redhat.com> Date: Tue, 15 Oct 2013 17:57:29 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1381454210-30978-1-git-send-email-famz@redhat.com> In-Reply-To: <1381454210-30978-1-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v13 0/8] Shared Library Module Support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, peter.maydell@linaro.org, alex@alex.org.uk, mjt@tls.msk.ru, qemu-devel@nongnu.org, vilanova@ac.upc.edu, stefanha@redhat.com, xiawenc@linux.vnet.ibm.com, rth@twiddle.net Il 11/10/2013 03:16, Fam Zheng ha scritto: > This series implements feature of shared object building as described in: > > http://wiki.qemu.org/Features/Modules > > The main idea behind modules is to isolate dependencies on third party > libraries from qemu executables, such as libglusterfs or librbd, so that the > end users can install core qemu package with fewer dependencies. And only for > those who want to use particular modules, need they install qemu-foo > sub-package, which in turn requires libbar and libbiz packages. I get these failures: LINK alpha-linux-user/qemu-alpha /usr/bin/ld: ../block/qcow.o: undefined reference to symbol 'inflateInit2_' /usr/bin/ld: note: 'inflateInit2_' is defined in DSO /usr/lib64/libz.so.1 so try adding it to the linker command line /usr/lib64/libz.so.1: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status Paolo