< bitcoin-git>
[bitcoin] achow101 opened pull request #18589: Fix naming of macOS SDK and clarify version (master...fix-osx-sdk-extract) https://github.com/bitcoin/bitcoin/pull/18589
< bitcoin-git>
[bitcoin] brakmic opened pull request #18592: rpc: replace raw pointers with shared_ptrs (master...rpcwallet-replace-pointers) https://github.com/bitcoin/bitcoin/pull/18592
< emzy>
I get an error while gitian building the macos binaries. It happens while comiling boost libs. "./boost/config/detail/posix_features.hpp:18:15: fatal error: 'unistd.h' file not found"
< fanquake>
emzy: it means the macOS SDK can't be found
< emzy>
But it is there.
< emzy>
And it worked for v0.19.1
< fanquake>
We've moved to the 10.14 SDK
< emzy>
I have gitian-builder/inputs/MacOSX10.14.sdk.tar.gz
< fanquake>
Check that when it is untarred, it is the correct name. achow101 ran into a similar issue, see #18589
< achow101>
jonasschnelli: it looks like we have different gcc versions
< achow101>
the .comment section of each of those has GCC: (Ubuntu 8.3.0-6ubuntu1~18.04.1) 8.3.0 for you and GCC: (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 for me
< achow101>
how that happened, I'm not sure
< achow101>
jonasschnelli: do you have the install.log for your build?
< fanquake>
wumpus / sipa can you block tsp186
< sipa>
fanquake: done
< fanquake>
achow101: you have GCC version comments in your macOS binary?
< bitcoin-git>
[bitcoin] ariard opened pull request #18600: [wallet] Track conflicted transactions removed from mempool and fix UI notifications (master...2020-03-wallet-track-conflicts) https://github.com/bitcoin/bitcoin/pull/18600
< bitcoin-git>
[bitcoin] promag opened pull request #18601: wallet: Refactor WalletRescanReserver constructor to take wallet refe… (master...2020-04-walletrescanreserver) https://github.com/bitcoin/bitcoin/pull/18601
< achow101>
fanquake: in bitcoin-qt itself, no
< achow101>
but I see them in the codesign_allocate, dmg, genisoimage, and pagestuff binaries that are in the osx-unsigned.tar.gz
< achow101>
those comments are the primary difference, though some of them have a few other differences which I am attributing to the different gcc versions