-
Notifications
You must be signed in to change notification settings - Fork 19
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
Trying to compile with gRPC 1.41.0 #99
Comments
Hi, Going back to 1.41.1, with
Make me get the exact same error as you in my environment. I am pretty sure that if you updated your custom grpc to a newer version it would solve the problem. (also 1.41.1 was working before for me, so something was updated which broke grpc and then was fixed in a newer version). I hope this helps. |
Hi @oserres, thanks for the help, I was able to run in
But, when I run the
|
Wow, It's solved. There was a compiler version related issue. I was doing it with Archlinux gcc (12.1.0) and it was failing, then I moved to an Ubuntu's based docker image (with gcc 11.2.0) and it worked. Later, it would be worth to see why this new gcc compiler version is complaining.
Thanks a lot for the help folks, I'm closing the issue since it's already solved in my side. |
Thanks for the update ! Good to know. |
Hi,
Not sure what's the best method to reach to you folks, but let me go here. I have an specific requirement to build distbench with gRPC 1.41.0. When I try to build it with the
bazel build :all
command I'm getting the following error:I modified the
WORKSPACE.bazel
in order to point to my custom gRPC. Below my change:It seems to me like an Apple specific build, since I'm only interested in a Linux-only build, is there a way to overcome this?
In case that you're interested in how I'm building it, below the
Dockerfile
I'm playing with:Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: