Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733546 - sci-libs/fflas-ffpack-2.4.3: Download fails
Summary: sci-libs/fflas-ffpack-2.4.3: Download fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michael Orlitzky
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-22 17:17 UTC by ngg
Modified: 2020-07-31 21:49 UTC (History)
3 users (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 ngg 2020-07-22 17:17:22 UTC
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).
Comment 1 Larry the Git Cow gentoo-dev 2020-07-31 21:49:19 UTC
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(-)