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

2015-03-05 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/05/2015 10:44, Craig Rodrigues wrote: > Hi, > > I ran into this problem when doing a src upgrade of a HEAD system > compiled on Oct. 21, 2014 to HEAD on March 4, 2015: > > yacc -d -pAslCompiler -oaslcompilerparse.c aslcompiler.y maximum > tab

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

2015-03-05 Thread Craig Rodrigues
Hi, I ran into this problem when doing a src upgrade of a HEAD system compiled on Oct. 21, 2014 to HEAD on March 4, 2015: yacc -d -pAslCompiler -oaslcompilerparse.c aslcompiler.y maximum table size exceeded *** [aslcompilerparse.c]

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

2015-03-04 Thread Warner Losh
[[ I know this is a bit stale, but this is a dangerous notion ]] > On Feb 25, 2015, at 1:11 PM, Garrett Cooper wrote: > I was going to propose something a bit more radical — I can remove the > BOOTSTRAPPING conditionals and simplify the code on 10-STABLE / 11-CURRENT. > > Maintaining BOOTSTRAP

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

2015-02-27 Thread Jilles Tjoelker
On Wed, Feb 25, 2015 at 12:11:29PM -0800, Garrett Cooper wrote: > I was going to propose something a bit more radical — I can remove the > BOOTSTRAPPING conditionals and simplify the code on 10-STABLE / > 11-CURRENT. > Maintaining BOOTSTRAPPING is error prone and it’s not saving much time > in the

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

2015-02-27 Thread Arseny Nasokin
On 27 February 2015 at 23:21, Glen Barber wrote: > On Sat, Feb 28, 2015 at 12:18:33AM +0400, Arseny Nasokin wrote: > > On 25 February 2015 at 23:15, Jung-uk Kim wrote: > > > > I have FreeBSD 11.0-CURRENT r265265 with OSRELDATE 1100020 and > > > > invalid YACC. So This conditional expression must

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

2015-02-27 Thread Glen Barber
On Sat, Feb 28, 2015 at 12:18:33AM +0400, Arseny Nasokin wrote: > On 25 February 2015 at 23:15, Jung-uk Kim 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 chan

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

2015-02-27 Thread Arseny Nasokin
On 25 February 2015 at 23:15, Jung-uk Kim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 02/25/2015 14:59, Arseny Nasokin wrote: > > On 25 February 2015 at 22:14, Jung-uk Kim > > wrote: > > > > On 02/25/2015 14:05, Glen Barber wrote: > >> On Wed, Feb 2

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

2015-02-25 Thread John Baldwin
On Wednesday, February 25, 2015 03:15:36 PM Jung-uk Kim wrote: > On 02/25/2015 14:59, Arseny Nasokin wrote: > > On 25 February 2015 at 22:14, Jung-uk Kim > > wrote: > > > > On 02/25/2015 14:05, Glen Barber wrote: > >> On Wed, Feb 25, 2015 at 10:51:31PM +0400, Arseny Nasok

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

2015-02-25 Thread Arseny Nasokin
On 25 February 2015 at 23:15, Jung-uk Kim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 02/25/2015 14:59, Arseny Nasokin wrote: > > On 25 February 2015 at 22:14, Jung-uk Kim > > wrote: > > > > On 02/25/2015 14:05, Glen Barber wrote: > >> On Wed, Feb 2

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

2015-02-25 Thread Ivan Klymenko
В Wed, 25 Feb 2015 12:27:06 -0500 Jung-uk Kim пишет: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 02/25/2015 11:22, Ivan Klymenko wrote: > > В Wed, 25 Feb 2015 15:43:27 + Glen Barber > > пишет: > > > >> On Wed, Feb 25, 2015 at 07:32:45PM +0400, Arseny Nasokin wrote: > >>> I h

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

2015-02-25 Thread Garrett Cooper
On Feb 25, 2015, at 11:10, Jung-uk Kim wrote: > Signed PGP part > On 02/25/2015 13:55, Garrett Cooper wrote: > > On Feb 25, 2015, at 10:51, Arseny Nasokin > > wrote: > > > >> On 25 February 2015 at 20:27, Jung-uk Kim > >> wrote: > >> > > On 02/25/2015 11:22, Ivan Klymenko wrote: > > В Wed,

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

2015-02-25 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/25/2015 14:59, Arseny Nasokin wrote: > On 25 February 2015 at 22:14, Jung-uk Kim > wrote: > > On 02/25/2015 14:05, Glen Barber wrote: >> On Wed, Feb 25, 2015 at 10:51:31PM +0400, Arseny Nasokin wrote: >>> On 25 Februa

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

2015-02-25 Thread Arseny Nasokin
On 25 February 2015 at 22:14, Jung-uk Kim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 02/25/2015 14:05, Glen Barber wrote: > > On Wed, Feb 25, 2015 at 10:51:31PM +0400, Arseny Nasokin wrote: > >> On 25 February 2015 at 20:27, Jung-uk Kim > >> wrote: > >>> Your installed yac

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

2015-02-25 Thread Adrian Chadd
There's no bikeshed to be had. Either the tool meets some specific version / API requirement in order to be used how it's used, or something has to be built in its place. Since tools are now getting backported during a stable branch in order to grow new features, we can't just assume "oh stable/10

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

