Created
December 19, 2017 21:54
-
-
Save keevee09/8c6f403ddf529a1ad3c544c59f451d65 to your computer and use it in GitHub Desktop.
brew doctor output on 20 Dec 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/Users/tony/.pyenv/shims/dap-config | |
/Users/tony/.pyenv/shims/gdal-config | |
/Users/tony/.pyenv/shims/geos-config | |
/Users/tony/.pyenv/shims/icu-config | |
/Users/tony/.pyenv/shims/kea-config | |
/Users/tony/.pyenv/shims/krb5-config | |
/Users/tony/.pyenv/shims/libdynd-config | |
/Users/tony/.pyenv/shims/libpng16-config | |
/Users/tony/.pyenv/shims/nc-config | |
/Users/tony/.pyenv/shims/ncurses5-config | |
/Users/tony/.pyenv/shims/ncursesw5-config | |
/Users/tony/.pyenv/shims/ncursesw6-config | |
/Users/tony/.pyenv/shims/pcre-config | |
/Users/tony/.pyenv/shims/python-config | |
/Users/tony/.pyenv/shims/python2-config | |
/Users/tony/.pyenv/shims/python2.7-config | |
/Users/tony/.pyenv/shims/python3-config | |
/Users/tony/.pyenv/shims/python3.5-config | |
/Users/tony/.pyenv/shims/python3.5m-config | |
/Users/tony/.pyenv/shims/python3.6-config | |
/Users/tony/.pyenv/shims/python3.6m-config | |
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/python2.7/greenlet/greenlet.h | |
/usr/local/include/python3.5m/greenlet/greenlet.h | |
/usr/local/include/python3.6m/greenlet/greenlet.h | |
Warning: Unbrewed .la files were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .la files: | |
/usr/local/lib/libaspell.la | |
/usr/local/lib/libpspell.la | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
gdal | |
Warning: Broken symlinks were found. Remove them with `brew prune`: | |
/usr/local/bin/soffice | |
Warning: Use hdf5 instead of deprecated homebrew/science/hdf5 | |
Warning: Use hdf5 instead of deprecated homebrew/science/hdf5 | |
Warning: Use tcl-tk instead of deprecated homebrew/dupes/tcl-tk | |
Warning: Use tcl-tk instead of deprecated homebrew/dupes/tcl-tk | |
Warning: Some keg-only formula are linked into the Cellar. | |
Linking a keg-only formula, such as gettext, into the cellar with | |
`brew link <formula>` will cause other formulae to detect them during | |
the `./configure` step. This may cause problems when compiling those | |
other formulae. | |
Binaries provided by keg-only formulae may override system binaries | |
with other strange results. | |
You may wish to `brew unlink` these brews: | |
osgeo/osgeo4mac/gdal2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment