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

new instruction for installing DET #45

Open
sibTamias opened this issue Nov 9, 2024 · 1 comment
Open

new instruction for installing DET #45

sibTamias opened this issue Nov 9, 2024 · 1 comment

Comments

@sibTamias
Copy link

sibTamias commented Nov 9, 2024

I see there is a new instruction for installing DET.
I followed the instructions carefully, but I still got an error when installing DTM :

mn@MacBook-Pro:~/dash-evo-tool$ cargo build --release
warning: version requirement `0.9.34+deprecated` for dependency `serde_yaml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
    Updating crates.io index
    Updating git repository `https://github.com/dashpay/platform`
...
...
   Compiling flex-error v0.4.4
   Compiling num_enum v0.5.11
   Compiling backtrace v0.3.74
   Compiling darling_macro v0.20.10
error: failed to run custom build command for `tenderdash-proto v1.2.1+1.3.0 (https://github.com/dashpay/rs-tenderdash-abci?tag=v1.2.1+1.3.0#aad72f4d)`

Caused by:
  process didn't exit successfully: `/Users/mn/dash-evo-tool/target/release/build/tenderdash-proto-5330b730d468f5a1/build-script-build` (exit status: 1)
  --- stderr
  [error] => failed to run: No such file or directory (os error 2)
warning: build failed, waiting for other jobs to finish...
mn@MacBook-Pro:~/dash-evo-tool$ 

full_log.txt

@qwizzie
Copy link

qwizzie commented Nov 13, 2024

Dash Evo Tool Github readme is missing important steps into a successful cargo build and cargo run of DET.
Including some that are present in the Github readme of TUI, but missing in the Github readme of Dash Evo Tool. DET devs should verify below additional install instructions of TUI and if applicable add them to the Github readme of DET :

Knipsel

''failed to run custom build command for `tenderdash-proto v1.2.1+1.3.0'' is most likely due to missing Protocol Buffers Compiler (Protoc). Since you are on a Macbook Pro , you will most likely need a Mac-specific protoc download. But maybe first verify if you indeed have no protoc on your system ? Ask ChatGPT how to verify that.

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