From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxIEa-0000cX-B3 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:57:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxIEU-0004XY-49 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:57:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxIET-0004XQ-Sx for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:57:06 -0400 Message-ID: <53A1B6CC.5020607@redhat.com> Date: Wed, 18 Jun 2014 17:57:00 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403098014-1522-1-git-send-email-pbonzini@redhat.com> <53A1B478.8010008@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/14] SCSI changes for 2014-06-18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Il 18/06/2014 17:53, Peter Maydell ha scritto: > Then you probably need to fix the configure test ;-) This is > Ubuntu Trusty so really pretty recent (it's my main x86 build > machine, not some oddball platform); libiscsi-dev 1.4.0-3. This is a very old release. I'll apply Peter's patch to disable libiscsi for pre-1.9.0 versions and respin the pull request. I didn't want to do that because 1.4.0->1.9.0 breaks ABI, but Peter thinks that versions before 1.8.0 are not reliable anyway. If Ubuntu wants to distribute both 1.4.0 and 1.9.0, they can move 1.9.0 header files to a separate directory using pkgconfig (1.4.0 does not support pkgconfig). Paolo