You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Sorry, but I don't have a awful lot of experience with Windows. A quick search yielded a lot of old issues with nio4r and Windows, Vagrant on Windows and Rails on Windows. But nothing I can put into perspective, I'm afraid.
Just to maybe safe you some trouble, have you figured out a way to hook the dns Server vagrant-dns starts into Windows?
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.
The text was updated successfully, but these errors were encountered: