[SOLVED]: stage3 file failed SHA512
Posted: Sun Nov 16, 2025 5:08 am
I'm trying to do my first build of the Build.Dist directory from https://github.com/GenPi64/Build.Dist#
Obvious question, is that the wrong way to go? If not:
Reading the "Usage" section of the README file there, I find that either it's out of date, or I'm misunderstanding stuff, so coach me there...
I've made it as far as making sure that I have "dev-python/lockfile" installed. Then "sudo sh build.sh" reaches this point:
Does that just mean that a key somewhere along the chain is due for an update and I should wait a while and try again? Or have I overlooked a step somewhere? Or...?
Thanks.
Obvious question, is that the wrong way to go? If not:
Reading the "Usage" section of the README file there, I find that either it's out of date, or I'm misunderstanding stuff, so coach me there...
I've made it as far as making sure that I have "dev-python/lockfile" installed. Then "sudo sh build.sh" reaches this point:
Code: Select all
[...]
+ expected_hash=c5f8cb88806a10a847c1faa062147abcfcf5285117c08ecd857549d56b56944d91d28f566403d29258cc559d5cfcb0859a5608950ee2dfbd31d4314ef88312ad
++ sha512sum /home/mjinks/src/Build.Dist/build/GenPi64OpenRC/build-binary-assets/stage3/stage3-arm64-openrc.tar.xz
++ awk '{print $1}'
+ actual_hash=40511c526d7648f0e40b1b3cd3cbc9426a8f45317d5c21907cdc9e4260ddd07045fbce5fd45a83a80387e691db8c76caca6f3893d5f392caafae9aa5382c0369
+ '[' c5f8cb88806a10a847c1faa062147abcfcf5285117c08ecd857549d56b56944d91d28f566403d29258cc559d5cfcb0859a5608950ee2dfbd31d4314ef88312ad '!=' 40511c526d7648f0e40b1b3cd3cbc9426a8f45317d5c21907cdc9e4260ddd07045fbce5fd45a83a80387e691db8c76caca6f3893d5f392caafae9aa5382c0369 ']'
+ echo 'ERROR: Downloaded stage3 file failed SHA512 verification (attempt 2)'
ERROR: Downloaded stage3 file failed SHA512 verification (attempt 2)
+ rm -f /home/mjinks/src/Build.Dist/build/GenPi64OpenRC/build-binary-assets/stage3/stage3-arm64-openrc.tar.xz
+ '[' 2 -eq 2 ']'
+ exit 1
FATAL: JOB downloadstage3 FAILED with exit code 1
FATAL: JOB gentoo-base FAILED with exit code 1
run complete.Thanks.