-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Vagrant plugins cannot be installed anymore for vagrant 2.4.2 #13527
Comments
Same issue on Windows 11 23H2. |
@hswong3i Would you mind having a look into this one? |
This problem also affects Linux hosts(and probably all supported platforms of Vagrant as it's a gem dependency issue). |
Same issue on macOS 15.1 as of this morning, so that's to your suggestion @brlin-tw |
The |
Same Issue on Windows 11 Version 10.0.22631 Build 22631 |
Same issue on macOS 15.1. |
My manual vagrant RPM/DEB packaging with OBS working correctly: https://build.opensuse.org/package/show/home:alvistack/hashicorp-vagrant-2.4.2 I guess one of the different is: I had vendor all dependency locally before packaging, see alvistack@1cec484:
BTW, refer to your report, I guess setting it as
|
Same issue on macOS 15.0 |
We at Parallels are also having a lot of people reporting the same using our plugin |
Same issue with macOS Sequoia 15.1 |
Hello all, I have submitted a merge request(#13532) that should fix this issue, if you are capable of doing a source installation please help verify the patch(or directly review the code change), thank you! |
How would I know if the fix has been released? 2.4.3? Something else? |
I'm seeing the same issue on Ubuntu 22.04. As vagrant was working well in the previous version, I decided to downgrade and keep it at that version for now:
|
Do we have an ETA for 2.4.3 release? Please release ASAP. |
Solved it for me:
|
Here is an example of automatic provisioning that leverages @marcosvile solution:
👍 |
Same issue on macOS Sequoia 15.0.1
|
Same issue ubuntu 24.04:
|
This version should not have been released without proper testing. It should be rolled back and removed from distribution. Release another one as RC or Beta or something. |
Vagrant v2.4.3 has been published which includes the fix for this issue. |
If you hold the package with apt-mark you can mark it as manual again with:
This is because of https://wiki.ubuntu.com/PhasedUpdates. |
In the Debug output and Steps to reproduce
vagrant-env
plugin is used, but that happened to other plugins I am using (vagrant-disksize
andvagrant-vbguest
) as well as picking some random plugins from here.It seems that adding the dependency of logger (this PR) breaks the installation of (probably) all plugins under Windows.
When opening a
cmd
inC:\Program Files\Vagrant\embedded\mingw64\bin
and rungem search -be logger
Debug output
https://gist.github.com/dib42/7113c057c40dac93760afe4b813cb763
Expected behavior
Vagrant should install the plugin
Actual behavior
Vagrant does not install the plugin because of a ruby dependency problem
Reproduction information
Vagrant version
Vagrant 2.4.2
Host operating system
Windows 10 22H2
Guest operating system
Ubuntu 22.04
Steps to reproduce
vagrant plugin install vagrant-env --verbose --debug-timestamp
Vagrantfile
Just for the bug report requirements, as this is not relevant for the bug
The text was updated successfully, but these errors were encountered: