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

From: Glen Barber <gjb_at_FreeBSD.org>
Date: Fri, 27 Feb 2015 20:21:31 +0000
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
> > _at__at_ -1274,7 +1274,8 _at__at_
> >  _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


Received on Fri Feb 27 2015 - 19:21:38 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:56 UTC