Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720186 - games-puzzle/world-of-goo-hb-1.53 fails to install on x86
Summary: games-puzzle/world-of-goo-hb-1.53 fails to install on x86
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-30 20:28 UTC by David Flogeras
Modified: 2020-04-30 23:38 UTC (History)
1 user (show)

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 David Flogeras 2020-04-30 20:28:48 UTC
I get the following error:

!!! newexe: data/x86no/WorldOfGoo.bin.x86no does not exist

(Note the extra "no" following each x86)

The $(usex amd64 _64) substitution defaults to "no" in the negative case.  Changing them to $(usex amd64 _64 "") works locally for me.
Comment 1 Larry the Git Cow gentoo-dev 2020-04-30 23:38:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdb4adf6d200ec17787798b9e02ccadb684955a

commit 6fdb4adf6d200ec17787798b9e02ccadb684955a
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2020-04-30 23:35:23 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2020-04-30 23:38:17 +0000

    games-puzzle/world-of-goo-gog: Fix bad usex usage on x86
    
    Closes: https://bugs.gentoo.org/720186
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 games-puzzle/world-of-goo-gog/world-of-goo-gog-1.51.29337.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd36e593f95ebd05e799810514fe720f5d43b86b

commit dd36e593f95ebd05e799810514fe720f5d43b86b
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2020-04-30 23:34:58 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2020-04-30 23:38:14 +0000

    games-puzzle/world-of-goo-hb: Fix bad usex usage on x86
    
    Closes: https://bugs.gentoo.org/720186
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 games-puzzle/world-of-goo-hb/world-of-goo-hb-1.53.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)