Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 18:22:01 +0200
From:      Ivan Klymenko <fidaj@ukr.net>
To:        Glen Barber <gjb@FreeBSD.org>
Cc:        Arseny Nasokin <eirnym@gmail.com>, freebsd-current@freebsd.org
Subject:   Re: r279278 failed to build (yacc: maximum table size exceeded)
Message-ID:  <20150225182201.216f6fee@nonamehost.local>
In-Reply-To: <20150225154327.GD1161@hub.FreeBSD.org>
References:  <CAO8GK0rbMADtgY7-y8aLOy8rpaSeXOuftZXUYFSaZ8xOTh45kQ@mail.gmail.com> <20150225154327.GD1161@hub.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
=D0=92 Wed, 25 Feb 2015 15:43:27 +0000
Glen Barber <gjb@FreeBSD.org> =D0=BF=D0=B8=D1=88=D0=B5=D1=82:

> 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:
> >=20
> > =3D=3D=3D> 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/../../../sys/contrib/dev/acpica/compiler/a=
slparser.y
> > > aslcompiler.y
> > yacc -d -pAslCompiler -oaslcompilerparse.c aslcompiler.y
> > yacc: 89 shift/reduce conflicts.
> > yacc: f - maximum table size exceeded
> > *** Error code 2
> >=20
> > /etc/make.conf is /dev/null.
> > I've also tried empty /etc/src.conf with no luck.
> >=20
>=20
> Out of curiosity, is your src tree mounted via NFS?
>=20
> Glen
>=20

I have a similar problem on revision=20
/usr/src # svn info
Path: .
Working Copy Root Path: /usr/src
URL: svn://svn.freebsd.org/base/head
Relative URL: ^/head
Repository Root: svn://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 279213
Node Kind: directory
Schedule: normal
Last Changed Author: glebius
Last Changed Rev: 279213
Last Changed Date: 2015-02-23 20:57:09 +0200 (Mon, 23 Feb 2015)

http://pastebin.com/FuAUkBmX

Source tree is on the zfs
/usr/src # zfs list zroot/usr/src
NAME            USED  AVAIL  REFER  MOUNTPOINT
zroot/usr/src  1.35G   408G  1.35G  /usr/src

what is most surprising, the same revision successfully building for the
other 2 computers, including amd64|zfs and i386|ufs.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150225182201.216f6fee>