Skip to content

Instantly share code, notes, and snippets.

@ivar
Created November 28, 2012 18:05
Show Gist options
  • Save ivar/4162934 to your computer and use it in GitHub Desktop.
Save ivar/4162934 to your computer and use it in GitHub Desktop.
brew vim breaks
==> Upgrading vim
==> Cloning https://vim.googlecode.com/hg/
Updating /Library/Caches/Homebrew/vim--hg
warning: vim.googlecode.com certificate with fingerprint 8b:0c:39:9b:22:04:51:9e:0c:1e:ac:83:3b:fe:4a:0a:a9:34:e6:b4 not verified (check hostfingerprints or web.cacerts config setting)
pulling from https://vim.googlecode.com/hg/
searching for changes
adding changesets
adding manifests
adding file changes
added 53 changesets with 136 changes to 79 files
(run 'hg update' to get a working copy)
79 files updated, 0 files merged, 0 files removed, 0 files unresolved
==> Checking out tag v7-3-729
==> ./configure --prefix=/usr/local --mandir=/usr/local/Cellar/vim/7.3.729/share/man --enable-gui=no --without-x --disable-nls --enable-multibyte --with-tlib=ncurses --enable-cscope --with-features=huge --enable-pythoninterp --enable-rubyinterp
==> make
==> make install prefix=/usr/local/Cellar/vim/7.3.729
/usr/local/Cellar/vim/7.3.729: 1266 files, 22M, built in 66 seconds
$ vim .
dyld: Library not loaded: @executable_path/../lib/libruby.1.9.1.dylib
Referenced from: /usr/local/bin/vim
Reason: image not found
[1] 92645 trace trap vim .
$
@ivar
Copy link
Author

ivar commented Nov 28, 2012

The problem was a conflict with my version of ruby. Using system ruby to recompile fixed the issue.

@cubiic
Copy link

cubiic commented Nov 30, 2012

Can you give more info here please, i'm facing the exact same issue and i'm stocked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment