Bug 38267 - After exiting qtconfig a relocation error occurs
Summary: After exiting qtconfig a relocation error occurs
Status: CLOSED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-17 15:18 UTC by gjasny
Modified: 2002-09-16 14:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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