From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 16:39:08 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 A6D4DCFE; Wed, 25 Feb 2015 16:39:08 +0000 (UTC) Received: from frv25.fwdcdn.com (frv25.fwdcdn.com [212.42.77.25]) by mx1.freebsd.org (Postfix) with ESMTP id 63D73F15; Wed, 25 Feb 2015 16:39:08 +0000 (UTC) Received: from [10.10.14.27] (helo=frv27.fwdcdn.com) by frv25.fwdcdn.com QID:1YQeix-000AaU-3M/RC:2; Wed, 25 Feb 2015 18:22:11 +0200 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=ojP0N0z6YDBdxROlKEVHuVdHsZbMN+dQNfsN/0Ulbq8=; b=fQS4f8y6vYmWNrsky6yy3kXtm6gy5ikw2UPXihZhjRAExYHCYfgREqr0Otrl5kYEStixHkgb4qsQ3/1tIZ47jkvZzl4WF5Ny+7p4IXKrYVnJBJdOe3X0viW7jo5iLrrB+tSXDLObeqGv9mv4bieb5jgQK3gpadbhOtExQW85goU=; Received: from [5.248.241.121] (helo=nonamehost.local) by frv27.fwdcdn.com with esmtpsa ID 1YQeio-000GZa-DJ ; Wed, 25 Feb 2015 18:22:02 +0200 Date: Wed, 25 Feb 2015 18:22:01 +0200 From: Ivan Klymenko To: Glen Barber 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: <20150225154327.GD1161@hub.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 X-Ukrnet-Yellow: 0 Cc: Arseny Nasokin , 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 16:39:08 -0000 =D0=92 Wed, 25 Feb 2015 15:43:27 +0000 Glen Barber =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.