sqitchers / homebrew-sqitch

Homebrew Formulas for Sqitch
22 stars 10 forks source link

Sqitch installation broke vim #47

Closed wkoszek closed 4 years ago

wkoszek commented 4 years ago

After adding the tap, I installed sqitch on my Mac Mini with Catalina.

Command used:

brew install sqitch --with-postgres-support --with-sqlite-support

It ended up with vim

hint: Waiting for your editor to close the file... dyld: Library not loaded: /usr/local/opt/perl/lib/perl5/5.30.1/darwin-thread-multi-2level/CORE/libperl.dylib
  Referenced from: /usr/local/bin/vim
  Reason: image not found
error: vim died of signal 6
error: There was a problem with the editor 'vim'.
Please supply the message using either -m or -F option.

Reinstalling Vim seems to make it work again, but decided to report it again.

theory commented 4 years ago

Odd. What's just above that error? Sqitch doesn't use vim for anything, so I wonder if one of its dependencies does.

wkoszek commented 4 years ago

Yeah, it's a perl dependency that got messed up. It's a little surprising. I'd not be surprised if it's somehow a brew problem (almost looks like it took a vim's dependency, uninstalled/updated it). Can't really explain it.

theory commented 4 years ago

Okay, closing, then, thanks.