From owner-freebsd-current@FreeBSD.ORG Sun Jan 18 01:44:57 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97429A88 for ; Sun, 18 Jan 2015 01:44:57 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 74FCE79A for ; Sun, 18 Jan 2015 01:44:57 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.14.9/8.14.9) with ESMTP id t0I1iuZw014011 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 17 Jan 2015 17:44:56 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.9/8.14.9/Submit) id t0I1iu6r014010; Sat, 17 Jan 2015 17:44:56 -0800 (PST) (envelope-from sgk) Date: Sat, 17 Jan 2015 17:44:56 -0800 From: Steve Kargl To: Steven Hartland Subject: Re: who broke dtrace and buildworld? Message-ID: <20150118014456.GA13973@troutmask.apl.washington.edu> References: <20150117235447.GA13490@troutmask.apl.washington.edu> <20150118002246.GA13599@troutmask.apl.washington.edu> <54BB0EF9.3060705@multiplay.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54BB0EF9.3060705@multiplay.co.uk> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 18 Jan 2015 01:44:57 -0000 On Sun, Jan 18, 2015 at 01:40:09AM +0000, Steven Hartland wrote: > > > > > % svn revert -r 377300:377299 . > Just double checked and I can building r277307 without issue, build box > is running 10.1-RELEASE. > > My head box is quite a bit slower and is still running, but it did > complete a full buildworld on what is r277300 before it was committed so > no reason to think it wont complete. My laptop is running % uname -a (with some editing) FreeBSD 11.0-CURRENT r275646: Tue Dec 9 12:23:30 PST 2014 and I understand the "a bit slower" statement as it takes 5+ hours to buildworld on my laptop. Note sure if it matters, but I'm building i386 not amd64. -- Steve