From owner-svn-src-all@FreeBSD.ORG Tue Mar 25 18:39:39 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC6F3560; Tue, 25 Mar 2014 18:39:39 +0000 (UTC) Received: from mail-qg0-x22f.google.com (mail-qg0-x22f.google.com [IPv6:2607:f8b0:400d:c04::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3ADB4333; Tue, 25 Mar 2014 18:39:39 +0000 (UTC) Received: by mail-qg0-f47.google.com with SMTP id 63so2202364qgz.6 for ; Tue, 25 Mar 2014 11:39:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=A5DHIJgfLPINbbRrYdHlzkbhE3KtDuXAqwQdbSTNwrU=; b=w04ISIGQX2HjUeB5G3XS/FGFi9CBsKZCrvgJG0XkAZyx5oD+6KIKpiRvxOBPvnfDMd ey8IdBhKm3ZOuwbcSpffJSMwyklEv/2t5NhEPYJeqesi8lXaeR4uFDhOcnNvtQqG0hto 3tM+hpvMzwBjQW/GY6pOS/OYE5UHNR2NG9w4YXkymV4Cfe5s5wENRXeaFJSW75rMzNP0 LsgScp4Lvq2VfCGsHJwuBYUWMZtPjelvRyZH1CMoWZFffs+KaqFXyZgSWzRUblWzY00E /4M45wrX/Sq3f7o/TatB3Qp6m0+cw0npOB4YrcQdH7kld7AQVQ3odzA5c9RgCy+uvYLS R4pw== MIME-Version: 1.0 X-Received: by 10.140.86.36 with SMTP id o33mr73809607qgd.67.1395772778454; Tue, 25 Mar 2014 11:39:38 -0700 (PDT) Received: by 10.140.37.227 with HTTP; Tue, 25 Mar 2014 11:39:38 -0700 (PDT) In-Reply-To: <20140325090625.GA93175@FreeBSD.org> References: <201402010203.s1123pjF019150@svn.freebsd.org> <20140324054442.GA98485@FreeBSD.org> <20140323225818.58f41de3@zhabar.att.net> <20140325090625.GA93175@FreeBSD.org> Date: Tue, 25 Mar 2014 11:39:38 -0700 Message-ID: Subject: Re: svn commit: r261342 - in head: lib/libpmc sys/conf sys/dev/hwpmc sys/powerpc/include sys/sys From: Justin Hibbits To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 18:39:39 -0000 On Tue, Mar 25, 2014 at 2:06 AM, Alexey Dokuchaev wrote: > On Sun, Mar 23, 2014 at 10:58:18PM -0700, Justin Hibbits wrote: >> On Mon, 24 Mar 2014 05:44:42 +0000 Alexey Dokuchaev wrote: >> > Hmm, -CURRENT does not build for me after this commit apparently; >> > take a look at the log excerpt. Could it be that r261342 relies on >> > some earlier revision which I'm missing (that is, my r260369'ish >> > -CURRENT is too old)? What's the best way to catch up? Thanks, >> >> It looks to me like it's picking up your old PMC header files. Did you >> try doing a full buildworld (without a -DNO_CLEAN)? I've built world >> multiple times since and it works just fine for me. > > It turned out to be ccache's fault. Once I've resumed the build with > -DNO_CLEAN -DNO_CCACHE, it finished just fine. > > ./danfe Good to hear. I've never used ccache myself. - Justin