Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 382921

Summary: games-puzzle/world-of-goo-1.41: pre-built binaries trigger preserve-libs for global libraries, despite locally bundled copies
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: [OLD] GamesAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 240323    

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.