Skip to content

Conversation

fanquake
Copy link
Member

Due to the use of boost::filesystem::canonical(), the minimum required
version of Boost is actually 1.48.0. Use of canonical was introduced
in #14146.

See also Boost filesystem 1.48.0 release notes. Also discussed in #20080.

Due to the use of boost::filesystem::canonical(), the minimum required
version of Boost is actually 1.48.0. Use of canonical was introduced
in bitcoin#14146.

See also Boost filesystem 1.48.0 release notes:
https://github.com/boostorg/filesystem/blob/6b5e38134a336b6ea777cd8a69b6ae929819db7e/doc/release_history.html#L508
Copy link
Member

@hebasto hebasto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 3562c15, this is the status quo.

Are we going to update 0.19 branch as well?

@maflcko
Copy link
Member

maflcko commented Oct 13, 2020

ACK, but I doubt anyone is affected by this practically or even reads the docs

@practicalswift
Copy link
Contributor

ACK 3562c15: correct is better than incorrect :)

@Saibato
Copy link
Contributor

Saibato commented Oct 13, 2020

@MarcoFalke

or even reads the docs

I have, does that count?
And is there a "u get extra points if u find the diff between reality and believe, in our adventure tale source and stars if u find out that all is a sophisticated foo", bonus program?

@fanquake
Copy link
Member Author

Are we going to update 0.19 branch as well?

I'll pull this change in when I do some other 0.19 backports.

@maflcko maflcko merged commit b9ac31f into bitcoin:0.20 Oct 13, 2020
@fanquake fanquake deleted the min_boost_actually_1480 branch October 13, 2020 23:09
fanquake added a commit to fanquake/bitcoin that referenced this pull request Oct 14, 2020
Due to the use of boost::filesystem::canonical(), the minimum required
version of Boost is actually 1.48.0. Use of canonical was introduced
in bitcoin#14146.

See also Boost filesystem 1.48.0 release notes:
https://github.com/boostorg/filesystem/blob/6b5e38134a336b6ea777cd8a69b6ae929819db7e/doc/release_history.html#L508

Github-Pull: bitcoin#20142
Rebased-From: 3562c15
fanquake added a commit to fanquake/bitcoin that referenced this pull request Oct 15, 2020
Due to the use of boost::filesystem::canonical(), the minimum required
version of Boost is actually 1.48.0. Use of canonical was introduced
in bitcoin#14146.

See also Boost filesystem 1.48.0 release notes:
https://github.com/boostorg/filesystem/blob/6b5e38134a336b6ea777cd8a69b6ae929819db7e/doc/release_history.html#L508

Github-Pull: bitcoin#20142
Rebased-From: 3562c15
@fanquake fanquake mentioned this pull request Oct 15, 2020
fanquake added a commit to fanquake/bitcoin that referenced this pull request Oct 16, 2020
Due to the use of boost::filesystem::canonical(), the minimum required
version of Boost is actually 1.48.0. Use of canonical was introduced
in bitcoin#14146.

See also Boost filesystem 1.48.0 release notes:
https://github.com/boostorg/filesystem/blob/6b5e38134a336b6ea777cd8a69b6ae929819db7e/doc/release_history.html#L508

Github-Pull: bitcoin#20142
Rebased-From: 3562c15
maflcko pushed a commit that referenced this pull request Dec 2, 2020
9c71499 rpc: Adjust witness-tx deserialize error message (MarcoFalke)
a7bdf5c rpc: Properly deserialize txs with witness before signing (MarcoFalke)
0b64310 Avoid the use of abs64 in timedata (Pieter Wuille)
5b2de04 Bump vcpkg commit ID to get new msys mirror list (Aaron Clauson)
6957419 build: set minimum required Boost to 1.48.0 (fanquake)
27bb2cc util: Don't reference errno when pthread fails. (MIZUTA Takeshi)
8bd2ab1 docs: Correct description for getblockstats's txs field (Nadav Ivgi)
a8411b3 qt: Fix QFileDialog for static builds (Hennadii Stepanov)

Pull request description:

  Backports the following to the 0.19 branch:
  * #19194 - util: Don't reference errno when pthread fails. - not clean.
  * #19536 - qt, build: Fix QFileDialog for static builds
  * #19777 - docs: Correct description for getblockstats's txs field
  * #19836 - rpc: Properly deserialize txs with witness before signing
  * #20095 - CI: Bump vcpkg commit ID to get new msys mirror list
  * #20141 - Avoid the use of abs64 in timedata
  * #20142 - [0.20] build: set minimum required Boost to 1.48.0

ACKs for top commit:
  jnewbery:
    utACK 9c71499
  dergoegge:
    utACK 9c71499
  MarcoFalke:
    ACK 9c71499

Tree-SHA512: 2151f22bc37a6a2f51a8f36c27376622016b51ff99b570e95354356fce1f1761cf19cb4f8ebfa26d38485a0bff6ff6ee834d2798fb383e2ae2abb175548b8fe6
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Feb 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants