Bug 412925

Summary: kernel is compiled with gcc version not include in the distribution
Product: [openSUSE] openSUSE 11.0 Reporter: Andreas Klein <asklein>
Component: KernelAssignee: E-mail List <bnc-team-screening>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: vetter
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Andreas Klein 2008-07-29 14:44:31 UTC
Either the kernel should be compiled with the old gcc, or gcc should be updated to the version the kernel was compiled with.

Your kernel was built with "gcc" version "4.3.1", while you are trying to use 
"/usr/bin/gcc" version "4.3". This configuration is not recommended and VMware 
Server may crash if you'll continue.
Comment 1 Andreas Klein 2008-07-29 14:53:03 UTC
Hmm, it seems like vmware is doing the check not correctly.

pluto:~ # cat /proc/version 
Linux version 2.6.25.11-0.1-default (geeko@buildhost) (gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] (SUSE Linux) ) #1 SMP 2008-07-13 20:48:28 +0200
pluto:~ # rpm -q gcc
gcc-4.3-39.1
pluto:~ # gcc --version
gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Comment 2 Cyril Hrubis 2008-08-01 09:52:54 UTC
They use -dumpversion instead of --version and that's wrong. See bug #391432.

*** This bug has been marked as a duplicate of bug 391432 ***