From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 18:54:25 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 ECD7CAF6; Wed, 25 Feb 2015 18:54:25 +0000 (UTC) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC8D1659; Wed, 25 Feb 2015 18:54:25 +0000 (UTC) Received: by iecrl12 with SMTP id rl12so7581917iec.4; Wed, 25 Feb 2015 10:54:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=nM5O6T1anFKHlF9McNiMk6lmhcEtRgiBtHj2Sqv9wtM=; b=W8vPIjbZtZttv96nizAhmWN55o1a3krQyd3nc+hnfsKSWAnq5PCsEH11FReLwnoz7K 5zcCPbq0Be1jdnrpCYBJJ1RETF9XfACuxOES8H2IlxoFVBJsnPk4Ypx2mbjOtJ537h0t nIcDGhWp/0g5u3Y84heP8R9oDYMpuTbRhsvSGHfZONiN/aCrbMV9JE6Jxj98WsSVKp8a Sg5QYBRrXtaPsQgwD+ea7wvS70Dq9txGYHVmYwHg1SdF+SGs6MK4upGxeh0QeiGwFWGe Oa0ixUwPXmTUb2cv1dRQrn/JfPscFIa4FKWGDFY3ATG82FqTxprcuj84m0a6aoDgf3mg H59w== MIME-Version: 1.0 X-Received: by 10.50.66.170 with SMTP id g10mr28963039igt.49.1424890465048; Wed, 25 Feb 2015 10:54:25 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.17.66 with HTTP; Wed, 25 Feb 2015 10:54:24 -0800 (PST) In-Reply-To: References: <20150225154327.GD1161@hub.FreeBSD.org> <20150225182201.216f6fee@nonamehost.local> <54EE05EA.3030509@FreeBSD.org> Date: Wed, 25 Feb 2015 10:54:24 -0800 X-Google-Sender-Auth: tBVzTqIuGGjS-7AgJ8uNrbCeVhs Message-ID: Subject: Re: r279278 failed to build (yacc: maximum table size exceeded) From: Adrian Chadd To: Arseny Nasokin Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Ivan Klymenko , Glen Barber , freebsd-current , Allan Jude , Jung-uk Kim 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 18:54:26 -0000 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: >> > =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: >> >>> >> >>> =3D=3D=3D> usr.sbin/acpi/iasl (depend) m4 -P >> >>> -I/usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/compil= er >> >>> >> >>> >> >> /usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/compiler/asl= parser.y >> >>>> aslcompiler.y >> >>> yacc -d -pAslCompiler -oaslcompilerparse.c aslcompiler.y yacc: >> >>> 89 shift/reduce conflicts. yacc: f - maximum table size >> >>> exceeded *** Error code 2 >> >>> >> >>> /etc/make.conf is /dev/null. I've also tried empty >> >>> /etc/src.conf with no luck. >> >>> >> >> >> >> Out of curiosity, is your src tree mounted via NFS? >> >> >> >> Glen >> >> >> > >> > I have a similar problem on revision /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. >> >> 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://svnweb.freebsd.org/changeset/base/278975 >> >> For building from old head (pre-r274460), you have to manually >> bootstrap yacc first, e.g., something like this: >> >> cd /usr/src/usr.bin/yacc >> make clean cleandepend >> make all && make install >> make clean cleandepend >> cd /usr/src >> make buildworld >> >> Jung-uk Kim >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v2 >> >> iQEcBAEBCAAGBQJU7gXkAAoJEHyflib82/FGAsMH/iw2oNbyOPY7t/GIm+7QpqKS >> 4jOZisFY9WD8UCpziqwnp5Ia1A4YC4rn7W5G6wKALHMTuo3kT8lFEWV5sIVhc0dm >> 7to624zTVsNZqBhCFODRMZSXSlpMNCkjWtixGT1spEmyUAeKSEq5dPLaj3JyOOUw >> XvZbY6l4f/jFr+68z/uIHRJi3NbP5SODIYuUanO7X0nVuxI0PQNE45o3p2dj7lRJ >> 9eV0G5/SJUT8uWSuXy2kOY+TZWAk8VTTz/nb+krKPtwBdsv+nhSu3NDuaTJQk4gm >> KaA+FaOgP/vhyxrF61qBOVq+MDy66/XuU4s/9IKrRoeUrZX0j5X4JoGC1p2+cgU=3D >> =3DlpVt >> -----END PGP SIGNATURE----- >> > > > Hi, guys, > > I've found the fix by forcing to add yacc(1) to bootstrap build. > > Makefile.inc1, line 1277: > > if ${BOOTSTRAPPING} < 1001506 > _yacc=3D lib/liby \ > > change to: > > if ${BOOTSTRAPPING} < 1201506 ## It is for test purposes only!!! > _yacc=3D lib/liby \ > > > -- Eir Nym > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= "