From owner-svn-src-all@FreeBSD.ORG Tue May 22 15:08:15 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 402FB1065674; Tue, 22 May 2012 15:08:15 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id D7B6C8FC16; Tue, 22 May 2012 15:08:14 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id 6438114E76B7; Tue, 22 May 2012 17:08:08 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qpB0VaAFqszY; Tue, 22 May 2012 17:08:07 +0200 (CEST) Received: from [192.168.1.117] (catv-80-98-232-12.catv.broadband.hu [80.98.232.12]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id B152C14E76B1; Tue, 22 May 2012 17:08:07 +0200 (CEST) Message-ID: <4FBBABD5.5070406@FreeBSD.org> Date: Tue, 22 May 2012 17:08:05 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120328 Thunderbird/13.0a2 MIME-Version: 1.0 To: Dimitry Andric References: <201205211331.q4LDVRvB060077@svn.freebsd.org> <86likkpla9.fsf@ds4.des.no> <4FBB9551.6060407@FreeBSD.org> <4FBBAADE.7000400@FreeBSD.org> In-Reply-To: <4FBBAADE.7000400@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Baptiste Daroussin , src-committers@freebsd.org, Garrett Cooper , svn-src-all@freebsd.org, =?ISO-8859-1?Q?Dag-Erling_Sm=F8?=, svn-src-head@freebsd.org, =?ISO-8859-1?Q?rgrav?= Subject: Re: svn commit: r235723 - in head: contrib/byacc tools/regression/usr.bin/yacc usr.bin/yacc usr.bin/yacc/test X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 15:08:15 -0000 On 2012.05.22. 17:03, Dimitry Andric wrote: > ... >> > I mentioned it in a private email, but the issue is that the yacc >> >used during the build seems to be coming from the base system (despite >> >the fact that it's a bootstrap tool). Once I installed yacc onto my >> >stable-9 system at work, all of the changes that should have been >> >checked in with this commit became apparent. >> >Thanks, >> >-Garrett >> > >> >1022 .if ${BOOTSTRAPPING} < 900006 > Yes, Dag-Erling mentioned he will fix this particular test for head, > which needs a version bump. Maybe I'm missing some point but what if we always use yacc and lex from the source tree instead of from the base system? That would be the most logical way of doing this and whether they are built early or just in the world phase does not make that much difference, does it? Gabor