keybase / client

Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.89k stars 1.23k forks source link

Unable to build on OSX Mavericks #4365

Open pineapplemachine opened 8 years ago

pineapplemachine commented 8 years ago

After encountering and describing this error I realized I could just brew install, but this is still an odd error to have encountered.

sophie:go pineapple$ GO15VENDOREXPERIMENT=1 go get github.com/keybase/client/go/keybase
# github.com/keybase/client/go/service
src/github.com/keybase/client/go/service/gregor.go:859: reader.Reset undefined (type *bytes.Reader has no field or method Reset)
sophie:go pineapple$ GO15VENDOREXPERIMENT=1 go install -tags production github.com/keybase/client/go/keybase
# github.com/keybase/client/go/service
src/github.com/keybase/client/go/service/gregor.go:859: reader.Reset undefined (type *bytes.Reader has no field or method Reset)
cjb commented 8 years ago

Which version of golang are you using? I think we require go1.7 now.

pineapplemachine commented 8 years ago

1.6.2, that should explain it. Thanks!

That'll show me to assume brew installed the latest version.