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

Unable to build Sonic using Dockerfile from this repository #287

Open
ghost opened this issue Jun 19, 2022 · 5 comments
Open

Unable to build Sonic using Dockerfile from this repository #287

ghost opened this issue Jun 19, 2022 · 5 comments

Comments

@ghost
Copy link

ghost commented Jun 19, 2022

Hello. The Docker image is quite outdated, so I'm trying to build it myself. I tried both in Docker and on my host system (cargo build --release), but both fail with the following error:
image
I checked all issues that could be related to this, but none helped.

@ghost
Copy link
Author

ghost commented Jun 19, 2022

Fixed by downgrading rocksdb. Apparently, 0.18 is causing issues. 0.17 is fine.

@ghost
Copy link
Author

ghost commented Jun 22, 2022

@valeriansaliou pinging since you didn't seem to notice

@valeriansaliou
Copy link
Owner

master is not yet released, so this comes at no warranty until I try to build it myself, please use the Docker image provided for the latest release. I'm also open to PRs fixing this on the Docker image.

@ghost
Copy link
Author

ghost commented Jun 26, 2022

master is not yet released, so this comes at no warranty until I try to build it myself, please use the Docker image provided for the latest release. I'm also open to PRs fixing this on the Docker image.

I needed whatlang optimizations, that's why I used master. This is not a problem related to the Docker image, but rather to Sonic's dependencies.

@valeriansaliou
Copy link
Owner

valeriansaliou commented Jul 10, 2022

Rolled back rocksdb from 0.18 to 0.17, as I can verify this is a general issue which affect all builds in --release mode, even a local one here on my macOS system. Note that building in debug mode works fine.

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