Gentoo Archives: gentoo-catalyst

From: Mike Rosset <schizoid29@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] making of a catalyst livecd
Date: Fri, 30 Sep 2005 22:08:31
Message-Id: 2d28d7d90509301507u383f0331i8a03e1ff13e69ee7@mail.gmail.com
In Reply to: Re: [gentoo-catalyst] making of a catalyst livecd by Chip DeVoge
1 ok, I'm thinking either one of two things, if you have kernel-dependent
2 packages that need to be added to
3 boot/kernel/{kernel}/packages in your stage2 spec file ... add them. if they
4 are in there and you are using kerncache turn kerncache off and give it a
5 pass.
6
7 Mike
8
9 On 9/30/05, Chip DeVoge <bflochip@×××.com> wrote:
10 >
11 > It is for a chemistry professor at a local university and all he wants is
12 > the basics I listed.
13 >
14 >
15 > * Gentoo Linux Genkernel; Version 3.3.6
16 > * Running with options: --no-mountboot --kerneldir=/usr/src/linux
17 > --kernel-config=/var/tmp/gentoo.config
18 > --minkernpackage=/usr/portage/packages/gk_binaries/gentoo-
19 > 2005.chip.tar.bz2
20 > all --kernel-cc=/usr/lib/ccache/bin/gcc --utils-cc=/usr/lib/ccache/bin/gcc
21 >
22 > * Linux Kernel 2.6.12-gentoo-r10 for x86...
23 > * WARNING: No mounted /boot partition detected!
24 > * Run ``mount /boot`` to mount it!
25 >
26 > * kernel: >> Running mrproper...
27 > * config: Using config from /var/tmp/gentoo.config
28 > * Previous config backed up to .config.bak
29 > * >> Running oldconfig...
30 > * kernel: >> Cleaning...
31 > * kernel: >> Making dependencies...
32 > * ERROR: Failed to compile the "prepare" target...
33 >
34 > * -- Grepping log... --
35 >
36 > * Gentoo Linux Genkernel; Version 3.3.6
37 > * Running with options: --no-mountboot --kerneldir=/usr/src/linux
38 > --kernel-config=/var/tmp/gentoo.config
39 > --minkernpackage=/usr/portage/packages/gk_binaries/gentoo-
40 > 2005.chip.tar.bz2
41 > all --kernel-cc=/usr/lib/ccache/bin/gcc --utils-cc=/usr/lib/ccache/bin/gcc
42 >
43 > * Linux Kernel 2.6.12-gentoo-r10 for x86...
44 > * WARNING: No mounted /boot partition detected!
45 > --
46 > SCSI generic support (CHR_DEV_SG) [N/m/y/?] n
47 > *
48 > * Some SCSI devices (e.g. CD jukebox) support multiple LUNs
49 > *
50 > Probe all LUNs on each SCSI device (SCSI_MULTI_LUN) [N/y/?] n
51 > Verbose SCSI error reporting (kernel size +=12K) (SCSI_CONSTANTS) [N/y/?]
52 > n
53 > --
54 > * kernel: >> Cleaning...
55 > COMMAND: make -j2 CC="/usr/lib/ccache/bin/gcc" LD="ld" AS="as" clean
56 > awk: cmd. line:2: fatal: cannot open file
57 > `/usr/src/linux-2.6.12-gentoo-r10/include/linux/version.h' for reading (No
58 > such file or directory)
59 > * kernel: >> Making dependencies...
60 > COMMAND: make -j2 CC="/usr/lib/ccache/bin/gcc" LD="ld" AS="as" dep
61 > *** Warning: make dep is unnecessary now.
62 > --
63 > Second extended fs support (EXT2_FS) [Y/n/m/?] y
64 > Ext2 extended attributes (EXT2_FS_XATTR) [N/y/?] (NEW) aborted!
65 >
66 > Console input/output is redirected. Run 'make oldconfig' to update
67 > configuration.
68 >
69 > make[2]: *** [silentoldconfig] Error 1
70 > make[1]: *** [silentoldconfig] Error 2
71 > make: *** [include/linux/autoconf.h] Error 2
72 > * Gentoo Linux Genkernel; Version 3.3.6
73 > * Running with options: --no-mountboot --kerneldir=/usr/src/linux
74 > --kernel-config=/var/tmp/gentoo.config
75 > --minkernpackage=/usr/portage/packages/gk_binaries/gentoo-
76 > 2005.chip.tar.bz2
77 > all --kernel-cc=/usr/lib/ccache/bin/gcc --utils-cc=/usr/lib/ccache/bin/gcc
78 >
79 > * ERROR: Failed to compile the "prepare" target...
80 >
81 > * -- End log... --
82 >
83 > * Please consult /var/log/genkernel.log for more information and any
84 > * errors that were reported above.
85 >
86 > * Report any genkernel bugs to bugs.gentoo.org <http://bugs.gentoo.org>and
87 > * assign your bug to genkernel@g.o. Please include
88 > * as much information as you can in your bug report; attaching
89 > * /var/log/genkernel.log so that your issue can be dealt with effectively.
90 > *
91 > * Please do *not* report compilation failures as genkernel bugs!
92 > *
93 >
94 > !!! catalyst: Runscript kernel build failed
95 >
96 >
97 > Traceback (most recent call last):
98 > File "modules/livecd_stage2_target.py", line 324, in run_local
99 > self.build_kernel()
100 > File "modules/livecd_stage2_target.py", line 309, in build_kernel
101 > "Runscript kernel build failed")
102 > File "/usr/lib/catalyst/modules/catalyst_support.py", line 102, in cmd
103 > raise CatalystError,myexc
104 > CatalystError: <unprintable instance object>
105 > None
106 >
107 > !!! catalyst: Runscript aborting due to error.
108 >
109 >
110 >
111 > From: Mike Rosset <schizoid29@×××××.com>
112 > Reply-To: gentoo-catalyst@l.g.o
113 > To: gentoo-catalyst@l.g.o
114 > Subject: Re: [gentoo-catalyst] making of a catalyst livecd
115 > Date: Fri, 30 Sep 2005 12:35:20 -0700
116 >
117 > Chip:
118 >
119 > If that's all you really need to do then possible the knoppix livecd might
120 > be a better choice. But if you what to hack through catalyst. can you post
121 > the actual error message you are getting.
122 >
123 > Regrads,
124 >
125 > Mike Rosset
126 >
127 >
128 > --
129 > gentoo-catalyst@g.o mailing list
130 >
131 >

Replies

Subject Author
Re: [gentoo-catalyst] making of a catalyst livecd Chris Gianelloni <wolf31o2@g.o>