Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 750803 - SRC_URI for sys-apps/ipmicfg is incorrect
Summary: SRC_URI for sys-apps/ipmicfg is incorrect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-23 07:36 UTC by J. Roeleveld
Modified: 2020-10-23 15:45 UTC (History)
1 user (show)

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


Attachments
Ebuild with the fix applied (ipmicfg-1.32.0.200820.ebuild,886 bytes, text/plain)
2020-10-23 07:36 UTC, J. Roeleveld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J. Roeleveld 2020-10-23 07:36:56 UTC
Created attachment 668009 [details]
Ebuild with the fix applied

When trying to download the sources for " sys-apps/ipmicfg ", the download failed.
Upon inspecting the output, I noticed that the SRC_URI is built incorrectly:

Current:
SRC_URI="https://www.supermicro.com/wftp/utility/{MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip"

This should be:
SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip"

(Note the "$" in front of the first {MY_PN})

I have attached a fixed ebuild.
Comment 1 Conrad Kostecki gentoo-dev 2020-10-23 15:35:31 UTC
Thanks!
Comment 2 Larry the Git Cow gentoo-dev 2020-10-23 15:45:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a9f3996f7ec903d8d9d4b1de611df035f93dcb

commit c8a9f3996f7ec903d8d9d4b1de611df035f93dcb
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-10-23 15:35:03 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-10-23 15:35:03 +0000

    sys-apps/ipmicfg: fix SRC_URI
    
    Closes: https://bugs.gentoo.org/750803
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)