Summary: | sci-libs/superlu-4.3-r2: Filesize does not match recorded size | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Frank Daniel <fdan52> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | jstein, sam |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info |
Description
Frank Daniel
2022-07-31 21:12:19 UTC
Created attachment 796261 [details]
emerge --info
Confirmed for 4.3-r2, superlu-5.3.0 is fine. GENTOO_MIRRORS="" ebuild superlu-4.3-r2.ebuild fetch . . . /var/db/distfiles/superlu_4.3.tar.gz.__downl 100%[=============================================================================================>] 2.74M 1.25MB/s in 2.2s 2022-08-01 00:34:19 (1.25 MB/s) - ‘/var/db/distfiles/superlu_4.3.tar.gz.__download__’ saved [2875951/2875951] !!! Fetched file: superlu_4.3.tar.gz VERIFY FAILED! !!! Reason: Filesize does not match recorded size !!! Got: 2875951 !!! Expected: 2876631 Refetching... File renamed to '/var/db/distfiles/superlu_4.3.tar.gz._checksum_failure_.tb5ejrb8' !!! Couldn't download 'superlu_4.3.tar.gz'. Aborting. It has been almost a month since I filed this issue. Has any work been done on it? (In reply to Frank Daniel from comment #3) > It has been almost a month since I filed this issue. Has any work been done > on it? Looking at it now, thanks, but in future, if you hit such an issue, you should make sure your GENTOO_MIRRORS is set in make.conf. Having it unset means you're exposed to upstream breaking things like this. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5611848da693494fe7a710836779c9c25b85c0fa commit 5611848da693494fe7a710836779c9c25b85c0fa Author: Sam James <sam@gentoo.org> AuthorDate: 2022-08-25 00:51:07 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-08-25 00:52:15 +0000 sci-libs/superlu: fix Manifest (fix 4.3 ebuild distfile) The 4.3 tarball (which got replaced upstream) was actually, seemingly, partly version 4.1 instead? Mirror the "bad" (nothing malicious, just mislabelled version) copy to my devspace at dev.gentoo.org and keep using it in 4.3-r2, and add a fixed 4.3-r3 using the fixed 4.3 upstream version. Closes: https://bugs.gentoo.org/862597 Signed-off-by: Sam James <sam@gentoo.org> sci-libs/superlu/Manifest | 1 + sci-libs/superlu/superlu-4.3-r2.ebuild | 8 +++- sci-libs/superlu/superlu-4.3-r3.ebuild | 86 ++++++++++++++++++++++++++++++++++ 3 files changed, 93 insertions(+), 2 deletions(-) |