ethereumproject / go-ethereum

Go language implementation of the original/classic design of the Ethereum protocol
GNU Lesser General Public License v3.0
441 stars 166 forks source link

Building through Makefile fails #710

Closed r8d8 closed 5 years ago

r8d8 commented 5 years ago
$ make install
go install ./cmd/{abigen,bootnode,disasm,ethtest,evm,gethrpctest,rlpdump}
can't load package: package ./cmd/{abigen,bootnode,disasm,ethtest,evm,gethrpctest,rlpdump}: cannot find package "./cmd/{abigen,bootnode,disasm,ethtest,evm,gethrpctest,rlpdump}" in:
        /home/k2/Workbench/go-ethereum/cmd/{abigen,bootnode,disasm,ethtest,evm,gethrpctest,rlpdump}
Makefile:78: recipe for target 'install' failed
make: *** [install] Error 1

go version: 1.12

soc1c commented 5 years ago

resolved in https://github.com/eth-classic/go-ethereum/pull/10 and https://github.com/eth-classic/go-ethereum/pull/49