From owner-freebsd-stable@FreeBSD.ORG Mon Aug 31 12:23:58 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21AE0106568B; Mon, 31 Aug 2009 12:23:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id E5B338FC2B; Mon, 31 Aug 2009 12:23:57 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 9690446B1A; Mon, 31 Aug 2009 08:23:57 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id E9E3D8A03E; Mon, 31 Aug 2009 08:23:56 -0400 (EDT) From: John Baldwin To: freebsd-qa@freebsd.org Date: Mon, 31 Aug 2009 08:06:04 -0400 User-Agent: KMail/1.9.7 References: <20090829173443.GA10192@svzserv.kemerovo.su> <20090829184723.GE1301@arthur.nitro.dk> <20090829190845.GA22333@svzserv.kemerovo.su> In-Reply-To: <20090829190845.GA22333@svzserv.kemerovo.su> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908310806.04614.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 31 Aug 2009 08:23:57 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.3 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: stable@freebsd.org, Eugene Grosbein , qa@freebsd.org, "Simon L. Nielsen" Subject: Re: 8.0-BETA3/i386: make WITHOUT_TOOLCHAIN=yes buildworld broken X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2009 12:23:58 -0000 On Saturday 29 August 2009 3:08:45 pm Eugene Grosbein wrote: > On Sat, Aug 29, 2009 at 08:47:23PM +0200, Simon L. Nielsen wrote: > > > > In 8.0-BETA3, make WITHOUT_TOOLCHAIN=yes buildworld breaks in 15 minutes > > > after start: > > > > I'm pretty sure WITHOUT_TOOLCHAIN=yes hasn't worked with buildworld > > since 7.x, so this is nothing new. You need to specify it with > > installworld, not buildworld. At least I ran into that with NanoBSD > > some time ago. > > > > But thanks for report in any case. > > Then it should be ignored for buildworld target, shouldn't it? I think that is sort of difficult to do (or at least very messy) as usually the WITH/WITHOUT options just ignore subdirectories for all targets rather than only doing so for certain targets. -- John Baldwin