-
Notifications
You must be signed in to change notification settings - Fork 65
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 chainhooks-install
failed due to rocksdb build error
#392
Comments
cargo chainhooks-install
failed due rocksdb build errorcargo chainhooks-install
failed due to rocksdb build error
hey @qustavo! |
To give a little bit more context, my issue has been previously described here due to gcc 13.x issue. The suggested fix is described here. I'd like to know how did you benchmarked and detected the performance regressions, do you have some tests I can run and measure? |
@SrushtiHaryan were there any errors when you ran |
yes there were errors,
i installed clang and followed this issue for changing the dependency version:
after which the packages got installed without an error (but a few warnings) on
and just to clarify on the output, yes, it doesnt give errors too. |
Hey - I just tried
followed by
I'm running ordhook on same server and its indexing and building rocksdb. I have clang, libssl-dev versions
|
Thanks for the info @radicleart. That's interesting that building ordhook is working. I will investigate! |
I'm also getting similar issues when trying to install via cargo on Windows:
Do I need to change the |
We now attach builds for Linux/mac/windows on each release: https://github.com/hirosystems/chainhook/releases/tag/v1.6.2 You can also install Chainhook via homebrew, snapcraft, and winget (install instructions coming soon). With all of these options that should prevent users from having to install any dependencies, I'll go ahead and close this issue. If you're trying to build Chainhook from source on Linux, there may be some additional dependencies you have to install, and the above comments are a good resource for what may need to be done. |
When trying to build chainhooks, I'm getting the following error:
I fixed it by bumping rocksdb dependency version:
I'd create a PR to bump the version but I've just seen that rocksdb has been downgraded from
0.21.0
to0.20.1
(0e88b53).Any chance to revert that commit?
The text was updated successfully, but these errors were encountered: