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

Installation issue on Fedora #3

Closed
Philipp-Codes opened this issue Jan 31, 2023 · 2 comments
Closed

Installation issue on Fedora #3

Philipp-Codes opened this issue Jan 31, 2023 · 2 comments

Comments

@Philipp-Codes
Copy link

I tried to install pbpctrl on Fedora Linux using cargo but it failed.

error: failed to run custom build command for maestro v0.1.1

Complete Output
Caused by:
process didn't exit successfully: 
`/tmp/cargo-installtFVNri/release/build/maestro-003457e9a4943146/build-script-build` (exit status: 1)
--- stderr

Error: Custom 
{ 
kind: Other, error: 
"protoc failed: google/protobuf/empty.proto: 
File not found.\nmaestro_pw.proto:5:1: 
Import \"google/protobuf/empty.proto\" was not found or had errors
.\nmaestro_pw.proto:211:25: \"google.protobuf.Empty\" is not defined
.\nmaestro_pw.proto:212:25: \"google.protobuf.Empty\" is not defined
.\nmaestro_pw.proto:213:30: \"google.protobuf.Empty\" is not defined
.\nmaestro_pw.proto:214:45: \"google.protobuf.Empty\" is not defined
.\nmaestro_pw.proto:215:48: \"google.protobuf.Empty\" is not defined
.\nmaestro_pw.proto:217:36: \"google.protobuf.Empty\" is not defined
.\nmaestro_pw.proto:218:32: \"google.protobuf.Empty\" is not defined
.\nmaestro_pw.proto:233:36: \"google.protobuf.Empty\" is not defined
.\nmaestro_pw.proto:234:66: \"google.protobuf.Empty\" is not defined
.\nmaestro_pw.proto:257:51: \"google.protobuf.Empty\" is not defined
.\nmaestro_pw.proto:258:49: \"google.protobuf.Empty\" is not defined.\n" 
}

Is there a way I can fix this? Any help is appreciated.

@qzed
Copy link
Owner

qzed commented Jan 31, 2023

You might be missing the protobuf-devel package which should provide that .proto file.

@Philipp-Codes
Copy link
Author

Thank you! That was the cause of the problem.
I previously installed rust-protoc-devel and protobuf instead of protobuf-devel.

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

2 participants