Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713918 - games-action/solar2 solar2.png checksum_failure when emerging
Summary: games-action/solar2 solar2.png checksum_failure when emerging
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-22 10:09 UTC by Erik Dobak
Modified: 2020-03-25 11:02 UTC (History)
1 user (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 Erik Dobak 2020-03-22 10:09:21 UTC
When emerging the message says: Also download https://dev.gentoo.org/~chewi/distfiles/solar2.png

i did download the solar2.png into the distfiles folder like:
wget https://dev.gentoo.org/~chewi/distfiles/solar2.png

but get error when emerging solar2:
...
Refetching... File renamed to '/var/cache/distfiles/solar2.png._checksum_failure_.0jxzjgq1'
...

after this solar2.png is gone from distfiles and only solar2.png._checksum_failure_.0jxzjgq1 is left there.

Did solar2.png change but the checksum not?
Comment 1 Jonas Stein gentoo-dev 2020-03-22 23:11:07 UTC
Yes, I can confirm that.

$ sha512sum solar2.png 
3ef5ddbc4da5d997efdae5cdd06eda1e552d8e0dc6bfb0a4570200a39c02b5a07a6286ac353b1e660d6c045a061079ce4b0c99e61584a324640f9fc285666749  solar2.png

but Manifest:
DIST solar2.png 8260 BLAKE2B cf154377ee73b6d0f3c86e0377b29ca7208ef030183db7bae88b352d5684f3c513d0ad57119121a79906287e72d0a863891285224b631fa44d2ccee12a1eacef SHA512 a85e875e3a159670ea2a3f32687e7e52cf369f29add86f19e6431f05e7835c1a30303ddd4ff406a525c1086298807c2f94773dd987d4d99b89bc7c63150c9c85


---------------------------------------------------------

GENTOO_MIRRORS="" ebuild solar2-1.10.ebuild  fetch 
Appending /usr/local/overlays/gentoo to PORTDIR_OVERLAY...

!!! games-action/solar2-1.10 has fetch restriction turned on.
!!! This probably means that this ebuild's files must be downloaded
!!! manually.  See the comments in the ebuild for more information.

 * Please buy and download solar2-linux-1.10.tar.gz from:
 *   http://murudai.com/solar/
 * Also download https://dev.gentoo.org/~chewi/distfiles/solar2.png
 * and move both to your distfiles directory. The Humble Bundle download
 * may have a timestamp appended to the filename.

----8<-------------------------------------------

@Chewy: Can't we download 
https://dev.gentoo.org/~chewi/distfiles/solar2.png
automatically?
Comment 2 James Le Cuirot gentoo-dev 2020-03-23 14:29:25 UTC
(In reply to Jonas Stein from comment #1)
> @Chewy: Can't we download 
> https://dev.gentoo.org/~chewi/distfiles/solar2.png
> automatically?

No, because of bug #371413.

I'm at work and my key is too close to expiry so I'll fix this tonight.
Comment 3 James Le Cuirot gentoo-dev 2020-03-23 23:57:52 UTC
Turns out the Manifest had the correct version and I still had a copy of that file locally. It's 64x64 as opposed to the one in my distfiles, which was 70x70. Fixed now.
Comment 4 Erik Dobak 2020-03-25 11:02:52 UTC
confirming a successful emerge of solar2.
thank you.