Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8005 - vmware configure script uses wrong version flag for gcc 3.2
Summary: vmware configure script uses wrong version flag for gcc 3.2
Status: RESOLVED DUPLICATE of bug 3415
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Preston A. Elder (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-16 17:49 UTC by Evan Teran
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evan Teran 2002-09-16 17:49:56 UTC
anyway the "/opt/vmware/bin/vmware-config.pl" script somewhere along the line
try's to figure out what version of gcc you have.  The only problem is that it
is using --version which spits out:

gcc (GCC) 3.2
Copyright (C) 2002 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.

on which it fails miserably at parsing.  instead it should be using -dumpversion
which spits out: 

3.2

which after messing with things late last night it did in fact parse correctly.
 I imagine this is an issue with the older gcc 2.95.x line having a --version
which gives a more sanly parsable string.

(BTW, same issue with compiling openoffice from source i think...i dont recall
if that got fixed in 1.0.1)

evan
Comment 1 SpanKY gentoo-dev 2002-12-16 12:12:55 UTC

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