Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 483750

Summary: app-shells/pdmenu : the CC is not always gcc
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Patrice Clement <monsieurp>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.