-
Notifications
You must be signed in to change notification settings - Fork 90
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
make build failed #514
Comments
My first suspicion is that you might be behind a proxy and didn't configure docker properly or just have a very slow network connection (the go get pulls in quite some dependency and takes a bit of time). That said, to help you better, could you please fill out below template (which is what you would have got iff you selected the bug template when creating an issue ..). Primarily the steps to reproduce and the environment is important. Also if you could attach the complete log-file from make also might help ... Describe the bug To Reproduce
Expected behavior Log-filesScreenshots Environment (please complete the following information)
Additional context |
Describe the bug To Reproduce
Log-filesScreenshots
Environment Additional context |
Hmm, Ubuntu 20.04 is not officially supported (and should actually fail with the recommended SGX version!). There is a current open PR (#509) which should improve on this, though. Not that your problem seems related to this, though. If you don't use a proxy, then i have no other good idea why it fails for you. If you really run BTW: also note that as the |
Thank you for solving my problems! I will check my docker setup , and try your suggestions. |
Let's close this one. Please feel free to re-open if there is still an issue. Thanks |
Step 17/21 : RUN go get golang.org/x/tools/cmd/goimports && go get google.golang.org/protobuf/cmd/protoc-gen-go && GO111MODULE=off go get github.com/maxbrunsfeld/counterfeiter ---> Running in e7caf029ea10 package golang.org/x/tools/cmd/goimports: unrecognized import path "golang.org/x/tools/cmd/goimports": https fetch: Get "https://golang.org/x/tools/cmd/goimports?go-get=1": dial tcp 216.239.37.1:443: i/o timeout The command '/bin/sh -c go get golang.org/x/tools/cmd/goimports && go get google.golang.org/protobuf/cmd/protoc-gen-go && GO111MODULE=off go get github.com/maxbrunsfeld/counterfeiter' returned a non-zero code: 1 make[2]: *** [Makefile:162: base-dev] Error 1 make[2]: Leaving directory '/home/luabolalala/go/src/github.com/hyperledger-labs/fabric-private-chaincode/utils/docker' make[1]: *** [Makefile:11: build] Error 2 make[1]: Leaving directory '/home/luabolalala/go/src/github.com/hyperledger-labs/fabric-private-chaincode/utils' make: *** [Makefile:22: build] Error 2
I've struggled with the problem for many days. I would be appreciative if you could help me solve it.
The text was updated successfully, but these errors were encountered: