Bug 439997 - Missing symbol _ZN16QIODevicePrivate13putCharHelperEc
Summary: Missing symbol _ZN16QIODevicePrivate13putCharHelperEc
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: qt4
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-01 09:44 UTC by Giuseppe Paterno
Modified: 2008-04-02 21:24 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-04-02 21:24:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Giuseppe Paterno 2008-04-01 09:44:39 UTC
Description of problem:


Version-Release number of selected component (if applicable):
qt4-4.3.3-1.fc8

How reproducible:
Some kde applications, such as View Your Mind (vym) included in F8 or Skype as
3PP, when run shown missing symbol like this:

$ /usr/bin/vym
/usr/bin/vym: symbol lookup error: /usr/lib/libQtNetwork.so.4: undefined symbol:
_ZN16QIODevicePrivate13putCharHelperEc

Thanks.

Comment 1 Kevin Kofler 2008-04-01 14:28:26 UTC
Ugh, this is a private symbol QIODevicePrivate::putCharHelper(char), it's bad 
that apps end up with a reference to that. :-(

Comment 2 Kevin Kofler 2008-04-01 14:33:57 UTC
Well, actually, it's not apps ending up with it, but libQtNetwork.so.4.

Comment 3 Kevin Kofler 2008-04-01 14:39:26 UTC
vym WORKSFORME.
vym-1.10.0-1.fc8
qt4-4.3.3-1.fc8
32-bit x86 (i386/i686).

What's the output of "ldd /usr/bin/vym" for you? Anything suspicious (such as a 
private copy of Qt from some Skype directory)?

Comment 4 Giuseppe Paterno 2008-04-02 21:24:48 UTC
You've right! 
I've recently installed Aladin eToken, which brings its own copy of qt4.
ldd showed it, I didn't thought the rpm put a file in /etc/ld.so.conf.d/
My apologies for opening the bug in bugzilla.
Can be closed as non-bug.


Note You need to log in before you can comment on or make changes to this bug.