bitcoin-core / bitcoincore.org

Bitcoin Core project website
https://bitcoincore.org/
MIT License
593 stars 463 forks source link

Fix the build for Debian Bullseye #962

Closed katesalazar closed 1 year ago

katesalazar commented 1 year ago

to close #961

fanquake commented 1 year ago

Closing in favour of #963.

achow101 commented 1 year ago

I don't think this actually fixes the issue. The issue is with using debian's packages only and not using anything bundler provides. So the versions installed through apt need to be what's listed in the Gemfile.lock. However, I don't think this is possible as debian provides a version that is not available in bundler, so the resulting Gemfile.lock will either only work if using debian, or if only using bundler.

We have a solution for a server-side fix in the works.