Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235106 - app-emulation/emul-linux-x86-soundlibs: libqtmcop.so.1.0.0 can't find libqt-mt.so.3
Summary: app-emulation/emul-linux-x86-soundlibs: libqtmcop.so.1.0.0 can't find libqt-m...
Status: RESOLVED DUPLICATE of bug 233866
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-18 13:51 UTC by Stephan Springer
Modified: 2008-08-20 17:04 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Springer 2008-08-18 13:51:39 UTC
I've noticed that revdep-rebuild tries to reinstall app-emulation/emul-linux-x86-soundlibs-20080418 over and over again.  The reason is that /usr/kde/3.5/lib32/libqtmcop.so.1.0.0 requires libqt-mt.so.3, which is not installed as a 32-bit-version (only in /usr/qt/3/lib64/libqt-mt.so.3).

If this is not a problem, add something to /etc/revdep-rebuild/ to avoid these false reinstallations, please, e. g.

        LD_LIBRARY_MASK="libqt-mt.so.3"
or
        SEARCH_DIRS_MASK="/usr/kde/3.5/lib32"
Comment 1 Matt Whitlock 2008-08-20 16:24:32 UTC
This is a duplicate of bug 233866.
Comment 2 Stephan Springer 2008-08-20 17:03:17 UTC

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