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

Arseny Nasokin eirnym at gmail.com
Fri Feb 27 20:40:28 UTC 2015


On 27 February 2015 at 23:21, Glen Barber <gjb at freebsd.org> wrote:

> 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
>
>
Hi,

I've filled PR 198081

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198081


-- Eir Nym


More information about the freebsd-current mailing list