Gentoo Archives: gentoo-catalyst

From: Daniel van Ham Colchete <daniel.colchete@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Can't start catalyst -f tinderbox.spec
Date: Thu, 06 Sep 2007 14:39:57
Message-Id: 8a0c7af10709060732p6c049e24xf9df11787feb9a4@mail.gmail.com
1 Hello yall,
2
3 after using catalyst to successfully build a stage4 for my servers, I'm now
4 trying to play a little bit with tinderbox.
5
6 My spec follows:
7 subarch: nocona
8 version_stamp: 2007.00
9 target: tinderbox
10 rel_type: supra-2007.00
11 profile: default-linux/x86/2007.0
12 snapshot: 20070729
13 source_subpath: supra-2007.00/stage4-nocona-2007.00
14 distcc_hosts:
15 portage_confdir: /home/catalyst/projeto-supra/portage
16 portage_overlay: /home/catalyst/projeto-supra/portage
17 pkgcache_path: /var/tmp/catalyst/packages/supra-2007.00/tinderbox-
18 nocona-2007.00
19 tinderbox/use: -ipv6 -X -kde -qt -qt3 -qt4 -gtk -gnome mysql sasl apache2
20 bzip2 gd-external gmp imap pdo-external sqlite3 sqlite jpeg png truetype xml
21 pgsql mysqli
22 tinderbox/packages: dev-perl/SOAP-Lite
23 pkgcache_path:
24 kerncache_path:
25
26 (subarch: nocona is right, I changed the arch/x86.py file to allow it)
27
28 When I start 'catalyst -f tinderbox.spec', I get the following:
29 www0 projeto-supra # catalyst -f tinderbox.20070906.spec
30 Gentoo Catalyst, version 2.0.4
31 (many many lines)
32 Caching snapshot to /var/tmp/catalyst/snapshot_cache/20070729/
33 The autoresume path is /var/tmp/catalyst/tmp/supra-2007.00/.autoresume-
34 tinderbox-nocona-2007.00/
35 portage_overlay directories are set to:
36 "/home/catalyst/projeto-supra/portage"
37 Catalyst aborting....
38 Traceback (most recent call last):
39 File "/usr/bin/catalyst", line 384, in ?
40 build_target(addlargs, targetmap)
41 File "/usr/bin/catalyst", line 200, in build_target
42 mytarget=targetmap[addlargs["target"]](conf_values, addlargs)
43 File "/usr/lib/catalyst/modules/tinderbox_target.py", line 14, in __init__
44 generic_stage_target.__init__(self,spec,addlargs)
45 File "/usr/lib/catalyst/modules/generic_stage_target.py", line 181, in
46 __init__
47 print "Location of the package cache is " + self.settings
48 ["pkgcache_path"]
49 KeyError: 'pkgcache_path'
50
51 Did any of you got this problem too? Should I upgrade to 2.0.5_pre3?
52
53 Thank you all!
54
55 Best regards,
56 Daniel Colchete

Replies

Subject Author
Re: [gentoo-catalyst] Can't start catalyst -f tinderbox.spec Andrew Gaffney <agaffney@g.o>
Re: [gentoo-catalyst] Can't start catalyst -f tinderbox.spec Chris Gianelloni <wolf31o2@g.o>