Bug 412925 - kernel is compiled with gcc version not include in the distribution
Summary: kernel is compiled with gcc version not include in the distribution
Status: RESOLVED DUPLICATE of bug 391432
Alias: None
Product: openSUSE 11.0
Classification: openSUSE
Component: Kernel (show other bugs)
Version: Final
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-29 14:44 UTC by Andreas Klein
Modified: 2008-08-01 09:52 UTC (History)
1 user (show)

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***