Skip to content

Instantly share code, notes, and snippets.

@blasterpal
Created December 1, 2011 15:31
Show Gist options
  • Save blasterpal/1417582 to your computer and use it in GitHub Desktop.
Save blasterpal/1417582 to your computer and use it in GitHub Desktop.
Cinderella Tig Error
hef-stacktrace.out Generated at Thu Dec 01 10:11:15 -0500 2011
Chef::Exceptions::Exec: homebrew[tig] (homebrew::misc line 12) had an error: /Users/hankbeaver/Developer/bin/brew info tig | grep -q "Not installed"; if [ $? -eq 0 ]; then /usr/bin/env HOMEBREW_TEMP=/Users/hankbeaver/Developer/tmp /Users/hankbeaver/Developer/bin/brew install tig; fi returned 1, expected 0
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/mixin/command.rb:185:in `handle_command_failures'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/mixin/command.rb:132:in `run_command'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/mixin/command.rb:200:in `run_command_with_systems_locale'
/Users/hankbeaver/.cinderella/cookbooks/homebrew/providers/homebrew.rb:33:in `run_brew_command'
/Users/hankbeaver/.cinderella/cookbooks/homebrew/providers/homebrew.rb:23:in `install_package'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/provider/package.rb:60:in `action_install'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource.rb:437:in `send'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource.rb:437:in `run_action'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/runner.rb:45:in `run_action'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/runner.rb:81:in `converge'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/runner.rb:81:in `each'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/runner.rb:81:in `converge'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection.rb:94:in `execute_each_resource'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in `call'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection/stepable_iterator.rb:116:in `call_iterator_block'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection/stepable_iterator.rb:85:in `step'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection/stepable_iterator.rb:104:in `iterate'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection/stepable_iterator.rb:55:in `each_with_index'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/resource_collection.rb:92:in `execute_each_resource'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/runner.rb:76:in `converge'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/client.rb:312:in `converge'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/client.rb:160:in `run'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application/solo.rb:192:in `run_application'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application/solo.rb:183:in `loop'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application/solo.rb:183:in `run_application'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application.rb:67:in `run'
/Library/Ruby/Gems/1.8/gems/chef-0.10.4/bin/chef-solo:25
/usr/bin/chef-solo:19:in `load'
/usr/bin/chef-solo:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment