From owner-freebsd-current@FreeBSD.ORG Tue Feb 12 22:55:56 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 03E4AE2D for ; Tue, 12 Feb 2013 22:55:56 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id AE0D0909 for ; Tue, 12 Feb 2013 22:55:55 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 06FFC40008 for ; Tue, 12 Feb 2013 23:55:55 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id F039440009; Tue, 12 Feb 2013 23:55:54 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (h-45-105.a163.priv.bahnhof.se [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id F2CBA40008; Tue, 12 Feb 2013 23:55:53 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3Z5K3F5G4cz8ggx; Tue, 12 Feb 2013 23:55:53 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id N2E22L9xAxpa; Tue, 12 Feb 2013 23:55:50 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3Z5K396nhtz8ggv; Tue, 12 Feb 2013 23:55:49 +0100 (CET) Received: from tifa.daemonic.se (tifa.daemonic.se [10.32.0.6]) by mail.daemonic.se (Postfix) with ESMTPSA id 3Z5K3960n7z9Ctj; Tue, 12 Feb 2013 23:55:49 +0100 (CET) Received: from tifa.daemonic.se (localhost [IPv6:::1]) by tifa.daemonic.se (Postfix) with ESMTP id 45CD72281C; Tue, 12 Feb 2013 23:55:49 +0100 (CET) Message-ID: <511AC875.1000704@daemonic.se> Date: Tue, 12 Feb 2013 23:55:49 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Ian FREISLICH Subject: Re: 7+ days of dogfood References: <20130210000723.GA73630@troutmask.apl.washington.edu> In-Reply-To: Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-current@freebsd.org, Steve Kargl X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Feb 2013 22:55:56 -0000 On 02/10/13 07:33, Ian FREISLICH wrote: > 1. WITHOUT_CLANG_IS_CC=yes > I don't think clang is ready for prime time in FreeBSD, or FreeBSD > isn't ready to use clang in prime time. I got a new laptop (ASUS > UX31A) and found that a lot of the ports I needed to install > didn't compile or core dumped. (Sorry I didn't report these to > the project). > This option sorted that problem out. However you will need to > rebuild everything including world and kernel with gcc before > you start building ports with gcc or you will still have problems. Please please please report ports that fail with clang to ports@ or the ports maintainer or both. If this is not done, then the problems will never get fixed (regardless whether it is bad/broken code in the port or a bug in clang). Regards! -- Niclas