From owner-freebsd-current@FreeBSD.ORG Sun May 21 19:56:23 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B5F116A5EE for ; Sun, 21 May 2006 19:56:23 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA1EC43D46 for ; Sun, 21 May 2006 19:56:22 +0000 (GMT) (envelope-from kip.macy@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so790702wxd for ; Sun, 21 May 2006 12:56:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CPSwQAToo1nUao9jFTOl0XohEyvCSReJ+MK4ouvcCcTp7rZrm/gQRyXRqhC2BQpwJnAgG4Vf9TlQ7lif17G+03n2IATipgneEpGtDU/KEC4kbH0xTqMXkPgo9gDwKwuTzCt2ExwbS7YD70BmdMbopOpwuvDyACvVGPd+0ywiUv4= Received: by 10.70.77.7 with SMTP id z7mr4412905wxa; Sun, 21 May 2006 12:56:22 -0700 (PDT) Received: by 10.70.71.2 with HTTP; Sun, 21 May 2006 12:56:21 -0700 (PDT) Message-ID: Date: Sun, 21 May 2006 12:56:21 -0700 From: "Kip Macy" To: "Kris Kennaway" In-Reply-To: <20060521194345.GA49885@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060521194345.GA49885@xor.obsecurity.org> Cc: freebsd-current@freebsd.org Subject: Re: FreeBSD is now self-hosting on the UltraSPARC T1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kmacy@fsmware.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2006 19:56:25 -0000 On 5/21/06, Kris Kennaway wrote: > On Sat, May 20, 2006 at 10:19:58PM -0700, Kip Macy wrote: > > I'm proud to announce that FreeBSD on the T1 is now stable enough that > > it can "make buildworld" natively. > > Excellent work! Thanks. > When can I start breaking it? :) As soon as someone can provide you with a T1000 or T2000 - I think Paul may already have one. I went out of my way to make sure that: export MAKEOBJDIRPREFIX=3D; make buildworld TARGET_ARCH=3Dsparc64 TARGET=3Dsun4v; make buildkernel TARGET_ARCH=3Dsparc64 TARGET=3Dsun4v; su; make installworld TARGET_ARCH=3Dsparc64 TARGET=3Dsun4v DESTDIR=3D; make installkernel TARGET_ARCH=3Dsparc64 TARGET=3Dsun4v DESTDIR=3D; would just work straight out of perforce. I ended up doing make -j8 buildworld because make -j32 exposed a panic inducing race in NFS about 30 minutes in. I'm really looking forward to seeing what kind of locking contention we're getting in the kernel. -Kip