From owner-freebsd-mips@FreeBSD.ORG Wed Feb 2 03:35:27 2011 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D6DD1065674 for ; Wed, 2 Feb 2011 03:35:27 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id D8CA48FC08 for ; Wed, 2 Feb 2011 03:35:26 +0000 (UTC) Received: by wyf19 with SMTP id 19so7727021wyf.13 for ; Tue, 01 Feb 2011 19:35:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=yBnImq3XRC4n041PVLD44BAdjwkYYLk5igOfTto4DT0=; b=F5/Ei8BZrt8f9VO7YYqz2BYy+nZdhEwo2oYw0kEobRchKfQzNtttj+XeplDxdMIHeQ ryDz2RDDOkcmTU1BJJrUd1RvyAn7PUwOIOG4P+sgFzkwv4kYBHwcMU5N/3Pcy/mua1KO /F0oRC9VHlJtXJJzjNFiZvubQWBr2rxrczRFA= 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; b=HJNPTffX3tce6O8LBf0s7v4oNTkZb7MCwS30BA3FAMwGQL2zBI32y2MNJmHSIXtv+t uRSxtf8N5zSEfByzz6l8xvkuS/IbB592QXm+ugws0Xhz3aurJKQCpEK+8xRW3ehL1V+Y u2FJN3eoRlyVjYf7a2GPNEGnKhGNTl4MfFvpg= MIME-Version: 1.0 Received: by 10.227.155.83 with SMTP id r19mr8498280wbw.137.1296616266679; Tue, 01 Feb 2011 19:11:06 -0800 (PST) Received: by 10.227.196.195 with HTTP; Tue, 1 Feb 2011 19:11:06 -0800 (PST) In-Reply-To: References: Date: Wed, 2 Feb 2011 08:41:06 +0530 Message-ID: From: "Jayachandran C." To: Andrew Duane Content-Type: text/plain; charset=ISO-8859-1 Cc: "mips@freebsd.org" Subject: Re: OK, what's up with the tinderbox? X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2011 03:35:27 -0000 On Wed, Feb 2, 2011 at 3:37 AM, Andrew Duane wrote: > > I assume I'm not the only one getting messages every 15 minutes about the build failure? > Tinderbox was broken for mips for a few days (as it used the old TARGET_ARCH of mips, not the preferred mipsel or mipeb), this has been fixed about 2 days back. And Warner seems to have checked in a better fix yesterday - so things should work now. Regards, JC.