Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2015 00:40:04 +0400
From:      Arseny Nasokin <eirnym@gmail.com>
To:        Glen Barber <gjb@freebsd.org>
Cc:        Ivan Klymenko <fidaj@ukr.net>, freebsd-current <freebsd-current@freebsd.org>, Allan Jude <allanjude@freebsd.org>, Jung-uk Kim <jkim@freebsd.org>
Subject:   Re: r279278 failed to build (yacc: maximum table size exceeded)
Message-ID:  <CAO8GK0pRkudG4fO23CpmnRz09t3Z%2BB15HuF6vpEON6XNwPC12A@mail.gmail.com>
In-Reply-To: <20150227202131.GJ28569@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> <54EE1F1D.8060807@FreeBSD.org> <CAO8GK0q44GpvBAQKKeUuatg%2BA4cv0cpgb09UPo=feKgcpM%2BQbw@mail.gmail.com> <54EE2D68.9050209@FreeBSD.org> <CAO8GK0rZ2i6UkBNk%2Bse=_=c6g6Su7hdj-1o8y9N2zMU5qUjoGg@mail.gmail.com> <20150227202131.GJ28569@hub.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 27 February 2015 at 23:21, Glen Barber <gjb@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAO8GK0pRkudG4fO23CpmnRz09t3Z%2BB15HuF6vpEON6XNwPC12A>