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

Cargo build fails for current master #101

Closed
4 tasks
adizere opened this issue Jun 11, 2020 · 1 comment
Closed
4 tasks

Cargo build fails for current master #101

adizere opened this issue Jun 11, 2020 · 1 comment
Assignees
Labels
A: bug Admin: something isn't working
Milestone

Comments

@adizere
Copy link
Member

adizere commented Jun 11, 2020

Summary of Bug

Vanilla install of ibc-rs does not compile.

Version

Steps to Reproduce

git clone [email protected]:informalsystems/ibc-rs.git
cd ibc-rs/
cargo build

Output:

...
   Compiling tendermint v0.13.0 (https://github.com/informalsystems/tendermint-rs.git#740cb66e)
   Compiling relayer-modules v0.1.0 (/private/tmp/ibc-rs/modules)
error[E0412]: cannot find type `Proof` in module `abci`
  --> modules/src/ics23_commitment/mod.rs:21:34
   |
21 | pub type CommitmentProof = abci::Proof;
   |                                  ^^^^^ not found in `abci`
   |
help: possible candidate is found in another module, you can import it into scope
   |
1  | use tendermint::merkle::proof::Proof;
   |

error: aborting due to previous error

For more information about this error, try `rustc --explain E0412`.
error: could not compile `relayer-modules`.

Possibly related to #96 .
Master head is at this commit.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@adizere adizere changed the title cargo build fails for Cargo build fails for current master Jun 11, 2020
@ancazamfir ancazamfir self-assigned this Jun 11, 2020
@ancazamfir
Copy link
Collaborator

just fixed in cf63bda..sorry, in the rush to fix forgot to switch to new branch and committed to master by mistake :(
If you update you should be able to build.

@adizere adizere added the A: bug Admin: something isn't working label Jul 21, 2020
@adizere adizere added this to the v0.0.2 milestone Jul 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: bug Admin: something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants