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

Bug 497668

Summary: games-puzzle/world-of-goo-1.41-r1 creates broken wrapper
Product: Gentoo Linux Reporter: Andrew Church <achurch+gentoo>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: world-of-goo-1.41-r1.ebuild.patch

Description Andrew Church 2014-01-10 04:51:48 UTC
Created attachment 367546 [details, diff]
world-of-goo-1.41-r1.ebuild.patch

world-of-goo-1.41-r1 creates a /usr/games/bin wrapper which is broken in two ways:

- The wrapper attempts to execute "WorldOfGoo", but the actual executable name is "WorldOfGoo.bin32" or "WorldOfGoo.bin64" depending on the bitness of the system.

- The wrapper doesn't cd to the game's install directory (/opt/games/world-of-goo), causing the game to abort because it can't find its resources.

Patch attached.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2014-01-10 05:29:30 UTC
$ ls -l /opt/world-of-goo/WorldOfGoo
-rwxr-x--- 1 root games 1305 Jan  9  2013 /opt/world-of-goo/WorldOfGoo

Looks like it installs one to me.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2014-01-10 05:31:32 UTC
yeah, you broke this yourself. ;-)
Comment 3 Andrew Church 2014-01-10 05:51:34 UTC
Huh, I totally didn't see that script in my non-portage install.  Sorry about that.