From owner-freebsd-current@FreeBSD.ORG Mon May 31 14:49:39 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 2BA931065680; Mon, 31 May 2010 14:49:39 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 0D4088FC1D; Mon, 31 May 2010 14:49:39 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.4/8.14.4) with ESMTP id o4VEncWu056086; Mon, 31 May 2010 07:49:38 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.4/8.14.4/Submit) id o4VEncK5056085; Mon, 31 May 2010 07:49:38 -0700 (PDT) (envelope-from sgk) Date: Mon, 31 May 2010 07:49:38 -0700 From: Steve Kargl To: Brandon Gooch Message-ID: <20100531144938.GA55909@troutmask.apl.washington.edu> References: <20100529130240.GA99732@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i 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 14:49:39 -0000 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? ISTR that clang can't compile src/sys/boot/i386/boot0 to the required 512 bytes. -- Steve