The ebuild tries to download the package from https://github.com/linbox-team/fflas-ffpack/releases/download/2.4.3/fflas-ffpack-2.4.3.tar.gz which gives 404 Not Found, so it fails. Reproducible: Always Steps to Reproduce: 1. emerge sci-libs/fflas-ffpack Actual Results: 404 error Expected Results: successful download + install I think the correct URL would be https://github.com/linbox-team/fflas-ffpack/releases/download/v2.4.3/fflas-ffpack-2.4.3.tar.gz (note the extra 'v' letter before the version).
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6faf0bd05f38441cdd829ea1d989023f16bbbadb commit 6faf0bd05f38441cdd829ea1d989023f16bbbadb Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2020-07-31 21:45:52 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2020-07-31 21:47:31 +0000 sci-libs/fflas-ffpack: fix download URL. Not sure what happened here, but it works now. Tested after deleting the Manifest, deleting the distfile, and emptying GENTOO_MIRRORS. Closes: https://bugs.gentoo.org/733546 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)