cespare / xxhash

A Go implementation of the 64-bit xxHash algorithm (XXH64)
MIT License
1.79k stars 123 forks source link

missing function #10

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/cespare/xxhash

/usr/share/gocode/src/github.com/cespare/xxhash/xxhash_amd64.go:10: missing function body for "Sum64" /usr/share/gocode/src/github.com/cespare/xxhash/xxhash_amd64.go:12: missing function body for "writeBlocks"

Thank you for your help

cespare commented 6 years ago

How did you download this package? What files do you see in /usr/share/gocode/src/github.com/cespare/xxhash/? It sounds like you're missing a .s file.

nicolasStevenin commented 6 years ago

Yes ! In fact I forgot to install your .s file, i only installed the go files Thanks