Bug 58565 - Custom kernel compile fails consolemap.c
Summary: Custom kernel compile fails consolemap.c
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gcc
Version: 7.2
Hardware: i586
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-19 23:23 UTC by Need Real Name
Modified: 2007-04-18 16:39 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-01-20 19:27:48 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.