Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 483750 - app-shells/pdmenu : the CC is not always gcc
Summary: app-shells/pdmenu : the CC is not always gcc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-05 14:48 UTC by Agostino Sarubbo
Modified: 2015-11-09 10:46 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 Agostino Sarubbo gentoo-dev 2013-09-05 14:48:44 UTC
You receive this bug because this package prints directly gcc instead of the system's CC

This could be a cosmetic bug because mostly this is only a print error and it really uses the system's CC
The possible solution to fix this issue is check the config.log and:
- if this is a print error and it uses the system's CC, a sed could fix.
- if you really see gcc instead of the system's CC, this package does not respect CC


From the build log:

checking whether cc accepts -pipe... yes
Comment 1 Patrice Clement gentoo-dev 2015-11-09 10:46:23 UTC
commit c06a5cd (HEAD, master)
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Mon Nov 9 10:43:20 2015 +0000

    app-shells/pdmenu: Make use of $(tc-getCC) to get compiler name right. Fixes bug 483750.
    
    Package-Manager: portage-2.2.20.1
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

I'll be taking care of pdmenu from now on.