pchain-org/pchain

Build error

Closed this issue · 1 comments

how to fix this build error ?

ubuntu@bert-pchain:~/pchain$ ./build.sh
/home/ubuntu/pchain
/home/ubuntu/pchain
/home/ubuntu/pchain/src/github.com/pchain
go build -o /home/ubuntu/pchain/bin/pchain ./cmd/

github.com/pchain/vendor/github.com/ethereum/go-ethereum/consensus/tendermint/consensus

vendor/github.com/ethereum/go-ethereum/consensus/tendermint/consensus/state.go:1885:34: invalid UTF-8 encoding
Makefile:3: recipe for target 'build' failed
make: *** [build] Error 2

We just commit the fix 4358f99 for utf-8 encoding error. This is by mistake.