Date: Wed, 25 Feb 2015 19:21:07 +0000 From: Glen Barber <gjb@FreeBSD.org> To: Jung-uk Kim <jkim@FreeBSD.org> Cc: Ivan Klymenko <fidaj@ukr.net>, Arseny Nasokin <eirnym@gmail.com>, Allan Jude <allanjude@freebsd.org>, freebsd-current@freebsd.org Subject: Re: r279278 failed to build (yacc: maximum table size exceeded) Message-ID: <20150225192107.GJ1161@hub.FreeBSD.org> In-Reply-To: <54EE1F1D.8060807@FreeBSD.org> References: <CAO8GK0rbMADtgY7-y8aLOy8rpaSeXOuftZXUYFSaZ8xOTh45kQ@mail.gmail.com> <20150225154327.GD1161@hub.FreeBSD.org> <20150225182201.216f6fee@nonamehost.local> <54EE05EA.3030509@FreeBSD.org> <CAO8GK0oQ6ZkBV93ioO1n-YRbOn2ffW3AoyQXxumhWiicYNPHww@mail.gmail.com> <20150225190512.GH1161@hub.FreeBSD.org> <54EE1F1D.8060807@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <jkim@freebsd.org> > >> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150225192107.GJ1161>