Troubleshooting Failed Bitcoin-related Test Cases in Compiling lnd from Source #8272
-
Hey everyone, I'm in the process of compiling lnd from the source by following the instructions in the INSTALL.md doc. Everything seemed to install correctly, but I encountered issues when running the test cases using I've placed the necessary bitcoin-core binaries (such as The error log I received after running
My
I'm running this on macOS m1 with the following system information:
Any suggestions or insights on how to resolve these bitcoind-related test failures would be greatly appreciated! 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 16 replies
-
Hmm, interesting. This might be an issue with |
Beta Was this translation helpful? Give feedback.
I've just solved the issue using the
sudo make check
command it seems a permission issue. Thanks so much @guggero for pointing me in the right direction 🙏. Now I'm gonna pick up good first issues