Hello all. at the moment, i am trying to install gentoo onto an ibook (600mhz g3). however, regardless of whether i compile manually or use genkernel, i get some nasty little errors that i can't seem to find any info on. here is the latest result while attempting to compile with genkernel:
livecd linux # genkernel --udev all
* Gentoo Linux Genkernel; Version 3.1.5
* Compiling Linux Kernel 2.6.10-gentoo-r8 for ppc...
mount: special device /dev/BOOT does not exist
* WARNING: Failed to mount /boot!
* kernel: >> Running mrproper...
* config: Using config from /usr/share/genkernel/ppc/kernel-config-2.6
* Previous config backed up to .config.bak
* >> Running oldconfig...
* kernel: >> Cleaning...
* >> Compiling 2.6.10-gentoo-r8 vmlinux...
* ERROR: Failed to compile the "vmlinux" target...
* -- Grepping log... --
* Gentoo Linux Genkernel; Version 3.1.5
* Compiling Linux Kernel 2.6.10-gentoo-r8 for ppc...
* WARNING: Failed to mount /boot!
--
SCSI generic support (CHR_DEV_SG) [Y/n/m/?] y
*
* Some SCSI devices (e.g. CD jukebox) support multiple LUNs
*
Probe all LUNs on each SCSI device (SCSI_MULTI_LUN) [Y/n/?] y
Verbose SCSI error reporting (kernel size +=12K) (SCSI_CONSTANTS) [N/y/?] n
--
CC arch/ppc/kernel/align.o
CC arch/ppc/kernel/semaphore.o
CC arch/ppc/kernel/syscalls.o
CC arch/ppc/kernel/setup.o
arch/ppc/kernel/setup.c: In function `set_preferred_console':
arch/ppc/kernel/setup.c:488: warning: 'offset' might be used uninitialized in th
is function
--
CC arch/ppc/platforms/pmac_pci.o
AS arch/ppc/platforms/pmac_sleep.o
CC arch/ppc/platforms/pmac_low_i2c.o
CC arch/ppc/platforms/chrp_setup.o
arch/ppc/platforms/chrp_setup.c: In function `pegasos_set_l2cr':
arch/ppc/platforms/chrp_setup.c:222: warning: unused variable `l2cr_value'
CC arch/ppc/platforms/chrp_time.o
CC arch/ppc/platforms/chrp_pci.o
arch/ppc/platforms/chrp_pci.c: In function `peg2_read_config':
arch/ppc/platforms/chrp_pci.c:200: warning: 'msr' might be used uninitialized in
this function
arch/ppc/platforms/chrp_pci.c: In function `peg2_write_config':
arch/ppc/platforms/chrp_pci.c:255: warning: 'msr' might be used uninitialized in
this function
--
CC arch/ppc/platforms/pmac_nvram.o
CC arch/ppc/platforms/pmac_backlight.o
CC arch/ppc/platforms/residual.o
CC arch/ppc/platforms/pmac_smp.o
arch/ppc/platforms/pmac_smp.c: In function `smp_core99_probe':
arch/ppc/platforms/pmac_smp.c:456: warning: 'tbprop' might be used uninitialized
in this function
arch/ppc/platforms/pmac_smp.c: In function `smp_core99_kick_cpu':
arch/ppc/platforms/pmac_smp.c:503: warning: 'new_vector' might be used uninitial
ized in this function
--
CC arch/ppc/lib/locks.o
LD arch/ppc/lib/built-in.o
CC arch/ppc/syslib/prep_nvram.o
CC arch/ppc/syslib/prom_init.o
arch/ppc/syslib/prom_init.c: In function `prom_hold_cpus':
arch/ppc/syslib/prom_init.c:708: warning: null argument where non-null required
(arg 1)
arch/ppc/syslib/prom_init.c: In function `prom_init':
arch/ppc/syslib/prom_init.c:908: warning: assignment makes integer from pointer
without a cast
CC arch/ppc/syslib/prom.o
arch/ppc/syslib/prom.c: In function `finish_node':
arch/ppc/syslib/prom.c:311: warning: 'newintrc' might be used uninitialized in t
his function
arch/ppc/syslib/prom.c:311: warning: 'newaddrc' might be used uninitialized in t
his function
--
CC kernel/kmod.o
CC kernel/workqueue.o
CC kernel/pid.o
CC kernel/rcupdate.o
CC kernel/intermodule.o
kernel/intermodule.c:179: warning: `inter_module_register' is deprecated (declar
ed at kernel/intermodule.c:38)
kernel/intermodule.c:180: warning: `inter_module_unregister' is deprecated (decl
ared at kernel/intermodule.c:79)
kernel/intermodule.c:183: warning: `inter_module_put' is deprecated (declared at
kernel/intermodule.c:160)
--
CC mm/rmap.o
CC mm/vmalloc.o
CC mm/page_io.o
CC mm/swap_state.o
mm/swap_state.c: In function `__add_to_swap_cache':
mm/swap_state.c:92: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:
http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /tmp/ccdoKWt6.out file, please attach this to yo
ur bugreport.
make[1]: *** [mm/swap_state.o] Error 1
make: *** [mm] Error 2
* Gentoo Linux Genkernel; Version 3.1.5
* ERROR: Failed to compile the "vmlinux" target...
* -- End log... --
* Please consult /var/log/genkernel.log for more information and any
* errors that were reported above.
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to
genkernel@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* /var/log/genkernel.log so that your issue can be dealt with effectively.
*
* Please do *not* report compilation failures as genkernel bugs!