Skip to content

Instantly share code, notes, and snippets.

@PythonCoderAS
Created June 19, 2022 02:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PythonCoderAS/c70b534bf4f2b5664a0fb8a05b132470 to your computer and use it in GitHub Desktop.
Save PythonCoderAS/c70b534bf4f2b5664a0fb8a05b132470 to your computer and use it in GitHub Desktop.
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Unknown support status
Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences or run:
softwareupdate --all --install --force
If that doesn't show you any updates, run:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
Alternatively, manually download them from:
https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 13.2.1.
Warning: Some installed kegs have no formulae!
This means they were either deleted or installed manually.
You should find replacements for the following formulae:
python@2
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
ilmbase
sdl
sdl_image
sdl_mixer
sdl_ttf
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/ffi-x86_64.h
/usr/local/include/ffi.h
/usr/local/include/ffitarget-x86_64.h
/usr/local/include/ffitarget.h
Warning: Unbrewed '.pc' files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected '.pc' files:
/usr/local/lib/pkgconfig/libffi.pc
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
python@2
six
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment