Closed miketwenty1 closed 4 years ago
this looks like a bug in MacOS building of bitcoin core. try to build master of https://github.com/bitcoin/bitcoin and if you still get it please open an issue there :)
You’ll need to cherry pick two commits if you’re on macOS Catalina. See here:
https://gist.github.com/bitschmidty/882fd70beb3d6610d28cfe3fa57c7e0e#troubleshooting
Tried this, it didn't work for me. The second commit is failing
➜ bitcoin git:(2c63baa6d) git cherry-pick 0bb33b5348dbddd65b88a7f00449c965562355d3 a64e97dd476bda7c7981979d045b0d06d6f7ce47
fatal: bad object a64e97dd476bda7c7981979d045b0d06d6f7ce47
make command still resulting in same error.
@miketwenty1 The commit is in the bitcoin/bitcoin repo so I think youll need to fetch that remote as well in order to apply that commit. Since you have the first one, it appears you just need to fetch to get the more recent commit.
https://github.com/bitcoin/bitcoin/commit/a64e97dd476bda7c7981979d045b0d06d6f7ce47
Not sure if this is related to #163 or not. At this step in the README.md
Was following this https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md got to the
make
running into this issue in prep for the workshop.