From owner-freebsd-current@freebsd.org Mon May 2 20:12:31 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 42EA7B2A2AC for ; Mon, 2 May 2016 20:12:31 +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 F2E8A131B for ; Mon, 2 May 2016 20:12:30 +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 <1axK9a-003Lbx-Ai>; Mon, 02 May 2016 22:09:14 +0200 Received: from x4e34ae72.dyn.telefonica.de ([78.52.174.114] 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 <1axK9Z-002egj-WD>; Mon, 02 May 2016 22:09:14 +0200 Date: Mon, 2 May 2016 22:10:30 +0200 From: "O. Hartmann" To: FreeBSD CURRENT Subject: CURRENT (r298939): kernelbuild failure: _cpuset.h:50:1: error: use of undeclared identifier 'NBBY' Message-ID: <20160502221030.2272935d.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_/Ft/G6IB/u9Yt58f_ANDuRr8"; protocol="application/pgp-signature" X-Originating-IP: 78.52.174.114 X-ZEDAT-Hint: A X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 02 May 2016 20:12:31 -0000 --Sig_/Ft/G6IB/u9Yt58f_ANDuRr8 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable CURRENT (r298939) kernelbuild fails due to the error shown below: [...] In file included from /usr/src/lib/libdevctl/devctl.c:31: In file included from /usr/obj/usr/src/tmp/usr/include/sys/bus.h:35: /usr/obj/usr/src/tmp/usr/include/sys/_cpuset.h:50:1: error: use of undeclar= ed identifier 'NBBY' /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:52:24: note: expanded= from macro 'BITSET_DEFINE' long __bits[__bitset_words((_s))]; = \ ^ /usr/obj/usr/src/tmp/usr/include/sys/_bitset.h:41:41: note: expanded from m= acro '__bitset_words' #define __bitset_words(_s) (howmany(_s, _BITSET_BITS)) --Sig_/Ft/G6IB/u9Yt58f_ANDuRr8 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXJ7Q3AAoJEOgBcD7A/5N8uYUIAICMA9la3uJz0iZ2jc2I5csK ExuI1aowept1Vm7friSgT7cW6MDqZjYbpmwt1v9iODPoAMSOe1GG4C8SJYoSYVgg pF6iuAKkjgdmRX7T4XTcaGJCyBpRXsT++s44q4xAtls7Up0S/8fKlaD2kGsNzd3m by64da9gUDS6d3ky0xp7AdXFMyGm23Yjjv8SbAaQ/hlS8j9aAqf4x/jSqyIULvLp FfKz+3hCh9dlKC7bAOYsqYf12PoFXRZWg8SvzVUzbyAuxTWF/rMIp5TgO0xBqaBF PfPHjb2Io+EB6vvr/0QBVcrElYJSQMYWE4oZyiWK8ltapXQcINbktvWiFxd09bc= =LzRV -----END PGP SIGNATURE----- --Sig_/Ft/G6IB/u9Yt58f_ANDuRr8--