Gentoo Archives: gentoo-catalyst

From: Alan Hourihane <alanh@×××××××××××.uk>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] catalyst & arm
Date: Sun, 20 Sep 2009 18:12:35
Message-Id: 1253470393.15933.2.camel@jetpack.demon.co.uk
1 Hi,
2
3 I'm trying to build with catalyst on arm for a basic stage3, but I need
4 to build from a fairly old stage3 as a seed. Don't ask why :-)
5
6 I'm getting this error...
7
8 Is there any simple way to get past this ??
9
10 Thanks,
11
12 Alan.
13
14 Catalyst, version 2.0.6
15 Copyright 2003-2008 Gentoo Foundation
16 Distributed under the GNU General Public License version 2
17
18 Using default Catalyst configuration file, /etc/catalyst/catalyst.conf
19 Setting sharedir to config file value "/usr/lib/catalyst"
20 Setting snapshot_cache to config file value
21 "/var/tmp/catalyst/snapshot_cache"
22 Setting hash_function to config file value "crc32"
23 Setting storedir to config file value "/var/tmp/catalyst"
24 Setting portdir to config file value "/usr/portage"
25 Setting distdir to config file value "/usr/portage/distfiles"
26 Setting options to config file value "autoresume kerncache
27 metadata_overlay pkgcache seedcache snapcache"
28 Autoresuming support enabled.
29 Kernel cache support enabled.
30 Package cache support enabled.
31 Seed cache support enabled.
32 Snapshot cache support enabled.
33 Envscript support enabled.
34
35 WARNING: No value set for key pkgcache_path...deleting
36
37 WARNING: No value set for key portage_overlay...deleting
38
39 WARNING: No value set for key chost...deleting
40
41 WARNING: No value set for key ldflags...deleting
42
43 WARNING: No value set for key portage_confdir...deleting
44 Using target: stage3
45 Building natively for arm
46 Source path set to /var/tmp/catalyst/builds/stage3-arm-20040510.tar.bz2
47 Caching snapshot to /var/tmp/catalyst/snapshot_cache/20090919/
48 The autoresume path
49 is /var/tmp/catalyst/tmp/default/.autoresume-stage3-arm-20090919/
50 Location of the package cache
51 is /var/tmp/catalyst/packages/default/stage3-arm-20090919/
52 Location of the kerncache
53 is /var/tmp/catalyst/kerncache/default/stage3-arm-20090919/
54 Checking for processes running in chroot and killing them.
55 /proc is still mounted; performing auto-bind-umount... Auto-unbind
56 successful...
57 --- Running action sequence: unpack
58 Referenced SEEDCACHE does not appear to be a directory, trying to
59 untar...
60 Resume point detected, skipping unpack operation...
61 --- Running action sequence: unpack_snapshot
62 Valid snapshot cache, skipping unpack of portage tree...
63 --- Running action sequence: config_profile_link
64 Resume point detected, skipping config_profile_link operation...
65 --- Running action sequence: setup_confdir
66 --- Running action sequence: portage_overlay
67 --- Running action sequence: base_dirs
68 --- Running action sequence: bind
69 --- Running action sequence: chroot_setup
70 /usr/lib/portage/pym/portage_util.py:45: DeprecationWarning: DEPRECATION
71 NOTICE: The portage_util module was replaced by portage.util
72 Resume point detected, skipping chroot_setup operation...
73 --- Running action sequence: setup_environment
74 --- Running action sequence: run_local
75 copying stage3-chroot.sh
76 to /var/tmp/catalyst/tmp/default/stage3-arm-20090919/tmp/
77 copying chroot-functions.sh
78 to /var/tmp/catalyst/tmp/default/stage3-arm-20090919/tmp/
79 Running stage3-chroot.sh in
80 chroot /var/tmp/catalyst/tmp/default/stage3-arm-20090919/
81 Traceback (most recent call last):
82 File "/usr/sbin/env-update", line 10, in ?
83 import portage
84 File "/usr/lib/portage/pym/portage.py", line 6132, in ?
85 portdb=portdbapi(settings["PORTDIR"])
86 File "/usr/lib/portage/pym/portage.py", line 4432, in __init__
87 self.auxdbmodule =
88 self.mysettings.load_best_module("portdbapi.auxdbmodule")
89 File "/usr/lib/portage/pym/portage.py", line 1307, in load_best_module
90 return load_mod(best_mod)
91 File "/usr/lib/portage/pym/portage.py", line 34, in load_mod
92 mod = __import__(modname)
93 ImportError: No module named cache.metadata_overlay
94 emerge --quiet --usepkg --buildpkg --newuse --oneshot --nodeps
95 virtual/portage
96 Traceback (most recent call last):
97 File "/usr/bin/emerge", line 14, in ?
98 import portage
99 File "/usr/lib/portage/pym/portage.py", line 6132, in ?
100 portdb=portdbapi(settings["PORTDIR"])
101 File "/usr/lib/portage/pym/portage.py", line 4432, in __init__
102 self.auxdbmodule =
103 self.mysettings.load_best_module("portdbapi.auxdbmodule")
104 File "/usr/lib/portage/pym/portage.py", line 1307, in load_best_module
105 return load_mod(best_mod)
106 File "/usr/lib/portage/pym/portage.py", line 34, in load_mod
107 mod = __import__(modname)
108 ImportError: No module named cache.metadata_overlay
109
110 !!! catalyst: run script failed.
111
112
113 Traceback (most recent call last):
114 File "modules/generic_stage_target.py", line 1250, in run_local
115 "run script failed.",env=self.env)
116 File "/usr/lib/catalyst/modules/catalyst_support.py", line 539, in cmd
117 raise CatalystError,myexc
118 CatalystError
119 None
120
121 !!! catalyst: Stage build aborting due to error.
122
123 !!! catalyst: Error encountered during run of target stage3
124
125 Catalyst aborting....

Replies

Subject Author
Re: [gentoo-catalyst] catalyst & arm Andrew Gaffney <agaffney@g.o>