-
Notifications
You must be signed in to change notification settings - Fork 28
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
Berkeley DB error when trying to build crux #16
Comments
Is the build failing or are you just getting a warning? The challenge is that we want to retain BerkeleyDB support in Crux for the time being. |
The build was failing. I think you'd be better off forking the lib |
Great - please do submit a PR.
|
Hi @yghazi , changing the import spec to |
Hi @kggp1995 |
@Puneetha17 , yes. Here's a copy from my console:
|
To build Crux we dont need to do |
@Puneetha17 , thanks for that headsup. Mac users can install berkeleydb using: However, I am now encountering a new error this time for
|
Can you reset Crux to use There should be no build errors using |
@Puneetha17 , still no luck. I hope I have setup the right dependencies via homebew? |
@kggp1995 I wonder there is something wrong with the berkelydb installation. Can you remove the berkeleydb references from the GOPATH? |
I am seeing the same warn, however I believe it is just a warning. Looks like berkeleydb is no longer maintained, however, so having it as a build dependency is probably not ideal long term. jsimonetti/berkeleydb#1 |
I'm trying to build crux on ubuntu 16.04. The
make
command fails with this log:The repo (github.com/jsimonetti/berkeleydb) has been archived and is no longer being maintained. I've managed to solve the issue locally but I think it would be a good idea to fork it and fix dependencies.
The text was updated successfully, but these errors were encountered: