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 1MpoZv-0003KZ-9Y for garchives@archives.gentoo.org; Mon, 21 Sep 2009 19:29:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BFC8E07D3; Mon, 21 Sep 2009 19:29:38 +0000 (UTC) Received: from fairlite.demon.co.uk (fairlite.demon.co.uk [80.176.228.186]) by pigeon.gentoo.org (Postfix) with ESMTP id F3A49E07D3 for ; Mon, 21 Sep 2009 19:29:37 +0000 (UTC) Received: from localhost (unknown [127.0.0.1]) by fairlite.demon.co.uk (Postfix) with ESMTP id BE52C3D5AE8 for ; Mon, 21 Sep 2009 19:29:36 +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 OXoXZNmATS0a for ; Mon, 21 Sep 2009 20:29:35 +0100 (BST) Received: from [192.168.0.227] (unknown [192.168.0.227]) by fairlite.demon.co.uk (Postfix) with ESMTP id DBFCB222A9F for ; Mon, 21 Sep 2009 20:29:35 +0100 (BST) Subject: Re: [gentoo-catalyst] catalyst & arm From: Alan Hourihane To: gentoo-catalyst@lists.gentoo.org In-Reply-To: <4AB68FF6.9010506@gentoo.org> References: <1253470393.15933.2.camel@jetpack.demon.co.uk> <4AB6854E.7000305@gentoo.org> <1253478166.15933.3.camel@jetpack.demon.co.uk> <4AB68FF6.9010506@gentoo.org> Content-Type: text/plain Date: Mon, 21 Sep 2009 20:30:21 +0100 Message-Id: <1253561421.1971.10.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: 55e64175-93be-4533-ba83-1e6cec9d3219 X-Archives-Hash: 1a717a75f94b44b0bb5d4700749cc93a On Sun, 2009-09-20 at 15:26 -0500, Andrew Gaffney wrote: > On 09/20/2009 03:22 PM, Alan Hourihane wrote: > > 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.... > > Run catalyst with -a so it clears the autoresume points. Thanks again. Got furthur now, by switching to a stage1 seed to generate a stage2, but getting this with python... I'm wondering where the portage seed is and I can try and generate my own stage1 ?? Thanks, Alan. running build_scripts creating build/scripts-2.5 copying and adjusting /var/tmp/portage/dev-lang/python-2.5.4-r3/work/Python-2.5.4/Tools/scripts/pydoc -> build/scripts-2.5 copying and adjusting /var/tmp/portage/dev-lang/python-2.5.4-r3/work/Python-2.5.4/Tools/scripts/idle -> build/scripts-2.5 copying and adjusting /var/tmp/portage/dev-lang/python-2.5.4-r3/work/Python-2.5.4/Lib/smtpd.py -> build/scripts-2.5 changing mode of build/scripts-2.5/pydoc from 644 to 755 changing mode of build/scripts-2.5/idle from 644 to 755 changing mode of build/scripts-2.5/smtpd.py from 644 to 755 make: *** [sharedmods] Error 1 * * ERROR: dev-lang/python-2.5.4-r3 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 4011: Called die * The specific snippet of code: * emake || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-lang/python-2.5.4-r3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-2.5.4-r3/temp/environment'. *