From owner-freebsd-stable@FreeBSD.ORG Wed May 27 19:30:38 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 C06D91065679 for ; Wed, 27 May 2009 19:30:38 +0000 (UTC) (envelope-from mikes@siralan.org) Received: from arvo.suso.org (arvo.suso.org [66.244.94.5]) by mx1.freebsd.org (Postfix) with ESMTP id 9E1B38FC25 for ; Wed, 27 May 2009 19:30:38 +0000 (UTC) (envelope-from mikes@siralan.org) Received: from c-98-220-3-224.hsd1.in.comcast.net (c-98-220-3-224.hsd1.in.comcast.net [98.220.3.224]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arvo.suso.org (Postfix) with ESMTP id CD5CA8806F; Wed, 27 May 2009 19:29:22 +0000 (GMT) Date: Wed, 27 May 2009 15:29:45 -0400 (EDT) From: "Michael L. Squires" X-X-Sender: mikes@familysquires.net To: John B Scroggins In-Reply-To: <1243189529.28177.26.camel@rougehunter75.charterpipeline.net> Message-ID: <20090527152542.L28521@familysquires.net> References: <1243189529.28177.26.camel@rougehunter75.charterpipeline.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: Building 7.2 Stable fails to compile dtmalloc 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: Wed, 27 May 2009 19:30:39 -0000 I had a similar build error with 7.2-STABLE with a different error - internal compiler error. After updating and having buildworld fail in the same spot I completely cleaned my /usr/obj and /usr/src directories (need "cd /usr/obj;chflags -R noschg *;rm -rf *" for /usr/obj and then downloaded the sources again. This time there were no problems compiling. I don't know if the cause was a hardware problem, a corrupted /usr/src, or a bug that was fixed by the time I downloaded /usr/src. This is hardware on which I've been compiling FreeBSD for some time, so my guess is the corrupted /usr/src (given that there are no repots of a similar error from other users). Mike Squires mikes at siralan.org