Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12689 - gcc-config layout breaks colorgcc
Summary: gcc-config layout breaks colorgcc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-25 04:21 UTC by Christian - Manny Calavera - Neumair
Modified: 2007-02-28 11:33 UTC (History)
4 users (show)

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 Christian - Manny Calavera - Neumair 2002-12-25 04:21:46 UTC
Somebody should mask colorgcc or let find it out where the gcc executable
resides. Maybe by doing which gcc or some other mechanism.

CCing blizzy and azarah as they last changed the affected ebuilds.

regs,
 Chris
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-25 15:56:05 UTC
This is fixed in gcc-config-1.2.7 and colorgcc-1.3.2-r2.  Do note that you
need to source /etc/profile if you just merged those two for it to work.
For portage however, this should be transparent ...
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-25 15:57:32 UTC
Fixed.
Comment 3 Marc 2003-01-14 18:52:41 UTC
The current fix seems to only work if colorgcc was already emerged before
gcc-config.  To emerge colorgcc on an uptodate system where it was not already
emerged, I have to do:
# emerge colorgcc
# gcc-config i686-pc-linux-gnu-3.2.1
# emerge colorgcc

because colorgcc is using CCBINPATH environment variable that was defined by
gcc-config *if* /usr/bin/colorgcc was around when gcc-config was emerged... or I
could be mistaken.