-
Notifications
You must be signed in to change notification settings - Fork 38.7k
build: Check that Homebrew's berkeley-db4 package is actually installed #20563
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
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
|
Tested ACK d3ef947. |
willcl-ark
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK d3ef947
will in bitcoin on 201203-bdb [$?] via 🐍 3.6.12 ➜ ./configure -q --without-gui
configure: error: libdb_cxx headers missing, Bitcoin Core requires this library for BDB wallet support (--without-bdb to disable BDB wallet support)
jonasschnelli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the cleanup. This is much nicer.
utACK d3ef947
Github-Pull: bitcoin#20563 Rebased-From: d3ef947
On master (a0489f3) the
configurescript is not able to determine that Homebrew'sberkeley-db4package is uninstalled. This causes a compile error on macOS.With this PR, and with the uninstalled
berkeley-db4package:Related #20478.