docs/build: Kubuntu 22.04 build fix#4843
Merged
Merged
Conversation
It adds a patch with missing include <limits> in qtbase/src/tools/moc/generator.cpp
…ementation 5b559dc Swap out hashlib.ripemd160 for own implementation (Pieter Wuille) ad3e9e1 Add pure Python RIPEMD-160 (Pieter Wuille) Pull request description: Closes bitcoin#23710. ACKs for top commit: jamesob: ACK bitcoin@5b559dc, pending CI Tree-SHA512: dcd4ea2027eac572f7ab0da434b081b9a5d6b78675e559258a446b4d254b29d93c4d2cc12da4a28303543d6d99f5f2246fde4052e84af81d18e04399b137b39e
knst
commented
May 23, 2022
PastaPastaPasta
approved these changes
May 29, 2022
Member
PastaPastaPasta
left a comment
There was a problem hiding this comment.
utACK for squash merge
PastaPastaPasta
pushed a commit
to PastaPastaPasta/dash
that referenced
this pull request
May 30, 2022
* Fix build of qtbase in contrib for Gcc 11.x It adds a patch with missing include <limits> in qtbase/src/tools/moc/generator.cpp * Merge bitcoin#23716: test: replace hashlib.ripemd160 with an own implementation 5b559dc Swap out hashlib.ripemd160 for own implementation (Pieter Wuille) ad3e9e1 Add pure Python RIPEMD-160 (Pieter Wuille) Pull request description: Closes bitcoin#23710. ACKs for top commit: jamesob: ACK bitcoin@5b559dc, pending CI Tree-SHA512: dcd4ea2027eac572f7ab0da434b081b9a5d6b78675e559258a446b4d254b29d93c4d2cc12da4a28303543d6d99f5f2246fde4052e84af81d18e04399b137b39e * Updates doc for Unix build: added missing dependency bison Co-authored-by: MarcoFalke <falke.marco@gmail.com>
gades
pushed a commit
to cosanta/cosanta-core
that referenced
this pull request
Nov 5, 2023
* Fix build of qtbase in contrib for Gcc 11.x It adds a patch with missing include <limits> in qtbase/src/tools/moc/generator.cpp * Merge bitcoin#23716: test: replace hashlib.ripemd160 with an own implementation 5b559dc Swap out hashlib.ripemd160 for own implementation (Pieter Wuille) ad3e9e1 Add pure Python RIPEMD-160 (Pieter Wuille) Pull request description: Closes bitcoin#23710. ACKs for top commit: jamesob: ACK bitcoin@5b559dc, pending CI Tree-SHA512: dcd4ea2027eac572f7ab0da434b081b9a5d6b78675e559258a446b4d254b29d93c4d2cc12da4a28303543d6d99f5f2246fde4052e84af81d18e04399b137b39e * Updates doc for Unix build: added missing dependency bison Co-authored-by: MarcoFalke <falke.marco@gmail.com>
gades
pushed a commit
to piratecash/pirate
that referenced
this pull request
Dec 9, 2023
* Fix build of qtbase in contrib for Gcc 11.x It adds a patch with missing include <limits> in qtbase/src/tools/moc/generator.cpp * Merge bitcoin#23716: test: replace hashlib.ripemd160 with an own implementation 5b559dc Swap out hashlib.ripemd160 for own implementation (Pieter Wuille) ad3e9e1 Add pure Python RIPEMD-160 (Pieter Wuille) Pull request description: Closes bitcoin#23710. ACKs for top commit: jamesob: ACK bitcoin@5b559dc, pending CI Tree-SHA512: dcd4ea2027eac572f7ab0da434b081b9a5d6b78675e559258a446b4d254b29d93c4d2cc12da4a28303543d6d99f5f2246fde4052e84af81d18e04399b137b39e * Updates doc for Unix build: added missing dependency bison Co-authored-by: MarcoFalke <falke.marco@gmail.com>
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed build for libraries qtbase
Added missing dependency
byaccneeded to build libxcbcommonFixed functional tests due to missing function ripemd160 (backport from bitcoin test: replace hashlib.ripemd160 with an own implementation bitcoin/bitcoin#23716):