By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 609 - konqueror: symbol lookup error: /opt/trinity/lib/libkparts.so.2
Summary: konqueror: symbol lookup error: /opt/trinity/lib/libkparts.so.2
Status: RESOLVED DUPLICATE of bug 583
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: amd64 Debian Squeeze
: P5 major
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2011-11-12 17:09 CST by Dmitry A. Sysoev
Modified: 2012-10-19 15:51 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry A. Sysoev 2011-11-12 17:09:10 CST
I've just update TDE from 3.5.12 to 3.5.13 on Debian Squeeze.

It seems that there are some bugs in basic libraries. I've try to run konqueror. Result is:
$ konqueror
konqueror: symbol lookup error: /opt/trinity/lib/libkparts.so.2: undefined symbol: _ZN7QObject18childrenListObjectEv

$ objdump -T libkparts.so.2 |grep _ZN7QObject18childrenListObjectEv
0000000000000000      DF *UND*  0000000000000000              _ZN7QObject18childrenListObjectEv

Symbol _ZN7QObject18childrenListObjectEv is undefined.

Also:

kopete: symbol lookup error: /opt/trinity/lib/trinity/kopete_jabber.so: undefined symbol: _ZN7QObject18childrenListObjectEv
kate: symbol lookup error: /opt/trinity/lib/libkdeui.so.4: undefined symbol: _ZN7QObject18childrenListObjectEv
konsole: symbol lookup error: /opt/trinity/lib/libkdeui.so.4: undefined symbol: _ZN7QObject18childrenListObjectEv
kcalc: symbol lookup error: /opt/trinity/lib/libkdeinit_kcalc.so: undefined symbol: _ZN7QObject18childrenListObjectEv
Comment 1 Timothy Pearson 2011-11-12 17:11:52 CST

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