Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13614 - the r6 pkg for gcc 3.2.1 somehow doesn't end up creating the binaries for the compiler!
Summary: the r6 pkg for gcc 3.2.1 somehow doesn't end up creating the binaries for the...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-09 22:04 UTC by Antonio D'souza
Modified: 2003-02-04 19:42 UTC (History)
1 user (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 Antonio D'souza 2003-01-09 22:04:58 UTC
I just upgraded gcc3.2.1 from r5 to r6 & now I have no g++ or gcc binaries! I
can no longer build anything :-(
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-01-09 22:16:34 UTC
yes it does: just do the following:

env-update
source /etc/profile

then:

which gcc

should show you the location of your gcc binary.
Comment 2 Antonio D'souza 2003-01-09 22:27:16 UTC
Perhaps it is because I have colorgcc installed as well but doing that does not
work for me:

bash-2.05b# env-update 
>>> Regenerating /etc/ld.so.cache...
bash-2.05b# source /etc/profile
alice quik # which gcc
/usr/bin/wrappers/gcc
alice quik # gcc
/bin/bash: line 1: /usr/bin/gcc: No such file or directory
alice quik # ls -l /usr/bin/wrappers/gcc
lrwxrwxrwx    1 root     root           17 2002-08-14 00:36
/usr/bin/wrappers/gcc -> /usr/bin/colorgcc
alice quik # ls -l /usr/bin/colorgcc
-rwxr-xr-x    1 root     root         7361 2002-08-14 00:36 /usr/bin/colorgcc
alice quik # colorgcc
/bin/bash: line 1: /usr/bin/gcc: No such file or directory
Comment 3 Antonio D'souza 2003-01-09 22:30:45 UTC
Indeed. Unmerging colorgcc seems to solve the problem. 
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2003-01-09 22:42:07 UTC
ugh, you're absolutely correct -- colorgcc is screwy with it. remerge colorgcc.
Comment 5 Klaus-J. Wolf 2003-01-12 20:17:15 UTC
Hmm, I was updating from -r0 and I'm now missing gcc and g++ too:

kjwolf@golulu $ which gcc g++ cc c++ cpp
which: no gcc in ...
which: no g++ in ...
/usr/bin/cc
which: no c++ in ...
/usr/bin/cpp

I have not installed colorgcc!
Comment 6 Klaus-J. Wolf 2003-01-12 20:23:51 UTC
My god, I am an idiot! Krr. Yes, you are right, if I updated the PATHs it would
be okay. Quite nasty change, I believe...
Comment 7 Seemant Kulleen (RETIRED) gentoo-dev 2003-01-12 20:26:13 UTC
no, it would have worked once you logged out and back in again, too