Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libvirt Plugin Fails to Install #13377

Closed
Jacob-Riddle opened this issue Apr 4, 2024 · 2 comments
Closed

Libvirt Plugin Fails to Install #13377

Jacob-Riddle opened this issue Apr 4, 2024 · 2 comments

Comments

@Jacob-Riddle
Copy link

Debug output

https://gist.github.com/Jacob-Riddle/215e09b2d59b0c670adcaf07ad5f526f

Expected behavior

The libvirt plugin is installed

Actual behavior

The libvirt plugin fails with the error:

conflicting dependencies ffi (~> 0.6.3) and ffi (= 1.16.3)
  Activated ffi-1.16.3
  which does not match conflicting dependency (~> 0.6.3)

Reproduction information

Vagrant version

Vagrant 2.4.1

Host operating system

openSUSE Tumbleweed

Guest operating system

N/A

Steps to reproduce

  1. Run vagrant plugin install libvirt

Vagrantfile

N/A

@nsrderooy
Copy link

Confirmed, this exists on Debian Sid also.
Compared the debug files and they are virtually the same.

@chrisroberts
Copy link
Member

Hi there,

The underlying issue you are encountering is that a libvirt client library is being attempted to install. The Vagrant plugin for libvirt is: vagrant-libvirt. You can install it with:

vagrant plugin install vagrant-libvirt

Cheers!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants