dotless-de/vagrant-vbguest

conflicting dependencies fog-core (~> 1.43.0) and fog-core (= 1.45.0) on Ubuntu 18.04 Final Beta

emhohensee opened this issue ยท 6 comments

I just installed the Ubuntu 18.04 Final Beta and attempted to install the vagrant-vbguest plugin. Getting the following error. I can see from another issue that there have been version issues with fog-core and vagrant-libvirt before.

ethan@corvus:~$ vagrant plugin install vagrant-vbguest
Installing the 'vagrant-vbguest' plugin. This can take a few minutes...
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:

conflicting dependencies fog-core (~> 1.43.0) and fog-core (= 1.45.0)
  Activated fog-core-1.45.0
  which does not match conflicting dependency (~> 1.43.0)

  Conflicting dependency chains:
    fog-core (= 1.45.0), 1.45.0 activated

  versus:
    vagrant-libvirt (> 0), 0.0.41 activated, depends on
    fog-core (~> 1.43.0)

Versions:

ethan@corvus:~$ vagrant version
Installed Version: 2.0.2
ethan@corvus:~$ ruby --version
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]

Install Vagrant 2.0.3 from deb:

wget -c https://releases.hashicorp.com/vagrant/2.0.3/vagrant_2.0.3_x86_64.deb
sudo dpkg -i vagrant_2.0.3_x86_64.deb

The solution is install the newest vagrant version or as mihdan says...

tjad commented

Issue can be close.

Version 2.0.3 not worked for me.

Solution:

wget -c https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.deb
sudo dpkg -i vagrant_2.2.4_x86_64.deb

Thanks for the sugestion (@sleonardoaugusto ). In Debian 10 (buster), vagrant
2.2.4 The problem is fixed. The stable version of the repositories (2.2.3) does not.