Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209858 - gcc-4.2.2 dousn't link correctly to gcc etc...
Summary: gcc-4.2.2 dousn't link correctly to gcc etc...
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-12 16:00 UTC by Michael C. Vergallen
Modified: 2008-02-13 01:54 UTC (History)
0 users

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 Michael C. Vergallen 2008-02-12 16:00:49 UTC
the gcc binaries build correctly but the links are not made correctly from gcc-4.2.2 to gcc etc...so when you run emerge --depclean on the system.you are left without a valid compiler suite because it doesn't find the correct version of gcc.

Reproducible: Always

Steps to Reproduce:
1. build & install gcc 4.2.2
2. run emerge --depclean 
3. compile a program.
Comment 1 Michael C. Vergallen 2008-02-12 16:06:34 UTC
I've just sym-linked the binaries of gcc-4.2.2 c++.4.2.2 gfortan-4.2.2 g++-4.2.2 to the shortened names without version number and I'm rebuilding gcc-4.2.2 now at the moment to see if it reproduces itself....
 
Comment 2 Michael C. Vergallen 2008-02-12 16:47:09 UTC
Ah I see what happened ...when you rebuild the compiler after the symbolic links where made your compiler suite gets rebuild correctly...however it is not normal 
that this happens. Becuase I used emerge -ev world to compile this gcc version.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2008-02-12 18:27:30 UTC
There's absolutely no useful info here; please stop abusing bugzilla for similar things.

http://www.gentoo.org/doc/en/bugzilla-howto.xml
Comment 4 Michael C. Vergallen 2008-02-12 18:48:14 UTC
(In reply to comment #3)
> There's absolutely no useful info here; please stop abusing bugzilla for
> similar things.
> 
> http://www.gentoo.org/doc/en/bugzilla-howto.xml
> 

(In reply to comment #3)
> There's absolutely no useful info here; please stop abusing bugzilla for
> similar things.
> 
> http://www.gentoo.org/doc/en/bugzilla-howto.xml
> 

sorry....
I knew I forgot something e.i. to post the important bit because I got three phone calls in between me starting to post this report & me finishing this thing . 
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2008-02-13 01:54:50 UTC
You might want to review http://www.gentoo.org/doc/en/gcc-upgrading.xml... You use gcc-config to switch between gcc versions after upgrade, no NOT create any symlinks manually anywhere.