Attempting to install/update mangohud now fails during the fetch phase: ----- >>> Emerging (1 of 1) games-util/mangohud-9999::guru * vulkan-headers-1.2.158.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ] * vulkan-headers-1.2.158-2-meson-wrap.zip BLAKE2B SHA512 size ;-) ... [ ok ] * spdlog-1.13.0.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ] * spdlog-1.13.0-1-wrap.zip BLAKE2B SHA512 size ;-) ... [ ok ] * implot-0.16.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ] >>> Downloading 'https://gentoo.osuosl.org/distfiles/09/implot-0.16-1-wrap.zip' [0] Downloading 'https://gentoo.osuosl.org/distfiles/09/implot-0.16-1-wrap.zip' ... HTTP ERROR response 404 Not Found [https://gentoo.osuosl.org/distfiles/09/implot-0.16-1-wrap.zip] >>> Downloading 'https://wrapdb.mesonbuild.com/v2/implot_0.16-1/get_patch' [0] Downloading 'https://wrapdb.mesonbuild.com/v2/implot_0.16-1/get_patch' ... HTTP response 301 Moved Permanently [https://wrapdb.mesonbuild.com/v2/implot_0.16-1/get_patch] Adding URL: https://github.com/mesonbuild/wrapdb/releases/download/implot_0.16-1/implot_0.16-1_patch.zip [0] Downloading 'https://github.com/mesonbuild/wrapdb/releases/download/implot_0.16-1/implot_0.16-1_patch.zip' ... HTTP response 302 [https://github.com/mesonbuild/wrapdb/releases/download/implot_0.16-1/implot_0.16-1_patch.zip] !!! Couldn't download 'implot-0.16-1-wrap.zip'. Aborting. Reproducible: Always Steps to Reproduce: 1. emerge -1 mangohud Actual Results: Emerge fails Expected Results: Compilation phase should at least be achieved These are my fetch commands in make.conf: FETCHCOMMAND="wget2 --https-only --limit-rate=25000k --max-threads=8 --max-redirect=5 --fsync-policy --tries=10 -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\"" RESUMECOMMAND="wget2 --https-only --limit-rate=25000k --max-threads=8 --max-redirect=5 --fsync-policy --tries=10 -c -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
Hello, I cannot reproduce this error. Maybe github had some issues at the time. Try again and see.
I still have this error, I just tried again.
I just realized you have a custom FETCHCOMMAND and RESUMECOMMAND. Try without and you will probably be good.
Ah, my bad, it was because "--max-redirect" wasn't actually set to 5, I just thought it was; it fetches fine if I correct that