Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497668 - games-puzzle/world-of-goo-1.41-r1 creates broken wrapper
Summary: games-puzzle/world-of-goo-1.41-r1 creates broken wrapper
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-10 04:51 UTC by Andrew Church
Modified: 2014-01-10 05:51 UTC (History)
0 users

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


Attachments
world-of-goo-1.41-r1.ebuild.patch (world-of-goo-1.41-r1.ebuild.patch,392 bytes, patch)
2014-01-10 04:51 UTC, Andrew Church
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.