From owner-freebsd-stable@FreeBSD.ORG Sat Nov 28 03:09:49 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4C55106566C for ; Sat, 28 Nov 2009 03:09:49 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.freebsd.org (Postfix) with ESMTP id 7EBC48FC0C for ; Sat, 28 Nov 2009 03:09:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 888D5FEE445 for ; Fri, 27 Nov 2009 21:10:07 -0600 (CST) X-Virus-Scanned: amavisd-new at example.com Received: from oz.twisted.net ([127.0.0.1]) by localhost (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZGBMm-8tMd5c for ; Fri, 27 Nov 2009 21:10:00 -0600 (CST) Received: from [172.16.0.5] (sindrome.twisted.net [172.16.0.5]) by oz.twisted.net (Postfix) with ESMTP id EEB64FEE3EE for ; Fri, 27 Nov 2009 21:09:59 -0600 (CST) Message-ID: <4B109474.6050405@twisted.net> Date: Fri, 27 Nov 2009 21:09:40 -0600 From: Troy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20091127203338.GA70392@twisted.net> <20091127210705.GA72043@twisted.net> <20091127214256.GB15526@icarus.home.lan> In-Reply-To: <20091127214256.GB15526@icarus.home.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 8.0 installworld fails in /usr/src/lib/csu/i386-elf cc: not found X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: troy@twisted.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 03:09:49 -0000 Tried to move make.conf aside and it did not help. I am not using -j in the installworld command. Any other thoughts? I'm in a bind with my upgrade without being able to do 'make installworld' On 11/27/2009 3:42 PM, Jeremy Chadwick wrote: > On Fri, Nov 27, 2009 at 03:07:05PM -0600, Troy wrote: > >> cc is installed and I can execute it. I don't have any unique cc >> variables being set in make.conf either. >> > Shot in the dark: are you using the -j argument during "make > installworld" (not buildworld)? If so, don't do that. > > Otherwise, try moving make.conf aside and see if things improve. One > thing at a time... :-) > >