Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xfs-sources-2.4.24-r3 (gen_die(): compile of bzImage failed)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
lonegd
Apprentice
Apprentice


Joined: 07 Dec 2003
Posts: 185
Location: UK

PostPosted: Wed Feb 25, 2004 2:37 pm    Post subject: xfs-sources-2.4.24-r3 (gen_die(): compile of bzImage failed) Reply with quote

I've just emerged xfs-sources-2.4.24-r3 and when running genkernel --menuconfig it dies half way through with:-

Code:

make[2]: Leaving directory `/usr/src/linux-2.4.20-xfs-r3/fs'
make[1]: Leaving directory `/usr/src/linux-2.4.20-xfs-r3/fs'
* gen_die(): compile of bzImage failed
* Please see /var/log/genkernel.log for more info on failures
*
* DO NOT REPORT KERNEL COMPILE FAILURES AS GENKERNEL BUGS!
*
* Report real genkernel bugs to bugs.gentoo.org


Anyone else seeing this or know what the problem is?
_________________
Mark Cooper
http://pvrhw.goldfish.org/ - Open Source PVR Hardware Database
Back to top
View user's profile Send private message
tmr777
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2003
Posts: 101
Location: Chicago, IL

PostPosted: Wed Feb 25, 2004 2:41 pm    Post subject: Reply with quote

What was the output in /var/log/genkernel.log? Also, you may want to compile your kernel manually instead; just follow the instructions in the install doc.

_Terry
Back to top
View user's profile Send private message
lonegd
Apprentice
Apprentice


Joined: 07 Dec 2003
Posts: 185
Location: UK

PostPosted: Wed Feb 25, 2004 3:00 pm    Post subject: Reply with quote

Code:

newdire demonweb # grep -v "gcc" /root/gen-die.log |tail -30
make[3]: Leaving directory `/usr/src/linux-2.4.20-xfs-r3/fs/xfs/support'
rm -f xfs_quota.o
ld -m elf_i386  -r -o xfs_quota.o xfs_qm_stats.o xfs_dquot.o xfs_dquot_item.o xfs_trans_dquot.o xfs_qm_syscalls.o xfs_qm_bhv.o xfs_qm.o
make[4]: Leaving directory `/usr/src/linux-2.4.20-xfs-r3/fs/xfs/quota'
make[3]: Leaving directory `/usr/src/linux-2.4.20-xfs-r3/fs/xfs/quota'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.4.20-xfs-r3/fs/xfs'
xfs_attr_leaf.c: In function `xfs_attr_shortform_list':
xfs_attr_leaf.c:458: warning: comparison is always false due to limited range of data type
xfs_dir_leaf.c: In function `xfs_dir_shortform_getdents':
xfs_dir_leaf.c:459: warning: comparison is always false due to limited range of data type
xfs_dir_leaf.c: In function `xfs_dir_leaf_getdents_int':
xfs_dir_leaf.c:1977: warning: comparison is always false due to limited range of data type
xfs_dir_leaf.c:2041: warning: comparison is always false due to limited range of data type
rm -f xfs.o
ld -m elf_i386  -r -o xfs.o xfs_acl.o xfs_alloc.o xfs_alloc_btree.o xfs_attr.o xfs_attr_fetch.o xfs_attr_leaf.o xfs_bit.o xfs_bmap.o xfs_bmap_btree.o xfs_btree.o xfs_buf_item.o xfs_da_btree.o xfs_dir.o xfs_dir2.o xfs_dir2_block.o xfs_dir2_data.o xfs_dir2_leaf.o xfs_dir2_node.o xfs_dir2_sf.o xfs_dir2_trace.o xfs_dir_leaf.o xfs_error.o xfs_extfree_item.o xfs_fsops.o xfs_ialloc.o xfs_ialloc_btree.o xfs_iget.o xfs_inode.o xfs_inode_item.o xfs_iocore.o xfs_itable.o xfs_dfrag.o xfs_log.o xfs_log_recover.o xfs_macros.o xfs_mount.o xfs_rename.o xfs_trans.o xfs_trans_ail.o xfs_trans_buf.o xfs_trans_extfree.o xfs_trans_inode.o xfs_trans_item.o xfs_utils.o xfs_vfsops.o xfs_vnodeops.o xfs_rw.o pagebuf/pagebuf.o linux/linux_xfs.o support/support_xfs.o quota/xfs_quota.o xfs_dmops.o xfs_qmops.o
make[3]: Leaving directory `/usr/src/linux-2.4.20-xfs-r3/fs/xfs'
make[2]: Leaving directory `/usr/src/linux-2.4.20-xfs-r3/fs/xfs'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.4.20-xfs-r3/fs'
rm -f fs.o
ld -m elf_i386  -r -o fs.o open.o read_write.o devices.o file_table.o buffer.o super.o block_dev.o char_dev.o stat.o exec.o pipe.o namei.o fcntl.o ioctl.o readdir.o select.o fifo.o locks.o dcache.o inode.o attr.o bad_inode.o file.o iobuf.o dnotify.o filesystems.o namespace.o seq_file.o xattr.o quota.o dquot.o binfmt_aout.o binfmt_script.o binfmt_elf.o proc/proc.o partitions/partitions.o ext2/ext2.o ramfs/ramfs.o fat/fat.o msdos/msdos.o vfat/vfat.o isofs/isofs.o devfs/devfs.o nfs/nfs.o nfsd/nfsd.o lockd/lockd.o nls/nls.o autofs/autofs.o autofs4/autofs4.o devpts/devpts.o xfs/xfs.o
make[2]: Leaving directory `/usr/src/linux-2.4.20-xfs-r3/fs'
make[1]: Leaving directory `/usr/src/linux-2.4.20-xfs-r3/fs'
* gen_die(): compile of bzImage failed
* Please see /var/log/genkernel.log for more info on failures
*
* DO NOT REPORT KERNEL COMPILE FAILURES AS GENKERNEL BUGS!
*
* Report real genkernel bugs to bugs.gentoo.org


I'm going to try once more with genkernel, after tweaking the config, but if it fails again I'll try and do the compile manually...
_________________
Mark Cooper
http://pvrhw.goldfish.org/ - Open Source PVR Hardware Database
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum