Gentoo Archives: gentoo-catalyst

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

Replies

Subject Author
Re: [gentoo-catalyst] Problem with ARCH John Davis <zhen@g.o>