From owner-freebsd-current@FreeBSD.ORG Sun Jan 18 02:16:19 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B47ADF14 for ; Sun, 18 Jan 2015 02:16:19 +0000 (UTC) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49FA19E3 for ; Sun, 18 Jan 2015 02:16:18 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hi2so10320649wib.2 for ; Sat, 17 Jan 2015 18:16:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Dp1bmjc7QVsESuI/48lwNn5oj9FzAN+eLg7G1MzAi8E=; b=fyFqkCDwt07a6ml8t3YSi6CczjnsOS1FAkAliVAJNtZ/eZuzNofH3n3By3dJijaHJT KI1cReBStGWKgjCP2RTIbFD+Ex2tUlRCzHTz5MveDAltuN39KfMSJuS51haChVLXP2kD V6iQ7RoVZQkylr/lK2ClCZ03jweRRChMJWUU4uPExOvxP6TwZ6f4HxMfXMWByqqdVm4T rsF+iVWQ9+cF6e/rV5uTT8ofLEobCrk9YD6J+mQ77yTvTomexG7lM85/UkoTUWs0FL01 Atd1StOd6DHfd2/0nMwRpTGsTNLnQ02MWjfoDtNrRr+Z3mBlcnQr3Yw35KO7LXxXlSRi AsAw== X-Gm-Message-State: ALoCoQnZO63EsZ8vH6FIPDm7Ypt/+jOJaATwrEY8Z0vXaBGpirhkwtOLiQClLvxabJ3mz6cVd+91 X-Received: by 10.180.107.228 with SMTP id hf4mr21056613wib.47.1421547024498; Sat, 17 Jan 2015 18:10:24 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id hz9sm11710876wjb.17.2015.01.17.18.10.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 17 Jan 2015 18:10:23 -0800 (PST) Message-ID: <54BB160B.1070106@multiplay.co.uk> Date: Sun, 18 Jan 2015 02:10:19 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Steve Kargl Subject: Re: who broke dtrace and buildworld? References: <20150117235447.GA13490@troutmask.apl.washington.edu> <20150118002246.GA13599@troutmask.apl.washington.edu> <54BB0EF9.3060705@multiplay.co.uk> <20150118014456.GA13973@troutmask.apl.washington.edu> In-Reply-To: <20150118014456.GA13973@troutmask.apl.washington.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 02:16:19 -0000 On 18/01/2015 01:44, Steve Kargl wrote: > 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. I just replaced my make.conf and src.conf with the ones you posted and am retested and again the build completes. tinderbox being based off universe just with error reporting so tested buildworld and buildkernel for all arch's so I can't see i386 being an issue either, but I'm testing now with TARGET=i386 just be be sure. Could you verify you don't have something stale or a bad checkout?