Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 680942 - net-misc/openssh-7.9_p1-r4: Broken SRC_URI for hpnssh patches
Summary: net-misc/openssh-7.9_p1-r4: Broken SRC_URI for hpnssh patches
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: https://sourceforge.net/projects/hpns...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-19 17:16 UTC by David Michael
Modified: 2019-03-19 18:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Michael 2019-03-19 17:16:55 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2019-03-19 18:20:27 UTC
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(-)