osx - homebrew install hangs on mac -


i can't figure 1 out when try install rvm hangs (on mac 10.8.5):

installing required packages: libksba.... 

doing cntrl+c can see in log:

current path: /users/markewest/.rvm/src/rvm command(2): requirements_osx_brew_libs_install libksba error: no such keg: /usr/local/cellar/libksba ==> installing dependencies libksba: libgpg-error ==> installing libksba dependency: libgpg-error ==> downloading ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.12.tar.bz2 

i have tried manually installing "libgpg-error" , doesn't seem help. ideas?

edit: tried below suggestion gets stuck. nothing ever download, shows below (after letting sit 1 hour):

==> installing dependencies libksba: libgpg-error ==> installing libksba dependency: libgpg-error ==> downloading ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.12.tar.bz2 

got work downloading files mirror , dropping them homebrew cache. more here: homebrew tips n' tricks

after able run brew install on both files libksba, libgpg-error , installed fine.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -