Gentoo Archives: gentoo-dev

From: Jay Maynard <jmaynard@××××××××.cx>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] catalyst problem on Alpha
Date: Fri, 20 Feb 2004 18:24:54
Message-Id: 20040220182521.GC16092@thebrain.conmicro.cx
1 I'm trying to get catalyst set up on an Alpha. I use the default settings in
2 /etc/catalyst.conf, and when I try a stage1 build I get:
3
4 (132) root@romy:~# catalyst -f alpha-stage1*
5 Setting storedir to default value "/var/tmp/catalyst"
6 Setting portdir to default value "/usr/portage"
7 Setting distdir to config file value "/usr/portage/distfiles"
8 Setting options to config file value "pkgcache"
9 Setting sharedir to config file value "/usr/lib/catalyst"
10 Compiler cache support enabled.
11 Package cache support enabled.
12 Envscript support enabled.
13 Can't find alpha.py plugin in /usr/lib/catalyst/arch/
14 Traceback (most recent call last):
15 File "/usr/bin/catalyst", line 100, in ?
16 mytarget=targetmap[myspec["target"]](myspec,addlargs)
17 File "/usr/lib/catalyst/modules/targets.py", line 366, in __init__
18 generic_stage_target.__init__(self,spec,addlargs)
19 File "/usr/lib/catalyst/modules/targets.py", line 73, in __init__
20 self.arch=self.subarchmap[self.settings["subarch"]](self.settings)
21 KeyError: alpha
22
23 There is no /usr/lib/catalyst/arch directory on my system at all. I emerged
24 catalyst-1.0.1 to install it. From looking at the code, I don't see how this
25 can run on any architecture. What am I missing?
26
27 --
28 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] catalyst problem on Alpha neuron <neuron@×××××××××××××××.nu>