Musicoin / go-musicoin

:link: Go-version of Musicoin blockchain wallet and consensus
GNU Lesser General Public License v3.0
161 stars 57 forks source link

Make problem #33

Closed minitzi closed 7 years ago

minitzi commented 7 years ago

System information

Ubuntu 16.04.2 LTS Geth version: geth version go version go1.9 linux/amd64 OS & Version: Windows/Linux/OSX Linux NextPool 3.14.32-xxxx-grs-ipv6-64 #9 SMP Thu Oct 20 14:53:52 CEST 2016 x86_64 x86_64 x86_64 GNU/Linux

root@NextPool:~/go-musicoin# make build/env.sh go run build/ci.go install ./cmd/gmc unexpected directory layout: import path: _/root/go-musicoin/build/_workspace/src/github.com/ethereum/go-ethereum/internal/build root: /root/go-musicoin/build/_workspace/src dir: /root/go-musicoin/build/_workspace/src/github.com/ethereum/go-ethereum/internal/build expand root: /root/go-musicoin/build/_workspace/src expand dir: /root/go-musicoin/internal/build separator: / Makefile:16: recipe for target 'gmc' failed make: *** [gmc] Error 1 root@NextPool:~/go-musicoin#

Do you have any idee where is the problem ? Thanks

Varunram commented 7 years ago

Hey there! Please compile with Go1.7 or lower. Go 1.8+ has a bug with our make process. Let me know if it works

Varunram commented 7 years ago

Just recompiled gmc1.5 on go-1.7 linux/amd64. Closing this issue for now.