Skip to content

Instantly share code, notes, and snippets.

@pkafei
Created May 14, 2019 09:41
Show Gist options
  • Save pkafei/ea3a8992484c26b036ed452b797e1769 to your computer and use it in GitHub Desktop.
Save pkafei/ea3a8992484c26b036ed452b797e1769 to your computer and use it in GitHub Desktop.
Error message from building from ipfs-cluster
➜ ipfs-cluster git:(master) make install
/Library/Developer/CommandLineTools/usr/bin/make -C cmd/ipfs-cluster-service install
go install -ldflags "-X main.commit=26b0949b5e066a294a149e0f5379c0402b1cf9d9"
main.go:15:2: cannot find package "github.com/blang/semver" in any of:
/usr/local/go/src/github.com/blang/semver (from $GOROOT)
/Users/protocollabs/go/src/github.com/blang/semver (from $GOPATH)
daemon.go:26:2: cannot find package "github.com/ipfs/go-datastore" in any of:
/usr/local/go/src/github.com/ipfs/go-datastore (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/go-datastore (from $GOPATH)
lock.go:10:2: cannot find package "github.com/ipfs/go-fs-lock" in any of:
/usr/local/go/src/github.com/ipfs/go-fs-lock (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/go-fs-lock (from $GOPATH)
main.go:16:2: cannot find package "github.com/ipfs/go-log" in any of:
/usr/local/go/src/github.com/ipfs/go-log (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/go-log (from $GOPATH)
configs.go:7:2: cannot find package "github.com/ipfs/ipfs-cluster" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster (from $GOPATH)
daemon.go:11:2: cannot find package "github.com/ipfs/ipfs-cluster/allocator/ascendalloc" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/allocator/ascendalloc (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/allocator/ascendalloc (from $GOPATH)
daemon.go:12:2: cannot find package "github.com/ipfs/ipfs-cluster/allocator/descendalloc" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/allocator/descendalloc (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/allocator/descendalloc (from $GOPATH)
state.go:11:2: cannot find package "github.com/ipfs/ipfs-cluster/api" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/api (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/api (from $GOPATH)
configs.go:8:2: cannot find package "github.com/ipfs/ipfs-cluster/api/ipfsproxy" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/api/ipfsproxy (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/api/ipfsproxy (from $GOPATH)
configs.go:9:2: cannot find package "github.com/ipfs/ipfs-cluster/api/rest" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/api/rest (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/api/rest (from $GOPATH)
configs.go:10:2: cannot find package "github.com/ipfs/ipfs-cluster/config" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/config (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/config (from $GOPATH)
configs.go:11:2: cannot find package "github.com/ipfs/ipfs-cluster/consensus/crdt" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/consensus/crdt (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/consensus/crdt (from $GOPATH)
configs.go:12:2: cannot find package "github.com/ipfs/ipfs-cluster/consensus/raft" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/consensus/raft (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/consensus/raft (from $GOPATH)
configs.go:13:2: cannot find package "github.com/ipfs/ipfs-cluster/datastore/badger" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/datastore/badger (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/datastore/badger (from $GOPATH)
state.go:15:2: cannot find package "github.com/ipfs/ipfs-cluster/datastore/inmem" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/datastore/inmem (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/datastore/inmem (from $GOPATH)
configs.go:14:2: cannot find package "github.com/ipfs/ipfs-cluster/informer/disk" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/informer/disk (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/informer/disk (from $GOPATH)
configs.go:15:2: cannot find package "github.com/ipfs/ipfs-cluster/informer/numpin" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/informer/numpin (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/informer/numpin (from $GOPATH)
configs.go:16:2: cannot find package "github.com/ipfs/ipfs-cluster/ipfsconn/ipfshttp" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/ipfsconn/ipfshttp (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/ipfsconn/ipfshttp (from $GOPATH)
configs.go:17:2: cannot find package "github.com/ipfs/ipfs-cluster/monitor/pubsubmon" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/monitor/pubsubmon (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/monitor/pubsubmon (from $GOPATH)
configs.go:18:2: cannot find package "github.com/ipfs/ipfs-cluster/observations" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/observations (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/observations (from $GOPATH)
configs.go:19:2: cannot find package "github.com/ipfs/ipfs-cluster/pintracker/maptracker" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/pintracker/maptracker (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/pintracker/maptracker (from $GOPATH)
configs.go:20:2: cannot find package "github.com/ipfs/ipfs-cluster/pintracker/stateless" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/pintracker/stateless (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/pintracker/stateless (from $GOPATH)
daemon.go:24:2: cannot find package "github.com/ipfs/ipfs-cluster/pstoremgr" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/pstoremgr (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/pstoremgr (from $GOPATH)
state.go:17:2: cannot find package "github.com/ipfs/ipfs-cluster/state" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/state (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/state (from $GOPATH)
main.go:13:2: cannot find package "github.com/ipfs/ipfs-cluster/version" in any of:
/usr/local/go/src/github.com/ipfs/ipfs-cluster/version (from $GOROOT)
/Users/protocollabs/go/src/github.com/ipfs/ipfs-cluster/version (from $GOPATH)
daemon.go:27:2: cannot find package "github.com/libp2p/go-libp2p-host" in any of:
/usr/local/go/src/github.com/libp2p/go-libp2p-host (from $GOROOT)
/Users/protocollabs/go/src/github.com/libp2p/go-libp2p-host (from $GOPATH)
daemon.go:28:2: cannot find package "github.com/libp2p/go-libp2p-kad-dht" in any of:
/usr/local/go/src/github.com/libp2p/go-libp2p-kad-dht (from $GOROOT)
/Users/protocollabs/go/src/github.com/libp2p/go-libp2p-kad-dht (from $GOPATH)
daemon.go:29:2: cannot find package "github.com/libp2p/go-libp2p-peer" in any of:
/usr/local/go/src/github.com/libp2p/go-libp2p-peer (from $GOROOT)
/Users/protocollabs/go/src/github.com/libp2p/go-libp2p-peer (from $GOPATH)
daemon.go:30:2: cannot find package "github.com/libp2p/go-libp2p-pubsub" in any of:
/usr/local/go/src/github.com/libp2p/go-libp2p-pubsub (from $GOROOT)
/Users/protocollabs/go/src/github.com/libp2p/go-libp2p-pubsub (from $GOPATH)
daemon.go:31:2: cannot find package "github.com/multiformats/go-multiaddr" in any of:
/usr/local/go/src/github.com/multiformats/go-multiaddr (from $GOROOT)
/Users/protocollabs/go/src/github.com/multiformats/go-multiaddr (from $GOPATH)
daemon.go:33:2: cannot find package "github.com/pkg/errors" in any of:
/usr/local/go/src/github.com/pkg/errors (from $GOROOT)
/Users/protocollabs/go/src/github.com/pkg/errors (from $GOPATH)
daemon.go:34:2: cannot find package "github.com/urfave/cli" in any of:
/usr/local/go/src/github.com/urfave/cli (from $GOROOT)
/Users/protocollabs/go/src/github.com/urfave/cli (from $GOPATH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment