From owner-freebsd-current@FreeBSD.ORG Tue Jul 21 22:15:26 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A7DD1065673 for ; Tue, 21 Jul 2009 22:15:26 +0000 (UTC) (envelope-from aragon@phat.za.net) Received: from mail.geek.sh (decoder.geek.sh [196.36.198.81]) by mx1.freebsd.org (Postfix) with ESMTP id 94EC38FC16 for ; Tue, 21 Jul 2009 22:15:25 +0000 (UTC) (envelope-from aragon@phat.za.net) Received: from fuzz.geek.sh (unknown [196.209.243.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.geek.sh (Postfix) with ESMTPSA id 87C593C14E; Wed, 22 Jul 2009 00:15:23 +0200 (SAST) Message-ID: <4A663DF0.9060806@phat.za.net> Date: Wed, 22 Jul 2009 00:15:12 +0200 From: Aragon Gouveia User-Agent: Thunderbird 2.0.0.22 (X11/20090628) MIME-Version: 1.0 To: John Baldwin References: <4A65187E.8060505@phat.za.net> <200907210853.16169.jhb@freebsd.org> In-Reply-To: <200907210853.16169.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: devel/ccache broken in BETA2? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 21 Jul 2009 22:15:26 -0000 John Baldwin wrote: > On Monday 20 July 2009 9:23:10 pm Aragon Gouveia wrote: >> Is anyone able to compile just about anything with ccache on BETA2? I'm >> experiencing a lot of breakage here. > > It's a bug in ccache in that it expects mmap() with a size of 0 to work. > Someone on an earlier thread had a patch for the ccache port to fix it. Thanks John and Mel. I've tested (works for me), repackaged Mel's fix and PR'd it here: http://www.freebsd.org/cgi/query-pr.cgi?pr=136971 Thanks, Aragon