golang / snappy

The Snappy compression format in the Go programming language.
BSD 3-Clause "New" or "Revised" License
1.52k stars 164 forks source link

missing function #42

Closed nicolasStevenin closed 6 years ago

nicolasStevenin commented 6 years ago

Hello, When I try to test the cmd/influxd/run in the project github.com/influxdata/influxdb in version 1.4.2 it fails with

github.com/golang/snappy

/usr/share/gocode/src/github.com/golang/snappy/decode_amd64.go:14: missing function body for "decode" /usr/share/gocode/src/github.com/golang/snappy/encode_amd64.go:14: missing function body for "emitLiteral" /usr/share/gocode/src/github.com/golang/snappy/encode_amd64.go:19: missing function body for "emitCopy" /usr/share/gocode/src/github.com/golang/snappy/encode_amd64.go:24: missing function body for "extendMatch" /usr/share/gocode/src/github.com/golang/snappy/encode_amd64.go:29: missing function body for "encodeBlock"

Thank you for your help

nicolasStevenin commented 6 years ago

Well, i forgot to install the .s files, now it's OK