Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 393109 - net-irc/ircii calls gcc directly
Summary: net-irc/ircii calls gcc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2011-12-04 10:35 UTC by Agostino Sarubbo
Modified: 2011-12-17 08:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild.patch (diff,486 bytes, patch)
2011-12-04 10:35 UTC, Agostino Sarubbo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.