Created
July 30, 2011 12:58
-
-
Save jhchabran/1115499 to your computer and use it in GitHub Desktop.
Homebrew + Lion + Postgres, fails to build
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
% brew install postgresql | |
Also installing dependencies: readline, ossp-uuid | |
==> Downloading ftp://ftp.cwru.edu/pub/bash/readline-6.2.tar.gz | |
######################################################################## 100.0% | |
######################################################################## 100.0%==> Downloading patches | |
######################################################################## 100.0% | |
######################################################################## 100.0%==> Patching | |
patching file vi_mode.c | |
patching file callback.c | |
==> ./configure --prefix=/usr/local/Cellar/readline/6.2.1 --mandir=/usr/local/Cellar/readline/6.2.1/share/man --infodir=/usr/local/Cellar/readline/6.2.1/share/info --enable-multibyte | |
==> make install | |
Error: undefined method `strip' for #<KegOnlyReason:0x10ac404b8> | |
Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue | |
/usr/local/Library/Homebrew/install.rb:8:in `text_for_keg_only_formula' | |
/usr/local/Library/Homebrew/install.rb:135:in `install' | |
/usr/local/Library/Homebrew/install.rb:34 | |
/usr/local/Library/Formula/readline.rb:21 | |
brew install postgresql 20.07s user 9.73s system 88% cpu 33.741 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Homebrew/legacy-homebrew#6739 reports the exact same error.