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: UNCONFIRMED
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: 2023-10-30 15:37 UTC (History)
0 users

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.