-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Gogoprotobuf removed ErrWrongType
, which is depended on by Raft
#811
Comments
I filed an issue on https://code.google.com/p/gogoprotobuf/issues/detail?id=23 - but honestly I am not sure how this is intended to be reconciled. |
I am hitting the same build issue this morning on Kubuntu 14.04, 64-bit. I am unable to build top-of-master. |
@pauldix @jvshahid -- are you guys running continuous builds anywhere, for any arch and distro? Perhaps I am missing something, but it's disappointing to checkout master and find it doesn't build. This isn't the first time it's happened (though I realise this is not strictly a build break in influxdb). :-( |
It appears that they are (https://travis-ci.org/influxdb/influxdb/builds) but they've been failing for 10d+. From my notes on building this, these are the most recent buildable shas: InfluxDB Buildable SHA: 22cb673 |
I started ignoring that CI build a long time ago, since it always seemed to be red, even when I could build. :-) |
This is now fixed. I also took the chance to merge all changes from the upstream raft implementation which looks like it's still suffering from that error, but since we have the luxury of regenerating the protobuf file, I went ahead and updated our copy. The tests should also be fixed to be more robust and to reduce the intermittent failures we get on travis ci. |
Great, thanks @jvshahid, I am good now. |
@jvshahid -- are the directions to regenerate the protobuf files documented anywhere? I'd like to know how to do it. I studied the README in the gogoprotobuf package, but I still had no success. |
@otoolep why are you trying to regenerate the gogoprotobuf files, these are checked in the repository ? |
Fair question. I would like to experiment with changing the protobuf spec from time-to-time. Perhaps this would be better for the maintainers of the raft repo (who need to fix their build anyway). |
This change: https://code.google.com/p/gogoprotobuf/source/detail?r=6f3c1d67bdb9f8bd3662e6647348756dc1ccbde2
Breaks:
The text was updated successfully, but these errors were encountered: