From owner-freebsd-current@freebsd.org Sat Sep 17 17:48:14 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 89E0FBDEAA7 for ; Sat, 17 Sep 2016 17:48:14 +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 4CC9C2E7 for ; Sat, 17 Sep 2016 17:48:14 +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 esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1blJil-000ZVX-QP>; Sat, 17 Sep 2016 19:48:11 +0200 Received: from x5ce12898.dyn.telefonica.de ([92.225.40.152] helo=thor.walstatt.dynvpn.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-current@freebsd.org with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (envelope-from ) id <1blJil-0023Mp-I9>; Sat, 17 Sep 2016 19:48:11 +0200 Date: Sat, 17 Sep 2016 19:48:06 +0200 From: "O. Hartmann" To: FreeBSD CURRENT Subject: r305902: ufs/inode.h:148:15: error: unknown type name 'bool' Message-ID: <20160917194806.3130633b.ohartman@zedat.fu-berlin.de> Organization: FU Berlin X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/h+Y6Ayyw3l6oO6us1Usm35I"; protocol="application/pgp-signature" X-Originating-IP: 92.225.40.152 X-ZEDAT-Hint: A X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 17 Sep 2016 17:48:14 -0000 --Sig_/h+Y6Ayyw3l6oO6us1Usm35I Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Obviosly r305902 breaks source and so building a kernel, as the compiler ou= tput below shows. Reverting back to r305900 is fine. [...] =3D=3D=3D> lib/libprocstat/zfs (obj) `zfs.o' is up to date. Building /usr/obj/usr/src/lib/libprocstat/common_kvm.o In file included from /usr/src/lib/libprocstat/common_kvm.c:47: /usr/obj/usr/src/tmp/usr/include/ufs/ufs/inode.h:148:15: error: unknown typ= e name 'bool' static inline bool ^ /usr/obj/usr/src/tmp/usr/include/ufs/ufs/inode.h:155:15: error: unknown typ= e name 'bool' static inline bool ^ /usr/src/lib/libprocstat/common_kvm.c:101:35: error: no member named 'i_dev= ' in 'struct inode' vn->vn_fsid =3D dev2udev(kd, inode.i_dev); ~~~~~ ^ 3 errors generated. *** Error code 1 Kind regards, oh --Sig_/h+Y6Ayyw3l6oO6us1Usm35I Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJX3YHWAAoJEOgBcD7A/5N8NuQIAMt63RiCNM5DBEEYTUe+wQQR 9UhB9E4K8zyMJhCPRBi4+jDZOnCxQxEmJR2PMxmK+3RmGoEEWgs7qOJdeRT2DvJs gH+5DmirmZhGKGfYlpkZpwekvvK0CMIgT+GD7VVYRbG9lhoeItIMgtQiTxx4XVnk XVC5D88QVKoOhz0ZrSLlRK2Fs2h42fdw+Q+VoaGgqP3UmIfJkrCIEimYqIR8mN4I uz1Dkr46TV7HwssFuM5KN8yFdREi7RhnQ5e3yopG1NFs7WCMJ8UewqIxO65wMM86 TEGHKoEUOUGTVOL55r3AZE1Bn+nhN9KyvPd/XAEF3DTzE3U/FzWDqs3D8NqdgNE= =74Tt -----END PGP SIGNATURE----- --Sig_/h+Y6Ayyw3l6oO6us1Usm35I--