Bug 58565

Summary: Custom kernel compile fails consolemap.c
Product: [Retired] Red Hat Linux Reporter: Need Real Name <wilnix>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-20 19:27:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2002-01-19 23:23:24 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.2.1) Gecko/20010901

Description of problem:
While doing make install the compiler errored out

gcc -D__KERNEL__ -I/usr/src/linux-2.4.9-13/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i586    -c -o consolemap.o
consolemap.c
consolemap.c: In function `con_unify_unimap':
consolemap.c:417: Internal error: Segmentation fault.
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla/> for instructions.
make[3]: *** [consolemap.o] Error 2



Version-Release number of selected component (if applicable):


How reproducible:
Didn't try

Steps to Reproduce:
1.upgrade rpm kernel-source-2.4.9-13
2.copied configs/kernel-2.4.9-i586.config .config
3.ran make xconfig and added amateur radio support (as modules)
4.make dep then make install
	

Additional info:

Comment 1 Jakub Jelinek 2002-01-20 19:27:43 UTC
Is it reproduceable? If yes, please submit preprocessed source
(see gcc -save-temps option), if not, it is likely a hardware problem.

Comment 2 Need Real Name 2002-01-22 12:33:31 UTC
Appears to have been a hardware problem.