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 ***

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 table

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 yaneurab...@gmail.com 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.

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 j...@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

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 g...@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 j...@freebsd.org wrote: I have FreeBSD 11.0-CURRENT r265265 with OSRELDATE 1100020 and invalid YACC. So This

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 j...@freebsd.org 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 j...@freebsd.org mailto:j...@freebsd.org wrote: On 02/25/2015 14:05, Glen Barber

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

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 g...@freebsd.org пишет: 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 Allan Jude
On 2015-02-25 11:22, Ivan Klymenko wrote: В Wed, 25 Feb 2015 15:43:27 + Glen Barber g...@freebsd.org пишет: 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

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 g...@freebsd.org пишет: 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,

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 j...@freebsd.org 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 j...@freebsd.org wrote:

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 Garrett Cooper
On Feb 25, 2015, at 11:10, Jung-uk Kim j...@freebsd.org wrote: Signed PGP part On 02/25/2015 13:55, Garrett Cooper wrote: On Feb 25, 2015, at 10:51, Arseny Nasokin eir...@gmail.com wrote: On 25 February 2015 at 20:27, Jung-uk Kim j...@freebsd.org wrote: On 02/25/2015 11:22, Ivan

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 j...@freebsd.org mailto:j...@freebsd.org wrote: On 02/25/2015 14:05, Glen Barber wrote: On Wed, Feb 25, 2015 at 10:51:31PM +0400, Arseny Nasokin wrote: On

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 j...@freebsd.org 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 g...@freebsd.org пишет: On Wed, Feb 25, 2015 at 07:32:45PM +0400, Arseny Nasokin

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 j...@freebsd.org 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:

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 j...@freebsd.org wrote: Your installed yacc(1) is too old, i.e., your world was built from head

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 eir...@gmail.com wrote: On 25 February 2015 at 20:27, Jung-uk Kim j...@freebsd.org 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 g...@freebsd.org

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 adr...@freebsd.org wrote: should this be committed to -head? -a On 25 February 2015 at 10:51, Arseny Nasokin eir...@gmail.com wrote: On 25 February 2015 at 20:27, Jung-uk Kim j...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash:

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 eir...@gmail.com wrote: On 25 February 2015 at 20:27, Jung-uk Kim j...@freebsd.org wrote: On 02/25/2015 11:22, Ivan Klymenko wrote: В Wed, 25 Feb 2015

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 eir...@gmail.com wrote: On 25 February 2015 at 20:27, Jung-uk Kim j...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/25/2015 11:22, Ivan Klymenko wrote: В Wed, 25 Feb 2015

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 j...@freebsd.org wrote: Your installed yacc(1) is too old, i.e., your world was

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 j...@freebsd.org 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 j...@freebsd.org mailto:j...@freebsd.org wrote: On 02/25/2015 14:05, Glen Barber

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 j...@freebsd.org пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/25/2015 11:22, Ivan Klymenko wrote: В Wed, 25 Feb 2015 15:43:27 + Glen Barber g...@freebsd.org пишет: On Wed, Feb 25, 2015 at 07:32:45PM +0400, Arseny

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 j...@freebsd.org mailto:j...@freebsd.org wrote: On 02/25/2015 14:05, Glen Barber wrote: On Wed, Feb 25, 2015 at 10:51:31PM +0400, Arseny