Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 916321 - [guru] games-emulation/duckstation-9999: fix use flags and install issues
Summary: [guru] games-emulation/duckstation-9999: fix use flags and install issues
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Haelwenn (lanodan) Monnier
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2023-10-27 06:57 UTC by Alex Barker
Modified: 2025-05-09 13:16 UTC (History)
1 user (show)

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


Attachments
duckstation-9999.ebuild (duckstation-9999.ebuild,2.33 KB, application/vnd.gentoo.ebuild)
2023-10-27 07:36 UTC, Alex Barker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Barker 2023-10-27 06:57:03 UTC
The upstream path for the resources folder is no longer copied to the bin folder on build. Ebuild was updated to pull these resources from ${S} instead. This resolves the ebuilds failure to complete the installation process.

I've also overhauled the use flags. There were a number of old use flags that are no longer supported. Some are now required, others were removed completely. 

Reproducible: Always
Comment 1 Alex Barker 2023-10-27 07:36:17 UTC
Created attachment 873511 [details]
duckstation-9999.ebuild

Please code review this. I feel like I am missing some simplifications in the required use section.
Comment 2 Neko-san 2025-04-08 23:50:32 UTC
Duckstation also doesn't use SDL2 anymore, it seems. :/
The Guru ebuild fails during configure because it tries to find SDL3 but claims it can't.

Is this package still being maintained...?
Comment 3 Larry the Git Cow gentoo-dev 2025-04-09 10:08:04 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef746c5a98f26ecb84f103c92980242aa5cf4a7f

commit ef746c5a98f26ecb84f103c92980242aa5cf4a7f
Author:     Haelwenn (lanodan) Monnier <contact@hacktivis.me>
AuthorDate: 2025-04-09 00:15:55 +0000
Commit:     Haelwenn (lanodan) Monnier <contact@hacktivis.me>
CommitDate: 2025-04-09 00:20:54 +0000

    profiles: last-rite games-emulation/duckstation
    
    Bug: https://bugs.gentoo.org/912996
    Bug: https://bugs.gentoo.org/916321
    Bug: https://bugs.gentoo.org/926268
    Bug: https://bugs.gentoo.org/932124
    Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>

 profiles/package.mask | 8 ++++++++
 1 file changed, 8 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2025-05-09 13:16:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2efdbbbde62f530ac5f02c76709d694a24d78882

commit 2efdbbbde62f530ac5f02c76709d694a24d78882
Author:     Haelwenn (lanodan) Monnier <contact@hacktivis.me>
AuthorDate: 2025-05-09 00:56:31 +0000
Commit:     Haelwenn (lanodan) Monnier <contact@hacktivis.me>
CommitDate: 2025-05-09 01:02:30 +0000

    games-emulation/duckstation: treeclean
    
    Closes: https://bugs.gentoo.org/912996
    Closes: https://bugs.gentoo.org/916321
    Closes: https://bugs.gentoo.org/926268
    Closes: https://bugs.gentoo.org/932124
    Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>

 .../duckstation/duckstation-9999.ebuild            | 94 ----------------------
 games-emulation/duckstation/metadata.xml           | 22 -----
 profiles/package.mask                              |  7 --
 3 files changed, 123 deletions(-)