Skip to content

Conversation

fanquake
Copy link
Member

@fanquake fanquake commented May 20, 2020

Backports the following to the 0.19 branch:

Closes: #19510.

achow101 and others added 4 commits May 20, 2020 10:29
@fanquake fanquake added this to the 0.19.2 milestone May 20, 2020
@promag
Copy link
Contributor

promag commented May 20, 2020

Do you want to include #18542 here?

@fanquake
Copy link
Member Author

fanquake commented Jun 9, 2020

Do you want to include #18542 here?

Thanks. I've pulled in d3cfe0d from that PR.

Copy link
Member

@luke-jr luke-jr left a comment

Choose a reason for hiding this comment

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

#19185 is a clean merge of the original commit. No need for an ugly re-commit as here.

Should remove the commits here, and reopen #19185 instead

@promag
Copy link
Contributor

promag commented Jun 29, 2020

#19300 was merged.

This is needed to compile with Qt 5.15.

Github-Pull: bitcoin#19097
Rebased-From: 79b0a69
@fanquake fanquake linked an issue Jul 26, 2020 that may be closed by this pull request
fanquake and others added 5 commits August 11, 2020 09:01
This has been removed from the master branch, and always seems to fail
at the installing packages phase. i.e:
```bash
pkg install -y autoconf automake boost-libs git gmake libevent libtool pkgconf python3 ccache
Updating FreeBSD repository catalogue...
Fetching meta.txz: . done
pkg: repository meta /var/db/pkg/FreeBSD.meta has wrong version 2
repository FreeBSD has no meta file, using default settings
Fetching packagesite.txz: .......... done
pkg: repository meta /var/db/pkg/FreeBSD.meta has wrong version 2
pkg: Repository FreeBSD load error: meta cannot be loaded No error: 0
Unable to open created repository FreeBSD
Unable to update repository FreeBSD
Error updating repositories!

Exit status: 3
```

Github-Pull: bitcoin#19224
Rebased-From: e7f06f9
This is causing the tests to fail for backports etc.

Github-Pull: bitcoin#19612
Rebased-From: 7ee4769
Github-Pull: bitcoin#18640
Rebased-From: fac0c8d
@jnewbery
Copy link
Contributor

jnewbery commented Aug 11, 2020

ACK be95147

I ran range-diff for each of the individual commits to verify that they were unchanged, and did a quick scan over each commit.

The only ones that were slightly unclean cherry picks were the appveyor commits.

@maflcko
Copy link
Member

maflcko commented Aug 11, 2020

cherry-pick ACK be95147 🌎

Show signature and timestamp

Signature:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

cherry-pick ACK be951470bea132b4cbe1823cd564bf14aaf0ea7e 🌎
-----BEGIN PGP SIGNATURE-----

iQGzBAEBCgAdFiEE+rVPoUahrI9sLGYTzit1aX5ppUgFAlwqrYAACgkQzit1aX5p
pUhiqAv+LLwsV4mNGsaTSOa3q9mT14B/bWuib9+CFffg8lBvedHfjs/B/jRRkbDt
R8zCFOZPJHed/8M3ICUYHi04FJkO5y4Bh8TzIY8087SPM6sDatE/MWXSCe5f9Ttt
aFTfYx19As/yaE4cMJZD+/3pwHVObZuQ4nzu9TZYbtUBRoJj912QP5Yq+gBZXxwt
M10O6pwz7e5IXwGCPeIIlhMLgiqmom7pJIsijZi3PaGeH+oR8sBnxB99B4dVwiJl
+E7VQSVldHNjoNcSftvp41deDc1L79hFn3au4ws2Zq6y1BXlgAxLOqBmkGSS6y1H
Qvq+YrtQM/pGblgRuXUD3Nb3qbehk7mVPka+RlI3diyj1yB6YbG0YAjDxvDmkQgp
VBqW7loKrAnxO6VRpaZ8+SGZyWwCQQQEii25WKvRZm4xR/5AoJgHv4PU1hK89jei
lzayyDZVUqbWS8PDD4zhes28m1u5iZaTKgALYFegyxnRl5YHuwSfACuLjQT2CMYM
wpMzwC5O
=AqoC
-----END PGP SIGNATURE-----

Timestamp of file with hash 85457e8568a50d11680719483b91ec171c3e108883edca3d38bbae169190b69a -

cd c:\tools\vcpkg
$env:GIT_REDIRECT_STDERR = '2>&1' # git is writing non-errors to STDERR when doing git pull. Send to STDOUT instead.
git pull origin master > $null
git checkout $env:VCPKG_COMMIT_ID
Copy link
Member

Choose a reason for hiding this comment

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

Any reason to check out the same commit twice?

You can avoid the conflicts by cherry-picking in the correct order:

$ git log -3 --oneline 
a51ffbe92c (HEAD) Remove cached directories and associated script blocks from appveyor CI configuration.
6646b5f891 appveyor: Remove clcache
bd95892b0d Updated appveyor job to checkout a specific vcpkg commit ID.

@maflcko
Copy link
Member

maflcko commented Aug 11, 2020

#19300 was merged.

This wasn't included here, but I went ahead and merged this to make the ci green on the other backport pulls

@fanquake fanquake deleted the 0_19_2_backports branch August 11, 2020 11:25
MarkLTZ added a commit to litecoinz-core/litecoinz that referenced this pull request Nov 7, 2020
@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.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bitcoind not compiling on MacOS 10.15.5
8 participants