Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 502584 - app-emulation/emul-linux-x86-qtlibs should be rebuilt for libmng-2
Summary: app-emulation/emul-linux-x86-qtlibs should be rebuilt for libmng-2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Multilib team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-27 03:01 UTC by Dan Johnson
Modified: 2014-04-28 20:53 UTC (History)
0 users

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 Dan Johnson 2014-02-27 03:01:56 UTC
with media-libs/libmng-2.0.2[abi_x86_32] (available in ~amd64), libmng.so.1 has been replaced with libmng.so.2. 

In emul-linux-x86-qtlibs, the file "/usr/lib32/qt4/plugins/imageformats/libqmng.so" links so libmng.so.1. This is causing the preserved-rebuild system to hold libmng.so.1 installed:

>>> package: app-emulation/emul-linux-x86-baselibs-20131008-r19
 *  - /usr/lib32/libmng.so.1.0.0
 *      used by /usr/lib32/qt4/plugins/imageformats/libqmng.so (app-emulation/emul-linux-x86-qtlibs-20131008)

But on new installations, this would not be present, so the link would be broken. Please rebuild emul-linux-x86-qtlibs to reference the new version, and add a dependency on >=media-libs/libmng-2.0.2[abi_x86_32]
Comment 1 Dan Johnson 2014-04-28 20:53:36 UTC
Apparently libmng.so.1 is included in emul-linux-x86-baselibs again (as of at least 20140406-r1), so this is fixed.