yuzu cannot build due to upstream changes. upstream inih, and ini4j in favor of SimpleIni. see: https://github.com/yuzu-emu/yuzu/pull/11889 https://github.com/yuzu-emu/yuzu-mainline/commit/5a182f4e7ccfac696cd54542089c880d002f5cc9 Reproducible: Always Steps to Reproduce: 1. emerge -1v '=games-emulation/yuzu-9999' Actual Results: fails to compile with 'sed: can't read src/yuzu_cmd/config.cpp: No such file or directory" Expected Results: compiled and installed
Created attachment 875760 [details] emerge --info
Created attachment 875761 [details] build.log
Created attachment 875762 [details, diff] unify-config-handling-across-frontends.patch proposed patch for games-emulation/yuzu/yuzu-9999.ebuild
(In reply to Esad Katmer from comment #0) > upstream inih, and ini4j in favor of SimpleIni. upstream removed inih, and ini4j in favor of SimpleIni.
thanks for the patch, works like a charm
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14c6088d3f5b399441f27905cbe231b3cc619cb3 commit 14c6088d3f5b399441f27905cbe231b3cc619cb3 Author: Moritz Brunner <moritz.brunner+gentoo@posteo.de> AuthorDate: 2024-01-03 19:49:54 +0000 Commit: Moritz Brunner <moritz.brunner+gentoo@posteo.de> CommitDate: 2024-01-03 19:54:28 +0000 games-emulation/yuzu: Replace inih with simpleini inih was replaced upstream with simpleini for config file support. Closes: https://bugs.gentoo.org/920675 Closes: https://bugs.gentoo.org/918648 Signed-off-by: Moritz Brunner <moritz.brunner+gentoo@posteo.de> games-emulation/yuzu/yuzu-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-)