Skip to content

Instantly share code, notes, and snippets.

@jtimberman
Created April 7, 2009 22:18
Show Gist options
  • Save jtimberman/91497 to your computer and use it in GitHub Desktop.
Save jtimberman/91497 to your computer and use it in GitHub Desktop.
ubuntu2vm:~/chef
$ rake install
(in /home/jtimberman/chef)
rake install
(in /home/jtimberman/chef/chef)
/usr/lib/ruby/1.8/rake/gempackagetask.rb:13:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009.
sudo gem install pkg/chef-0.5.7 --no-rdoc --no-ri
Successfully installed chef-0.5.7
1 gem installed
rake install
(in /home/jtimberman/chef/chef-server-slice)
/usr/lib/ruby/1.8/rake/gempackagetask.rb:13:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009.
sudo gem install pkg/chef-server-slice-0.5.7 --no-rdoc --no-ri
ERROR: could not find gem pkg/chef-server-slice-0.5.7 locally or in a repository
rake aborted!
Command failed with status (2): [sudo gem install pkg/chef-server-slice-0.5...]
/home/jtimberman/chef/chef-server-slice/Rakefile:51
(See full trace by running task with --trace)
rake aborted!
Command failed with status (1): [rake install...]
/home/jtimberman/chef/Rakefile:15
(See full trace by running task with --trace)
ubuntu2vm:~/chef
$ ls chef-server-slice/pkg
ls: cannot access chef-server-slice/pkg: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment