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

Bug 393109

Summary: net-irc/ircii calls gcc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Packages in net-irc <net-irc>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: ebuild.patch

Description Agostino Sarubbo gentoo-dev 2011-12-04 10:35:28 UTC
Created attachment 294701 [details, diff]
ebuild.patch

e.g.

gcc -I. -I/tmp/portage/net-irc/ircii-20110228/work/ircii-20110228/include -I/tmp/portage/net-irc/ircii-20110228/work/ircii-20110228/source/rijndael -pipe -march=native -O2 -g0 -DHAVE_CONFIG_H -c /tmp/portage/net-irc/ircii-20110228/work/ircii-20110228/source/alias.c


works for me that patch.
Comment 1 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-12-05 16:49:00 UTC
I decided to go with just `tc-export CC' in src_configure() instead of overriding CC at make.

Thanks for the bug. The reason I couldn't reproduce it (see bug 392771 comment 2) was that I was using multilib-portage, which already assigns CC=$(tc-getCC). I was able to reproduce it with my gentoo-prefix installation.