You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error during execution of ./target/release/madara run command
Compiling jsonrpsee-client-transport v0.20.3
Compiling textwrap v0.11.0
Compiling libp2p-identity v0.2.8
error: failed to run custom build command for `celestia-proto v0.1.0 (https://github.com/eigerco/lumina?rev=ccc5b9bfeac632cccd32d35ecb7b7d51d71fbb87#ccc5b9bf)`
Caused by:
process didn't exit successfully: `/root/.madara/madara/target/release/build/celestia-proto-b0bd307173d8c80b/build-script-build` (exit status: 1)
--- stderr
Error: protoc failed: google/protobuf/descriptor.proto: File not found.
google/api/annotations.proto:20:1: Import "google/protobuf/descriptor.proto" was not found or had errors.
google/api/annotations.proto:28:8: "google.protobuf.MethodOptions" is not defined.
celestia/blob/v1/tx.proto:4:1: Import "google/api/annotations.proto" was not found or had errors.
warning: build failed, waiting for other jobs to finish...
Failed to setup Madara: Failed to start madara: Failed to read the file: Unable to execute command
The text was updated successfully, but these errors were encountered:
I'm getting the following error during execution of ./target/release/madara run command
Compiling jsonrpsee-client-transport v0.20.3
Compiling textwrap v0.11.0
Compiling libp2p-identity v0.2.8
error: failed to run custom build command for `celestia-proto v0.1.0 (https://github.com/eigerco/lumina?rev=ccc5b9bfeac632cccd32d35ecb7b7d51d71fbb87#ccc5b9bf)`
Caused by:
process didn't exit successfully: `/root/.madara/madara/target/release/build/celestia-proto-b0bd307173d8c80b/build-script-build` (exit status: 1)
--- stderr
Error: protoc failed: google/protobuf/descriptor.proto: File not found.
google/api/annotations.proto:20:1: Import "google/protobuf/descriptor.proto" was not found or had errors.
google/api/annotations.proto:28:8: "google.protobuf.MethodOptions" is not defined.
celestia/blob/v1/tx.proto:4:1: Import "google/api/annotations.proto" was not found or had errors.
warning: build failed, waiting for other jobs to finish...
Failed to setup Madara: Failed to start madara: Failed to read the file: Unable to execute command
I'm getting the following error during execution of
./target/release/madara run
commandThe text was updated successfully, but these errors were encountered: