<div dir="ltr"><div><div><div><div><div><div><div>I'm sorry.<br></div>It seems I did have additional gems installed.<br><br></div>After removing all gems, and `ruby*` apt packages (and reinstalling vagrant), vagrant works again!<br><br></div>When I then did `sudo gem install overcommit` which installed childprocess-0.9.0 as a dependency, vagrant broke again.<br><br></div>Feel free to close this issue.<br><br></div>Sorry to have bothered you,<br><br></div>Nicholas<br><br></div>P.S. It seems to be an interaction either with having multiple version of childprocess or maybe just childprocess > 0.5.9.<br></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Apr 4, 2018 at 2:23 PM Antonio Terceiro <<a href="mailto:terceiro@debian.org">terceiro@debian.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Control: tag -1 + moreinfo unreproducible<br>
<br>
On Tue, Apr 03, 2018 at 04:17:51PM -0500, Nicholas Capo wrote:<br>
> Package: vagrant<br>
> Version: 2.0.2+dfsg-3<br>
> Severity: normal<br>
><br>
> Dear Maintainer,<br>
><br>
> When running any `vagrant` command the following is error appears and the<br>
> command seems to never complete.<br>
><br>
> ```<br>
> $ vagrant status<br>
> Invalid gemspec in [/usr/share/rubygems-integration/all/specifications/rbnacl-<br>
> libsodium.gemspec]: stack level too deep<br>
> ```<br>
><br>
> At one point I typed Ctrl+C quickly and got this (possibly related) stack<br>
> trace:<br>
><br>
> ```<br>
> $ vagrant status<br>
> Invalid gemspec in [/usr/share/rubygems-integration/all/specifications/rbnacl-<br>
> libsodium.gemspec]: stack level too deep<br>
> [...]<br>
> ```<br>
<br>
I can't reproduce this on my system, nor in a clean system with only<br>
vagrant installed.<br>
<br>
> I have tried removing `ruby-rbnacl` (which removes `vagrant`) and reinstalling,<br>
> but the issue persists.<br>
> ```<br>
> $ sudo apt autoremove --purge ruby-rbnacl<br>
[...]<br>
> $ sudo apt install vagrant<br>
> $ vagrant status<br>
> Invalid gemspec in [/usr/share/rubygems-integration/all/specifications/rbnacl-<br>
> libsodium.gemspec]: stack level too deep<br>
> ^C<br>
> ```<br>
><br>
> I do not beleive I have any gems installed (other than what comes from apt),<br>
> but here is the list just in case:<br>
><br>
> ```<br>
> sudo gem list<br>
[...]<br>
> ```<br>
<br>
I need more than that. please share the output of:<br>
<br>
find /var/lib/gems<br>
gem list rbnacl-libsodium<br>
ruby -e 'gem "rbnacl-libsodium"'<br>
<br>
also, do you have vagrant plugins installed from outside of Debian?<br>
</blockquote></div>