Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382921 - games-puzzle/world-of-goo-1.41: pre-built binaries trigger preserve-libs for global libraries, despite locally bundled copies
Summary: games-puzzle/world-of-goo-1.41: pre-built binaries trigger preserve-libs for ...
Status: RESOLVED DUPLICATE of bug 215242
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: preserve-libs
  Show dependency tree
 
Reported: 2011-09-14 09:14 UTC by Michał Górny
Modified: 2011-09-14 17:36 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-09-14 09:14:20 UTC
Right now, world-of-goo installs both amd64 & x86 executables. Thus, the package actually relies both on local libs and emul-linux libs, and after removing one of these packages:

>>> package: app-emulation/emul-linux-x86-sdl-20110722
 *  - /usr/lib32/libSDL_mixer-1.2.so.0
 *  - /usr/lib32/libSDL_mixer-1.2.so.0.10.1
 *      used by /opt/WorldOfGoo/WorldOfGoo.bin32 (games-puzzle/world-of-goo-1.41)
 *  - /usr/lib32/libSDL-1.2.so.0
 *  - /usr/lib32/libSDL-1.2.so.0.11.3
 *      used by /opt/WorldOfGoo/WorldOfGoo.bin32 (games-puzzle/world-of-goo-1.41)
 *      used by /opt/WorldOfGoo/libs32/libSDL_mixer-1.2.so.0 (games-puzzle/world-of-goo-1.41)

Consider that one of the executables is unusable without correct deps satisfied, I'd say the package should install only the one which will be used.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-09-14 15:30:05 UTC
Sorry, missed the fact it's bundled.

*** This bug has been marked as a duplicate of bug 215242 ***
Comment 2 Zac Medico gentoo-dev 2011-09-14 17:33:54 UTC
This case looks like it's sort of the opposite case of the acroread thing shown in bug #215242, comment #0, since the acroread case preserves locally bundled libraries. If openssl-0.9.6 isn't installed in the global lib path, then acroread may actually need to have those local copies preserved in order to run.

In the world-of-goo case, it's libraries from the global lib path that are preserved, which may have a different root cause.