Skip to content

Instantly share code, notes, and snippets.

@jamland
Created August 4, 2013 23:00
Show Gist options
  • Save jamland/6152404 to your computer and use it in GitHub Desktop.
Save jamland/6152404 to your computer and use it in GitHub Desktop.
Intergalactic:app andy$ go run api.go -v=2 -logtostderr
/usr/local/Cellar/go/1.1/bin/src/github.com/golang/glog/glog.go:38:2: cannot find package "bufio" in any of:
/usr/local/Cellar/go/1.1/src/pkg/bufio (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/bufio (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/bufio/bufio.go:11:2: cannot find package "bytes" in any of:
/usr/local/Cellar/go/1.1/src/pkg/bytes (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/bytes (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/cache/cache.go:4:2: cannot find package "container/list" in any of:
/usr/local/Cellar/go/1.1/src/pkg/container/list (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/container/list (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/pg/util.go:4:2: cannot find package "crypto/md5" in any of:
/usr/local/Cellar/go/1.1/src/pkg/crypto/md5 (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/crypto/md5 (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/taskqueue/task.go:4:2: cannot find package "crypto/rand" in any of:
/usr/local/Cellar/go/1.1/src/pkg/crypto/rand (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/crypto/rand (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/redis/v2/script.go:4:2: cannot find package "crypto/sha1" in any of:
/usr/local/Cellar/go/1.1/src/pkg/crypto/sha1 (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/crypto/sha1 (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/redis/v2/redis.go:4:2: cannot find package "crypto/tls" in any of:
/usr/local/Cellar/go/1.1/src/pkg/crypto/tls (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/crypto/tls (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/code.google.com/p/snappy-go/snappy/decode.go:8:2: cannot find package "encoding/binary" in any of:
/usr/local/Cellar/go/1.1/src/pkg/encoding/binary (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/encoding/binary (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/redis/v2/script.go:5:2: cannot find package "encoding/hex" in any of:
/usr/local/Cellar/go/1.1/src/pkg/encoding/hex (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/encoding/hex (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/ctx/context.go:4:2: cannot find package "encoding/json" in any of:
/usr/local/Cellar/go/1.1/src/pkg/encoding/json (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/encoding/json (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/handlers/deploy_api_v1.go:5:2: cannot find package "encoding/xml" in any of:
/usr/local/Cellar/go/1.1/src/pkg/encoding/xml (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/encoding/xml (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/redis/v2/parser.go:4:2: cannot find package "errors" in any of:
/usr/local/Cellar/go/1.1/src/pkg/errors (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/errors (from $GOPATH)
api.go:6:2: cannot find package "flag" in any of:
/usr/local/Cellar/go/1.1/src/pkg/flag (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/flag (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/mailgun/mailgun.go:5:2: cannot find package "fmt" in any of:
/usr/local/Cellar/go/1.1/src/pkg/fmt (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/fmt (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/swift/swift.go:11:2: cannot find package "hash" in any of:
/usr/local/Cellar/go/1.1/src/pkg/hash (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/hash (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/gforms/fields.go:6:2: cannot find package "html/template" in any of:
/usr/local/Cellar/go/1.1/src/pkg/html/template (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/html/template (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/bufio/bufio.go:13:2: cannot find package "io" in any of:
/usr/local/Cellar/go/1.1/src/pkg/io (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/io (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/ctx/context.go:5:2: cannot find package "io/ioutil" in any of:
/usr/local/Cellar/go/1.1/src/pkg/io/ioutil (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/io/ioutil (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/redis/v2/redis.go:5:2: cannot find package "log" in any of:
/usr/local/Cellar/go/1.1/src/pkg/log (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/log (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/msgpack/decode.go:9:2: cannot find package "math" in any of:
/usr/local/Cellar/go/1.1/src/pkg/math (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/math (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/ctx/context.go:6:2: cannot find package "math/rand" in any of:
/usr/local/Cellar/go/1.1/src/pkg/math/rand (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/math/rand (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/swift/swift.go:14:2: cannot find package "mime" in any of:
/usr/local/Cellar/go/1.1/src/pkg/mime (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/mime (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/gforms/fields.go:7:2: cannot find package "mime/multipart" in any of:
/usr/local/Cellar/go/1.1/src/pkg/mime/multipart (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/mime/multipart (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/redis/v2/pool.go:5:2: cannot find package "net" in any of:
/usr/local/Cellar/go/1.1/src/pkg/net (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/net (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/mailgun/mailgun.go:6:2: cannot find package "net/http" in any of:
/usr/local/Cellar/go/1.1/src/pkg/net/http (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/net/http (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/mailgun/mailgun.go:7:2: cannot find package "net/url" in any of:
/usr/local/Cellar/go/1.1/src/pkg/net/url (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/net/url (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/redis/v2/redis.go:7:2: cannot find package "os" in any of:
/usr/local/Cellar/go/1.1/src/pkg/os (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/os (from $GOPATH)
api.go:11:2: cannot find package "os/signal" in any of:
/usr/local/Cellar/go/1.1/src/pkg/os/signal (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/os/signal (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/golang/glog/glog_file.go:26:2: cannot find package "os/user" in any of:
/usr/local/Cellar/go/1.1/src/pkg/os/user (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/os/user (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/swift/swift.go:18:2: cannot find package "path" in any of:
/usr/local/Cellar/go/1.1/src/pkg/path (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/path (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/golang/glog/glog.go:45:2: cannot find package "path/filepath" in any of:
/usr/local/Cellar/go/1.1/src/pkg/path/filepath (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/path/filepath (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/rediscache/rediscache.go:5:2: cannot find package "reflect" in any of:
/usr/local/Cellar/go/1.1/src/pkg/reflect (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/reflect (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/mssola/user_agent/user_agent.go:13:5: cannot find package "regexp" in any of:
/usr/local/Cellar/go/1.1/src/pkg/regexp (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/regexp (from $GOPATH)
package runtime: cannot find package "runtime" in any of:
/usr/local/Cellar/go/1.1/src/pkg/runtime (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/runtime (from $GOPATH)
package github.com/airbrake/goab/handlers
imports github.com/airbrake/goab/models
imports github.com/dvdplm/GoTidy
imports runtime/cgo: cannot find package "runtime/cgo" in any of:
/usr/local/Cellar/go/1.1/src/pkg/runtime/cgo (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/runtime/cgo (from $GOPATH)
api.go:13:2: cannot find package "runtime/pprof" in any of:
/usr/local/Cellar/go/1.1/src/pkg/runtime/pprof (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/runtime/pprof (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/models/deploy.go:6:2: cannot find package "sort" in any of:
/usr/local/Cellar/go/1.1/src/pkg/sort (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/sort (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/redis/v2/commands.go:4:2: cannot find package "strconv" in any of:
/usr/local/Cellar/go/1.1/src/pkg/strconv (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/strconv (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/mailgun/mailgun.go:8:2: cannot find package "strings" in any of:
/usr/local/Cellar/go/1.1/src/pkg/strings (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/strings (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/cache/cache.go:5:2: cannot find package "sync" in any of:
/usr/local/Cellar/go/1.1/src/pkg/sync (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/sync (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/cache/cache.go:6:2: cannot find package "sync/atomic" in any of:
/usr/local/Cellar/go/1.1/src/pkg/sync/atomic (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/sync/atomic (from $GOPATH)
api.go:14:2: cannot find package "syscall" in any of:
/usr/local/Cellar/go/1.1/src/pkg/syscall (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/syscall (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/gforms/attrs.go:6:2: cannot find package "text/template" in any of:
/usr/local/Cellar/go/1.1/src/pkg/text/template (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/text/template (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/airbrake/goab/cache/cache.go:7:2: cannot find package "time" in any of:
/usr/local/Cellar/go/1.1/src/pkg/time (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/time (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/gforms/formatter.go:4:2: cannot find package "unicode" in any of:
/usr/local/Cellar/go/1.1/src/pkg/unicode (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/unicode (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/vmihailenco/bufio/bufio.go:14:2: cannot find package "unicode/utf8" in any of:
/usr/local/Cellar/go/1.1/src/pkg/unicode/utf8 (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/unicode/utf8 (from $GOPATH)
/usr/local/Cellar/go/1.1/bin/src/github.com/dvdplm/GoTidy/main.go:17:2: cannot find package "unsafe" in any of:
/usr/local/Cellar/go/1.1/src/pkg/unsafe (from $GOROOT)
/usr/local/Cellar/go/1.1/bin/src/unsafe (from $GOPATH)
Intergalactic:app andy$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment