Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 771729 - games-emulation/nestopia-9999: Broken and outdated ebuild.
Summary: games-emulation/nestopia-9999: Broken and outdated ebuild.
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:
 
Reported: 2021-02-20 15:09 UTC by orbea
Modified: 2021-02-21 00:13 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 orbea 2021-02-20 15:09:56 UTC
The nestopia-9999 ebuild is broken, upstream does not have a cmake build and uses autotools (cmake was briefly added and then removed upstream several years ago).

Additionally the gui use flag is no longer applicable as the cli SDL build was removed upstream. This repo is intended only as the standalone nestopia and there are now far better ways to use nestopia without a gui as the core emulator development has moved to a new repo. (https://gitlab.com/jgemu/nestopia).

Reproducible: Always

Steps to Reproduce:
1. Build games-emulation/nestopia-9999.
Actual Results:  
The build fails.

Expected Results:  
The build doesn't fail.
Comment 1 Larry the Git Cow gentoo-dev 2021-02-20 22:30:30 UTC
The bug has been closed via the following commit(s):

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

commit 03626bb5462ec1b661118284e49a50f051c0e351
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-02-20 22:30:12 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-02-20 22:30:12 +0000

    games-emulation/nestopia: Update live ebuild
    
    Closes: https://bugs.gentoo.org/771729
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: David Seifert <soap@gentoo.org>

 games-emulation/nestopia/nestopia-9999.ebuild | 42 +++++++++------------------
 1 file changed, 14 insertions(+), 28 deletions(-)
Comment 2 David Seifert gentoo-dev 2021-02-20 22:31:06 UTC
(In reply to orbea from comment #0)
> The nestopia-9999 ebuild is broken, upstream does not have a cmake build and
> uses autotools (cmake was briefly added and then removed upstream several
> years ago).
> 
> Additionally the gui use flag is no longer applicable as the cli SDL build
> was removed upstream. This repo is intended only as the standalone nestopia
> and there are now far better ways to use nestopia without a gui as the core
> emulator development has moved to a new repo.
> (https://gitlab.com/jgemu/nestopia).
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 1. Build games-emulation/nestopia-9999.
> Actual Results:  
> The build fails.
> 
> Expected Results:  
> The build doesn't fail.

You're welcome.
Comment 3 orbea 2021-02-21 00:13:05 UTC
> You're welcome.

Thanks!