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 1MCMep-0003Mm-IL for garchives@archives.gentoo.org; Thu, 04 Jun 2009 23:47:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10BEDE03FD; Thu, 4 Jun 2009 23:47:39 +0000 (UTC) Received: from foo.birdnet.se (foo.birdnet.se [213.88.146.6]) by pigeon.gentoo.org (Postfix) with SMTP id 94540E03FD for ; Thu, 4 Jun 2009 23:47:38 +0000 (UTC) Received: (qmail 24951 invoked by uid 501); 4 Jun 2009 23:47:37 -0000 Message-ID: <20090604234737.24950.qmail@stuge.se> Date: Fri, 5 Jun 2009 01:47:37 +0200 From: Peter Stuge To: gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] stage4 emerge system always rebuilds baselayout and gcc Mail-Followup-To: gentoo-catalyst@lists.gentoo.org 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Archives-Salt: d80a6640-9b62-473b-9325-878fa64c85f8 X-Archives-Hash: beba53a5e352fc8eb8ead08a753b6cf5 I run catalyst -c myconf -f stage4.spec and let it run until all packgaes are built. I stop catalyst with Ctrl-C, remove the resume point file build_packages from the .autoresume-directory. I rerun catalyst-c myconf -f stage4.spec, and it is working here at the moment: emerge --quiet --usepkg --buildpkg --newuse --oneshot --nodeps virtual/portage >>> Verifying ebuild manifests >>> Emerging (1 of 1) sys-apps/portage-2.1.6.11 >>> Installing sys-apps/portage-2.1.6.11 * GNU info directory index is up-to-date. Bringing system up to date using profile specific use flags emerge --quiet --usepkg --buildpkg --newuse -u system >>> Verifying ebuild manifests >>> Starting parallel fetch >>> Emerging (1 of 2) sys-apps/baselayout-1.12.11.1 >>> Installing sys-apps/baselayout-1.12.11.1 >>> Emerging (2 of 2) sys-devel/gcc-4.3.2-r3 How come? Can I avoid this? It takes a while. //Peter