From owner-freebsd-current@FreeBSD.ORG Mon May 31 17:30:32 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 4AB441065677; Mon, 31 May 2010 17:30:32 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id CAEC88FC18; Mon, 31 May 2010 17:30:31 +0000 (UTC) Received: by gyh20 with SMTP id 20so3728547gyh.13 for ; Mon, 31 May 2010 10:30:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=RgTcj+hI7Uz8eoeop0dQ/Bkm09bQYJXnAPOPvqoiuh8=; b=vqPGk9l6sDuBJbCCwEckBRjGSXXHdSE+NnLAxxZJmyITVE4JZaJuj+B+JiVTNijR1v CoJz9zg9r/TZoJQHKvRG81+VCVeZrVv/u71a5eUXbuitgSoq5qrXXVdIiXiq6g2pSHDc /A99wvStTwBYRnvi3bTTvJTPq3xYOnTRGbPH0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=nb/OFDpd+uiQzQMdnhSby9b68bcmDjdsR/EoncExyS7m2n7LZg3H+DZsfNGwotq4IT 3aZ9lxnElXf+LBRZ/MyrtDCDpsu6HUrDLFHOADNaQEemkR0044ryMawCHoekFvGGDjJV YZ9YOLIuBycgtPk0KNylaN7O6a7Df+No3gA6k= MIME-Version: 1.0 Received: by 10.231.157.200 with SMTP id c8mr6203742ibx.53.1275327018196; Mon, 31 May 2010 10:30:18 -0700 (PDT) Received: by 10.231.182.204 with HTTP; Mon, 31 May 2010 10:30:18 -0700 (PDT) In-Reply-To: <20100531144938.GA55909@troutmask.apl.washington.edu> References: <20100529130240.GA99732@freebsd.org> <20100531144938.GA55909@troutmask.apl.washington.edu> Date: Mon, 31 May 2010 12:30:18 -0500 Message-ID: From: Brandon Gooch To: Steve Kargl Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Roman Divacky , current@freebsd.org Subject: Re: [TESTING]: ClangBSD branch needs testing before the import to HEAD 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: Mon, 31 May 2010 17:30:32 -0000 On Mon, May 31, 2010 at 9:49 AM, Steve Kargl wrote: > On Mon, May 31, 2010 at 02:49:35AM -0500, Brandon Gooch wrote: >> >> I'm running on a "full" ClangBSD system (world and kernel), and I've >> had no issues for the past couple of days. I've had the machine >> working nearly constantly -- building new and updating installed >> ports, running several ezjails (PostgreSQL, Apache 2.2, etc...), and >> generally using/abusing my computer by watching Flash video on the >> bsdconferences channel on YouTube... >> >> So, what exactly should we expect, if anything, to break? :) > > Did you build and install new boot code? =A0ISTR that clang > can't compile src/sys/boot/i386/boot0 to the required > 512 bytes. No, I didn't install new boot code. Whether or not it was built, I'll check and see; I'm not sure exactly when/where it's built -- during buildkernel? This is an example of the reason I put the quotes around "full" -- I'm not sure exactly how completely ClangBSD my system really is :) -Brandon