Created
May 9, 2012 02:55
-
-
Save pepsin/2641436 to your computer and use it in GitHub Desktop.
Clisp Brew Fail to install
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
Failed executing: make install (clisp.rb:57) | |
If `brew doctor' does not help diagnose the issue, please report the bug: | |
https://github.com/mxcl/homebrew/wiki/reporting-bugs | |
BigBrain:Desktop Pepsin$ brew doctor | |
Error: /usr/local/include isn't writable. | |
This can happen if you "sudo make install" software that isn't managed | |
by Homebrew. | |
If a brew tries to write a header file to this directory, the install will | |
fail during the link step. | |
You should probably `chown` /usr/local/include | |
Error: Some directories in /usr/local/share/man aren't writable. | |
This can happen if you "sudo make install" software that isn't managed | |
by Homebrew. If a brew tries to add locale information to one of these | |
directories, then the install will fail during the link step. | |
You should probably `chown` them: | |
/usr/local/share/man/de | |
/usr/local/share/man/de/man1 | |
Error: gettext was detected in your PREFIX. | |
The gettext provided by Homebrew is "keg-only", meaning it does not | |
get linked into your PREFIX by default. | |
If you `brew link gettext` then a large number of brews that don't | |
otherwise have a `depends_on 'gettext'` will pick up gettext anyway | |
during the `./configure` step. | |
If you have a non-Homebrew provided gettext, other problems will happen | |
especially if it wasn't compiled with the proper architectures. | |
Error: Unbrewed dylibs 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 dylibs: | |
/usr/local/lib/libatk-1.0.0.2209.1.dylib /usr/local/lib/libgdk-x11-2.0.0.1200.0.dylib /usr/local/lib/libgdk_pixbuf-2.0.0.1200.0.dylib /usr/local/lib/libgdk_pixbuf_xlib-2.0.0.1200.0.dylib /usr/local/lib/libgio-2.0.0.0.0.dylib /usr/local/lib/libGLEW.1.5.4.dylib /usr/local/lib/libglib-2.0.0.1600.0.dylib /usr/local/lib/libgmodule-2.0.0.1600.0.dylib /usr/local/lib/libgobject-2.0.0.1600.0.dylib /usr/local/lib/libgthread-2.0.0.1600.0.dylib /usr/local/lib/libgtk-x11-2.0.0.1200.0.dylib /usr/local/lib/libintl.8.0.2.dylib /usr/local/lib/libjpeg.62.dylib /usr/local/lib/libpango-1.0.0.2100.0.dylib /usr/local/lib/libpangocairo-1.0.0.2100.0.dylib /usr/local/lib/libpangoft2-1.0.0.2100.0.dylib /usr/local/lib/libpangox-1.0.0.2100.0.dylib /usr/local/lib/libpangoxft-1.0.0.2100.0.dylib /usr/local/lib/libportaudio.2.0.0.dylib /usr/local/lib/libSDL-1.2.0.dylib /usr/local/lib/libz.1.2.6.dylib | |
Error: 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/libatk-1.0.la /usr/local/lib/libgdk-x11-2.0.la /usr/local/lib/libgdk_pixbuf-2.0.la /usr/local/lib/libgdk_pixbuf_xlib-2.0.la /usr/local/lib/libgio-2.0.la /usr/local/lib/libglib-2.0.la /usr/local/lib/libgmodule-2.0.la /usr/local/lib/libgobject-2.0.la /usr/local/lib/libgthread-2.0.la /usr/local/lib/libgtk-x11-2.0.la /usr/local/lib/libintl.la /usr/local/lib/libjpeg.la /usr/local/lib/libpango-1.0.la /usr/local/lib/libpangocairo-1.0.la /usr/local/lib/libpangoft2-1.0.la /usr/local/lib/libpangox-1.0.la /usr/local/lib/libpangoxft-1.0.la /usr/local/lib/libportaudio.la | |
Error: 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/zlib.pc | |
Error: Unbrewed static libraries 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 static libraries: | |
/usr/local/lib/libGLEW.a /usr/local/lib/libintl.a /usr/local/lib/libjpeg.a /usr/local/lib/libportaudio.a /usr/local/lib/libz.a | |
Error: You have uncommitted modifications to Homebrew's core. | |
Unless you know what you are doing, you should run: | |
cd /usr/local && git reset --hard | |
Error: 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: | |
/Users/Pepsin/Applications/android-sdk/tools/ | |
Error: Homebrew's sbin was not found in your path. | |
Consider amending your PATH variable so it contains: | |
/usr/local/sbin | |
BigBrain:Desktop Pepsin$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment