Gentoo Archives: gentoo-laptop

From: maillists <lists@×××××.net>
To: gentoo-laptop@l.g.o
Subject: [gentoo-laptop] Kernel compile ploblems on powerbook
Date: Thu, 13 Jul 2006 17:08:24
Message-Id: 1152810256.7294.33.camel@localhost
1 Hi,
2
3 I am somewhat new to gentoo, and very new to gentoo on a powerbook.
4
5 I have a powerbook G3 500Mhz firewire (pismo) and I am having alot of
6 trouble compiling a kernel. I'm using the 2006.0 CD.
7
8 I tried doing it manually and I get this error:
9 # cd /usr/src/linux/
10 # make defconfig
11 Can't find default configuration "arch/powerpc/configs/ppc_defconfig"!
12
13
14 If I use genkernel, I get the following:
15
16 -------------------------------------------------
17 * Gentoo Linux Genkernel; Version 3.3.11d
18 * Running with options: --menuconfig --genzimage all
19
20 * Linux Kernel 2.6.16-gentoo-r9 for ppc...
21 * WARNING: Failed to mount /boot!
22 * kernel: >> Running mrproper...
23 COMMAND: make -j2 CC="gcc" LD="ld" AS="as" mrproper
24 CLEAN /usr/src/linux-2.6.16-gentoo-r9
25 .
26 .
27 .
28 .
29 CC lib/bitmap.o
30 CC lib/bust_spinlocks.o
31 CC lib/cmdline.o
32 CC lib/ctype.o
33 CC lib/dec_and_lock.o
34 CC lib/div64.o
35 CC lib/dump_stack.o
36 CC lib/errno.o
37 CC lib/extable.o
38 CC lib/idr.o
39 CC lib/int_sqrt.o
40 CC lib/klist.o
41 CC lib/kobject.o
42 CC lib/kobject_uevent.o
43 CC lib/kref.o
44 CC lib/prio_tree.o
45 CC lib/radix-tree.o
46 CC lib/rbtree.o
47 CC lib/rwsem.o
48 CC lib/sha1.o
49 CC lib/string.o
50 CC lib/vsprintf.o
51 GEN lib/crc32table.h
52 AR lib/lib.a
53 CC lib/crc32.o
54 LD lib/built-in.o
55 GEN .version
56 CHK include/linux/compile.h
57 dnsdomainname: Unknown host
58 UPD include/linux/compile.h
59 CC init/version.o
60 LD init/built-in.o
61 LD .tmp_vmlinux1
62 KSYM .tmp_kallsyms1.S
63 AS .tmp_kallsyms1.o
64 LD .tmp_vmlinux2
65 KSYM .tmp_kallsyms2.S
66 AS .tmp_kallsyms2.o
67 LD vmlinux
68 SYSMAP System.map
69 SYSMAP .tmp_System.map
70 * >> Starting supplimental compile of 2.6.16-gentoo-r9:
71 zImage.initrd...
72 COMMAND: make -j2 CC="gcc" LD="ld" AS="as" zImage.initrd
73 CHK include/linux/version.h
74 CHK include/linux/compile.h
75 dnsdomainname: Unknown host
76 CHK usr/initramfs_list
77 STRIP vmlinux.strip
78 make[1]: *** No rule to make target
79 `arch/powerpc/boot/ramdisk.image.gz', needed by
80 `arch/powerpc/boot/kernel-initrd.gz'. Stop.
81 make[1]: *** Waiting for unfinished jobs....
82 make: *** [zImage.initrd] Error 2
83 * Gentoo Linux Genkernel; Version 3.3.11d
84 * Running with options: --menuconfig --genzimage all
85
86 * ERROR: Failed to compile the "zImage.initrd" target...
87 * -- Grepping log... --
88 * -- End log... --
89 * Please consult /var/log/genkernel.log for more information and any
90 * errors that were reported above.
91 * Report any genkernel bugs to bugs.gentoo.org and
92 * assign your bug to genkernel@g.o. Please include
93 * as much information as you can in your bug report; attaching
94 * /var/log/genkernel.log so that your issue can be dealt with
95 effectively.
96 *
97 * Please do *not* report compilation failures as genkernel bugs!
98 *
99 -------------------------------------------------------------------
100
101 How can I compile my kernel??
102
103 Thanks
104 Rick
105
106
107
108
109 --
110 gentoo-laptop@g.o mailing list

Replies

Subject Author
Re: [gentoo-laptop] Kernel compile ploblems on powerbook Javier <javism@×××××.com>