agiledivider / vagrant-hostsupdater

MIT License
1.15k stars 129 forks source link

Fedora 29: various conflicts #171

Open stefangweichinger opened 6 years ago

stefangweichinger commented 6 years ago
vagrant plugin install vagrant-hostsupdater
Installing the 'vagrant-hostsupdater' plugin. This can take a few minutes...
/usr/share/gems/gems/psych-3.0.2/lib/psych.rb:232: warning: already initialized constant Psych::LIBYAML_VERSION
/usr/share/ruby/psych.rb:232: warning: previous definition of LIBYAML_VERSION was here
/usr/share/gems/gems/psych-3.0.2/lib/psych.rb:234: warning: already initialized constant Psych::FALLBACK
/usr/share/ruby/psych.rb:234: warning: previous definition of FALLBACK was here
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 vagrant-hostsupdater (= 1.0.1) and vagrant-hostsupdater (= 1.0.2)
  Activated vagrant-hostsupdater-1.0.2
  which does not match conflicting dependency (= 1.0.1)

  Conflicting dependency chains:
    vagrant-hostsupdater (= 1.0.2), 1.0.2 activated

  versus:
    vagrant-hostsupdater (= 1.0.1)

  Gems matching vagrant-hostsupdater (= 1.0.1):
    vagrant-hostsupdater-1.0.1

how to get rid of that?

I tried removing/uninstalling all plugins and/or vagrant itself, how to proceed here?

cgsmith commented 5 years ago

I'll test this out locally.

talheim-it commented 3 years ago

@cgsmith

Same on Fedora 33: 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:

conflicting dependencies racc (= 1.4.16) and racc (= 1.5.1) Activated racc-1.5.1 which does not match conflicting dependency (= 1.4.16)

Conflicting dependency chains: racc (= 1.5.1), 1.5.1 activated

versus: racc (= 1.4.16)

Gems matching racc (= 1.4.16): racc-1.4.16