yeasy/docker-compose-files

Can't make orderer-docker

Tallminsome opened this issue · 0 comments

Basic Description

I was using the packeage go.dedis.ch in my own consensus,when I was about to remake the orderer-docker.The error:
'orderer/consensus/tspbft/message/buffer.go:5:2: cannot find package "go.dedis.ch/kyber/pairing" in any of:
/opt/gopath/src/github.com/hyperledger/fabric/vendor/go.dedis.ch/kyber/pairing (vendor tree)
/opt/go/src/go.dedis.ch/kyber/pairing (from $GOROOT)
/opt/gopath/src/go.dedis.ch/kyber/pairing (from $GOPATH)
'comes out.
Then I checked my go env, I found my GOROOT AND GOPATH is not what it reported.It's:
GOROOT="/usr/local/go"
GOPATH="/home/george/go"
Later, I tried to put the pkg to where it reported, it still doesn't work out.

Environment

Ubuntu 16.0.4
Hyperledger Fabric 1.4.4
Golang 1.14.2

How to repeat the problem?

make orderer-docker

What solutions have u tried?

Put the pkg to where it reported