Gentoo Archives: gentoo-catalyst

From: Dylan Carlson <absinthe@g.o>
To: gentoo-catalyst@××××××××××××.org
Subject: [gentoo-catalyst] Problem with ARCH
Date: Thu, 30 Dec 2004 17:08:32
Message-Id: 200412301208.26802.absinthe@gentoo.org
1 Greetings,
2
3 I feel stupid sending this email but I don't have the time to peek at
4 catalyst's internals to figure it out, just to roll these amd64 stages for
5 hardened. Figuring that it was a problem with the hardened/amd64 profile,
6 I tried the default-linux/amd64/2004.3 profile and it failed too.
7 Obviously I'm doing something wrong, and I would appreciate it if someone
8 pointed it out for me.
9
10 Anyway, here's the error:
11
12 Gentoo Catalyst, version 1.1.0
13 Copyright 2003-2004 The Gentoo Foundation
14 Distributed under the GNU General Public License version 2
15
16 Using default Catalyst configuration file, /etc/catalyst/catalyst.conf
17 Setting storedir to default value "/var/tmp/catalyst"
18 Setting portdir to default value "/usr/portage"
19 Setting distdir to config file value "/usr/portage/distfiles"
20 Setting options to config file value "ccache pkgcache kerncache"
21 Setting sharedir to config file value "/usr/lib/catalyst"
22 Compiler cache support enabled.
23 Package cache support enabled.
24 Kernel cache support enabled.
25 Envscript support enabled.
26 Building natively for amd64
27 Setting up directories...
28 Running command "rm -rf /var/tmp/catalyst/tmp/default/stage3-amd64-2005.0"
29 Unpacking stage tarball...
30 Running command "tar
31 xjpf /var/tmp/catalyst/builds/stage3-amd64-2004.3.tar.bz2
32 -C /var/tmp/catalyst/tmp/default/stage3-amd64-2005.0"
33 Unpacking portage tree snapshot...
34 Running command "tar
35 xjpf /var/tmp/catalyst/snapshots/portage-20041230.tar.bz2
36 -C /var/tmp/catalyst/tmp/default/stage3-amd64-2005.0/usr"
37 Configuring profile link...
38 Running command "rm
39 -f /var/tmp/catalyst/tmp/default/stage3-amd64-2005.0/etc/make.profile"
40 Running command "ln
41 -sf ../usr/portage/profiles/default-linux/amd64/2004.3 /var/tmp/catalyst/tmp/default/stage3-amd64-2005.0/etc/make.profile"
42 Setting up chroot...
43 Running command
44 "cp /etc/resolv.conf /var/tmp/catalyst/tmp/default/stage3-amd64-2005.0/etc"
45 Running command
46 "cp /root/catalyst-env.sh /var/tmp/catalyst/tmp/default/stage3-amd64-2005.0/tmp/envscript"
47 Running command "rm
48 -f /var/tmp/catalyst/tmp/default/stage3-amd64-2005.0/etc/make.conf"
49 Running command "/bin/bash /usr/lib/catalyst/targets/stage3/stage3.sh run"
50 >>> Regenerating /etc/ld.so.cache...
51 * Caching service dependencies...
52 !!! ARCH is not set... Are you missing the /etc/make.profile symlink?
53 !!! Is the symlink correct? Is your portage tree complete?
54
55
56
57 Here's my spec file:
58
59 # subarch can be any of the supported Catalyst subarches (like athlon-xp).
60 Refer
61 # to the catalyst reference manual
62 (http://www.gentoo.org/proj/en/releng/catalyst) for supported arches.
63 # example:
64 # subarch: athlon-xp
65 subarch: amd64
66
67 # version stamp is an identifier for the build. can be anything you want it
68 to be, but it
69 # is usually a date.
70 # example:
71 # version_stamp: 2004.2
72 version_stamp: 2005.0
73
74 # target specifies what type of build Catalyst is to do. check the catalyst
75 reference manual
76 # for supported targets.
77 # example:
78 # target: stage2
79 target: stage3
80
81 # rel_type defines what kind of build we are doing. usually, default will
82 suffice.
83 # example:
84 # rel_type: default
85 rel_type: default
86
87 # system profile used to build the media
88 # example:
89 # profile: default-x86-2004.0
90 #profile: hardened/amd64
91 profile: default-linux/amd64/2004.3
92
93 # which snapshot to use
94 # example:
95 # snapshot: 20040614
96 snapshot: 20041230
97
98 # where the seed stage comes from, path is relative to $clst_sharedir
99 (catalyst.conf)
100 # example:
101 # default/stage3-x86-2004.1
102 source_subpath: stage3-amd64-2004.3
103
104 Cheers,
105 Dylan Carlson [absinthe@g.o]
106 Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x708E165F
107 --
108 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] Problem with ARCH Dylan Carlson <absinthe@g.o>