From owner-freebsd-stable@FreeBSD.ORG Tue May 20 02:08:23 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 96244106566B for ; Tue, 20 May 2008 02:08:23 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFF98FC0A for ; Tue, 20 May 2008 02:08:23 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1211571ywe.13 for ; Mon, 19 May 2008 19:08:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ag3WAKwkgniQWphtbAhceqLfNX3xh9HeoQZJl97mx4I=; b=CoCD3Qdt+pe3s+jRoNf1WPdtuCPmxYD/h/BDwuAAu+YGzpRbB1p4JcrcRNXXY5KeD560vdPsVlQYRIoIVdIrkUQio9YgDMc46U/gsDubRZJeFLjMlWG2ByU2962ROs2HbCHCrPmZnmzcrAlTF6r/lkIGab/ANsvIRKaduiUVSTo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nD3ZMVUzRKYZ7TLdH6NV8tKS2lnk/C6xdetWTou/eZVWVKlc7wLtB0lTpzoWYXnGU2V1gqWCtmJPLptaiduk9vgfdyh/zQlMM6ua9QQmRTrW3n7du8dnskRasGwcRbeZPD6oqMaSlkf0u3LLS2+9a67zNsQV/4CXd5/65/P6fV4= Received: by 10.150.49.2 with SMTP id w2mr7096634ybw.27.1211249302554; Mon, 19 May 2008 19:08:22 -0700 (PDT) Received: by 10.150.140.14 with HTTP; Mon, 19 May 2008 19:08:22 -0700 (PDT) Message-ID: <8cb6106e0805191908g2eb24babn4f4b3e532cc77f8e@mail.gmail.com> Date: Mon, 19 May 2008 22:08:22 -0400 From: "Josh Carroll" To: "Dave Uhring" In-Reply-To: <20080520013825.GB1310@charter.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080519163825.GA32372@charter.net> <20080519165421.GA62264@charter.net> <20080519170223.GH7468@bunrab.catwhisker.org> <20080519175358.GB55020@charter.net> <20080519180201.GI7468@bunrab.catwhisker.org> <20080519183614.GB55295@charter.net> <448wy6yviw.fsf@be-well.ilk.org> <20080519201408.GD79130@charter.net> <20080520000147.GA2824@lava.net> <20080520013825.GB1310@charter.net> Cc: freebsd-stable@freebsd.org, Clifton Royston Subject: Re: Buildworld Fails RELENG_7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com 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 02:08:23 -0000 > The c compiler is the one shipped with 7.0 RELEASE. Except for the 3 > new header files that I placed from cvsupped sources into /usr/include/sys > the entire system is 7.0 RELEASE. > > Prior to beginning the build I deliberately set > > # export CFLAGS="" > > Nothing else in my environment would have affected the compiler. You're not using make -j when building world are you? If so, remove that and see if it then builds properly. Josh