build error: micromdm/scep checksum mismatch when building with cgo / PKCS11 #635
-
I'm attempting to build certificates with PKCS11 support using cgo, following https://github.com/smallstep/certificates/blob/master/docs/CONTRIBUTING.md#build-step-ca-using-cgo I get an error following this command (on multiple attempts): go: verifying github.com/micromdm/scep/[email protected]: checksum mismatch Every other package seems to pass verification. Is there something wrong with this dependency? Is there anything else I might be missing or that might be helpful for troubleshooting? This is on a fresh Debian Stable (10 / buster) amd64 VM with build-essential, gcc, go, and libpcsclite-dev installed. Thanks for any assistance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @jasonhernandez, what version of Go and what version of certificates are you trying to build? I've started a VM with Debian 10 (Buster) using "go version go1.16.3 linux/amd64" and the latest master branch (b9743b3) on certificates and it builds with the instructions that you pointed, and all modules are verified if I run "go mod verify". |
Beta Was this translation helpful? Give feedback.
Hi @jasonhernandez, what version of Go and what version of certificates are you trying to build?
I've started a VM with Debian 10 (Buster) using "go version go1.16.3 linux/amd64" and the latest master branch (b9743b3) on certificates and it builds with the instructions that you pointed, and all modules are verified if I run "go mod verify".