Bug 109306

Summary: kernel compiled with different version of gcc
Product: [Fedora] Fedora Reporter: jmccann
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 1CC: cschalle
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-11-10 17:09:36 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 jmccann 2003-11-06 18:40:30 UTC
Description of problem:
The kernel was compiled with a different version of gcc.

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

% cat /proc/version
Linux version 2.4.22-1.2115.nptl (bhcompile.redhat.com)
(gcc version
3.2.3 20030422 (Red Hat Linux 3.2.3-6)) #1 Wed Oct 29 15:42:51 EST 2003

% gcc --version
gcc (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1)


This makes it harder to build drivers and stuff.

Comment 1 Shawn Walker 2003-11-06 20:35:11 UTC
This was intentional. It's in the release notes.

Comment 2 jmccann 2003-11-06 20:45:33 UTC
Ok, well I see this:
- gcc32 รข Version 3.2.3 of GCC (used for building the kernel)

Good to know there is another version that I can use and that it was
intentional.  However, there should probably be a bit more explanation
than this.