I haven’t been able to get ffmpeg
(or a few other things) to build in Homebrew for a while, it’s been rather frustrating - especially when it fails with a message saying “do not contact Homebrew about this” … you packaged it! How else could I fix it?
Turns out, there’s a brew doctor
command that can help sort things out.
➜ brew doctor
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: 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:
unpaper
ipython
pango
harfbuzz
sdl2_ttf
libraqm
gobject-introspection
pillow
librsvg
graphviz
handbrake
ocrmypdf
libass
Copied the list of kegs above and ran this to force the update:
[Read More]