From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 19:21:12 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from hub.FreeBSD.org (hub.freebsd.org [IPv6:2001:1900:2254:206c::16:88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2708C481; Wed, 25 Feb 2015 19:21:11 +0000 (UTC) Date: Wed, 25 Feb 2015 19:21:07 +0000 From: Glen Barber To: Jung-uk Kim Subject: Re: r279278 failed to build (yacc: maximum table size exceeded) Message-ID: <20150225192107.GJ1161@hub.FreeBSD.org> References: <20150225154327.GD1161@hub.FreeBSD.org> <20150225182201.216f6fee@nonamehost.local> <54EE05EA.3030509@FreeBSD.org> <20150225190512.GH1161@hub.FreeBSD.org> <54EE1F1D.8060807@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="liqSWPDvh3eyfZ9k" Content-Disposition: inline In-Reply-To: <54EE1F1D.8060807@FreeBSD.org> X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Ivan Klymenko , Arseny Nasokin , Allan Jude , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 25 Feb 2015 19:21:12 -0000 --liqSWPDvh3eyfZ9k Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 25, 2015 at 02:14:37PM -0500, Jung-uk Kim wrote: > On 02/25/2015 14:05, Glen Barber wrote: > > On Wed, Feb 25, 2015 at 10:51:31PM +0400, Arseny Nasokin wrote: > >> On 25 February 2015 at 20:27, Jung-uk Kim > >> wrote: > >>> Your installed yacc(1) is too old, i.e., your world was built > >>> from head before r274460. FYI, this commit fixes the above > >>> problem for building from stable: > >>>=20 > >>> https://svnweb.freebsd.org/changeset/base/278975 > >>>=20 > >>> For building from old head (pre-r274460), you have to manually=20 > >>> bootstrap yacc first, e.g., something like this: > >>>=20 > >>> cd /usr/src/usr.bin/yacc make clean cleandepend make all && > >>> make install make clean cleandepend cd /usr/src make > >>> buildworld > >>>=20 > >>=20 > >> Hi, guys, > >>=20 > >> I've found the fix by forcing to add yacc(1) to bootstrap build. > >>=20 > >> Makefile.inc1, line 1277: > >>=20 > >> if ${BOOTSTRAPPING} < 1001506 _yacc=3D lib/liby \ > >>=20 > >> change to: > >>=20 > >> if ${BOOTSTRAPPING} < 1201506 ## It is for test purposes only!!!=20 > >> _yacc=3D lib/liby \ > >>=20 > >=20 > > This can be set to 1001507 now; __FreeBSD_version was bumped > > earlier today. >=20 > Nope, 1001506 is correct, i.e., the change was MFC'ed to stable/10 and > __FreeBSD_version was bumped to reflect it. >=20 > https://svnweb.freebsd.org/changeset/base/277087 >=20 Ah, right. Thank you for the correction. Glen --liqSWPDvh3eyfZ9k Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJU7iCjAAoJEAMUWKVHj+KTth8P/jv9bSFVYgHUrlYfT6OBkPdV oGZfdCP2yt/eza/jxxJzwHJbrMdaZEwqGZjCr9O8EYAEhvrsC2p6pTer/ESbrXPR i3JS1nxP9dsaJlWn7FZ+qdxOrxt92J85r8ggDsRQhPG6JAM7BfhsRkQfD86Z3frR rymucuymP8CjJJ6BRWW2hnlNt8OE+eRLS5+ewY0CcTU4dn0hapzcS1fhJn3KXW9F 1Qy3GmF2uDh/84K/HqDRlpUBKA2QlcRziXFgPLeqBV8KD9x6QKF/oiMCSVWBwKSB CMaPpQNyDcWRg06AbApUa2TCn+sNdPqD+1+i9oRxFFUNT/wWMNUi0LVLqjZiDic9 0dJClD4JI/qm+ORpdAM++r0c8hsleg8bAU2ewvdHEY/Q5htPAofnxAehrO4a6eSW ZCa9UD94RFQGNegpd5NP5i8r9Sbp9lu7EdvDOh865gzj/lRike2Vgg/MsXNxovK4 nilVxOoQ6a7EDa32MCvkT7cXCLdreznLdL6dEquk4nUVXf1d16OOX1Wv19PHNqLu fRtBwX3ZwMSorLHIyhYmjFkSSHISvEuy0KDiRfHn6xiNxlpOQWrolibzzO+/Drhe BZe0VowYRiUEtmXrbNlv3pV4xgm4kYI1hVXI4+3F58DFrY7tlPwRT2lYMyoZmmW1 2e4LaIMObF12YCqtTULZ =6i7B -----END PGP SIGNATURE----- --liqSWPDvh3eyfZ9k--