Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199901 - kdeinit fails with change of gcc
Summary: kdeinit fails with change of gcc
Status: RESOLVED DUPLICATE of bug 168884
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: PPC Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-21 15:20 UTC by David Gurvich
Modified: 2007-11-21 19:13 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 David Gurvich 2007-11-21 15:20:36 UTC
I currently have 2 versions of gcc installed, 4.1.2 and 4.2.2.  When I use gcc-config to change versions, not changing back to the version that kdelibs was built with, I cannot start kde as libkio.so needs the exact minor version of gcc.  Is there a way to allow kdelibs to work with a different libgcc than compiled with?  

Reproducible: Always

Steps to Reproduce:
1.Build kdelibs-3.5.8 with gcc-4.2.2
2.gcc-config gcc-4.1.2
3./etc/init.d/xdm restart

Actual Results:  
Could not start kdeinit.  Went to console and tried kdeinit, getting the error message about libkio.so.4 not being able to find libgcc-4.2.0.

Expected Results:  
That a gcc change would not break kde, especially as no kde packages have been rebuilt.  Perhaps there needs to be a libgcc-v4.1 compatibility package, as there is a libstdc++-v3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-21 19:13:35 UTC

*** This bug has been marked as a duplicate of bug 168884 ***