r279278 failed to build (yacc: maximum table size exceeded)

Glen Barber gjb at FreeBSD.org
Fri Feb 27 20:21:38 UTC 2015


On Sat, Feb 28, 2015 at 12:18:33AM +0400, Arseny Nasokin wrote:
> On 25 February 2015 at 23:15, Jung-uk Kim <jkim at freebsd.org> wrote:
> > > I have FreeBSD 11.0-CURRENT r265265 with OSRELDATE 1100020 and
> > > invalid YACC. So This conditional expression must be fixed to check
> > > if this 11.x and  yacc is not changed.
> >
> > Wow, that's more than 9-month old now.
> >
> > > In my hypothetical "patch" I set OSRELDATE to invalid abstract
> > > future version, because it's only concept and I have no time to fix
> > > it correctly now.
> >
> > If you insist, you can try this:
> >
> > - --- Makefile.inc1
> > +++ Makefile.inc1
> > @@ -1274,7 +1274,8 @@
> >  _awk=          usr.bin/awk
> >  .endif
> >
> > - -.if ${BOOTSTRAPPING} < 1001506
> > +.if ${BOOTSTRAPPING} < 1001506 || \
> > +    (${BOOTSTRAPPING} >= 1100000 && ${BOOTSTRAPPING} < 1100046)
> >  _yacc=         lib/liby \
> >                 usr.bin/yacc
> >
> > (but I won't commit it.)
> >
> 
> Should I fill PR for?
> 

Yes, please do.

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20150227/21442e51/attachment.sig>


More information about the freebsd-current mailing list