Post
Topic
Board Mining (Altcoins)
Re: make gmc make: *** No rule to make target 'gmc'. Stop.
by
hashtobewild
on 04/10/2017, 14:30:27 UTC
i am getting his error when try to apps make gmc

Code:
make gmc
make: *** No rule to make target 'gmc'.  Stop.

i am trying to install musiccoin demon using this https://github.com/Musicoin/go-musicoin

can you guy tell me what s iisue and how to solve it



pulling the code, will check and see if I can help Smiley. You may want to post coin specific questions in their respective threads.

it seems to work fine for me. What platform are you building on?

In Ubuntu 17.04:
make sure you have the dependencies installed:
Code:
sudo apt-get install golang

(that was all I needed, but maybe there is something else?)

Pull the code:
Code:
git clone https://github.com/Musicoin/go-musicoin.git

Change directory to the pulled code:
Code:
cd go-musicoin

Issue the make command as specified in the git README:
Code:
make gmc

You should see something like this:
Code:
build/env.sh go run build/ci.go install ./cmd/gmc
>>> /usr/lib/go-1.7/bin/go install -ldflags -X main.gitCommit=8b31cac15d4b5693c2367a8d6fe5275af107aadd -v ./cmd/gmc
github.com/ethereum/go-ethereum/common
github.com/ethereum/go-ethereum/crypto/randentropy
github.com/ethereum/go-ethereum/crypto/sha3
github.com/ethereum/go-ethereum/rlp
golang.org/x/crypto/ripemd160
github.com/ethereum/go-ethereum/logger/glog
github.com/ethereum/go-ethereum/crypto/secp256k1
github.com/hashicorp/golang-lru/simplelru
github.com/hashicorp/golang-lru
github.com/rcrowley/go-metrics
github.com/syndtr/goleveldb/leveldb/util
github.com/syndtr/goleveldb/leveldb/comparer
github.com/ethereum/go-ethereum/logger
github.com/ethereum/go-ethereum/params
github.com/golang/snappy
github.com/syndtr/goleveldb/leveldb/cache
github.com/syndtr/goleveldb/leveldb/storage
github.com/syndtr/goleveldb/leveldb/filter
gopkg.in/karalabe/cookiejar.v2/collections/prque
github.com/pborman/uuid
github.com/rjeczalik/notify
github.com/syndtr/goleveldb/leveldb/opt
golang.org/x/crypto/pbkdf2
golang.org/x/crypto/scrypt
github.com/ethereum/go-ethereum/event
gopkg.in/fatih/set.v0
github.com/rs/cors
github.com/syndtr/goleveldb/leveldb/errors
github.com/syndtr/goleveldb/leveldb/iterator
github.com/syndtr/goleveldb/leveldb/journal
golang.org/x/net/context
github.com/syndtr/goleveldb/leveldb/memdb
github.com/syndtr/goleveldb/leveldb/table
github.com/rcrowley/go-metrics/exp
golang.org/x/net/websocket
gopkg.in/urfave/cli.v1
github.com/huin/goupnp/httpu
github.com/ethereum/go-ethereum/metrics
github.com/huin/goupnp/scpd
github.com/huin/goupnp/soap
github.com/huin/goupnp/ssdp
github.com/syndtr/goleveldb/leveldb
github.com/ethereum/go-ethereum/rpc
golang.org/x/net/html/atom
golang.org/x/net/html
golang.org/x/text/encoding/internal/identifier
golang.org/x/text/transform
github.com/ethereum/go-ethereum/internal/debug
golang.org/x/text/encoding
golang.org/x/text/encoding/internal
golang.org/x/text/internal/utf8internal
golang.org/x/text/encoding/charmap
golang.org/x/text/encoding/japanese
golang.org/x/text/encoding/korean
golang.org/x/text/encoding/simplifiedchinese
github.com/ethereum/go-ethereum/ethdb
golang.org/x/text/encoding/traditionalchinese
golang.org/x/text/runes
golang.org/x/text/internal/tag
golang.org/x/text/language
golang.org/x/text/encoding/unicode
github.com/jackpal/gateway
golang.org/x/tools/go/ast/astutil
github.com/ethereum/go-ethereum/event/filter
github.com/jackpal/go-nat-pmp
github.com/mattn/go-colorable
github.com/mattn/go-isatty
github.com/robertkrimen/otto/file
github.com/robertkrimen/otto/token
github.com/fatih/color
github.com/robertkrimen/otto/dbg
github.com/robertkrimen/otto/ast
github.com/robertkrimen/otto/registry
golang.org/x/tools/imports
github.com/ethereum/go-ethereum/internal/web3ext
github.com/peterh/liner
github.com/robertkrimen/otto/parser
github.com/mattn/go-runewidth
github.com/nsf/termbox-go
github.com/gizak/termui
golang.org/x/text/encoding/htmlindex
golang.org/x/net/html/charset
github.com/huin/goupnp
github.com/robertkrimen/otto
github.com/huin/goupnp/dcps/internetgateway1
github.com/huin/goupnp/dcps/internetgateway2
github.com/ethereum/go-ethereum/p2p/nat
github.com/ethereum/go-ethereum/crypto/ecies
github.com/ethereum/go-ethereum/crypto
github.com/ethereum/go-ethereum/core/vm
github.com/ethereum/go-ethereum/trie
github.com/ethereum/go-ethereum/accounts
github.com/ethereum/go-ethereum/common/compiler
github.com/ethereum/go-ethereum/common/httpclient
github.com/ethereum/go-ethereum/common/registrar
github.com/ethereum/go-ethereum/p2p/discover
github.com/ethereum/go-ethereum/accounts/abi
github.com/ethereum/go-ethereum/p2p
github.com/ethereum/go-ethereum/core/types
github.com/ethereum/go-ethereum/core/state
github.com/ethereum/go-ethereum/internal/jsre
github.com/ethereum/go-ethereum/console
github.com/ethereum/go-ethereum/pow
github.com/ethereum/go-ethereum/accounts/abi/bind
github.com/ethereum/go-ethereum/node
github.com/ethereum/go-ethereum/whisper
github.com/ethereum/go-ethereum/eth/downloader
github.com/ethereum/ethash
github.com/ethereum/go-ethereum/core
github.com/ethereum/go-ethereum/common/registrar/ethreg
github.com/ethereum/go-ethereum/eth/fetcher
github.com/ethereum/go-ethereum/eth/filters
github.com/ethereum/go-ethereum/miner
github.com/ethereum/go-ethereum/eth
github.com/ethereum/go-ethereum/release
github.com/ethereum/go-ethereum/cmd/utils
github.com/ethereum/go-ethereum/cmd/gmc
Done building.
Run "build/bin/gmc" to launch musicoin.