Gentoo Archives: gentoo-catalyst

From: Chris Gianelloni <wolf31o2@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] catalyst can't compile a kernel
Date: Fri, 08 Apr 2005 14:02:30
Message-Id: 1112968946.7158.41.camel@cgianelloni.nuvox.net
In Reply to: Re: [gentoo-catalyst] catalyst can't compile a kernel by Anielkis Herrera Gonzalez
1 First, I would upgrade your snapshot to use the latest stable genkernel
2 (3.1.5). You might also want to try using catalyst 1.1.8 if you are not
3 already.
4
5 Now, do you have a boot/kernel/$kname/config definition in your spec
6 file? Judging from what I see below, you do not. If you would like to
7 use the kernel we used for 2005.0, then do the following:
8
9 mkdir -p /etc/portage
10 echo "dev-util/livecd-kconfigs ~x86" >> /etc/portage/package.keywords
11 emerge livecd-kconfigs
12
13 You can then use the following items in your spec file to use the same
14 kernel.
15
16 boot/kernel: gentoo
17 boot/kernel/gentoo/sources: gentoo-sources
18 boot/kernel/gentoo/config: /usr/share/livecd-2005.0/x86/2.6.11-smp.config
19
20 Hope this helps...
21
22 On Fri, 2005-04-08 at 08:58 -0400, Anielkis Herrera Gonzalez wrote:
23 > well this is the last part of the log:
24 >
25 > * Gentoo Linux Genkernel; Version 3.1.0c
26 >
27 > * Compiling Linux Kernel 2.6.10-gentoo-r6 for x86...
28 > * kernel: >> Running mrproper...
29
30 > * config: Using config from /usr/share/genkernel/x86/kernel-config-2.6
31 > * Previous config backed up to .config.bak
32 > * >> Running oldconfig...
33
34 This tells me that it looks like you didn't supply a config to catalyst.
35
36 > I don't know how to interpret that result.. :-\
37
38 --
39 Chris Gianelloni
40 Release Engineering - Strategic Lead/QA Manager
41 Games - Developer
42 Gentoo Linux

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-catalyst] catalyst can't compile a kernel Anielkis Herrera Gonzalez <aherrerag@×××××××××××××××.cu>