Skip to content

Instantly share code, notes, and snippets.

@Leonidas-from-XIV
Last active August 31, 2017 12:24
Show Gist options
  • Save Leonidas-from-XIV/e4f6232a3c8d73fc41a2009e71b7c32b to your computer and use it in GitHub Desktop.
Save Leonidas-from-XIV/e4f6232a3c8d73fc41a2009e71b7c32b to your computer and use it in GitHub Desktop.
envconsul build failure
% make dev
==> Installing envconsul for darwin/amd64
runner.go:17:2: cannot find package "github.com/hashicorp/consul-template/child" in any of:
/usr/local/Cellar/go/1.9/libexec/src/github.com/hashicorp/consul-template/child (from $GOROOT)
/Users/marek/go/src/github.com/hashicorp/consul-template/child (from $GOPATH)
cli.go:15:2: cannot find package "github.com/hashicorp/consul-template/config" in any of:
/usr/local/Cellar/go/1.9/libexec/src/github.com/hashicorp/consul-template/config (from $GOROOT)
/Users/marek/go/src/github.com/hashicorp/consul-template/config (from $GOPATH)
runner.go:19:2: cannot find package "github.com/hashicorp/consul-template/dependency" in any of:
/usr/local/Cellar/go/1.9/libexec/src/github.com/hashicorp/consul-template/dependency (from $GOROOT)
/Users/marek/go/src/github.com/hashicorp/consul-template/dependency (from $GOPATH)
cli.go:16:2: cannot find package "github.com/hashicorp/consul-template/logging" in any of:
/usr/local/Cellar/go/1.9/libexec/src/github.com/hashicorp/consul-template/logging (from $GOROOT)
/Users/marek/go/src/github.com/hashicorp/consul-template/logging (from $GOPATH)
cli.go:17:2: cannot find package "github.com/hashicorp/consul-template/manager" in any of:
/usr/local/Cellar/go/1.9/libexec/src/github.com/hashicorp/consul-template/manager (from $GOROOT)
/Users/marek/go/src/github.com/hashicorp/consul-template/manager (from $GOPATH)
cli.go:18:2: cannot find package "github.com/hashicorp/consul-template/signals" in any of:
/usr/local/Cellar/go/1.9/libexec/src/github.com/hashicorp/consul-template/signals (from $GOROOT)
/Users/marek/go/src/github.com/hashicorp/consul-template/signals (from $GOPATH)
runner.go:20:2: cannot find package "github.com/hashicorp/consul-template/watch" in any of:
/usr/local/Cellar/go/1.9/libexec/src/github.com/hashicorp/consul-template/watch (from $GOROOT)
/Users/marek/go/src/github.com/hashicorp/consul-template/watch (from $GOPATH)
cli.go:19:2: cannot find package "github.com/hashicorp/envconsul/version" in any of:
/usr/local/Cellar/go/1.9/libexec/src/github.com/hashicorp/envconsul/version (from $GOROOT)
/Users/marek/go/src/github.com/hashicorp/envconsul/version (from $GOPATH)
config.go:16:2: cannot find package "github.com/hashicorp/hcl" in any of:
/usr/local/Cellar/go/1.9/libexec/src/github.com/hashicorp/hcl (from $GOROOT)
/Users/marek/go/src/github.com/hashicorp/hcl (from $GOPATH)
runner.go:21:2: cannot find package "github.com/mattn/go-shellwords" in any of:
/usr/local/Cellar/go/1.9/libexec/src/github.com/mattn/go-shellwords (from $GOROOT)
/Users/marek/go/src/github.com/mattn/go-shellwords (from $GOPATH)
config.go:17:2: cannot find package "github.com/mitchellh/mapstructure" in any of:
/usr/local/Cellar/go/1.9/libexec/src/github.com/mitchellh/mapstructure (from $GOROOT)
/Users/marek/go/src/github.com/mitchellh/mapstructure (from $GOPATH)
config.go:18:2: cannot find package "github.com/pkg/errors" in any of:
/usr/local/Cellar/go/1.9/libexec/src/github.com/pkg/errors (from $GOROOT)
/Users/marek/go/src/github.com/pkg/errors (from $GOPATH)
make: *** [dev] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment