Created
March 29, 2016 00:05
-
-
Save RikkiGibson/8085aad972750d3d3cb8 to your computer and use it in GitHub Desktop.
Stack level too deep with "brew search gcc"
This file contains 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
The invocation that failed: | |
$ brew search gcc | |
Error: stack level too deep | |
Please report this bug: | |
https://git.io/brew-troubleshooting | |
/usr/local/Library/Homebrew/formulary.rb:21 | |
----- brew config ----- | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 6a9a9be0e6d16658974645a5fe8dddf4b9cabcd0 | |
Last commit: 21 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.11.4-x86_64 | |
Xcode: 7.3 | |
CLT: 7.3.0.0.1.1457485338 | |
Clang: 7.3 build 703 | |
X11: N/A | |
System Ruby: 2.0.0-p648 | |
Perl: /usr/bin/perl | |
Python: /Library/Frameworks/Python.framework/Versions/2.7/bin/python => /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_25, 1.7.0_79 | |
----- 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 and just ignore them. 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: | |
/Library/Frameworks/Python.framework/Versions/2.7/bin/python-config | |
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config | |
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config | |
Warning: Python is installed at /Library/Frameworks/Python.framework | |
Homebrew only supports building against the System-provided Python or a | |
brewed Python. In particular, Pythons installed to /Library can interfere | |
with other software installs. | |
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/node/smalloc.h | |
/usr/local/include/node/uv-private/ngx-queue.h | |
/usr/local/include/node/uv-private/stdint-msvc2008.h | |
/usr/local/include/node/uv-private/tree.h | |
/usr/local/include/node/uv-private/uv-bsd.h | |
/usr/local/include/node/uv-private/uv-darwin.h | |
/usr/local/include/node/uv-private/uv-linux.h | |
/usr/local/include/node/uv-private/uv-sunos.h | |
/usr/local/include/node/uv-private/uv-unix.h | |
/usr/local/include/node/uv-private/uv-win.h | |
/usr/local/include/node/v8-preparser.h | |
/usr/local/include/node/v8stdint.h | |
Warning: Some directories in your path end in a slash. | |
Directories in your path should not end in a slash. This can break other | |
doctor checks. The following directories should be edited: | |
/Library/TeX/texbin/ | |
/opt/local/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment