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
....rbenv/versions/2.0.0-p247/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:100:in `require': unable to find a version of 'chef' to activate (Gem::LoadError)
from /home/leo/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/librarian-chef-0.0.2/lib/librarian/chef/manifest_reader.rb:27:in `compile_manifest'
from /home/leo/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/librarian-chef-0.0.2/lib/librarian/chef/manifest_reader.rb:21:in `read_manifest'
from /home/leo/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/librarian-chef-0.0.2/lib/librarian/chef/source/local.rb:57:in `fetch_manifest_data'
from /home/leo/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/librarian-chef-0.0.2/lib/librarian/chef/source/local.rb:49:in `manifest_data'
from /home/leo/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/librarian-chef-0.0.2/lib/librarian/chef/source/local.rb:28:in `fetch_version'
from /home/leo/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/librarian-0.1.1/lib/librarian/manifest.rb:117:in `fetch_version!'
from /home/leo/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/librarian-0.1.1/lib/librarian/manifest.rb:109:in `fetched_version'
from /home/leo/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/librarian-0.1.1/lib/librarian/manifest.rb:55:in `version'
from /home/leo/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/librarian-0.1.1/lib/librarian/manifest.rb:93:in `satisfies?'
...
Look inside the not working cookbook inside metadata.rb if any cookbook is dependent and missing in your Cheffile config.
install it before checking out the not working cookbook.
should fix the problem.
had problems with an cookbook from a git repo because it was dependent on another - no real error came up.
The exception
Gemfile:
Cheffile
If i comment out the last three cookbooks, I've no problem by running
librarian-chef update
however if there is any of these, it just crashes.Any idea ? Thanks !
The text was updated successfully, but these errors were encountered: