Advertisement
Guest User

Untitled

a guest
Feb 27th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Building bsondump...
  2. bsondump/main/bsondump.go:11:2: cannot find package "github.com/mongodb/mongo-tools/bsondump" in any of:
  3. /usr/lib/go/src/github.com/mongodb/mongo-tools/bsondump (from $GOROOT)
  4. /home/local_user/go/src/github.com/mongodb/mongo-tools/bsondump (from $GOPATH)
  5. bsondump/main/bsondump.go:12:2: cannot find package "github.com/mongodb/mongo-tools/common/db" in any of:
  6. /usr/lib/go/src/github.com/mongodb/mongo-tools/common/db (from $GOROOT)
  7. /home/local_user/go/src/github.com/mongodb/mongo-tools/common/db (from $GOPATH)
  8. bsondump/main/bsondump.go:13:2: cannot find package "github.com/mongodb/mongo-tools/common/log" in any of:
  9. /usr/lib/go/src/github.com/mongodb/mongo-tools/common/log (from $GOROOT)
  10. /home/local_user/go/src/github.com/mongodb/mongo-tools/common/log (from $GOPATH)
  11. bsondump/main/bsondump.go:14:2: cannot find package "github.com/mongodb/mongo-tools/common/options" in any of:
  12. /usr/lib/go/src/github.com/mongodb/mongo-tools/common/options (from $GOROOT)
  13. /home/local_user/go/src/github.com/mongodb/mongo-tools/common/options (from $GOPATH)
  14. bsondump/main/bsondump.go:15:2: cannot find package "github.com/mongodb/mongo-tools/common/signals" in any of:
  15. /usr/lib/go/src/github.com/mongodb/mongo-tools/common/signals (from $GOROOT)
  16. /home/local_user/go/src/github.com/mongodb/mongo-tools/common/signals (from $GOPATH)
  17. bsondump/main/bsondump.go:16:2: cannot find package "github.com/mongodb/mongo-tools/common/util" in any of:
  18. /usr/lib/go/src/github.com/mongodb/mongo-tools/common/util (from $GOROOT)
  19. /home/local_user/go/src/github.com/mongodb/mongo-tools/common/util (from $GOPATH)
  20. ==> ERROR: A failure occurred in build().
  21. Aborting...
  22. Error making: mongodb-tools
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement