From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 20:38:28 2015 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 201D53D5; Wed, 25 Feb 2015 20:38:28 +0000 (UTC) Received: from frv27.fwdcdn.com (frv158.fwdcdn.com [212.42.77.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE27F3D9; Wed, 25 Feb 2015 20:38:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=7v7BQC/4iohbiuxo6ShTc789OjKpXdQsKZgaZ58tWr4=; b=cqsTk0ZWtKULoywiP08nERW1bWr3jjYEAlS7Ub9PFyJuoV81zziVlw0q5VfGdhld47HqvzpE2DnjIiD44qjw5aKTnRosgPVutmGNzyL0mAmzGpfUdG29c/PtJG1T1qohHXwUPx3neoM3oyxe6kqFWGohkpv6KTi8X+WbYttXk0I=; Received: from [5.248.241.121] (helo=nonamehost.local) by frv27.fwdcdn.com with esmtpsa ID 1YQiit-000LmY-6V ; Wed, 25 Feb 2015 22:38:23 +0200 Date: Wed, 25 Feb 2015 22:38:22 +0200 From: Ivan Klymenko To: Jung-uk Kim Subject: Re: r279278 failed to build (yacc: maximum table size exceeded) Message-ID: <20150225223822.586b7571@nonamehost.local> In-Reply-To: <54EE05EA.3030509@FreeBSD.org> References: <20150225154327.GD1161@hub.FreeBSD.org> <20150225182201.216f6fee@nonamehost.local> <54EE05EA.3030509@FreeBSD.org> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=5.248.241.121; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net Cc: Glen Barber , Arseny Nasokin , Allan Jude , freebsd-current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2015 20:38:28 -0000 =D0=92 Wed, 25 Feb 2015 12:27:06 -0500 Jung-uk Kim =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 >=20 > On 02/25/2015 11:22, Ivan Klymenko wrote: > > =D0=92 Wed, 25 Feb 2015 15:43:27 +0000 Glen Barber > > =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > >=20 > >> 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=20 > >>> -I/usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/compiler > >>> > >>>=20 > /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/compiler/aslp= arser.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 > >=20 > > I have a similar problem on revision /usr/src # svn info Path: .=20 > > 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) > >=20 > > http://pastebin.com/FuAUkBmX > >=20 > > 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 > >=20 > > what is most surprising, the same revision successfully building > > for the other 2 computers, including amd64|zfs and i386|ufs. >=20 > 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: >=20 > https://svnweb.freebsd.org/changeset/base/278975 >=20 > For building from old head (pre-r274460), you have to manually > bootstrap yacc first, e.g., something like this: >=20 > cd /usr/src/usr.bin/yacc > make clean cleandepend > make all && make install > make clean cleandepend > cd /usr/src > make buildworld >=20 Thank you - it solved the problem.