Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70792 - System do not compile after upgrading to gcc 3.4.3
Summary: System do not compile after upgrading to gcc 3.4.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-11 06:59 UTC by Alexander Opitz
Modified: 2004-12-05 00:36 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 Alexander Opitz 2004-11-11 06:59:39 UTC
My system upgraded to gcc 3.4.3 and now I can't compile any more.

1.) ld.so.conf wasn't updated to new path (stands by 3.4.2 what doesn't exists any more).

2.) a call of gcc brings following error:
gcc: /usr/lib/gcc-lib/i586-pc-linux-gnu/3.4.2/specs: No such file or directory

Why it searches in 3.4.2? And why the hell the spec directory isn't in 3.4.3?


And else would be nice if someone can send me the /spec directory of gcc 3.4.3 so I can compile :)
Comment 1 Jesper Eskilson 2004-11-11 07:08:27 UTC
I had the same problem, but it went away when I ran gcc-config to switch to 3.4.3.
 
Comment 2 Alexander Opitz 2004-11-11 07:18:49 UTC
Oh, didn't know this command but helped me also.

Leave open for others and verification and is the switching not normaly done by the package?
Comment 3 tklauser 2004-11-13 12:09:55 UTC
> ... and is the switching not normaly done by the package?
No. You may want to keep two versions of GCC on your system.
Comment 4 SpanKY gentoo-dev 2004-12-05 00:36:26 UTC
many fixes have been added to gcc-config and the gcc ebuilds to handle this