2015-02-25 Thread Glen Barber
On Wed, Feb 25, 2015 at 02:14:37PM -0500, Jung-uk Kim wrote: > On 02/25/2015 14:05, Glen Barber wrote: > > On Wed, Feb 25, 2015 at 10:51:31PM +0400, Arseny Nasokin wrote: > >> On 25 February 2015 at 20:27, Jung-uk Kim > >> wrote: > >>> Your installed yacc(1) is too old, i.e., your world was built

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

2015-02-25 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/25/2015 14:05, Glen Barber wrote: > On Wed, Feb 25, 2015 at 10:51:31PM +0400, Arseny Nasokin wrote: >> On 25 February 2015 at 20:27, Jung-uk Kim >> wrote: >>> Your installed yacc(1) is too old, i.e., your world was built >>> from head before r

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

2015-02-25 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/25/2015 13:55, Garrett Cooper wrote: > On Feb 25, 2015, at 10:51, Arseny Nasokin > wrote: > >> On 25 February 2015 at 20:27, Jung-uk Kim >> wrote: >> > On 02/25/2015 11:22, Ivan Klymenko wrote: > В Wed, 25 Feb 2015 15:43:27 + Glen B

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

2015-02-25 Thread Glen Barber
On Wed, Feb 25, 2015 at 10:51:31PM +0400, Arseny Nasokin wrote: > On 25 February 2015 at 20:27, Jung-uk Kim wrote: > > Your installed yacc(1) is too old, i.e., your world was built from > > head before r274460. FYI, this commit fixes the above problem for > > building from stable: > > > > https:/

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

2015-02-25 Thread Arseny Nasokin
On 25 February 2015 at 21:54, Adrian Chadd wrote: > should this be committed to -head? > > > -a > > > On 25 February 2015 at 10:51, Arseny Nasokin wrote: > > On 25 February 2015 at 20:27, Jung-uk Kim wrote: > > > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA256 > >> > >> On 02/25/2015 11

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

2015-02-25 Thread Garrett Cooper
On Feb 25, 2015, at 10:51, Arseny Nasokin wrote: > On 25 February 2015 at 20:27, Jung-uk Kim wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> On 02/25/2015 11:22, Ivan Klymenko wrote: >>> В Wed, 25 Feb 2015 15:43:27 + Glen Barber >>> пишет: >>> On Wed, Feb 25, 20

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

2015-02-25 Thread Adrian Chadd
should this be committed to -head? -a On 25 February 2015 at 10:51, Arseny Nasokin wrote: > On 25 February 2015 at 20:27, Jung-uk Kim wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> On 02/25/2015 11:22, Ivan Klymenko wrote: >> > В Wed, 25 Feb 2015 15:43:27 + Glen Barb

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

2015-02-25 Thread Arseny Nasokin
On 25 February 2015 at 20:27, Jung-uk Kim wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 02/25/2015 11:22, Ivan Klymenko wrote: > > В Wed, 25 Feb 2015 15:43:27 + Glen Barber > > пишет: > > > >> On Wed, Feb 25, 2015 at 07:32:45PM +0400, Arseny Nasokin wrote: > >>> I have cl

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

2015-02-25 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/25/2015 11:22, Ivan Klymenko wrote: > В Wed, 25 Feb 2015 15:43:27 + Glen Barber > пишет: > >> On Wed, Feb 25, 2015 at 07:32:45PM +0400, Arseny Nasokin wrote: >>> I have clean svn tree with base/head branch. I try to build >>> world, but I

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

2015-02-25 Thread Allan Jude
On 2015-02-25 11:22, Ivan Klymenko wrote: > В Wed, 25 Feb 2015 15:43:27 + > Glen Barber пишет: > >> On Wed, Feb 25, 2015 at 07:32:45PM +0400, Arseny Nasokin wrote: >>> I have clean svn tree with base/head branch. I try to build world, >>> but I have some mysterious bugs. The latest is yacc fa

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

2015-02-25 Thread Ivan Klymenko
В Wed, 25 Feb 2015 15:43:27 + Glen Barber пишет: > On Wed, Feb 25, 2015 at 07:32:45PM +0400, Arseny Nasokin wrote: > > I have clean svn tree with base/head branch. I try to build world, > > but I have some mysterious bugs. The latest is yacc failed to make > > c file on phase 4.3: > > > > ==

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

2015-02-25 Thread Glen Barber
On Wed, Feb 25, 2015 at 07:32:45PM +0400, Arseny Nasokin wrote: > I have clean svn tree with base/head branch. I try to build world, but I > have some mysterious bugs. The latest is yacc failed to make c file on > phase 4.3: > > ===> usr.sbin/acpi/iasl (depend) > m4 -P > -I/usr/src/usr.sbin/acpi/i

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

2015-02-25 Thread Arseny Nasokin
I have clean svn tree with base/head branch. I try to build world, but I have some mysterious bugs. The latest is yacc failed to make c file on phase 4.3: ===> usr.sbin/acpi/iasl (depend) m4 -P -I/usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/compiler /usr/src/usr.sbin/acpi/iasl/../