-
Notifications
You must be signed in to change notification settings - Fork 204
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
protobuf: std::system_error thrown running protoc on Linux #1082
Comments
dvrogozh
added a commit
to dvrogozh/wrapdb
that referenced
this issue
Jul 14, 2023
Fixes: mesonbuild#1082 Signed-off-by: Dmitry Rogozhkin <[email protected]>
This issue is the same as protocolbuffers/protobuf#4958. It's caused by missing dependency from 'threads' in rules for 'protoc'. I raised PR #1083 to address this. Once applied I don't see the issue anymore and example posted in issue description builds fine. |
dvrogozh
changed the title
protobuf: std::system_error thrown running protoc
protobuf: std::system_error thrown running protoc on Linux
Jul 14, 2023
neheb
pushed a commit
that referenced
this issue
Jul 14, 2023
Fixes: #1082 Signed-off-by: Dmitry Rogozhkin <[email protected]>
willwray
pushed a commit
to willwray/wrapdb
that referenced
this issue
Apr 22, 2024
Fixes: mesonbuild#1082 Signed-off-by: Dmitry Rogozhkin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider the following example running on Linux:
I was using meson 1.1.1. I don't think that's Linux OS specific, but formally I was running Cent OS 7 with toolsets as follows:
The text was updated successfully, but these errors were encountered: