Closed ThisNekoGuy closed 9 months ago
Please pull and try with the updated ebuild. Not bumping this yet. Need to confirm it builds too.
It fails during the source fetching stage, before the build starts: yuzu-tatsh-build.log
This is in my make.conf
; I've never had an issue with fetching a source like this until now:
FETCHCOMMAND="wget2 --https-only --limit-rate=25000k --max-threads=8 --max-redirect=1 --fsync-policy --tries=10 -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
RESUMECOMMAND="wget2 --https-only --limit-rate=25000k --max-threads=8 --max-redirect=1 --fsync-policy --tries=10 -c -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
EDIT: Ah, nevermind; I see it's because of redirects
Confirmed; it builds and launches
The Yuzu ebuild doesn't account for llvm-libunwind systems; the emerge gets blocked: