chef/mixlib-shellout

2.2.0.rc.0 seems to break dependency resolving

Closed this issue · 8 comments

Since the rc release of 2.2.0 our chef installation breaks with the following:

2015-09-01 15:30:21,682 [INFO] Installing chef version 12.4.0 via gem
2015-09-01 15:30:23,667 [ERROR] Gem failed. Output: ERROR: While executing gem ... (Gem::Dependency
Error)
Unresolved dependency found during sorting - mixlib-shellout (~> 2.0) (requested by ohai-8.5.1)

jaym commented

ugh, this is annoying. I forgot about the published gems

jaym commented

going to yank the gem

jaym commented

can you give it another go, the gems have been yanked

Sure, will get back to you in ~10 minutes.

Still the same issue.

jaym commented

yea, i'm getting the same issue.
It works fine if i instlal ohai first

jaym commented

probably caching issues, should work now

It does, thanks for the quick fix!