Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 14:14:37 -0500
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        Glen Barber <gjb@FreeBSD.org>, Arseny Nasokin <eirnym@gmail.com>
Cc:        Ivan Klymenko <fidaj@ukr.net>, freebsd-current@freebsd.org, Allan Jude <allanjude@freebsd.org>
Subject:   Re: r279278 failed to build (yacc: maximum table size exceeded)
Message-ID:  <54EE1F1D.8060807@FreeBSD.org>
In-Reply-To: <20150225190512.GH1161@hub.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>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

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:
>>> 
>>> 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
>>> 
>> 
>> Hi, guys,
>> 
>> I've found the fix by forcing to add yacc(1) to bootstrap build.
>> 
>> Makefile.inc1, line 1277:
>> 
>> if ${BOOTSTRAPPING} < 1001506 _yacc=      lib/liby \
>> 
>> change to:
>> 
>> if ${BOOTSTRAPPING} < 1201506 ## It is for test purposes only!!! 
>> _yacc=      lib/liby \
>> 
> 
> This can be set to 1001507 now; __FreeBSD_version was bumped
> earlier today.

Nope, 1001506 is correct, i.e., the change was MFC'ed to stable/10 and
__FreeBSD_version was bumped to reflect it.

https://svnweb.freebsd.org/changeset/base/277087

Jung-uk Kim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJU7h8dAAoJEHyflib82/FGL9cH/A3wsEEjtUNGcmOfYHN2+l50
K9xCxRwLvioxOjFygnHoNTvxhSMxjMCvX7UtyLR3CWD/31FJEsGgv7uFoavAMUPq
hk5vAUJgoAbue4FwF6Ow7Lmm59dl+4ukVqEawepYFlYn6njLgJt1itF74VD9aufi
D1oRk72KhhPXe66DYJsXzybgq5ba2/eJy0/YLsheRnsb2zB7fEcHGGca1icAVgjm
794BQdk0kOG7+EkQcafIElY4HJb+mJCE4iFg3NCrhrs7wEYZZQXlqDUVKRd0R5kN
U4u4EiXckiyDVPrzicnpVCtQD5vdxH5BBfWC1FQIFnzTJgLZuRihLpfmDZOeHS8=
=+AsC
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54EE1F1D.8060807>