From owner-freebsd-current@FreeBSD.ORG Wed Apr 22 16:45:20 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB9AAB0D for ; Wed, 22 Apr 2015 16:45:20 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A2B0117AD for ; Wed, 22 Apr 2015 16:45:20 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t3MGjG7Z009400 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 22 Apr 2015 10:45:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t3MGjGs0009397; Wed, 22 Apr 2015 10:45:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 22 Apr 2015 10:45:16 -0600 (MDT) From: Warren Block To: Willem Jan Withagen cc: FreeBSD Current Subject: Re: Newer yacc needed for building world In-Reply-To: <5537C3BA.8010206@digiware.nl> Message-ID: References: <5537C3BA.8010206@digiware.nl> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Wed, 22 Apr 2015 10:45:16 -0600 (MDT) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 22 Apr 2015 16:45:21 -0000 On Wed, 22 Apr 2015, Willem Jan Withagen wrote: > Hi, > > [I thought that I've seen talk about this before.] > > On a customers system I'm trying to build a new world, with a fresh tree. > I've deleted lines from other tracks in parallel compilation. > > --- aslcompilerparse.c --- > yacc -d -pAslCompiler -oaslcompilerparse.c aslcompiler.y > yacc: 89 shift/reduce conflicts. > yacc: f - maximum table size exceeded > *** [aslcompilerparse.c] Error code 2 > > And I do not find yacc in the tools/tmp tree. > > So here the buildsystem is in a catch22. And perhaps yacc needs to be added > to the buildtools? > > Probably I can get out of this by first > cd /usr/src/usr.bin/yacc > make; make install Yes: https://lists.freebsd.org/pipermail/freebsd-current/2015-February/054740.html