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

Makefile:81: recipe for target 'go-get' failed #40533

Closed
manjeetsorout opened this issue Aug 2, 2020 · 1 comment
Closed

Makefile:81: recipe for target 'go-get' failed #40533

manjeetsorout opened this issue Aug 2, 2020 · 1 comment

Comments

@manjeetsorout
Copy link

go version: go1.14 linux/amd64

my gopath is correct but i'm still getting the following error:

make

Checking if there is any missing dependencies...
package go.mongodb.org/mongo-driver/bson: /home/manjeet-profedge/golib/iamserverBitBucket/paceiam/src/go.mongodb.org/mongo-driver exists but /home/manjeet-profedge/golib/iamserverBitBucket/paceiam/src/go.mongodb.org/mongo-driver/.git does not - stale checkout?
package go.mongodb.org/mongo-driver/bson/primitive: cannot find package "go.mongodb.org/mongo-driver/bson/primitive" in any of:
/usr/local/go/src/go.mongodb.org/mongo-driver/bson/primitive (from $GOROOT)
/home/manjeet-profedge/golib/iamserverBitBucket/paceiam/src/go.mongodb.org/mongo-driver/bson/primitive (from $GOPATH)
package go.mongodb.org/mongo-driver/mongo: cannot find package "go.mongodb.org/mongo-driver/mongo" in any of:
/usr/local/go/src/go.mongodb.org/mongo-driver/mongo (from $GOROOT)
/home/manjeet-profedge/golib/iamserverBitBucket/paceiam/src/go.mongodb.org/mongo-driver/mongo (from $GOPATH)
package go.mongodb.org/mongo-driver/mongo/options: cannot find package "go.mongodb.org/mongo-driver/mongo/options" in any of:
/usr/local/go/src/go.mongodb.org/mongo-driver/mongo/options (from $GOROOT)
/home/manjeet-profedge/golib/iamserverBitBucket/paceiam/src/go.mongodb.org/mongo-driver/mongo/options (from $GOPATH)
package golang.org/x/crypto/bcrypt: /home/manjeet-profedge/golib/iamserverBitBucket/paceiam/src/golang.org/x/crypto exists but /home/manjeet-profedge/golib/iamserverBitBucket/paceiam/src/golang.org/x/crypto/.git does not - stale checkout?
Makefile:81: recipe for target 'go-get' failed
make: *** [go-get] Error 1

@mvdan
Copy link
Member

mvdan commented Aug 2, 2020

You didn't fill the issue template, and this contains nearly no useful information for a bug report, so I'm closing this.

In the future, remember that the Go project doesn't use the issue tracker for questions. See https://golang.org/wiki/Questions.

@mvdan mvdan closed this as completed Aug 2, 2020
@golang golang locked and limited conversation to collaborators Aug 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants