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

Plugin fails to build on Arch Linux with Vagrant 2.3.0 #1549

Closed
sempervictus opened this issue Aug 16, 2022 · 2 comments
Closed

Plugin fails to build on Arch Linux with Vagrant 2.3.0 #1549

sempervictus opened this issue Aug 16, 2022 · 2 comments

Comments

@sempervictus
Copy link

sempervictus commented Aug 16, 2022

To Reproduce
Steps to reproduce the behavior:

  1. install vagrant (current/2.3.0) on Arch Linux
  2. Try to install this plugin
  3. Observe dependency failure

Expected behavior
Plugin builds and installs as previously

Screenshots

$ vagrant plugin install vagrant-libvirt
Installing the 'vagrant-libvirt' plugin. This can take a few minutes...
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 net-ssh (>= 2.6.5, < 7.0.0) and net-ssh (= 6.2.0.rc2)
  Activated net-ssh-6.2.0.rc2
  which does not match conflicting dependency (>= 2.6.5, < 7.0.0)

  Conflicting dependency chains:
    net-ssh (= 6.2.0.rc2), 6.2.0.rc2 activated

  versus:
    net-scp (= 3.0.0), 3.0.0 activated, depends on
    net-ssh (>= 2.6.5, < 7.0.0)

  Gems matching net-ssh (>= 2.6.5, < 7.0.0):
    net-ssh-6.2.0.rc2

Versions

$ pacman -Qi vagrant 
Name            : vagrant
Version         : 2.3.0-2
Description     : Build and distribute virtualized development environments
Architecture    : x86_64
URL             : https://vagrantup.com
Licenses        : MIT
Groups          : None
Provides        : None
Depends On      : curl  libarchive  libssh2  libxml2  libxslt  rsync  ruby  xz  perl
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : vagrant-substrate
Replaces        : vagrant-substrate
Installed Size  : 120.77 MiB
Packager        : Jonathan Steel <jsteel@archlinux.org>
Build Date      : Wed 10 Aug 2022 01:49:05 PM EDT
Install Date    : Thu 11 Aug 2022 08:38:01 AM EDT
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature
$ ruby -v
ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [x86_64-linux]
$ which ruby
/usr/bin/ruby
@electrofelix
Copy link
Contributor

Duplicate of #1546, is an upstream big that can't be solved here. Please follow hashicorp/vagrant#12837

@electrofelix electrofelix closed this as not planned Won't fix, can't repro, duplicate, stale Aug 16, 2022
@sempervictus
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants