I am relatively new at linux, and completely new at ruby, so assume you’re talking to your grandmother when asking me questions :D
Ubuntu 9.04, ruby 1.8.7, mysql 5, tracks 1.7
I’ve gotten to the line in his guide (http://www.cooldown.com.ar/2006/12/16/install-tracks-on-ubuntu-or-debian/) that says “sudo rake db_schema_import”
It fails. Badly, I think. The one thing I did differently from the guide is that I downloaded tracks from the main tracks page by clicking on the “Get Tracks 1.7” button, rather than installing subversion and going from there.
This is the output:
user@fatboy:/var/www/tracks$ sudo rake db_schema_import --trace
(in /var/www/tracks)
rake aborted!
Don't know how to build task 'db_schema_import'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in `[]'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in `invoke_task'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
/usr/bin/rake:19:in `load'
/usr/bin/rake:19
user@fatboy:/var/www/tracks$
I can’t find anything on the forums or on the intertubes that has been remotely helpful for this specific error. I am not even sure what the error is indicating since I dont know how rake works.
Any direction would be extremely helpful.
