Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile tsm1 package #6445

Closed
philips opened this issue Apr 21, 2016 · 3 comments
Closed

Can't compile tsm1 package #6445

philips opened this issue Apr 21, 2016 · 3 comments

Comments

@philips
Copy link
Contributor

philips commented Apr 21, 2016

Bug report

System info: go version go1.6 darwin/amd64

Steps to reproduce:

  1. go get -u github.com/influxdata/influxdb/tsdb/engine/tsm1/

Actual behavior:

# github.com/influxdata/influxdb/tsdb/engine/tsm1
../../../src/github.com/influxdata/influxdb/tsdb/engine/tsm1/int.go:260: cannot use d.values[:] (type []uint64) as type *[240]uint64 in argument to simple8b.Decode
../../../src/github.com/influxdata/influxdb/tsdb/engine/tsm1/timestamp.go:204: cannot use simple8b.NewDecoder(nil) (type *simple8b.Decoder) as type simple8b.Decoder in field value

Encountered while building https://github.com/sourcegraph/appdash

@jwilder
Copy link
Contributor

jwilder commented Apr 22, 2016

We use gdm to manage dependencies. You need to run gdm restore to checkout the right versions of dependencies.

@slimsag
Copy link
Contributor

slimsag commented Apr 25, 2016

This is documented at https://github.com/influxdata/influxdb/blob/master/CONTRIBUTING.md#installing-gdm

I agree this is not a bug in InfluxDB. Certainly an issue in Appdash, but not InfluxDB. I don't think this issue needs to remain open.

@jwilder
Copy link
Contributor

jwilder commented Apr 25, 2016

#6452 updated our usage to depend on the latest simple8b version as well.

@jwilder jwilder closed this as completed Apr 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants