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

RocksDB support - "store" module conflict #23

Open
reversesigh opened this issue Jan 8, 2024 · 1 comment · May be fixed by #31
Open

RocksDB support - "store" module conflict #23

reversesigh opened this issue Jan 8, 2024 · 1 comment · May be fixed by #31

Comments

@reversesigh
Copy link

reversesigh commented Jan 8, 2024

Following the README, I attempt to run the following:

go install -ldflags '-w -s -X github.com/cosmos/cosmos-sdk/types.DBBackend=rocksdb' -tags rocksdb ./...

My response is:

cmd/pruner.go:13:2: no required module provides package github.com/cosmos/cosmos-sdk/x/consensus/types; to add it: go get github.com/cosmos/cosmos-sdk/x/consensus/types

I run that command followed by go mod tidy but get this response:

go: github.com/binaryholdings/cosmos-pruner/internal/rootmulti imports github.com/cosmos/cosmos-sdk/store/cachemulti: github.com/cosmos/cosmos-sdk/store@v1.0.1: parsing go.mod: module declares its path as: cosmossdk.io/store but was required as: github.com/cosmos/cosmos-sdk/store

The module path for store is in conflict.

@sigv
Copy link

sigv commented Sep 27, 2024

The issue is not with RocksDB specifically. It's with module resolution.
This report is a duplicate of #22.

@sigv sigv linked a pull request Sep 27, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants