From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxI4w-0005wi-Q0 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:47:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxI4r-0007MZ-S4 for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:47:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxI4r-0007MR-JR for qemu-devel@nongnu.org; Wed, 18 Jun 2014 11:47:09 -0400 Message-ID: <53A1B478.8010008@redhat.com> Date: Wed, 18 Jun 2014 17:47:04 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403098014-1522-1-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable 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:30, Peter Maydell ha scritto: > On 18 June 2014 14:26, Paolo Bonzini wrote: >> The following changes since commit af44da87e926ff64260b95f4350d338c4fc= 113ca: >> >> Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upst= ream' into staging (2014-06-16 18:26:21 +0100) >> >> are available in the git repository at: >> >> >> git://github.com/bonzini/qemu.git scsi-next >> >> for you to fetch changes up to 3eff1f46f08a360a4ae9f834ce9fef4c45bf6f0= f: >> >> virtio-scsi: add support for the any_layout feature (2014-06-18 08:4= 7:11 +0200) > > Hi; I'm afraid this fails to build for me: Looks like your libiscsi is too old. Paolo > /home/petmay01/linaro/qemu-for-merges/block/iscsi.c: In function > =E2=80=98iscsi_co_generic_cb=E2=80=99: > /home/petmay01/linaro/qemu-for-merges/block/iscsi.c:187:27: error: > =E2=80=98SCSI_STATUS_BUSY=E2=80=99 undeclared (first use in this functi= on) > if (status =3D=3D SCSI_STATUS_BUSY) { > ^ > /home/petmay01/linaro/qemu-for-merges/block/iscsi.c:187:27: note: each > undeclared identifier is reported only once for each function it > appears in > /home/petmay01/linaro/qemu-for-merges/block/iscsi.c: In function > =E2=80=98iscsi_co_writev=E2=80=99: > /home/petmay01/linaro/qemu-for-merges/block/iscsi.c:394:41: error: > passing argument 3 of =E2=80=98iscsi_write10_task=E2=80=99 makes pointe= r from integer > without a cast [-Werror] > iscsi_co_generic_cb, &iTask); > ^ > In file included from /home/petmay01/linaro/qemu-for-merges/block/iscsi= .c:43:0: > /usr/include/iscsi/iscsi.h:610:1: note: expected =E2=80=98unsigned char= *=E2=80=99 but > argument is of type =E2=80=98uint64_t=E2=80=99 > iscsi_write10_task(struct iscsi_context *iscsi, int lun, > ^ > /home/petmay01/linaro/qemu-for-merges/block/iscsi.c:394:41: error: > passing argument 4 of =E2=80=98iscsi_write10_task=E2=80=99 makes intege= r from pointer > without a cast [-Werror] > iscsi_co_generic_cb, &iTask); > ^ > In file included from /home/petmay01/linaro/qemu-for-merges/block/iscsi= .c:43:0: > /usr/include/iscsi/iscsi.h:610:1: note: expected =E2=80=98uint32_t=E2=80= =99 but > argument is of type =E2=80=98uint8_t *=E2=80=99 > iscsi_write10_task(struct iscsi_context *iscsi, int lun, > ^ > /home/petmay01/linaro/qemu-for-merges/block/iscsi.c:394:41: error: too > many arguments to function =E2=80=98iscsi_write10_task=E2=80=99 > iscsi_co_generic_cb, &iTask); > ^ > In file included from /home/petmay01/linaro/qemu-for-merges/block/iscsi= .c:43:0: > /usr/include/iscsi/iscsi.h:610:1: note: declared here > iscsi_write10_task(struct iscsi_context *iscsi, int lun, > ^ > cc1: all warnings being treated as errors > make: *** [block/iscsi.o] Error 1 > > > thanks > -- PMM >