From owner-freebsd-stable@FreeBSD.ORG Tue May 20 14:27:33 2008 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 429941065674 for ; Tue, 20 May 2008 14:27:33 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from itchy.rabson.org (unknown [IPv6:2002:50b1:e8f2:1::143]) by mx1.freebsd.org (Postfix) with ESMTP id EE2AB8FC17 for ; Tue, 20 May 2008 14:27:32 +0000 (UTC) (envelope-from dfr@rabson.org) Received: from [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc] (unknown [IPv6:2001:470:909f:1:21b:63ff:feb8:5abc]) by itchy.rabson.org (Postfix) with ESMTP id D7F1F3F9B; Tue, 20 May 2008 15:27:04 +0100 (BST) Message-Id: <96F8BC8E-C933-4568-8AF6-83C7566EB6A1@rabson.org> From: Doug Rabson To: Dave Uhring In-Reply-To: <20080520133120.GA1703@charter.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Tue, 20 May 2008 15:27:31 +0100 References: <20080519163825.GA32372@charter.net> <20080519164221.GA76691@eos.sc1.parodius.com> <20080519165807.GB62264@charter.net> <20080519170428.GB77907@eos.sc1.parodius.com> <20080519182107.GC55020@charter.net> <20080520000236.GA1260@charter.net> <66004354-F227-4008-A453-7158430D769B@rabson.org> <20080520112536.GB1637@charter.net> <20080520133120.GA1703@charter.net> X-Mailer: Apple Mail (2.919.2) Cc: freebsd-stable@freebsd.org Subject: Re: Buildworld Fails RELENG_7 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: Tue, 20 May 2008 14:27:33 -0000 On 20 May 2008, at 14:31, Dave Uhring wrote: > On Tue, May 20, 2008 at 12:54:59PM +0100, Doug Rabson wrote: >> >> On 20 May 2008, at 12:25, Dave Uhring wrote: >> >>> On Tue, May 20, 2008 at 08:50:14AM +0100, Doug Rabson wrote: >>>> >>>> In this, your build is explicitly using '/usr/bin/gcc' for the >>>> build >>>> which >>>> is not the way buildworld normally works. In normal operation, >>>> buildworld >>>> first builds a compiler from source and then uses that compiler >>>> by adding >>>> to $PATH and building with just 'cc'. Are you overriding $CC in >>>> your >>>> environment? >>> >>> I did not even have $CC in my environment. My environment had >>> absolutely >>> nothing involving the compiler and the compiler was the one >>> shipped with >>> FreeBSD-7.0-RELEASE. It is the *only* compiler on the system. >>> >> >> Odd. Could you please send me the complete log of a failed build >> attempt. > > I did not maintain such a log. On that last build everything > proceeded > normally until it broke in an inline assembler piece of code. But I > published not only the error but also the previous 4 or 5 compile > lines. > > I'm building again with a virgin clean cvsupped source tree from > cvsup4.freebsd.org, a clean /usr/obj, and I have reverted to /bin/ > csh for > my root shell if that can possibly matter. /etc/make.conf sets the > build > shell as /bin/sh. > > This time I started the build using script. The entire log will be > available. Excellent. Thanks for your help tracking this down.