hoonmin / influxdb-collectd-proxy

A very simple proxy between collectd and influxdb.
MIT License
72 stars 26 forks source link

can't make #30

Open evanrich opened 9 years ago

evanrich commented 9 years ago

tried to install this, but got the following errors:

root@R510-OMV-MEDIA:/tmp# git clone https://github.com/hoonmin/influxdb-collectd-proxy.git Cloning into 'influxdb-collectd-proxy'... remote: Counting objects: 140, done. remote: Total 140 (delta 0), reused 0 (delta 0), pack-reused 140 Receiving objects: 100% (140/140), 32.09 KiB, done. Resolving deltas: 100% (73/73), done. root@R510-OMV-MEDIA:/tmp# cd influxdb-collectd-proxy/ root@R510-OMV-MEDIA:/tmp/influxdb-collectd-proxy# make GOPATH=:pwd go get github.com/paulhammond/gocollectd GOPATH=:pwd go get github.com/influxdb/influxdb/client

github.com/influxdb/influxdb/influxql

src/github.com/influxdb/influxdb/influxql/scanner.go:323: method s.s.Scan is not an expression, must be called src/github.com/influxdb/influxdb/influxql/scanner.go:328: method s.s.ScanRegex is not an expression, must be called make: *\ [get] Error 2

any ideas?

alekiv commented 9 years ago

same error

OS: Debian Wheezy amd64

donpdonp commented 9 years ago

Perhaps your go compiler is old?