From owner-freebsd-ports@FreeBSD.ORG Mon Nov 21 16:25:23 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29F3F16A425 for ; Mon, 21 Nov 2005 16:25:23 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DF2443D94 for ; Mon, 21 Nov 2005 16:25:16 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so701752nzo for ; Mon, 21 Nov 2005 08:25:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LNtDCyftSqEWMjGJHNHtreFnomHqv0RLhh6QxXgH/13RizdGGvqXnjuU3OtEn1/B9jx1E3vLua+GDE0mbtjHpChrIWFFH/UeyZ/qTv3Iexicw+FFNc3p5fnfui436MLR8vrhkr9XNunyWOY/O6lVYbQLdiCd3JwBcDIyvPncQEo= Received: by 10.36.74.5 with SMTP id w5mr3131464nza; Mon, 21 Nov 2005 08:25:15 -0800 (PST) Received: by 10.37.20.33 with HTTP; Mon, 21 Nov 2005 08:25:15 -0800 (PST) Message-ID: Date: Mon, 21 Nov 2005 19:25:15 +0300 From: "Andrew P." To: "Michael C. Shultz" In-Reply-To: <200511210625.16973.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200511210625.16973.ringworm01@gmail.com> Cc: tridge@samba.org, freebsd-ports@freebsd.org Subject: Re: FreeBSD ccache port is wonderfiul! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 16:25:23 -0000 On 11/21/05, Michael C. Shultz wrote: > > To: Andrew Gordon > > I am the aurthor of sysutils/portmanager, a FreeBSD program. Testing > involves downgrading to a few months ago then upgrading that colletion of > about 450 ports to current status. This cycle used to take 4 to 5 days o= n an > AMD +2000 system then someone told me about ccache, now I can do it in le= ss > than 24 hours! Wonderful program, thanks much for a job well done! > > -Mike > > ps: I cc'ed freebsd-ports@freebsd.org in case others like myself haven't = heard > of this program yet, it may be found in /usr/ports/devel/ccache. > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Beware, ccache brings bad luck in quite a few cases. Start using it for /usr/src and first effects will be visible in a few weeks. IMHO, ccache has still some way to go in order into production. Stability is perfect, but we need some features to prevent unexpected results. All in all, it sure is a great tool. At some point in time make failed to implement this functionality (or we failed to use it in a proper way). Ccache is just a work- around, but a very nice one. Distcc also deserves some kind words.