Skip to content
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

a issue of "make build " #3438

Closed
m1zzx2 opened this issue Feb 24, 2021 · 1 comment
Closed

a issue of "make build " #3438

m1zzx2 opened this issue Feb 24, 2021 · 1 comment
Labels
type/bug The issue is confirmed as a bug.

Comments

@m1zzx2
Copy link
Contributor

m1zzx2 commented Feb 24, 2021

Bug Report

What did you do?

  1. git clone git@github.com:tikv/pd.git
  2. cd pd
  3. make build

What did you expect to see?

build successful and out binary file

What did you see instead?

go mod tidy
go: downloading github.com/oleiade/reflections v1.0.0
verifying github.com/oleiade/reflections@v1.0.0: checksum mismatch
downloaded: h1:YqQJE7y6ZN2gjfHy+FiAcghC04n/nHmFsWqb3k8D0qA=
go.sum: h1:0ir4pc6v8/PJ0yw5AEtMddfXpWBXg9cnG7SgSoJuCgY=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

What version of PD are you using (pd-server -V)?

master code
go version is go1.15.6

@m1zzx2 m1zzx2 added the type/bug The issue is confirmed as a bug. label Feb 24, 2021
@m1zzx2 m1zzx2 changed the title a issue of "make build " with a issue of "make build " Feb 24, 2021
@m1zzx2
Copy link
Contributor Author

m1zzx2 commented Feb 24, 2021

This is a problem of dependency of oleiade/reflections#14

I use this script “export GOSUMDB=off && go clean -modcache && rm go.sum && go mod tidy” to solve it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

1 participant