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 build: "undefined: atomic.Value" #73

Closed
wstiern opened this issue May 5, 2015 · 5 comments
Closed

Can't build: "undefined: atomic.Value" #73

wstiern opened this issue May 5, 2015 · 5 comments

Comments

@wstiern
Copy link

wstiern commented May 5, 2015

Looking for drop-in replacements for carbon-relay and would really like to try this product. Using CentOS 7 with Go installed from golang-1.3.3.

[root@server opt]# mkdir carbon-relay-ng && cd carbon-relay-ng
[root@server carbon-relay-ng]# export GOPATH=/opt/carbon-relay-ng
[root@server carbon-relay-ng]# export PATH="$PATH:$GOPATH/bin"
[root@server carbon-relay-ng]# go get -d github.com/graphite-ng/carbon-relay-ng
[root@server carbon-relay-ng]# go get github.com/jteeuwen/go-bindata/...
[root@server carbon-relay-ng]# cd "$GOPATH/src/github.com/graphite-ng/carbon-relay-ng"
[root@server carbon-relay-ng]# pwd
/opt/carbon-relay-ng/src/github.com/graphite-ng/carbon-relay-ng
[root@server carbon-relay-ng-0.6]# make
go-bindata admin_http_assets
go build
# _/root/carbon-relay-ng-0.6
./table.go:20: undefined: atomic.Value
make: *** [build] Error 2
@Dieterbe
Copy link
Contributor

Dieterbe commented May 6, 2015

this feature was introduced in go 1.4
https://golang.org/doc/go1.4

@wstiern
Copy link
Author

wstiern commented May 6, 2015

Thanks, I'm completely inexperienced with Go and appreciate the help. :)

@daks
Copy link

daks commented May 6, 2015

As another guy completely inexperienced with Go, I ask: could the documentation indicate the minimal Go version needed?

@olivierHa
Copy link

+1

@Dieterbe
Copy link
Contributor

Just fixed it from my phone in a taxi :p

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

4 participants