From owner-freebsd-current@FreeBSD.ORG Tue Jun 1 05:00:34 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCC551065B64 for ; Tue, 1 Jun 2010 05:00:34 +0000 (UTC) (envelope-from areilly@bigpond.net.au) Received: from nschwmtas05p.mx.bigpond.com (nschwmtas05p.mx.bigpond.com [61.9.189.149]) by mx1.freebsd.org (Postfix) with ESMTP id 4EDA48FC1B for ; Tue, 1 Jun 2010 05:00:33 +0000 (UTC) Received: from nschwotgx02p.mx.bigpond.com ([124.188.161.100]) by nschwmtas05p.mx.bigpond.com with ESMTP id <20100601050032.SUMT12312.nschwmtas05p.mx.bigpond.com@nschwotgx02p.mx.bigpond.com>; Tue, 1 Jun 2010 05:00:32 +0000 Received: from duncan.reilly.home ([124.188.161.100]) by nschwotgx02p.mx.bigpond.com with ESMTP id <20100601050031.SCOW2131.nschwotgx02p.mx.bigpond.com@duncan.reilly.home>; Tue, 1 Jun 2010 05:00:31 +0000 Date: Tue, 1 Jun 2010 15:00:31 +1000 From: Andrew Reilly To: Garrett Cooper Message-ID: <20100601150031.7f28a98d@duncan.reilly.home> In-Reply-To: References: <20100529074709.GA40241@duncan.reilly.home> <4C03B9DC.5030000@icyb.net.ua> <20100601140635.13d8898b@duncan.reilly.home> <20100601142852.7fd3ed86@duncan.reilly.home> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH LOGIN at nschwotgx02p.mx.bigpond.com from [124.188.161.100] using ID areilly@bigpond.net.au at Tue, 1 Jun 2010 05:00:31 +0000 X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A090205.4C0493F0.00CD,ss=1,fgs=0 X-SIH-MSG-ID: rx8yFdP+TAD0zmQs0WyzOwJxyArnqyN48Z4QX81loRIGTUDCp8DeQ9rHNvZRu8u4xC5NJhqANGEgaa/mTY3Rs9mK Cc: Andriy Gapon , current@freebsd.org Subject: Re: Yoics! Just upgraded and cc is (mostly) bus-error-ing on buildworld. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2010 05:00:34 -0000 Hi Garrett, On Mon, 31 May 2010 21:36:23 -0700 Garrett Cooper wrote: > Ok... there appear to be some interesting bits here, but I'm > curious... when was the last time that you did a build with clang, and > did you properly clean out /usr/obj, etc since your last compile? I don't think that I ever have (compiled with clang). I did pull the pieces together when Roman first suggested it, but it didn't work then, and I need this machine to be more "up" than "down", so I've shelved it for a while. At that time clang also had a bug that was a show-stopper for me, in that it wouldn't compile my own code (compile time constant expressions with conditionals were not recognised as constant, or something like that.) Long since fixed, but I don't have enough time to keep up. I do regularly nuke /usr/obj before rebuilding. Not always, but often. Cheers, -- Andrew