I've been on this problem for several hours now and can't seem to find any solution:
The installation of the vagrant-librarian-chef plugin fails with the following message: Installing the 'vagrant-librarian-chef' plugin. This can take a few minutes ... Fetching source index from http://gems.hashicorp.com/ Fetching gem metadata from https://rubygems.org/........... Resolving dependencies... [...] Using win32-service 0.8.2 Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. Gem files will remain installed in C:/Users/Geisler/.vagrant.d/gems/gems/ chef-12.1.2-x86-mingw32 for inspection. Results logged to C:/Users/Geisler/.vagrant.d/gems/gems/chef-12.1.2-x86- mingw32/ext/win32-eventlog/gem_make.out Bundler, the underlying system Vagrant uses to install plugins, reported an error. The error is shown below. These errors are usually caused by misconfigured plugin installations or transient network issues. The error from Bundler is: An error occurred while installing chef (12.1.2), and Bundler cannot continue. Make sure that `gem install chef -v '12.1.2'` succeeds before bundling. I'm running on Windows 8.1; I've tried different versions of vagrant and deleting and reinstalling several directories. On another windows 8.1 machine, the installation is working without any problems. Oddly enough, the first try to install the plugin tried to install Chef version 12.2.2, the second try (output from above), version 12.1.2. The file gem_make.out is empty. The content of chef-log.man reads: MessageId=10000 SymbolicName=RUN_START Language=English Starting Chef Client run v%1 . MessageId=10001 SymbolicName=RUN_STARTED Language=English Started Chef Client run %1 . MessageId=10002 SymbolicName=RUN_COMPLETED Language=English Completed Chef Client run %1 in %2 seconds . MessageId=10003 SymbolicName=RUN_FAILED Language=English Failed Chef Client run %1 in %2 seconds.%n Exception type: %3%n Exception message: %4%n Exception backtrace: %5%n I'm very thankful for any hint for the resolution of this issue. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
