From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 19:05:16 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 D2BDE775; Wed, 25 Feb 2015 19:05:15 +0000 (UTC) Date: Wed, 25 Feb 2015 19:05:12 +0000 From: Glen Barber To: Arseny Nasokin Subject: Re: r279278 failed to build (yacc: maximum table size exceeded) Message-ID: <20150225190512.GH1161@hub.FreeBSD.org> References: <20150225154327.GD1161@hub.FreeBSD.org> <20150225182201.216f6fee@nonamehost.local> <54EE05EA.3030509@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="gTtJ75FAzB1T2CN6" Content-Disposition: inline In-Reply-To: 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 , freebsd-current@freebsd.org, Allan Jude , Jung-uk Kim 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:05:16 -0000 --gTtJ75FAzB1T2CN6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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: > > > > https://svnweb.freebsd.org/changeset/base/278975 > > > > For building from old head (pre-r274460), you have to manually > > bootstrap yacc first, e.g., something like this: > > > > cd /usr/src/usr.bin/yacc > > make clean cleandepend > > make all && make install > > make clean cleandepend > > cd /usr/src > > make buildworld > > >=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!!! > _yacc=3D lib/liby \ >=20 This can be set to 1001507 now; __FreeBSD_version was bumped earlier today. Glen --gTtJ75FAzB1T2CN6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJU7hzoAAoJEAMUWKVHj+KT40sP/3Xlb0t8/f0Sb69MMx2Z3uZ+ 2QQwFgBjADbIRjItEVxtj/SpMjAenAqCH/iVmpHbdHCCU65hjH9DUM+jSIS5PHM0 WRd7FWobXf8ZHCQPeDi1qPXcniOmL/YkbsoLMCF0MRX3ieKuQHTghQLDXQ/VEWvH MMLk+FNc8jv8y75fTAANmEVoaFlIui84ggM6z0dKPMp+XcDpz3XabFurj4cg4klh p+UJKz3KeOqft3/GuBXngpqSHCVFFcaaLbgSpTgJeuwydHvPHxdIR17JaxbrWpBS 3q0IRbpkB+f+JVUwP8+iqaY+WCxunaqtWtTiCb10DPmTZQKvpZvE4xjI5VY9I45e St5t2jcq61S2sOmo5sbE+bEPjX7Mp+uBbs5n1nSc7yF0IaUvutzP5I7I2Tc6/3DF W41BaGJ+Mk+sY5zDs0vQ/ErM+/CfoUIutUUvkUkIqADWbEJYo85m2vpsintIiGl8 LShoGgx/o99GPwl4lkqPrl0mSG9aBGuMb/kPf9oLIkuwHNXZljoScEg0goACyDVN SUN78F4596SS2+BZBj3eNVFXd6Mlp6vyvgDb8pPMUahkuRkawCUmm4AyCi9Q2YOu rcqrCLRZytJcdAgW29fkmbiwXRP7F14sxcjP7jK5aey1MNOUEaKblbkKb4MyFJ62 5+YCYrkfZEhsg4LCWqRo =OX0K -----END PGP SIGNATURE----- --gTtJ75FAzB1T2CN6--