Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679488 - app-emulation/xen-tools-4.12.0_rc2 - Fetched file: seabios-1.12.0.tar.gz VERIFY FAILED!
Summary: app-emulation/xen-tools-4.12.0_rc2 - Fetched file: seabios-1.12.0.tar.gz VERI...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-03-05 04:09 UTC by John L. Poole
Modified: 2019-03-09 05:23 UTC (History)
1 user (show)

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


Attachments
emerge log (app-emulation%3Axen-tools-4.12.0_rc2%3A20190304-042352.log,3.54 KB, text/plain)
2019-03-05 04:12 UTC, John L. Poole
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John L. Poole 2019-03-05 04:09:53 UTC
emerge =app-emulations/xen-tools-4.12.0_rc2 

fails because seabios-1.12.0.tar.gz could not be verified.

...
!!! Fetched file: seabios-1.12.0.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      7938
!!! Expected: 613542


Whereas, https://www.seabios.org/downloads/ shows:

seabios-1.12.0.tar.gz       17-Nov-2018 17:52              613542

emerge log to follow
Comment 1 John L. Poole 2019-03-05 04:12:40 UTC
Created attachment 567822 [details]
emerge log
Comment 2 Larry the Git Cow gentoo-dev 2019-03-07 06:00:52 UTC
The bug has been closed via the following commit(s):

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

commit a63594bca4c3fa0ea99d7ef43c783d7d7630cd5c
Author:     Yixun Lan <dlan@gentoo.org>
AuthorDate: 2019-03-07 05:56:39 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2019-03-07 06:00:47 +0000

    app-emulation/xen-tools: fix seabios checksum
    
    Upstream changed download URL
    
    Closes: https://bugs.gentoo.org/679488
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 app-emulation/xen-tools/xen-tools-4.12.0_rc2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Larry the Git Cow gentoo-dev 2019-03-07 13:35:02 UTC
The bug has been closed via the following commit(s):

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

commit 77c296e9a9670bdc5d9c779aa13159bab9853603
Author:     Tomas Mozes <hydrapolic@gmail.com>
AuthorDate: 2019-03-06 08:23:36 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2019-03-07 13:34:55 +0000

    app-emulation/xen-tools: bump to 4.12.0-r4
    
    Closes: https://bugs.gentoo.org/679488
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 app-emulation/xen-tools/Manifest                   |   1 +
 app-emulation/xen-tools/files/gentoo-patches.conf  |   9 +
 .../xen-tools/xen-tools-4.12.0_rc4.ebuild          | 472 +++++++++++++++++++++
 3 files changed, 482 insertions(+)
Comment 4 John L. Poole 2019-03-09 05:23:04 UTC
confirmed the patch works.

Thank you.