From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 62C7A1381F3 for ; Thu, 11 Apr 2013 18:23:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3F5CE090E; Thu, 11 Apr 2013 18:23:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60612E090E for ; Thu, 11 Apr 2013 18:23:17 +0000 (UTC) Received: from mail-qe0-f45.google.com (mail-qe0-f45.google.com [209.85.128.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id 7706E33DC2C for ; Thu, 11 Apr 2013 18:23:16 +0000 (UTC) Received: by mail-qe0-f45.google.com with SMTP id 1so1080494qee.32 for ; Thu, 11 Apr 2013 11:23:14 -0700 (PDT) X-Received: by 10.229.117.76 with SMTP id p12mr2980703qcq.22.1365704594928; Thu, 11 Apr 2013 11:23:14 -0700 (PDT) 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.49.28.41 with HTTP; Thu, 11 Apr 2013 11:22:54 -0700 (PDT) In-Reply-To: <20130411170941.GA14224@odin.tremily.us> References: <513A2F19.5040203@gentoo.org> <6472ad55830b40f838356a1b083b3815a4112358.1362768301.git.wking@tremily.us> <20130309121023.GE26574@odin.tremily.us> <20130411170941.GA14224@odin.tremily.us> From: Matt Turner Date: Thu, 11 Apr 2013 11:22:54 -0700 Message-ID: Subject: Re: [gentoo-catalyst] Binary package dependencies and update_seed To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: a7e33a14-d344-4ca9-9d99-bee0b569660d X-Archives-Hash: c9f388f1d7e45d7ba7d9a34fb8e713a1 On Thu, Apr 11, 2013 at 10:09 AM, W. Trevor King wrote: > In order to avoid problems like this, it's probably a > good idea to remove all the cached stuff with something like [1]: > > $ rm -rf --one-file-system /var/tmp/catalyst/{kerncache,packages,tmp} > > before building your stage1. Not sure this is the way to go. I'll have to think through the implications. Consider your stage1 build dies with some stupid tree breakage that you can fix in your portage snapshot and restart the stage build. This is going to cause your stage to rebuild everything. Wouldn't disabling the use of binary packages during the seed stage update fix this?