Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails: cannot find package "github.com/Masterminds/glide/action" #1041

Open
alevchuk opened this issue Dec 15, 2018 · 2 comments
Open

Comments

@alevchuk
Copy link

alevchuk commented Dec 15, 2018

go version go1.11.2 linux/arm

uname -a
Linux b1 4.14.79+ #1159 Sun Nov 4 17:28:08 GMT 2018 armv6l GNU/Linux

Following the Build Instructions, I get:

monitoring@b1:~/src/glide $ make build
go build -o glide -ldflags "-X main.version=v0.13.2" glide.go
glide.go:24:2: cannot find package "github.com/Masterminds/glide/action" in any of:
        /home/monitoring/src/go/src/github.com/Masterminds/glide/action (from $GOROOT)
        /home/monitoring/gocode/src/github.com/Masterminds/glide/action (from $GOPATH)
glide.go:25:2: cannot find package "github.com/Masterminds/glide/cache" in any of:
        /home/monitoring/src/go/src/github.com/Masterminds/glide/cache (from $GOROOT)
        /home/monitoring/gocode/src/github.com/Masterminds/glide/cache (from $GOPATH)
glide.go:26:2: cannot find package "github.com/Masterminds/glide/msg" in any of:
        /home/monitoring/src/go/src/github.com/Masterminds/glide/msg (from $GOROOT)
        /home/monitoring/gocode/src/github.com/Masterminds/glide/msg (from $GOPATH)
glide.go:27:2: cannot find package "github.com/Masterminds/glide/path" in any of:
        /home/monitoring/src/go/src/github.com/Masterminds/glide/path (from $GOROOT)
        /home/monitoring/gocode/src/github.com/Masterminds/glide/path (from $GOPATH)
glide.go:28:2: cannot find package "github.com/Masterminds/glide/repo" in any of:
        /home/monitoring/src/go/src/github.com/Masterminds/glide/repo (from $GOROOT)
        /home/monitoring/gocode/src/github.com/Masterminds/glide/repo (from $GOPATH)
glide.go:29:2: cannot find package "github.com/Masterminds/glide/util" in any of:
        /home/monitoring/src/go/src/github.com/Masterminds/glide/util (from $GOROOT)
        /home/monitoring/gocode/src/github.com/Masterminds/glide/util (from $GOPATH)
glide.go:31:2: cannot find package "github.com/codegangsta/cli" in any of:
        /home/monitoring/src/go/src/github.com/codegangsta/cli (from $GOROOT)
        /home/monitoring/gocode/src/github.com/codegangsta/cli (from $GOPATH)
Makefile:8: recipe for target 'build' failed
make: *** [build] Error 1
@roypaushali
Copy link

Hey there... I'm getting the same error! Did you manage to fix this?

@alevchuk
Copy link
Author

alevchuk commented Jul 2, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants