Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 558664 - sys-apps/likwid-4.0.1 checksum failure and more
Summary: sys-apps/likwid-4.0.1 checksum failure and more
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Brendan Horan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-25 08:40 UTC by Helmut Jarausch
Modified: 2015-08-26 10:12 UTC (History)
2 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 Helmut Jarausch 2015-08-25 08:40:02 UTC
sys-apps/likwid-4.0.1 gives a checksum failure after downloading.
Furthermore, the package would unpack to likwid-likwid-4.0.1 instead of
likwid-4.0.1
Comment 1 Jonas Stein gentoo-dev 2015-08-25 20:59:34 UTC
confirmed here:
[..]
!!! Fetched file: likwid-4.0.1.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      1409079
!!! Expected: 1429223
Comment 2 Brendan Horan 2015-08-25 23:47:08 UTC
How very odd, the ebuild was well tested.
I can confirm this happens now as well.
Comment 3 Brendan Horan 2015-08-26 00:39:16 UTC
It seems the source tarball was regenerated.
This caused the check sum error.

A patch to the ebuild is needed for the new directory name
S=${WORKDIR}/likwid-likwid-${PV}
Comment 4 Brendan Horan 2015-08-26 01:27:52 UTC
This pull request has the patch needed.

https://github.com/gentoo/gentoo/pull/39
Comment 6 Brendan Horan 2015-08-26 05:12:19 UTC
This should be all fixed now.
Comment 7 Ian Delaney (RETIRED) gentoo-dev 2015-08-26 10:12:35 UTC
Author: Brendan Horan <brendan@horan.hk>
Date:   Wed Aug 26 09:19:05 2015 +0800

    sys-apps/likwid: Upstream re-submitted the tarball with altered content. See bug 558664.
    
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>