Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61013 - kdevelop-3.1.0.ebuild compiles but kdevelop crashes due shared library issue
Summary: kdevelop-3.1.0.ebuild compiles but kdevelop crashes due shared library issue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 68803 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-20 03:52 UTC by onay urfalioglu
Modified: 2004-10-25 21:40 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 onay urfalioglu 2004-08-20 03:52:32 UTC
kdevelop: error while loading shared libraries: /usr/lib/kde3/libkdevfilecreate.so: undefined symbol: _ZN17ConfigWidgetProxy23createProjectConfigPageERK7QStringjS2_

qt-3.3
kde-3.2.3
gcc-3.3.3
Comment 1 onay urfalioglu 2004-08-22 13:36:44 UTC
This was due to the older libraries from prior kdevelop versions! So they collided or were falsely registered on startup...
The solution is :
1) If you can live without the older version(s) of kdevelop, then delete all libkdev* in the kde- lib path(s) (usually /usr/kde/3.x.x/lib, u must be root to do that)
'rm -f libkdev*'
but be carefull to not delete other things ;-)
2) somehow u must ensure that the the new kdevelop cannot 'find' the older libs...
Comment 2 Simone Gotti (RETIRED) gentoo-dev 2004-10-25 07:48:29 UTC
*** Bug 68803 has been marked as a duplicate of this bug. ***
Comment 3 Simone Gotti (RETIRED) gentoo-dev 2004-10-25 07:49:30 UTC
BTW, I think this is a problem with the Makefiles of kdevelop, because it wants to link to the already installed one libs instead of the just compiled ones.
Comment 4 Shash 2004-10-25 21:40:56 UTC
This is resolved when I compile from source. So, the bug is in the kde virtuals, not in the kdevelop makefiles as was mentioned above.