From owner-freebsd-current@freebsd.org Sat Jan 30 11:39:22 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D2ADA73B7F for ; Sat, 30 Jan 2016 11:39:22 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E732917CF for ; Sat, 30 Jan 2016 11:39:21 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtp (envelope-from ) id <1aPTs1-002cWk-1s>; Sat, 30 Jan 2016 12:39:13 +0100 Received: from x5ce125f6.dyn.telefonica.de ([92.225.37.246] helo=thor.walstatt.dynvpn.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1aPTs0-003Etm-Ro>; Sat, 30 Jan 2016 12:39:13 +0100 Date: Sat, 30 Jan 2016 12:39:07 +0100 From: "O. Hartmann" To: FreeBSD CURRENT Subject: CURRENT: buildworld failure due to nvmecontrol source error Message-ID: <20160130123907.6844f551.ohartman@zedat.fu-berlin.de> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/tPbItj6yz+LupVz2Cw=Oc0i"; protocol="application/pgp-signature" X-Originating-IP: 92.225.37.246 X-ZEDAT-Hint: A X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 11:39:22 -0000 --Sig_/tPbItj6yz+LupVz2Cw=Oc0i Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Buildworld (r295070) fails in building nvmecontrol patches correctly: [...] (cd /usr/src/lib/libc/tests/gen && DEPENDFILE=3D.depend.raise_test NO_SUB= DIR=3D1 make -f /usr/src/lib/libc/tests/gen/Makefile _RECURSING_PROGS=3Dt PROG=3Draise_= test ) --- all_subdir_share --- =3D=3D=3D> share/i18n/csmapper/APPLE (all) --- all_subdir_usr.sbin --- =3D=3D=3D> usr.sbin/acpi/iasl (all) --- all_subdir_sbin --- /usr/src/sbin/nvmecontrol/power.c:44:16: error: invalid application of 'siz= eof' to an incomplete type 'struct nvme_power_state' _Static_assert(sizeof(struct nvme= _power_state) =3D=3D 256 / NBBY, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sbin/nvmecontrol/power.c:44:30: note: forward declaration of 'stru= ct nvme_power_state' _Static_assert(sizeof(struct nvme_power_state) =3D=3D 256= / NBBY, ^ /usr/src/sbin/nvmecontrol/power.c:60:14: error: incomplete definition of ty= pe 'struct nvme_power_state' mpower =3D nps->mp; ~~~^ /usr/src/sbin/nvmecontrol/power.c:44:30: note: forward declaration of 'stru= ct nvme_power_state' _Static_assert(sizeof(struct nvme_power_state) =3D=3D 256= / NBBY, ^ /usr/src/sbin/nvmecontrol/power.c:61:9: error: incomplete definition of typ= e 'struct nvme_power_state' if (nps->mps =3D=3D 0) regards oh --Sig_/tPbItj6yz+LupVz2Cw=Oc0i Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWrKDbAAoJEOgBcD7A/5N8VWMH/iBm2ubk6KtTE5gdYBQ6DA+5 rPvtBvkBWhkCN9/m/AJCQVcBryfZ91BrgdcZJKXqPJFbcYqzKa7um0BG1RVKiNM2 znhMfjaDGSuLQBXZ9hdEfF2cPRuifYIFCcd50grJFeUvPS2XQyFVeg1/uEUrH9Kx 2VxU/TxUV5b2Utlq866pFRF05Zihq47dl1PxM9boyYqabAy+lN7YMj1YbsdNCus0 8+RjbRxi8n5ukIVqqed3dz2i/ImFFZYKfzIPvYsjGGiRfl/03RwWCe/21X9vdNlN DrsmntDqR3Gr/36uQio1ZiDIet5HlIfrKXspBtEPnd6jHu+f6zV3J9TLheKgXdg= =cG/g -----END PGP SIGNATURE----- --Sig_/tPbItj6yz+LupVz2Cw=Oc0i--