Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15477 - Possible mistype in Postfix ebuild forces $CC to "cc", not real $CC
Summary: Possible mistype in Postfix ebuild forces $CC to "cc", not real $CC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-11 00:07 UTC by Paul Prince
Modified: 2003-02-12 21:59 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 Paul Prince 2003-02-11 00:07:08 UTC
A string in all current rsync ebuilds of Postfix exists in the form 'make
CC="cc"'.  The ebuild fails for me when cc does not exist.  Replacing with 'make
CC=$CC' fixes, for me.

Please take appropriate action.

Reproducible: Always
Steps to Reproduce:
1. Make sure your system doesn't have cc in root's path.
2. Attempt to emerge Postfix
Actual Results:  
cc is not found, ebuild fails.

Expected Results:  
Used the value of $CC from Portage.
Comment 1 Nick Hadaway 2003-02-12 21:59:48 UTC
postfix-2.0.3 has been updated in portage.   Thanks for the suggestion. :)