When trying to fetch the sources directly (i.e. not from a Gentoo mirror), I get 404s for the HPN patches. The cause seems to be HPN_PV being capitalized so it contains "P1" while the actual URL has lower-case "p1". It works after running sed on the ebuild with this expression: s,V/_,&P/p, Reproducible: Always Steps to Reproduce: I'm actually calling a big script around emirrordist, but I think the problem is easily checked without it. I can pull out a minimal reproducer if it's really necessary. Actual Results: The command fails from the 404 responses not matching the manifest. Expected Results: It should successfully download the sources.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130ae7a7b3d72d77559f2ff0304ab3955162f883 commit 130ae7a7b3d72d77559f2ff0304ab3955162f883 Author: Patrick McLean <patrick.mclean@sony.com> AuthorDate: 2019-03-19 18:19:41 +0000 Commit: Patrick McLean <chutzpah@gentoo.org> CommitDate: 2019-03-19 18:20:07 +0000 net-misc/openssh: Fix SRC_URI for hpn in 7.9_p1-r4 (bug 680942) Closes: https://bugs.gentoo.org/680942 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> net-misc/openssh/openssh-7.9_p1-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)