-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build errors complaining about dependency checksum mismatch #181
Comments
Oh better yet; I can reproduce this with your official Dockerfile too; just |
Oh, it even reproduces on master. |
Same problem here. |
same as I.. |
Hi, I don't want to press anyone, but has this project been unbuildable for three days due possibly to a rogue version of some BTC-related dependency? |
At least 6 days, actually; I got the initial build failure on 2021-04-30, and it took a few days to realize the problem wasn't on my end and open an issue. |
Hi, guys. Apologies for the late response. There are some complaints about github.com/btcsuite/btcd@v0.20.0-beta, this repo drafts a release and deletes it and re-drafts it, so that causes the mismatch of checksum, anyway, I have bumped the version to v0.20.1-beta in this PR #194. You can fetch the latest code and recompile it. |
Any chance we can get that in a 1.0.7-hf.2 or such? |
@guagualvcha this is pretty serious, many folks cannot build at the latest releases. Can you please as soon as readily possible make a stable release with this fixed? Or can you go and amend the prior releases? When we get this error it makes it look like there is an ongoing MitM attack and it is not a good look for BSC. |
@guagualvcha Works for me now. Thank you, appreciated. |
closing since it is fixed. |
System information
Geth version: Whatever ships as bsc 1.0.7
OS & Version: Alpine Linux 3.13 in Docker
Commit hash : 1.0.7 tag so I guess f1d92be ?
Expected behaviour
make geth
should succeed (exit code 0, produces binaries)Actual behaviour
Build gets part way in and then errors out:
Most recent example: https://gitlab.com/coinmetrics/fullnodes/bsc/-/jobs/1235764534
Steps to reproduce the behaviour
We're building in Docker from https://gitlab.com/coinmetrics/fullnodes/bsc/-/blob/master/Dockerfile so should be as easy as
The text was updated successfully, but these errors were encountered: