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

From: Arseny Nasokin <eirnym_at_gmail.com>
Date: Sat, 28 Feb 2015 00:40:04 +0400
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
> > > _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
>
>
Hi,

I've filled PR 198081

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


-- Eir Nym
Received on Fri Feb 27 2015 - 19:40:28 UTC

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