Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 18828

Summary: Kernel won't compile under 7.0
Product: [Retired] Red Hat Linux Reporter: Need Real Name <mdknapp>
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
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: 2000-10-10 17:10:04 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 2000-10-10 16:09:41 UTC
I can't get a kernel to compile under RH7. (Specifically, kernel 2.2.16). 
This machine was upgraded from RH6.0. I can compile the same kernel fine 
under 6.2. Under 7, towards the end of the compile, an error is given 
about a badly formed #define in checksum.S. I tried doing a clean install 
of 7 on another machine and couldn't compile it on that one either. I 
ended up having to compile the kernel on a 6.2 machine and copy it on to 
the one with 7. Modules seem to compile correctly.

Comment 1 Arjan van de Ven 2000-10-10 17:09:58 UTC
sounds like you didn't use kgcc 
(see bugs 18012 and 18060)

Comment 2 Alan Cox 2000-10-14 17:52:12 UTC
Use kgcc. The kernel doesnt do everything as nicely as it should so gets caught
out with the new
compiler.