From owner-freebsd-stable@FreeBSD.ORG Sun Feb 5 00:18:20 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31739106564A for ; Sun, 5 Feb 2012 00:18:20 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id DEE2A8FC15 for ; Sun, 5 Feb 2012 00:18:19 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q150IIJE062585; Sat, 4 Feb 2012 17:18:18 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q150IIw7062582; Sat, 4 Feb 2012 17:18:18 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 4 Feb 2012 17:18:18 -0700 (MST) From: Warren Block To: Jason Hellenthal In-Reply-To: <20120204230332.GA582@DataIX.net> Message-ID: References: <20120204184816.GA52504@icarus.home.lan> <20120204190702.GC37724@DataIX.net> <20120204230332.GA582@DataIX.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sat, 04 Feb 2012 17:18:18 -0700 (MST) Cc: freebsd-stable@freebsd.org, Jeremy Chadwick Subject: Re: ld: kernel.debug: Not enough room for program headers X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2012 00:18:20 -0000 On Sat, 4 Feb 2012, Jason Hellenthal wrote: > On Sat, Feb 04, 2012 at 12:54:58PM -0700, Warren Block wrote: >> But it still does (did) not build here with NOCCACHE set, so it's not >> a ccache problem. > > I have seen ccache before run anyway even though .if statements are > within make.conf to prevent it. It was something to do with make and > friends built from world with ccache and after it would continue to use > ccache regardless. This can be verified by watching the cache hits and > misses during a compile with NOCCACHE set. Its tough to revert from > this but involves removing ccache/distcc from the system. Interesting. Just for fun, I tried that, and the ccache stats didn't change.