Code Monkey home page Code Monkey logo

Comments (6)

medined avatar medined commented on August 14, 2024 1

Thanks for replying. I'll be away from my computer for a week. I'll try to check when I get back.

from landrush.

drmason13 avatar drmason13 commented on August 14, 2024 1

Hi, having the same issue.
This happens when running vagrant plugin install.
I am running vagrant version 2.0.2

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)

I have plugin installed:

$ vagrant plugin list
vagrant-libvirt (0.0.43, system)

This appears to be causing the issue, but it is a part of vagrant, uninstalling doesn't seem to be an option:

$ vagrant plugin uninstall vagrant-libvirt
Uninstalling the 'vagrant-libvirt' plugin...
The plugin you're attempting to uninstall ('vagrant-libvirt') is a
system plugin. This means that the plugin is part of the installation
of Vagrant. These plugins cannot be removed.

You can however, install a plugin with the same name to replace
these plugins. User-installed plugins take priority over
system-installed plugins.

I tried updating also:

$ vagrant plugin update vagrant-libvirt
Updating plugins: vagrant-libvirt. This may 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:

Unable to resolve dependency: user requested 'vagrant-libvirt (> 0)'

So I'm guessing it is the latest version. I am running ubuntu 18.04 as the host.
Repair also had no joy. I'm conscious that this is probably our own system peculiarities, but I would appreciate some advice if you have any ideas.

from landrush.

drmason13 avatar drmason13 commented on August 14, 2024 1

Yup! This seems to be an issue with our vagrant.

It's up to date according to apt but 2.0.3 should fix your issue if you are also experiencing this. A quick google search shows this problem in all sorts of vagrant plugins... for example

From there, the suggestion is:

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

(I swapped 2.0.3 for 2.1.5 the latest vagrant version at time of writing)

This fixed everything :)

$ vagrant plugin install landrush
Installing the 'landrush' plugin. This can take a few minutes...
Fetching: filelock-1.1.1.gem (100%)
Fetching: landrush-ip-0.2.5.gem (100%)
Fetching: eventmachine-1.0.9.1.gem (100%)
Building native extensions.  This could take a while...
Fetching: rubydns-0.8.5.gem (100%)
Fetching: win32-process-0.8.3.gem (100%)
Fetching: landrush-1.3.0.gem (100%)
Installed the plugin 'landrush (1.3.0)'!

from landrush.

hferentschik avatar hferentschik commented on August 14, 2024

Are you sure this is a Landrush issue? AFAICT there is no dependency to fog-core in Landrush. Can you post the full error message? Is this happening when you do a vagrant plugin install?
You can try to tp uninstall your plugins and re-install them? You can also try vagrant plugin repair.

from landrush.

hferentschik avatar hferentschik commented on August 14, 2024

@drmason13 thanks for the heads-up

from landrush.

rodrigoroccozoop avatar rodrigoroccozoop commented on August 14, 2024

drmason13, you left a mistake on your edit. The file name at wget is still 2.0.3

from landrush.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.