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

Fails to build due to changes upstream #591

Open
braddeicide opened this issue Sep 23, 2017 · 1 comment
Open

Fails to build due to changes upstream #591

braddeicide opened this issue Sep 23, 2017 · 1 comment

Comments

@braddeicide
Copy link

braddeicide commented Sep 23, 2017

This change:
ugorji/go@54210f4

Causes go-etcd to fail to compile, I've created a PR coreos/go-etcd#250. To work around for now you can add the following to patch go-etcd before compiling registrator.

go get -u github.com/ugorji/go/codec/codecgen
go get -u github.com/coreos/go-etcd/etcd
cd /go/src/github.com/coreos/go-etcd/etcd
/go/bin/codecgen -d 1978 -o response.generated.go response.go

@nwbt
Copy link

nwbt commented Sep 23, 2017

Same issue. Could you go into a bit more detail on how to workaround the issue? Cheers!

Never mind. Very helpful information @braddeicide provided above, thanks!

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

2 participants