From owner-freebsd-current@freebsd.org Thu Oct 20 17:51:49 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 6C39BC1AB8D for ; Thu, 20 Oct 2016 17:51:49 +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 2F707F8E for ; Thu, 20 Oct 2016 17:51:48 +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 <1bxHVE-0020d6-7p>; Thu, 20 Oct 2016 19:51:40 +0200 Received: from x4e3408b4.dyn.telefonica.de ([78.52.8.180] 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 <1bxHVD-000UyD-UL>; Thu, 20 Oct 2016 19:51:40 +0200 Date: Thu, 20 Oct 2016 19:51:34 +0200 From: "O. Hartmann" To: FreeBSD CURRENT Subject: r307679: buildworkd failure: error: expected function body after function declarator extern NCURSES_EXPORT_VAR(chtype) Message-ID: <20161020195134.2222fe95.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_/I6eg7oElq6S3qDh/RmsyS6b"; protocol="application/pgp-signature" X-Originating-IP: 78.52.8.180 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: Thu, 20 Oct 2016 17:51:49 -0000 --Sig_/I6eg7oElq6S3qDh/RmsyS6b Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Recent CURRENT fails to buildworld. It also crashes on a regular basis since 307157. [...] =3D=3D=3D> lib/ncurses/ncursesw (obj,build-tools) Building /usr/obj/usr/src/lib/ncurses/ncursesw/make_hash In file included from /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/tinfo/m= ake_hash.c:40: In file included from /usr/src/lib/ncurses/ncursesw/../../../contrib/ncurses/ncurses/build.p= riv.h:69: ./curses.h:276:35: error: expected function body after function declarator extern NCURSES_EXPO= RT_VAR(chtype) acs_map[]; ^ ./curses.h:577:28: error: expected function body after functio= n declarator extern NCURSES_EXPORT(int) addch (const chtype); /* = generated */ ^ ./curses.h:578:28: error: expected function body after function declarator extern NCURSES_EXPORT(int) addchnstr (const chtype *, int); /* = generated */ ^ ./curses.h:579:28: error: expected function body after function declarator extern NCURSES_EXPORT(int) addchstr (const chtype *); /* = generated */ ^ ./curses.h:580:28: error: expected function body after function declarator extern NCURSES_EXPORT(int) addnstr (const char *, int); /* = generated */ ^ ./curses.h:581:28: error: expected function body after function declarator extern NCURSES_EXPORT(int) addstr (const char *); /* = generated */ ^ ./curses.h:582:28: error: expected function body after function declarator extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* = generated */ --Sig_/I6eg7oElq6S3qDh/RmsyS6b Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJYCQQnAAoJEOgBcD7A/5N8MPsH/jepcXbLG0bZzr5MPz/gIrsj oGYeFSO2JxbU3mUBZt++aKBUfDP8E/iLjdOxyM1Zee8MA1hQSxdF2v9ebUMPK+Wy EULrtDVaIumiY2zPhDt6kjKC2uFlopTgjYdEqhPLUVcN3/A6ewJaXoOUnvobf+Ov Kn2sJpAiTqYtHQjteCp5FFW7mUf/vPwpC9Ca21PH1eTZimUW7givWuWjjz/UeeqL aSe7jSZrcgdm+oZIUexaw9EosSnqePTSMXPEGtMTQ9VQIqOh5o9CkbrVn3YmVEF+ 84AOZ0kMfQ73kPs2HZpQUihzPK3OWWkDfR6OWp5pNGnWRlDlCAlGKbR6WVgLRQg= =KJ5K -----END PGP SIGNATURE----- --Sig_/I6eg7oElq6S3qDh/RmsyS6b--