Debug tips if something wrong when brew install something
I have to say homebrew is hard to debug if something is wrong when building a package although it’s a de-facto package manager on Mac for the developer.
If ‘brew install something’ failed, you can use the following command to see more info:
1brew install -v your_package
If you can’t find useful info, you can find the logs from:
12345678910...Logs: /Users/YOURNAME/Library/Logs/Homebrew/PACKAGENAME@PACKAGEVERSION/00.options.out /Users/YOURNAME/Library/Logs/Homebrew/PACKAGENAME@PACKAGEVERS ...