From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LorKt-0003FV-Bb for garchives@archives.gentoo.org; Wed, 01 Apr 2009 03:41:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 880DAE03DB; Wed, 1 Apr 2009 03:41:54 +0000 (UTC) Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.156]) by pigeon.gentoo.org (Postfix) with ESMTP id 6D266E03DB for ; Wed, 1 Apr 2009 03:41:54 +0000 (UTC) Received: by yx-out-1718.google.com with SMTP id 6so1958120yxn.46 for ; Tue, 31 Mar 2009 20:41:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=IJNLf75IjmcmHxPhz2StnARkv/hkMFPivKKGzc3j5w8=; b=bsRyHeibxgbas9256zjpuBM8EoxikSCipnpGFnK6YEfMnzkDrKAlbccKf2US75Gq2m xddLW9yoVORLFZSG6ZHs804Xcc0zVXB1gGekCSKQiiI6Va8f8VSMMrAO1yoCjtLLKSwI FIXS7vbf/MKvvY+WGrYFIN8MBrtSiy3gsxZXQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=gmrln6LySibKquaqj//V0wEZtwOA/8kM7UfB2VOXxctb8XfVLAXRgBY12XHIusSI/q s1N8myGcw49//PMxnYfQrVY6QnGWXAloJSayPPW0XmojWCF+JhBJgJQWgzm6PPK63I0q KywC2bmgJPHM6/sn18/fxgt9alqbHb5UFdl6s= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Received: by 10.150.156.9 with SMTP id d9mr795910ybe.108.1238557314061; Tue, 31 Mar 2009 20:41:54 -0700 (PDT) In-Reply-To: <49D2DCFA.3060505@gentoo.org> References: <49D2DCFA.3060505@gentoo.org> Date: Wed, 1 Apr 2009 11:41:54 +0800 Message-ID: Subject: Re: [gentoo-catalyst] ccache cache deleted during stage2 build From: Tom Stellard To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ea304cef-26cb-4f70-a6e3-b087530e5e80 X-Archives-Hash: 80081ea159a46414004f549b26c87591 On Wed, Apr 1, 2009 at 11:18 AM, Andrew Gaffney wrote= : > Please file a bug about this. > > Tom Stellard wrote: >> I am using the latest version of catalyst from git(commit >> 16745ae35961557a1205b5c86419d1aa496fcdf7). =A0I noticed that when the >> stage2-preclean-chroot.sh script calls cleanup_stages() in >> chroot_functions.sh, it deletes everything in $CHROOT_PATH/var/tmp, >> but since $CHROOT_PATH/var/tmp/ccache is still bound to >> /var/tmp/ccache my cache that lives outside of the chroot is cleared >> as well. I have attached a patch that appears to fix the problem. =A0I >> am not sure if there are any ill side-effects from this patch, but >> since the "clean" action sequence also clears /var/tmp/*, is it really >> necessary to do it in the stage2-preclean-chroot.sh script? >> >> -Tom Stellard >> > > > -- > Andrew Gaffney =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 http://dev.gentoo.org/~agaffney/ > Gentoo Linux Developer =A0 =A0 =A0 =A0 =A0 =A0Catalyst/Genkernel + Releas= e Engineering Lead > > I have filed a bug report: http://bugs.gentoo.org/show_bug.cgi?id=3D264457 -Tom