Problems setting up - d/l from git

My VMWare image crapped out so I am setting up again.

downloaded with git

puppet 2.7.1
ruby-enterprise-1.8.7-3

problem is when I try to rake db:migrate, a mess piles out and errors…

root@ubuntu:/var/www/foreman# rake db:migrate RAILS_ENV=production
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /var/www/foreman/config/…/vendor/rails/railties/lib/rails/gem_dependency.rb:21.
NOTE: Gem::SourceIndex#refresh! is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#refresh! called from /var/www/foreman/config/…/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:34.
NOTE: Gem::SourceIndex#load_gems_in is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#load_gems_in called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:322.
<snip>
Gem::SourceIndex#add_spec called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
rake aborted!
undefined method `name' for "abstract":String

Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)

Should I be going back to puppet 2.6.8?

··· -- Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ craig.white@ttiltd.com 1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ www.ttiassessments.com

Need help communicating between generations at work to achieve your desired success? Let us help!

> My VMWare image crapped out so I am setting up again.
>
> downloaded with git
>
> puppet 2.7.1
> ruby-enterprise-1.8.7-3
>
> problem is when I try to rake db:migrate, a mess piles out and errors…
>
> root@ubuntu:/var/www/foreman# rake db:migrate RAILS_ENV=production
> NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
> Gem.source_index called from /var/www/foreman/config/…/vendor/rails/railties/lib/rails/gem_dependency.rb:21.
> NOTE: Gem::SourceIndex#refresh! is deprecated with no replacement. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#refresh! called from /var/www/foreman/config/…/vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:34.
> NOTE: Gem::SourceIndex#load_gems_in is deprecated with no replacement. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#load_gems_in called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:322.
> <snip>
> Gem::SourceIndex#add_spec called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
> NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
> Gem::SourceIndex#add_spec called from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
> rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
> rake aborted!
> undefined method `name' for "abstract":String
>
> Tasks: TOP => db:migrate => environment
> (See full trace by running task with --trace)
>
> Should I be going back to puppet 2.6.8?

··· On Aug 1, 2011, at 2:24 PM, Craig White wrote: ---- apparently this is caused by the current rubygems (1.86) - solved

Craig