PlatONnetwork / PlatON-Go

Golang implementation of the PlatON protocol
GNU Lesser General Public License v3.0
450 stars 144 forks source link

Pulling 0.9.0 code compiles unsuccessfully, only platon executable file under ~ / PlatON-Go / build / bin #1188

Closed jerk188 closed 4 years ago

jerk188 commented 4 years ago

Hi there,

please note that this is an issue tracker reserved for bug reports and feature requests.

System information

PlatON version: 0.9.0 OS & Version: Ubuntu 18.04.3 Commit hash : ce37b55419fd17bcf022aa74d1b8b441bbbebb13

Expected behaviour

Previously pulled 0.8.0 code and compiled successfully

Go Version: go1.12.17

Actual behaviour

Steps to reproduce the behaviour

Backtrace


jerk@jerk-59:~$ cd PlatON-Go;
jerk@jerk-59:~/PlatON-Go$ find ./build -name "*.sh" -exec chmod u+x {} \;
jerk@jerk-59:~/PlatON-Go$ make all;
build/build_deps.sh
make[1]: Entering directory '/home/jerk/PlatON-Go/crypto/bls/bls_linux_darwin/src/bls'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/jerk/PlatON-Go/crypto/bls/bls_linux_darwin/src/bls'
make[1]: Entering directory '/home/jerk/PlatON-Go/life/resolver/softfloat/build/Linux-x86_64-GCC'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/jerk/PlatON-Go/life/resolver/softfloat/build/Linux-x86_64-GCC'
-- Configuring Builtins
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jerk/PlatON-Go/life/resolver/builtins/build
make[1]: Entering directory '/home/jerk/PlatON-Go/life/resolver/builtins/build'
make[2]: Entering directory '/home/jerk/PlatON-Go/life/resolver/builtins/build'
make[3]: Entering directory '/home/jerk/PlatON-Go/life/resolver/builtins/build'
make[3]: Leaving directory '/home/jerk/PlatON-Go/life/resolver/builtins/build'
[100%] Built target builtins
make[2]: Leaving directory '/home/jerk/PlatON-Go/life/resolver/builtins/build'
make[1]: Leaving directory '/home/jerk/PlatON-Go/life/resolver/builtins/build'
build/env.sh go run build/ci.go install
/home/jerk/PlatON-Go /home/jerk/PlatON-Go/build/_workspace
ln -s success.
>>> /usr/local/go/bin/go install -ldflags -X main.gitCommit=ce37b55419fd17bcf022aa74d1b8b441bbbebb13 -v ./cmd/platon
>>> /usr/local/go/bin/go install -ldflags -X main.gitCommit=ce37b55419fd17bcf022aa74d1b8b441bbbebb13 -v github.com/PlatONnetwork/PlatON-Go github.com/PlatONnetwork/PlatON-Go/accounts github.com/PlatONnetwork/PlatON-Go/accounts/abi github.com/PlatONnetwork/PlatON-Go/accounts/abi/bind github.com/PlatONnetwork/PlatON-Go/accounts/abi/bind/backends github.com/PlatONnetwork/PlatON-Go/accounts/keystore github.com/PlatONnetwork/PlatON-Go/accounts/usbwallet github.com/PlatONnetwork/PlatON-Go/accounts/usbwallet/internal/trezor github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/accounts github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/accounts/abi github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/accounts/abi/bind github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/accounts/abi/bind/backends github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/accounts/keystore github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/accounts/usbwallet github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/accounts/usbwallet/internal/trezor github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/cmd/internal/browser github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/cmd/keytool github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/cmd/platon github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/cmd/ppos_tool github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/cmd/rlpdump github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/cmd/utils github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/common github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/common/bitutil github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/common/byteutil github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/common/compiler github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/common/consensus github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/common/fdlimit github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/common/hexutil github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/common/math github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/common/mclock github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/common/mock github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/common/prque github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/common/vm github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus/cbft github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus/cbft/evidence github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus/cbft/executor github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus/cbft/fetcher github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus/cbft/network github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus/cbft/protocols github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus/cbft/rules github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus/cbft/state github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus/cbft/types github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus/cbft/utils github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus/cbft/validator github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus/cbft/wal github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/consensus/misc github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/console github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/contracts/chequebook github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/contracts/chequebook/contract github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/contracts/ens github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/contracts/ens/contract github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/core github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/core/asm github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/core/bloombits github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/core/cbfttypes github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/core/lru github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/core/rawdb github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/core/snapshotdb github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/core/state github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/core/types github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/core/vm github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/core/vm/runtime github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/crypto github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/crypto/bls github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/crypto/bls/bls_linux_darwin/src/bls/ffi/go github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/crypto/bls/bls_linux_darwin/src/bls/ffi/go/bls github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/crypto/bls/bls_linux_darwin/src/mcl/ffi/go/mcl github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/crypto/bn256 github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/crypto/bn256/cloudflare github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/crypto/bn256/google github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/crypto/ecies github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/crypto/rfc6979 github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/crypto/secp256k1 github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/crypto/sha3 github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/crypto/vrf github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/eth github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/eth/downloader github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/eth/fetcher github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/eth/filters github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/eth/gasprice github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/eth/tracers github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/eth/tracers/internal/tracers github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/ethclient github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/ethdb github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/ethdb/memorydb github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/ethstats github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/event github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/event/filter github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/internal/build github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/internal/cmdtest github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/internal/debug github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/internal/ethapi github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/internal/guide github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/internal/jsre github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/internal/jsre/deps github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/internal/web3ext github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/les github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/les/flowcontrol github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/light github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/log github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/log/term github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/metrics github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/metrics/exp github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/metrics/influxdb github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/metrics/librato github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/metrics/prometheus github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/miner github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/mobile github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/node github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/p2p github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/p2p/discover github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/p2p/discv5 github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/p2p/enr github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/p2p/nat github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/p2p/netutil github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/p2p/protocols github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/p2p/testing github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/params github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/rlp github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/rpc github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/signer/core github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/signer/rules github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/signer/rules/deps github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/signer/storage github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/tests github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/trie github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/x/gov github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/x/handler github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/x/plugin github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/x/restricting github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/x/reward github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/x/slashing github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/x/staking github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/x/xcom github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/x/xutil github.com/PlatONnetwork/PlatON-Go/cmd/internal/browser github.com/PlatONnetwork/PlatON-Go/cmd/keytool github.com/PlatONnetwork/PlatON-Go/cmd/ppos_tool github.com/PlatONnetwork/PlatON-Go/cmd/rlpdump github.com/PlatONnetwork/PlatON-Go/cmd/utils github.com/PlatONnetwork/PlatON-Go/common github.com/PlatONnetwork/PlatON-Go/common/bitutil github.com/PlatONnetwork/PlatON-Go/common/byteutil github.com/PlatONnetwork/PlatON-Go/common/compiler github.com/PlatONnetwork/PlatON-Go/common/consensus github.com/PlatONnetwork/PlatON-Go/common/fdlimit github.com/PlatONnetwork/PlatON-Go/common/hexutil github.com/PlatONnetwork/PlatON-Go/common/math github.com/PlatONnetwork/PlatON-Go/common/mclock github.com/PlatONnetwork/PlatON-Go/common/mock github.com/PlatONnetwork/PlatON-Go/common/prque github.com/PlatONnetwork/PlatON-Go/common/vm github.com/PlatONnetwork/PlatON-Go/consensus github.com/PlatONnetwork/PlatON-Go/consensus/cbft github.com/PlatONnetwork/PlatON-Go/consensus/cbft/evidence github.com/PlatONnetwork/PlatON-Go/consensus/cbft/executor github.com/PlatONnetwork/PlatON-Go/consensus/cbft/fetcher github.com/PlatONnetwork/PlatON-Go/consensus/cbft/network github.com/PlatONnetwork/PlatON-Go/consensus/cbft/protocols github.com/PlatONnetwork/PlatON-Go/consensus/cbft/rules github.com/PlatONnetwork/PlatON-Go/consensus/cbft/state github.com/PlatONnetwork/PlatON-Go/consensus/cbft/types github.com/PlatONnetwork/PlatON-Go/consensus/cbft/utils github.com/PlatONnetwork/PlatON-Go/consensus/cbft/validator github.com/PlatONnetwork/PlatON-Go/consensus/cbft/wal github.com/PlatONnetwork/PlatON-Go/consensus/misc github.com/PlatONnetwork/PlatON-Go/console github.com/PlatONnetwork/PlatON-Go/contracts/chequebook github.com/PlatONnetwork/PlatON-Go/contracts/chequebook/contract github.com/PlatONnetwork/PlatON-Go/contracts/ens github.com/PlatONnetwork/PlatON-Go/contracts/ens/contract github.com/PlatONnetwork/PlatON-Go/core github.com/PlatONnetwork/PlatON-Go/core/asm github.com/PlatONnetwork/PlatON-Go/core/bloombits github.com/PlatONnetwork/PlatON-Go/core/cbfttypes github.com/PlatONnetwork/PlatON-Go/core/lru github.com/PlatONnetwork/PlatON-Go/core/rawdb github.com/PlatONnetwork/PlatON-Go/core/snapshotdb github.com/PlatONnetwork/PlatON-Go/core/state github.com/PlatONnetwork/PlatON-Go/core/types github.com/PlatONnetwork/PlatON-Go/core/vm github.com/PlatONnetwork/PlatON-Go/core/vm/runtime github.com/PlatONnetwork/PlatON-Go/crypto github.com/PlatONnetwork/PlatON-Go/crypto/bls github.com/PlatONnetwork/PlatON-Go/crypto/bn256 github.com/PlatONnetwork/PlatON-Go/crypto/bn256/cloudflare github.com/PlatONnetwork/PlatON-Go/crypto/bn256/google github.com/PlatONnetwork/PlatON-Go/crypto/ecies github.com/PlatONnetwork/PlatON-Go/crypto/rfc6979 github.com/PlatONnetwork/PlatON-Go/crypto/secp256k1 github.com/PlatONnetwork/PlatON-Go/crypto/sha3 github.com/PlatONnetwork/PlatON-Go/crypto/vrf github.com/PlatONnetwork/PlatON-Go/eth github.com/PlatONnetwork/PlatON-Go/eth/downloader github.com/PlatONnetwork/PlatON-Go/eth/fetcher github.com/PlatONnetwork/PlatON-Go/eth/filters github.com/PlatONnetwork/PlatON-Go/eth/gasprice github.com/PlatONnetwork/PlatON-Go/eth/tracers github.com/PlatONnetwork/PlatON-Go/eth/tracers/internal/tracers github.com/PlatONnetwork/PlatON-Go/ethclient github.com/PlatONnetwork/PlatON-Go/ethdb github.com/PlatONnetwork/PlatON-Go/ethdb/memorydb github.com/PlatONnetwork/PlatON-Go/ethstats github.com/PlatONnetwork/PlatON-Go/event github.com/PlatONnetwork/PlatON-Go/event/filter github.com/PlatONnetwork/PlatON-Go/internal/build github.com/PlatONnetwork/PlatON-Go/internal/cmdtest github.com/PlatONnetwork/PlatON-Go/internal/debug github.com/PlatONnetwork/PlatON-Go/internal/ethapi github.com/PlatONnetwork/PlatON-Go/internal/guide github.com/PlatONnetwork/PlatON-Go/internal/jsre github.com/PlatONnetwork/PlatON-Go/internal/jsre/deps github.com/PlatONnetwork/PlatON-Go/internal/web3ext github.com/PlatONnetwork/PlatON-Go/les github.com/PlatONnetwork/PlatON-Go/les/flowcontrol github.com/PlatONnetwork/PlatON-Go/light github.com/PlatONnetwork/PlatON-Go/log github.com/PlatONnetwork/PlatON-Go/log/term github.com/PlatONnetwork/PlatON-Go/metrics github.com/PlatONnetwork/PlatON-Go/metrics/exp github.com/PlatONnetwork/PlatON-Go/metrics/influxdb github.com/PlatONnetwork/PlatON-Go/metrics/librato github.com/PlatONnetwork/PlatON-Go/metrics/prometheus github.com/PlatONnetwork/PlatON-Go/miner github.com/PlatONnetwork/PlatON-Go/mobile github.com/PlatONnetwork/PlatON-Go/node github.com/PlatONnetwork/PlatON-Go/p2p github.com/PlatONnetwork/PlatON-Go/p2p/discover github.com/PlatONnetwork/PlatON-Go/p2p/discv5 github.com/PlatONnetwork/PlatON-Go/p2p/enr github.com/PlatONnetwork/PlatON-Go/p2p/nat github.com/PlatONnetwork/PlatON-Go/p2p/netutil github.com/PlatONnetwork/PlatON-Go/p2p/protocols github.com/PlatONnetwork/PlatON-Go/p2p/testing github.com/PlatONnetwork/PlatON-Go/params github.com/PlatONnetwork/PlatON-Go/rlp github.com/PlatONnetwork/PlatON-Go/rpc github.com/PlatONnetwork/PlatON-Go/signer/core github.com/PlatONnetwork/PlatON-Go/signer/rules github.com/PlatONnetwork/PlatON-Go/signer/rules/deps github.com/PlatONnetwork/PlatON-Go/signer/storage github.com/PlatONnetwork/PlatON-Go/tests github.com/PlatONnetwork/PlatON-Go/trie github.com/PlatONnetwork/PlatON-Go/x/gov github.com/PlatONnetwork/PlatON-Go/x/handler github.com/PlatONnetwork/PlatON-Go/x/plugin github.com/PlatONnetwork/PlatON-Go/x/restricting github.com/PlatONnetwork/PlatON-Go/x/reward github.com/PlatONnetwork/PlatON-Go/x/slashing github.com/PlatONnetwork/PlatON-Go/x/staking github.com/PlatONnetwork/PlatON-Go/x/xcom github.com/PlatONnetwork/PlatON-Go/x/xutil 
build/PlatON-Go/accounts/usbwallet/trezor.go:31:2: use of internal package github.com/PlatONnetwork/PlatON-Go/accounts/usbwallet/internal/trezor not allowed
build/PlatON-Go/cmd/platon/bugcmd.go:29:2: use of internal package github.com/PlatONnetwork/PlatON-Go/cmd/internal/browser not allowed
build/PlatON-Go/crypto/bls/bls_linux_darwin/src/bls/ffi/go/sample.go:8:2: cannot find package "github.com/herumi/bls/ffi/go/bls" in any of:
    /home/jerk/PlatON-Go/build/_workspace/src/github.com/PlatONnetwork/PlatON-Go/build/PlatON-Go/vendor/github.com/herumi/bls/ffi/go/bls (vendor tree)
    /home/jerk/PlatON-Go/build/_workspace/src/github.com/PlatONnetwork/PlatON-Go/vendor/github.com/herumi/bls/ffi/go/bls
    /usr/local/go/src/github.com/herumi/bls/ffi/go/bls (from $GOROOT)
    /home/jerk/PlatON-Go/build/_workspace/src/github.com/herumi/bls/ffi/go/bls (from $GOPATH)
build/PlatON-Go/eth/tracers/tracers.go:24:2: use of internal package github.com/PlatONnetwork/PlatON-Go/eth/tracers/internal/tracers not allowed
util.go:45: exit status 1
exit status 1
Makefile:41: recipe for target 'all' failed
make: *** [all] Error 1
jerk@jerk-59:~/PlatON-Go$ cd build/bin/
jerk@jerk-59:~/PlatON-Go/build/bin$ ls
platon
benbaley commented 4 years ago

The problem cannot be reproduced