You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Artix (Arch) up to date with ruby 3.2.4 and vagrant 2.4.1:
% vagrant plugin install vagrant-proxyconf
Installing the 'vagrant-proxyconf' 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 ffi (= 1.17.0) and ffi (= 1.16.3)
Activated ffi-1.16.3
which does not match conflicting dependency (= 1.17.0)
Conflicting dependency chains:
ffi (= 1.16.3), 1.16.3 activated
versus:
ffi (= 1.17.0)
Gems matching ffi (= 1.17.0):
ffi-1.17.0-x86_64-linux-gnu
It so happens that actually vagrant 2.4.1 comes with ffi 1.17.0:
% ls -d /opt/vagrant/embedded/gems/gems/*ffi*
/opt/vagrant/embedded/gems/gems/ffi-1.17.0-x86_64-linux-gnu/
Which is highlighted by the error, but vagrant-proxyconf is requiring directly or indirectly ffi 1.16.3.
Can this be addressed? Also what could be a good workaround?
The text was updated successfully, but these errors were encountered:
On Artix (Arch) up to date with ruby 3.2.4 and vagrant 2.4.1:
It so happens that actually vagrant 2.4.1 comes with ffi 1.17.0:
Which is highlighted by the error, but vagrant-proxyconf is requiring directly or indirectly ffi 1.16.3.
Can this be addressed? Also what could be a good workaround?
The text was updated successfully, but these errors were encountered: