-
-
Notifications
You must be signed in to change notification settings - Fork 325
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 call failed: failed to connect to all addresses #498
Comments
Hey @hac425xxx , were there any problem to use the issue template to file the bug report?
Please consider that this is a project that I am working on my free time. And you are asking for help. Could you put some more effort to communicate clearly and provide relevant details? (Just try to imagine what would you need to know if someone ask your help.) |
OS
bitbake version
grpc error log (bear -vvvv)
network infomation
content of /etc/hosts
|
bear with gcc works, but failed with bitbake. maybe related to #293 ?
|
it seems work ~~
does |
I am glad to hear that it works. Though it's not clear why, because the both mode (the preload and the wrapper) is using gRPC to report the executions. And the error message you've pasted was about network connection problems. Anyway, here is a more detailed description how the tool is working. This will answer the question what the |
sorry, --force-wrapper don't work, the output (compile_commands.json) is empty ~~~ |
That's more understandable, because then the wrapper was not called, and therefore no error message. My bet if it will work, it will work with the preload model. But not sure if this can be done... The error message suggest to me that I found that BitBake has an option to explicitly disable network access. Browsing the BitBake source, I've found an utility function, which disables networking. This is called from the |
I try to remove the call to And get another error
|
I encontered this bug when generating glibc's |
I'm using |
project type:
bitbake
( sorry, the project is not open source. )bear version:
3.0.20
, compile from source.I try to use bear 3.0.20 , but error occur .
I also try follow method, but not work
The text was updated successfully, but these errors were encountered: