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

grpc_proto.bzl out of date? #16

Open
pcj opened this issue Jul 28, 2016 · 6 comments
Open

grpc_proto.bzl out of date? #16

pcj opened this issue Jul 28, 2016 · 6 comments

Comments

@pcj
Copy link

pcj commented Jul 28, 2016

I cloned the repo/submodules and tried to build the examples. It fails quickly with the following error. I am building with bazel 0.3.1rc2, but the same error occurs with 0.3.0. I have not tried earlier bazel versions.

bazel build examples/...:all
trunk/third_party/grpc/grpc_proto.bzl:116:12: Attribute 'attrs' either doesn't exist or uses a select() (i.e. could have multiple values)
Available attributes: $protoc, :action_listener, compatible_with, deprecation, deps, expect_failure, features, gen_cc, gen_java, generator_function, generator_location, generator_name, grpc_cpp_plugin, grpc_java_plugin, has_service, restricted_to, src, tags, testonly, visibility
@pcj
Copy link
Author

pcj commented Jul 30, 2016

@claudiouzelac
Copy link

I was able to repro this locally as well.

@michaeljs1990
Copy link

Yeah i have been running into a slew of different issues building this with 0.3.1. However the examples are great and pretty easy to fix once you take a look over things. Not sure if this project aims to support 0.3.1 it looks like it's stuck at testing against 0.2.2 right now.

@mzhaom
Copy link
Member

mzhaom commented Aug 15, 2016

Yeah, I realize it's kind of out of date. We are slowly picking up 0.3.1 internally. So hopefully I will take a chance to fix this issue in a few days.

@michaeljs1990
Copy link

@mzhaom your boost stuff helped me out significantly. I have added a few more libraries in my repo here https://github.com/michaeljs1990/clog/tree/master/third_party/boost if of any use to you.

@claudiouzelac
Copy link

claudiouzelac commented Aug 15, 2016

@michaeljs1990 likewise and nice work! I'm going to pull that over into my fork to hack on.

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