adrahon / vagrant-kvm

This project is dead, please use vagrant-libvirt instead! A Vagrant 1.4+ plugin that adds a KVM provider to Vagrant, allowing Vagrant to control and provision KVM/QEMU VM.
MIT License
366 stars 60 forks source link

problem with install on archlinux - failed to resolve dependence correctly #244

Closed ChaosEternal closed 9 years ago

ChaosEternal commented 10 years ago

Installing the './vagrant-kvm-0.2.0.dev.gem' plugin. This can take a few minutes... /opt/vagrant/embedded/lib/ruby/2.0.0/rubygems/dependency_installer.rb:211:in gather_dependencies': Unable to resolve dependencies: vagrant-kvm requires ruby-libvirt (>= 0.5.2, ~> 0.5) (Gem::DependencyError) from /opt/vagrant/embedded/lib/ruby/2.0.0/rubygems/dependency_installer.rb:333:ininstall' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/bundler.rb:117:in block in install_local' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/bundler.rb:265:inblock in with_isolated_gem' from /opt/vagrant/embedded/lib/ruby/2.0.0/rubygems/user_interaction.rb:40:in use_ui' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/bundler.rb:264:inwith_isolated_gem' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/bundler.rb:114:in install_local' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/plugin/manager.rb:47:ininstall_plugin' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/action/install_gem.rb:28:in call' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/warden.rb:34:incall' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/builder.rb:116:in call' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/runner.rb:66:inblock in run' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/util/busy.rb:19:in busy' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/action/runner.rb:66:inrun' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/command/base.rb:14:in action' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/command/install.rb:32:inblock in execute' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/command/install.rb:31:in each' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/command/install.rb:31:inexecute' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/command/root.rb:56:in execute' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/cli.rb:42:inexecute' from /opt/vagrant/embedded/gems/gems/vagrant-1.6.3/lib/vagrant/environment.rb:252:in cli' from /opt/vagrant/bin/../embedded/gems/gems/vagrant-1.6.3/bin/vagrant:166:in

'

ChaosEternal commented 10 years ago

but ruby-libvirt has already been there:

[chaos@coreillia vagrant-kvm]$ gem list

* LOCAL GEMS *

aws-sdk (1.32.0) bigdecimal (1.2.4) blobstore_client (1.2579.0) bosh_cli (1.2579.0) bosh_common (1.2579.0) builder (3.2.2) excon (0.25.3) fog (1.14.0) formatador (0.2.5) highline (1.6.21) httpclient (2.2.4) io-console (0.4.2) json (1.8.1) json_pure (1.8.1) log4r (1.1.10) mime-types (2.3) mini_portile (0.6.0) minitar (0.5.4) minitest (4.7.5) multi_json (1.10.1) net-scp (1.1.2) net-ssh (2.9.1) net-ssh-gateway (1.1.0) netaddr (1.5.0) nokogiri (1.6.3.rc1) progressbar (0.9.2) psych (2.0.5) rake (10.1.0) rdoc (4.1.0) ruby-atmos-pure (1.0.5) ruby-hmac (0.4.0) ruby-libvirt (0.5.2) terminal-table (1.4.5) test-unit (2.1.2.0) uuidtools (2.1.4)

adrahon commented 10 years ago

Did you follow the ArchLinux specific instructions? https://github.com/adrahon/vagrant-kvm/wiki/Install_on_ArchLinux#install-vagrant-kvm-plugin

adrahon commented 9 years ago

Any update on this? Is it a doc issue, is it still failing?

adrahon commented 9 years ago

I'm closing this issue for lack of update. Feel free to reopen if it is not solved.