Advertisement
murp

ffi-1.9.9 segfaults on windows #440 causes vagrant not to wo

Jun 29th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Sorry for the trouble here - it looks like FFI [had a bad release on Friday]https://github.com/ffi/ffi/issues/440) that they're still figuring out. Unfortunately this interacts with a bug in Vagrant's version of Bundler which causes plugin installs to incorrectly pull down the latest versions of gems that are already bundled with vagrant.
  2.  
  3. If you run these commands in Powershell to remove the downloaded FFI gem, Vagrant will fall back to the built-in version:
  4.  
  5. rm -Recurse -Force ~\.vagrant.d\gems\gems\ffi-1.9.9-x86-mingw32
  6. rm -Recurse -Force ~\.vagrant.d\gems\specifications\ffi-1.9.9-x86-mingw32.gemspec
  7. Let me know if this takes care of the problem for you,
  8.  
  9. rm -Recurse -Force D:\HashiCorp\Vagrant\home\gems\gems\ffi-1.9.9-x86-mingw32
  10. rm -Recurse -Force D:\HashiCorp\Vagrant\home\gems\specifications\ffi-1.9.9-x86-mingw32.gemspec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement