BerlinVagrant / vagrant-dns

A plugin to manage DNS records for vagrant environments
MIT License
489 stars 50 forks source link

Ignoring {hitimes,nio4r} because its extensions are not built #46

Closed tisba closed 7 years ago

tisba commented 7 years ago

I'm getting the following message because of vagrant-dns.

Ignoring hitimes-1.2.4 because its extensions are not built.  Try: gem pristine hitimes --version 1.2.4
Ignoring nio4r-1.2.1 because its extensions are not built.  Try: gem pristine nio4r --version 1.2.1

If I uninstall vagrant-dns, the messages disappear. Is there any way to fix these warnings?

Vagrant version is: 1.9.1

$ vagrant plugin list
vagrant-dns (1.0.0)
vagrant-share (1.1.6, system)
vagrant-vmware-fusion (4.0.15)
tisba commented 7 years ago

I believe this will be fixed upstream by https://github.com/mitchellh/vagrant/pull/8191. I'll let this issue open, until this is indeed fix(able) by Vagrant.