Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673820 - games-util/pyfa-9999 - src_prepare(): sed: can't read gui/bitmapLoader.py: No such file or directory
Summary: games-util/pyfa-9999 - src_prepare(): sed: can't read gui/bitmapLoader.py: No...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas Zuber
URL:
Whiteboard:
Keywords: PullRequest
Depends on: 667318
Blocks:
  Show dependency tree
 
Reported: 2018-12-27 13:52 UTC by N. Andrew Walsh
Modified: 2019-11-01 06:06 UTC (History)
3 users (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 N. Andrew Walsh 2018-12-27 13:52:46 UTC
First of all, it blows my mind that there's enough overlap between gentoo users and EVE players that this is maintained at all. You folks always amaze me.

but I suspect upstream has changed a filename, because the live ebuild no longer runs:

 * Checking out https://github.com/pyfa-org/Pyfa.git to /var/tmp/portage/games-util/pyfa-9999/work/pyfa-9999 ...
git checkout --quiet refs/git-r3/HEAD
GIT NEW branch -->
   repository:               https://github.com/pyfa-org/Pyfa.git
   at the commit:            b9ec89e9c81a73bb3c9f26bd1599d51ca27981ea
>>> Source unpacked in /var/tmp/portage/games-util/pyfa-9999/work
>>> Preparing source in /var/tmp/portage/games-util/pyfa-9999/work/pyfa-9999 ...
sed: can't read gui/bitmapLoader.py: No such file or directory

as you can see from the error, it's looking for "bitmapLoader.py", but in the directory in question, the file is named "bitmap_loader.py".

Or is this something that upstream needs to fix?

Fly Safe!
Comment 1 Ben Kohler gentoo-dev 2018-12-27 18:12:07 UTC
*** Bug 673830 has been marked as a duplicate of this bug. ***
Comment 2 Andreas Zuber 2019-01-11 16:28:23 UTC
Upstream changed to using python 3.6+ and wxpython 4 recently and unfortunately there is no working ebuild for this dependency until now. This means that the live ebuild will not work for now, as well as new releases > 2.0
Comment 3 Captain Crutches 2019-01-12 00:23:05 UTC
This will probably be fixed along with #671470 once wxPython 4 is added and both ebuilds can be updated with version 2.x.
Comment 4 N. Andrew Walsh 2019-04-10 16:31:32 UTC
there is a 4.* version of wxPython in the 4nykey overlay; would it be possible to update the live ebuild to use this, so that the adventurous among us can start testing it?

o7
Comment 5 Andreas Zuber 2019-04-11 11:23:59 UTC
Hmm.. good hint. Will take a look at it. Would be great if we can get it working again even if it's just in an overlay for now.
Comment 6 Andreas Zuber 2019-05-09 18:06:07 UTC
For now I created an overlay with the newest version and a working version of the live ebuild. https://github.com/ZeroPointEnergy/gentoo-pyfa-overlay

I'm not sure how easy it will be to upstream those ebuilds.
Comment 7 Larry the Git Cow gentoo-dev 2019-11-01 06:06:27 UTC
The bug has been closed via the following commit(s):

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

commit ec0981a2772f9677cdf81eb8dd918354e429dcca
Author:     Andreas Zuber <a.zuber@gmx.ch>
AuthorDate: 2019-05-25 00:33:38 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2019-11-01 06:06:15 +0000

    games-util/pyfa: fix live ebuild
    
    Closes: https://bugs.gentoo.org/673820
    Package-Manager: Portage-2.3.66, Repoman-2.3.11
    Signed-off-by: Andreas Zuber <a.zuber@gmx.ch>
    Closes: https://github.com/gentoo/gentoo/pull/12102
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 games-util/pyfa/pyfa-9999.ebuild | 76 ++++++++++++++++++++--------------------
 1 file changed, 38 insertions(+), 38 deletions(-)