From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 Description of problem: Trying to recompile kernel from kernel-source-2.4.20-18.9. Problem is consistent (I keep getting the error at the same point). Will not compile. Version-Release number of selected component (if applicable): kernel-source-2.4.20-18.9 How reproducible: Always Steps to Reproduce: 1. make xconfig 2. make dep 3. make clean 4. make zImage - this step never completes succesfully Actual Results: make[2]: Entering directory `/usr/src/linux-2.4.20-18.9/drivers/block' make all_targets make[3]: Entering directory `/usr/src/linux-2.4.20-18.9/drivers/block' gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-18.9/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include -DKBUILD_BASENAME=ll_rw_blk -DEXPORT_SYMTAB -c ll_rw_blk.c In file included from ll_rw_blk.c:14: /usr/src/linux-2.4.20-18.9/include/linux/sched.h:-21406: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions. make[3]: *** [ll_rw_blk.o] Error 1 make[3]: Leaving directory `/usr/src/linux-2.4.20-18.9/drivers/block' make[2]: *** [first_rule] Error 2 make[2]: Leaving directory `/usr/src/linux-2.4.20-18.9/drivers/block' make[1]: *** [_subdir_block] Error 2 make[1]: Leaving directory `/usr/src/linux-2.4.20-18.9/drivers' make: *** [_dir_drivers] Error 2 Expected Results: kernel should have compiled with no errors Additional info:
Created attachment 93019 [details] xconfig file for kernel configuration
If the problem is really reproduceable, I need preprocessed source on which you can reproduce it (ie. add -save-temps to the above command and attach here ll_rw_blk.i if you can reproduce it by running gcc -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer \ -mpreferred-stack-boundary=2 -march=i686 -S ll_rw_blk.i
No testcase provided and the kernel has certainly built since then. Assuming hardware problems.