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 1MpSxw-0005Xm-Vv for garchives@archives.gentoo.org; Sun, 20 Sep 2009 20:25:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EEFDE08C2; Sun, 20 Sep 2009 20:25:00 +0000 (UTC) Received: from fairlite.demon.co.uk (fairlite.demon.co.uk [80.176.228.186]) by pigeon.gentoo.org (Postfix) with ESMTP id EE19CE08C2 for ; Sun, 20 Sep 2009 20:24:59 +0000 (UTC) Received: from localhost (unknown [127.0.0.1]) by fairlite.demon.co.uk (Postfix) with ESMTP id 0AAD93D5AE8 for ; Sun, 20 Sep 2009 20:24:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at demon.co.uk Received: from fairlite.demon.co.uk ([127.0.0.1]) by localhost (server.demon.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uZOj+7Tbuadv for ; Sun, 20 Sep 2009 21:24:58 +0100 (BST) Received: from [192.168.0.227] (unknown [192.168.0.227]) by fairlite.demon.co.uk (Postfix) with ESMTP id 77B2122001D for ; Sun, 20 Sep 2009 21:24:58 +0100 (BST) Subject: Re: [gentoo-catalyst] catalyst & arm From: Alan Hourihane To: gentoo-catalyst@lists.gentoo.org In-Reply-To: <4AB6854E.7000305@gentoo.org> References: <1253470393.15933.2.camel@jetpack.demon.co.uk> <4AB6854E.7000305@gentoo.org> Content-Type: text/plain Date: Sun, 20 Sep 2009 21:22:46 +0100 Message-Id: <1253478166.15933.3.camel@jetpack.demon.co.uk> 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 X-Mailer: Evolution 2.24.5 Content-Transfer-Encoding: 7bit X-Archives-Salt: ad196d79-79d0-4afb-8ba8-c03c1a715fc6 X-Archives-Hash: 0d0ff9394174db8de134be85acd901a3 On Sun, 2009-09-20 at 14:41 -0500, Andrew Gaffney wrote: > On 09/20/2009 01:13 PM, Alan Hourihane wrote: > > ImportError: No module named cache.metadata_overlay > > You're getting this because you're using portage-2.2_rc41 (or thereabouts), > which introduces a number of incompatibilities with the way that catalyst > assumed portage-2.1.x worked. > > You can bypass this error by removing 'metadata_overlay' from 'options' in > /etc/catalyst/catalyst.conf. It really doesn't even make sense to have the > option anymore, since portage uses it by default these days. > Hi Andrew, Thanks for the response, removing that didn't seem to make much difference.... Catalyst, version 2.0.6 Copyright 2003-2008 Gentoo Foundation Distributed under the GNU General Public License version 2 Using default Catalyst configuration file, /etc/catalyst/catalyst.conf Setting sharedir to config file value "/usr/lib/catalyst" Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache" Setting hash_function to config file value "crc32" Setting storedir to config file value "/var/tmp/catalyst" Setting portdir to config file value "/usr/portage" Setting distdir to config file value "/usr/portage/distfiles" Setting options to config file value "autoresume kerncache pkgcache seedcache snapcache" Autoresuming support enabled. Kernel cache support enabled. Package cache support enabled. Seed cache support enabled. Snapshot cache support enabled. Envscript support enabled. WARNING: No value set for key pkgcache_path...deleting WARNING: No value set for key portage_overlay...deleting WARNING: No value set for key chost...deleting WARNING: No value set for key ldflags...deleting WARNING: No value set for key portage_confdir...deleting Using target: stage3 Building natively for arm Source path set to /var/tmp/catalyst/builds/stage3-arm-20040510.tar.bz2 Caching snapshot to /var/tmp/catalyst/snapshot_cache/20090919/ The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-stage3-arm-20090919/ Location of the package cache is /var/tmp/catalyst/packages/default/stage3-arm-20090919/ Location of the kerncache is /var/tmp/catalyst/kerncache/default/stage3-arm-20090919/ Checking for processes running in chroot and killing them. --- Running action sequence: unpack Referenced SEEDCACHE does not appear to be a directory, trying to untar... Resume point detected, skipping unpack operation... --- Running action sequence: unpack_snapshot Valid snapshot cache, skipping unpack of portage tree... --- Running action sequence: config_profile_link Resume point detected, skipping config_profile_link operation... --- Running action sequence: setup_confdir --- Running action sequence: portage_overlay --- Running action sequence: base_dirs --- Running action sequence: bind --- Running action sequence: chroot_setup /usr/lib/portage/pym/portage_util.py:45: DeprecationWarning: DEPRECATION NOTICE: The portage_util module was replaced by portage.util Resume point detected, skipping chroot_setup operation... --- Running action sequence: setup_environment --- Running action sequence: run_local copying stage3-chroot.sh to /var/tmp/catalyst/tmp/default/stage3-arm-20090919/tmp/ copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/stage3-arm-20090919/tmp/ Running stage3-chroot.sh in chroot /var/tmp/catalyst/tmp/default/stage3-arm-20090919/ Traceback (most recent call last): File "/usr/sbin/env-update", line 10, in ? import portage File "/usr/lib/portage/pym/portage.py", line 6132, in ? portdb=portdbapi(settings["PORTDIR"]) File "/usr/lib/portage/pym/portage.py", line 4432, in __init__ self.auxdbmodule = self.mysettings.load_best_module("portdbapi.auxdbmodule") File "/usr/lib/portage/pym/portage.py", line 1307, in load_best_module return load_mod(best_mod) File "/usr/lib/portage/pym/portage.py", line 34, in load_mod mod = __import__(modname) ImportError: No module named cache.metadata_overlay emerge --quiet --usepkg --buildpkg --newuse --oneshot --nodeps virtual/portage Traceback (most recent call last): File "/usr/bin/emerge", line 14, in ? import portage File "/usr/lib/portage/pym/portage.py", line 6132, in ? portdb=portdbapi(settings["PORTDIR"]) File "/usr/lib/portage/pym/portage.py", line 4432, in __init__ self.auxdbmodule = self.mysettings.load_best_module("portdbapi.auxdbmodule") File "/usr/lib/portage/pym/portage.py", line 1307, in load_best_module return load_mod(best_mod) File "/usr/lib/portage/pym/portage.py", line 34, in load_mod mod = __import__(modname) ImportError: No module named cache.metadata_overlay !!! catalyst: run script failed. Traceback (most recent call last): File "modules/generic_stage_target.py", line 1250, in run_local "run script failed.",env=self.env) File "/usr/lib/catalyst/modules/catalyst_support.py", line 539, in cmd raise CatalystError,myexc CatalystError None !!! catalyst: Stage build aborting due to error. !!! catalyst: Error encountered during run of target stage3 Catalyst aborting.... Alan.