Gentoo Archives: gentoo-dev

From: ebrewer@×××××××××.com
To: gentoo-dev@l.g.o
Cc: wolf31o2@g.o
Subject: [gentoo-dev] More Catalyst livecd-stage2 woes.
Date: Tue, 01 Jun 2004 19:22:07
Message-Id: 9819B556AF2FAC49B96DCFF2BC8B80F901020B15@exch2.corp.cloudmark.com
1 I have added the kernel config option to my livecd-stage2.spec file, and
2 I am still running into this error. I haven't been able to build a
3 single livecd yet. Below is the run with error, and my specfile.
4 Hopefully someone can point out an error here.
5
6 - Evan
7
8 ------------------------------------------------------------------------
9
10 Setting storedir to default value "/var/tmp/catalyst"
11 Setting portdir to default value "/usr/portage"
12 Setting distdir to config file value "/usr/portage/distfiles"
13 Setting options to config file value "ccache pkgcache"
14 Setting sharedir to config file value "/usr/lib/catalyst"
15 Compiler cache support enabled.
16 Package cache support enabled.
17 Building natively for x86
18 Setting up directories...
19 Running command "rm -rf
20 /var/tmp/catalyst/tmp/default/livecd-stage2-x86-2004.1"
21 Removing previously-existing livecd-stage2 chroot directory...
22 Running command "rm -rf
23 /var/tmp/catalyst/tmp/default/livecd-stage2-x86-2004.1"
24 Copying livecd-stage1 result to new livecd-stage2 work directory...
25 Running command "cp -a /var/tmp/catalyst/tmp/default/stage3-x86-2004.1/*
26 /var/tmp/catalyst/tmp/default/livecd-stage2-x86-2004.1"
27 Configuring profile link...
28 Running command "rm -f
29 /var/tmp/catalyst/tmp/default/livecd-stage2-x86-2004.1/etc/make.profile"
30 Running command "ln -sf ../usr/portage/profiles/default-x86-2004.0
31 /var/tmp/catalyst/tmp/default/livecd-stage2-x86-2004.1/etc/make.profile"
32 Running command "cp /etc/resolv.conf
33 /var/tmp/catalyst/tmp/default/livecd-stage2-x86-2004.1/etc"
34 Running command "rm -f
35 /var/tmp/catalyst/tmp/default/livecd-stage2-x86-2004.1/etc/make.conf"
36 cleaning previous livecd-stage2 build
37 Running command "rm -rf
38 /var/tmp/catalyst/builds/default/livecd-stage2-x86-2004.1"
39 DEBUG: has key boot/kernel/gentoo/use iptables
40 DEBUG: has key boot/kernel/gentoo/packages ['iptables', 'hostap-driver']
41 Running command "/bin/bash
42 /usr/lib/catalyst/livecd/runscript/default-runscript.sh kernel '1'
43 'gentoo' 'sys-kernel/gentoo-sources' 'livecd'"
44 * Caching service dependencies...!!! ARCH is not set... Are you missing
45 the /etc/make.profile symlink?
46 !!! Is the symlink correct? Is your portage tree complete?
47
48 !!! ARCH is not set... Are you missing the /etc/make.profile symlink?
49 !!! Is the symlink correct? Is your portage tree complete?
50
51
52 catalyst: runscript kernel build failed
53
54 catalyst: runscript aborting due to error.
55
56 ------------------------------------------------------------------------
57
58 subarch: x86
59 version_stamp: 2004.1
60 target: livecd-stage2
61 rel_type: default
62 profile: default-x86-2004.0
63 snapshot: 2004.1
64 source_subpath: default/stage3-x86-2004.1
65
66 livecd/cdfstype: zisofs
67 livecd/archscript: /usr/lib/catalyst/livecd/runscript/x86-archscript.sh
68 livecd/runscript:
69 /usr/lib/catalyst/livecd/runscript/default-runscript.sh
70 livecd/cdtar:
71 /usr/lib/catalyst/livecd/cdtar/isolinux-2.08-memtest86-cdtar.tar.b
72 z2
73 livecd/iso: /srv/catalyst/iso/gentoo.iso
74
75 # "global" arguments that are to be passed to genkernel
76 #livecd/gk_mainargs: --makeopts=-j3
77
78 # tweaks things such as the MOTD for release LiveCDs
79 #livecd/type: gentoo-release-universal
80
81 # the standard Gentoo release MOTD is included with Catalyst
82 #livecd/motd: /usr/lib/catalyst/livecd/files/motd.txt
83
84 # Put directories, files (README,Handbook), etc that you want to show up
85 in /mnt
86 /cdrom
87 # when the LiveCD is booted in the overlay. The layout that is in the
88 overlay
89 # mirrors how it will be on the LiveCD.
90 #livecd/overlay: /tmp/livecd-overlay
91
92 # list of modules that you want to blacklist for hotplug
93 #livecd/modblacklist: siimage eth1394
94
95 # bootsplash theme to use - must be present in /etc/bootsplash of the
96 # livecd-stage1.
97 #livecd/bootsplash: livecd-2004.1
98
99 boot/kernel: smp
100 boot/kernel: gentoo
101 boot/kernel/gentoo/sources: sys-kernel/gentoo-sources
102 boot/kernel/gentoo/config: /usr/src/linux/.config
103
104 # per-kernel arguments for genkernel
105 #boot/kernel/gentoo/gk_kernargs: --makeopts=-j2
106
107 boot/kernel/smp/sources: sys-kernel/gentoo-sources
108 boot/kernel/smp/config: /usr/src/linux/.config
109
110 # per-kernel arguments for genkernel
111 #boot/kernel/smp/gk_kernargs: --makeopts=-j1
112
113 #this next line sets any USE settings you want exported to the
114 environment for
115 #your kernel build *and* during the build of any kernel-dependent
116 packages
117 boot/kernel/gentoo/use: iptables
118 boot/kernel/smp/use: iptables
119
120 #use this next option to add an extension to the name of your kernel.
121 This
122 #allows you to have 2 identical kernels on the livecd built with
123 different
124 #options, and each with their own modules dir in /lib/modules (otherwise
125 #the second kernel would overwrite the first modules directory.
126 boot/kernel/gentoo/extraversion: livecd
127 boot/kernel/smp/extraversion: livecd
128
129 #this next line is for merging kernel-dependent packages after your
130 kernel
131 #is built. This is where you merge third-party ebuilds that contain
132 kernel
133 #modules.
134 boot/kernel/gentoo/packages: iptables hostap-driver
135 boot/kernel/smp/packages: iptables hostap-driver
136
137 # remove gcc from the list if you want distcc
138 livecd/unmerge:
139 autoconf automake gcc bin86 binutils libtool m4 bison ld.so make
140 perl pa
141 tch linux-headers man-pages
142 sash bison flex gettext texinfo ccache addpatches man groff
143 lib-compat p
144 ython miscfiles
145 livecd/empty:
146 /var/tmp
147 /var/cache
148 /var/db
149 /var/empty
150 /var/cache
151 /var/lock
152 /tmp
153 /usr/portage
154 /usr/share/man
155 /usr/share/info
156 /usr/share/unimaps
157 /usr/include
158 /usr/share/zoneinfo
159 /usr/share/dict
160 /usr/share/doc
161 /usr/share/ss
162 /usr/share/state
163 /usr/share/texinfo
164 /usr/lib/python2.2
165 /usr/lib/portage
166 /usr/share/gettext
167 /usr/share/i18n
168 /usr/share/rfc
169 /usr/X11R6/man
170 /usr/X11R6/include
171 /usr/X11R6/lib/X11/config
172 /usr/X11R6/lib/X11/etc
173 /usr/X11R6/lib/X11/doc
174 /usr/src
175 /usr/share/doc
176 /usr/share/man
177 /root/.ccache
178 livecd/rm:
179 /lib/*.a
180 /usr/lib/*.a
181 /usr/lib/gcc-lib/*/*/libgcj*
182 /usr/X11R6/lib/*.a
183 /var/log/emerge.log
184 /var/log/genkernel.log
185
186 ------------------------------------------------------------------------
187
188
189 --
190 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] More Catalyst livecd-stage2 woes. Chris Gianelloni <wolf31o2@g.o>