Bug 62480

Summary: : undefined symbol: _ZN10KDevPlugin4coreEv (sources from 11.08.2003)
Product: [Applications] kdevelop Reporter: Tom Lueders <tom.lueders>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED NOT A BUG    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Tom Lueders 2003-08-11 09:54:56 UTC
Version:            (using KDE KDE 3.1.3)
Installed from:    SuSE RPMs
Compiler:          gcc (GCC) 3.3 20030226 (prerelease) (SuSE Linux) 
OS:          Linux

Gideon crashes while staring.
Last messages while starting up are:

kdevelop (core): SPLASH: message=Loading plugin: CVS Integration
kdevelop (core): Registering Version Control System: CVS
kdevelop (core): SPLASH: message=Loading plugin:
gideon: relocation error: /opt/kde3/lib/kde3/libkdevscripting.so                                                         : undefined symbol: _ZN10KDevPlugin4coreEv

Thanks, Tom
Comment 1 Tom Lueders 2003-08-11 09:59:23 UTC
After reming /opt/kde3/lib/kde3/libkdevscripting.so it works, but maybe 
without CVS integration? 
 
Tom 
Comment 2 Tom Lueders 2003-08-11 09:59:47 UTC
After removing /opt/kde3/lib/kde3/libkdevscripting.so it works, but maybe 
without CVS integration? 
 
Tom 
Comment 3 Thiago Macieira 2003-08-11 10:06:56 UTC
No. You probably had two versions of this library installed. You built against 
one and ran against the other. 
 
If you're building from sources, because it compiled, all symbols were 
resolved. It means then that at least one library has changed between 
compilation and running. 
 
If you're not building from sources, then it's a packaging bug.