Installation of vagrant-dns fails on a fresh vagrant setup on Windows 10.
vagrant version
Installed Version: 2.2.19
Latest Version: 2.2.19
vagrant plugin install vagrant-dns
Fetching nio4r-2.5.8.gem
Vagrant failed to properly resolve required dependencies. These
errors can commonly be caused by misconfigured plugin installations
or transient network issues. The reported error is:
ERROR: Failed to build gem native extension.
current directory: C:/Users/uwe/.vagrant.d/gems/2.7.4/gems/nio4r-2.5.8/ext/nio4r
C:/HashiCorp/Vagrant/embedded/mingw64/bin/ruby.exe -I C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/2.7.0 -r ./siteconf20220107-14964-uxuw0.rb extconf.rb
ch file -- devkit (LoadError)
from C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:83:in 'require'
from extconf.rb:7:in main
extconf failed, exit code 1
I've also compiled the gem (2.2.0) from the current git tip and get the same error.
Installation of vagrant-dns fails on a fresh vagrant setup on Windows 10.
Installed Version: 2.2.19
Latest Version: 2.2.19
Fetching nio4r-2.5.8.gem
Vagrant failed to properly resolve required dependencies. These
errors can commonly be caused by misconfigured plugin installations
or transient network issues. The reported error is:
ERROR: Failed to build gem native extension.
C:/HashiCorp/Vagrant/embedded/mingw64/bin/ruby.exe -I C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/2.7.0 -r ./siteconf20220107-14964-uxuw0.rb extconf.rb
ch file -- devkit (LoadError)
from C:/HashiCorp/Vagrant/embedded/mingw64/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:83:in 'require'
from extconf.rb:7:in main
extconf failed, exit code 1
I've also compiled the gem (2.2.0) from the current git tip and get the same error.