-
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
1.8.7 fails to download or update boxes #7969
Comments
Related to #7970 I believe... |
Yeah the workaround stated in #7970 works |
I just |
@jenhsun thank you, that worked for me! |
Same here. Identical problem was just rebuilding my system (moving to a new one, actually). |
I did some further root cause analysis on this. It appears the embedded curl is not actually referencing the local (rpath) based #!/bin/bash
unset DYLD_LIBRARY_PATH
unset LD_LIBRARY_PATH
/usr/local/opt/curl/bin/curl "$@" I think the C build options provided to |
@megahall You are correct. I was tracking down the root cause today and found an issue with the |
Came across this issue just now after upgrading to 1.8.7, confirmed the workaround works for me as well. Thanks for the quick response, hope to get the update soon :) |
I can confirm, the workaround worked for me too. |
I'm having the exact same problem now on MacOS It even fails when adding boxes manually:
(And there's no error message) |
@chatterbeak
|
If you need to debug it in more detail use |
I just ran into this issue as well. The workaround did the trick! |
[Vagrant 1.8.7 has a problem with downloading boxes](hashicorp/vagrant#7969)
this worked for me too 👍 . Piggybacking off of what @geerlingguy said, this was the case for me too. I am persistent...but I am sure that many others are not. Definitely should see about getting this fixed ASAP as it is quite off-putting and not much out there besides this thread on what the problem is or how to fix it. |
Just ran into this as well. The recommended workaround worked for me. Thank you. My concern is that, with default settings, there is no real indication of what actually happened during the failure. All it said was
with seemingly no further error message or context. It was only when a co-worker recommended re-running with
I hope that there can be a fix or at least some more informative messaging for future users who encounter this. As far as I know, I'm running pretty close to a vanilla out-of-the-box install of everything relevant (OSX, brew, Vagrant) and the Thank you again. |
@chrisroberts I hate to post on a closed issue, but until Vagrant 1.8.8 is released there will continue to be many mac OS users who's first impression of Vagrant is "requires only minimal configuration and tweaking." To the fortunate macOS users who stumble on this thread, I needed:
Then considering this, edit your
Then finally you can get the candy:
Which confirms you have successfully
|
Any news? When will 1.8.8 be released? |
Issue also confirmed on a coworker's machine (OSX El Capitan). Rolled back to 1.8.6 to correct it, but we're also curious about any future releases that may address this. |
Upstream issue is documented here, and the workaround is tested and working on OS X Sierra. I do not have an older machine to test on, but curl's invocation has been relatively stable over the years. hashicorp/vagrant#7969 While I was working on this, Vagrant 1.9.0 was released. I'm not updating this cask to 1.9.0 at this time to give it a few days for any potential issues to shake out.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Just upgraded to 1.8.7 (via brew cask initially, but I've tried after a manual download and install from the website as well), and vagrant can't download or update boxes. The relevant log entry seems to be about curl.
Vagrant version
Vagrant 1.8.7
Host operating system
OS X 10.11.6
Guest operating system
Arch
Debug output
Not mine, but it's already posted and is the same:
https://groups.google.com/d/msg/vagrant-up/RdC6AXRWjQE/JEIHXiaxAgAJ
Expected behavior
Box added or updated from Atlas.
Actual behavior
Fails to download or update box.
Steps to reproduce
The text was updated successfully, but these errors were encountered: