From owner-freebsd-stable@FreeBSD.ORG Sat Aug 29 18:47:25 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 070B7106566B; Sat, 29 Aug 2009 18:47:25 +0000 (UTC) (envelope-from simon@nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id BC9B08FC0A; Sat, 29 Aug 2009 18:47:24 +0000 (UTC) Received: from arthur.nitro.dk (arthur.bofh [192.168.2.3]) by mx.nitro.dk (Postfix) with ESMTP id A61C02D4865; Sat, 29 Aug 2009 18:47:23 +0000 (UTC) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 921525C19; Sat, 29 Aug 2009 20:47:23 +0200 (CEST) Date: Sat, 29 Aug 2009 20:47:23 +0200 From: "Simon L. Nielsen" To: Eugene Grosbein Message-ID: <20090829184723.GE1301@arthur.nitro.dk> References: <20090829173443.GA10192@svzserv.kemerovo.su> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090829173443.GA10192@svzserv.kemerovo.su> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: stable@freebsd.org, qa@freebsd.org 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: Sat, 29 Aug 2009 18:47:25 -0000 On 2009.08.30 01:34:43 +0800, Eugene Grosbein 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. -- Simon L. Nielsen