Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239423 - net-im/psi-0.12: symbol lookup error
Summary: net-im/psi-0.12: symbol lookup error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Peter Weller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-03 11:30 UTC by René Fleschenberg
Modified: 2008-11-28 12:21 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (info,4.20 KB, text/plain)
2008-10-03 11:31 UTC, René Fleschenberg
Details
ldd /usr/bin/psi (ldd,1.87 KB, text/plain)
2008-10-03 12:19 UTC, René Fleschenberg
Details
ld.so.conf (ld.so.conf,534 bytes, text/plain)
2008-10-03 12:20 UTC, René Fleschenberg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description René Fleschenberg 2008-10-03 11:30:42 UTC
psi: symbol lookup error: /usr/lib/qt4/libQt3Support.so.4: undefined symbol: _ZNK9QMenuItem10metaObjectEv

I tried revdep-rebuild and also manually re-emerging psi, qt-4 and qt-3. Problem persists.

psi-0.12, qt-4.3.3, qt-3.3.8-r4
Comment 1 René Fleschenberg 2008-10-03 11:31:31 UTC
Created attachment 167071 [details]
emerge --info
Comment 2 Peter Alfredsen (RETIRED) gentoo-dev 2008-10-03 11:40:04 UTC
Per https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/115970 , you didn't by any chance install Nessus-3, did you?
Comment 3 René Fleschenberg 2008-10-03 12:19:47 UTC
Created attachment 167077 [details]
ldd /usr/bin/psi
Comment 4 René Fleschenberg 2008-10-03 12:20:14 UTC
Created attachment 167079 [details]
ld.so.conf
Comment 5 René Fleschenberg 2008-10-03 12:25:26 UTC
(In reply to comment #2)
> Per https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/115970 , you didn't
> by any chance install Nessus-3, did you?

Nessus is not installed currently. I cannot tell for sure wether I had it installed at some point in the past.

After reading the Ubuntu bug report, I checked my ld.so.conf. No mention of nessus in there. I also ran ldconfig. No effect.
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2008-10-03 15:13:28 UTC
Which versions of x11-libs/qt are installed?
Comment 7 René Fleschenberg 2008-10-03 15:24:46 UTC
(In reply to comment #6)
> Which versions of x11-libs/qt are installed?

See comment #1: qt-4.3.3, qt-3.3.8-r4

Comment 8 René Fleschenberg 2008-10-03 20:32:37 UTC
At least one more package shows the same error:

qtconfig: symbol lookup error: /usr/lib/qt4/libQt3Support.so.4: undefined symbol: _ZNK9QMenuItem10metaObjectEv
Comment 9 Peter Weller (RETIRED) gentoo-dev 2008-11-27 10:34:17 UTC
Our dearest bonsaikitten claims that this is a nasty C++ issue which can be solved with emerge -e world. If this doesn't work, feel free to stab him ^_^ (I'm assuming it's still broken for you, if not, just let me know and I'll close the bug)
Comment 10 René Fleschenberg 2008-11-28 12:21:52 UTC
Hi,

(In reply to comment #9)
> Our dearest bonsaikitten claims that this is a nasty C++ issue which can be
> solved with emerge -e world. If this doesn't work, feel free to stab him ^_^
> (I'm assuming it's still broken for you, if not, just let me know and I'll
> close the bug)

It's fixed for me. Thank you.