From owner-freebsd-current@FreeBSD.ORG Mon May 28 08:42:43 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E32FD1065740 for ; Mon, 28 May 2012 08:42:43 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 46DC48FC14 for ; Mon, 28 May 2012 08:42:42 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q4S8gYJN080587; Mon, 28 May 2012 11:42:34 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q4S8gYOU068653; Mon, 28 May 2012 11:42:34 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q4S8gX2R068652; Mon, 28 May 2012 11:42:33 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 28 May 2012 11:42:33 +0300 From: Konstantin Belousov To: "Bjoern A. Zeeb" Message-ID: <20120528084233.GY2358@deviant.kiev.zoral.com.ua> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HKe5j6ME4JFNTkrH" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: current@freebsd.org Subject: Re: Repeated build failures in expr due to yyparse X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 28 May 2012 08:42:44 -0000 --HKe5j6ME4JFNTkrH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 27, 2012 at 11:14:40PM +0000, Bjoern A. Zeeb wrote: > Running a make -s -j5 buildworld; cleaned the entire obj tree meanwhile. > Builds are running on a slightly older HEAD thought with an updated libc > and some headers. >=20 > I can reproduce this all the time. Buildworld at this stage should be > self-contained, right? So why is it failing? Can it be because you broke your system by 'updating libc and some headers'= ? The cross-tools build is conditional on the host system OSRELDATE (see OSRELDATE and BOOTSTRAPPING story in src/Makefile.inc1). The new yacc bootstrap build is enabled only if your __FreeBSD_version is less then 1000013. So if the host yacc is older (before recent import), but system headers identify the host as newer, you get an error. Why did you 'updated libc and some headers' at all ? >=20 > =3D=3D=3D> bin/expr (all) > cc1: warnings being treated as errors > /zoo/bz/HEAD.svn/bin/expr/expr.y: In function 'main': > /zoo/bz/HEAD.svn/bin/expr/expr.y:291: warning: implicit declaration of fu= nction 'yyparse' > /zoo/bz/HEAD.svn/bin/expr/expr.y:291: warning: nested extern declaration = of 'yyparse' > expr.c: At top level: > expr.c:813: warning: no previous prototype for 'yyparse' > *** Error code 1 >=20 >=20 > --=20 > Bjoern A. Zeeb You have to have visions! > It does not matter how good you are. It matters what good you do! >=20 > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" --HKe5j6ME4JFNTkrH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk/DOnkACgkQC3+MBN1Mb4jWtQCfRLnEaEAbK8wfnxAfVAtFHQcC vToAoLCXTmILVNRqyiBXux8+MC2h0nxp =cIu1 -----END PGP SIGNATURE----- --HKe5j6ME4JFNTkrH--