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

Failed to compile #24

Open
rakanalh opened this issue Mar 20, 2024 · 0 comments
Open

Failed to compile #24

rakanalh opened this issue Mar 20, 2024 · 0 comments

Comments

@rakanalh
Copy link

Hey,

Trying to run this repo as mentioned in the README:

➜ cargo run --bin node
    Updating git repository `https://github.com/neysofu/risc0-hotfixes`
    Updating crates.io index
    Updating git repository `https://github.com/Sovereign-Labs/sovereign-sdk.git`
    Updating git repository `https://github.com/eigerco/celestia-node-rs.git`
    Updating git repository `https://github.com/Sovereign-Labs/nmt-rs.git`
    Updating git repository `https://github.com/eigerco/celestia-tendermint-rs.git`
    Updating git repository `https://github.com/penumbra-zone/jmt.git`
error: failed to select a version for `tendermint`.
    ... required by package `celestia-types v0.1.0 (https://github.com/eigerco/celestia-node-rs.git?rev=66b7c6c#66b7c6cd)`
    ... which satisfies git dependency `celestia-types` of package `celestia-rpc v0.1.0 (https://github.com/eigerco/celestia-node-rs.git?rev=66b7c6c#66b7c6cd)`
    ... which satisfies git dependency `celestia-rpc` of package `sov-celestia-adapter v0.3.0 (https://github.com/Sovereign-Labs/sovereign-sdk.git?rev=13e4077c329ff14954b32e3180d43a6d86fa3172#13e4077c)`
    ... which satisfies git dependency `sov-celestia-adapter` of package `sov-rollup-starter v0.3.0 (/home/rakan/Work/Sovereign/sov-rollup-starter/crates/rollup)`
versions that meet the requirements `*` are: 0.32.0

the package `celestia-types` depends on `tendermint`, with features: `instant` but `tendermint` does not have these features.
 It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.


failed to select a version for `tendermint` which could resolve this conflict

I'll try to look into this but thought i would report this error as well.

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

1 participant