Homebrew / homebrew-core

🍻 Default formulae for the missing package manager for macOS (or Linux)
https://brew.sh
BSD 2-Clause "Simplified" License
13.58k stars 12.33k forks source link

brew cleanup fails due to clang build version < 600 #36709

Closed menicosia closed 5 years ago

menicosia commented 5 years ago

Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.

To help us debug your issue please explain:

fxcoudert commented 5 years ago

Hi @menicosia, sorry for the long delay in replying to this. It is hard to diagnose without having the output of brew config, as requested in the issue template, but… it appears you have local modifications of your homebrew-core tap, because the latest version of the python formula does not have such a problem.

So, please run brew update-reset to remove all local modifications to the taps, then brew up again. This should fix the issues!