blockscout / blockscout-rs

Microservices for blockscout indexer
MIT License
161 stars 116 forks source link

error: failed to compile `smart-contract-verifier-server v0.1.0 #908

Closed iulianivg closed 4 weeks ago

iulianivg commented 5 months ago

Following the old guide for blockscout which recommends running smart contract verification service in two steps:

  1. install rust and build from sources:

  2. cargo install --locked --git https://github.com/blockscout/blockscout-rs smart-contract-verifier-server

  3. Then run the binary as smart-contract-verifier-server

I have rust installed. image

I then run cargo install --locked --git https://github.com/blockscout/blockscout-rs smart-contract-verifier-server and then I'm getting an error image

Haven't seen anyone else getting this. Are there more steps to build from source?

More potential errors if of any interest from above in console: image

sevenzing commented 1 month ago

hello. did you try to install pkg-config as the error suggested?

btw, is this issue still relevant? if not, could you please close it

bragov4ik commented 4 weeks ago

closing due to lack of activity