Bug 38267

Summary: After exiting qtconfig a relocation error occurs
Product: [Plasma] kwin Reporter: gjasny
Component: generalAssignee: KWin default assignee <kwin-bugs-null>
Status: CLOSED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description gjasny 2002-02-17 15:14:26 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kwin
Version:           KDE 2.9.2 
Severity:          normal
Installed from:    Compiled From Sources
Compiler:          gcc 2.95.4 (Debian woody)
OS:                Linux
OS/Compiler notes: Not Specified

I don't know where to report bugs for libkdecore. So I'mm doing this here.

$ qtconfig
[ doing my work ... and exit]

qtconfig: relocation error: /opt/kde3//lib/libkdecore.so.4: undefined symbol: _._9KShortcut

(Submitted via bugs.kde.org)
Comment 1 Stephan Kulow 2002-02-17 15:47:22 UTC
On Sonntag 17. Februar 2002 16:14 gjasny@wh8.tu-dresden.de wrote:
> Package: kwin
> Version: KDE 2.9.2
> Severity: normal
> Installed from:    Compiled From Sources
> Compiler:          gcc 2.95.4 (Debian woody)
> OS:                Linux
> OS/Compiler notes: Not Specified
>
> I don't know where to report bugs for libkdecore. So I'mm doing this here.
>
> $ qtconfig
> [ doing my work ... and exit]
>
> qtconfig: relocation error: /opt/kde3//lib/libkdecore.so.4: undefined
> symbol: _._9KShortcut

This looks like a miscompilation. Try ldd -r on libkdecore

Greetings Stephan