Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 775572 - games-misc/opengfx-0.6.0 calls python directly (dev-lang/python-exec[-native-symlinks])
Summary: games-misc/opengfx-0.6.0 calls python directly (dev-lang/python-exec[-native-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 762406
  Show dependency tree
 
Reported: 2021-03-12 09:16 UTC by Agostino Sarubbo
Modified: 2021-03-13 08:20 UTC (History)
0 users

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


Attachments
build.log (build.log,9.98 KB, text/plain)
2021-03-12 09:16 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-03-12 09:16:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-misc/opengfx-0.6.0 calls python directly (dev-lang/python-exec[-native-symlinks]).
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
Please take a look at the tracker bug for more info.
Comment 1 Agostino Sarubbo gentoo-dev 2021-03-12 09:16:55 UTC
Created attachment 690927 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-03-12 23:59:43 UTC
The bug has been closed via the following commit(s):

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

commit ca104aea54a40ea4b8f6fdbe143af07af00ce7b7
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-03-12 23:58:06 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-03-12 23:59:26 +0000

    games-misc/opengfx: fix compilation with -native-symlinks
    
    Closes: https://bugs.gentoo.org/775572
    Package-Manager: Portage-3.0.16, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 games-misc/opengfx/opengfx-0.6.0.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
Comment 3 Joonas Niilola gentoo-dev 2021-03-13 08:20:08 UTC
You added

  PYHTON="${EPYTHON}"

3 times.

Granted I didn't test this, but I have my doubts ;)