Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12655 - xfree-4.2.99.3-r1 ebuild tests gcc-version instead of gcc --version
Summary: xfree-4.2.99.3-r1 ebuild tests gcc-version instead of gcc --version
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-23 22:16 UTC by Michal Maruska
Modified: 2002-12-23 22:20 UTC (History)
0 users

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 Michal Maruska 2002-12-23 22:16:35 UTC
if i'm not misleaded, the line: if [ "`gcc-version`" != "2.95" ]    should read as if [ "`gcc --version`" != "2.95" ]
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-23 22:20:12 UTC
the gcc-version function is defined in /usr/portage/eclass/gcc.eclass which the
xfree ebuild inherits.