What's the output when you run rake ts:version with --trace? -- Pat
On 30/05/2010, at 4:18 PM, smeed652 wrote: > I was using ThinkingSphinx 1.2.8 and Sphinx 0.9.8.1-release (r1533). I > was using TS as a plugin and decided to upgrade to latest versions of > both TS and Sphinx. I uninstalled the plug-in and upgrade the gem. My > gems look like: > > *** LOCAL GEMS *** > > actionmailer (2.3.5, 2.3.3, 2.3.2, 2.2.2, 1.3.6) > actionpack (2.3.5, 2.3.3, 2.3.2, 2.2.2, 1.13.6) > actionwebservice (1.2.6) > activerecord (2.3.5, 2.3.3, 2.3.2, 2.2.2, 1.15.6) > activeresource (2.3.5, 2.3.3, 2.3.2, 2.2.2) > activesupport (2.3.8, 2.3.5, 2.3.3, 2.3.2, 2.2.2, 1.4.4) > acts_as_ferret (0.4.4, 0.4.3) > after_commit (1.0.7) > archive-tar-minitar (0.5.2) > authlogic (2.1.2) > autotest (4.2.9) > autotest-fsevent (0.1.1) > autotest-growl (0.2.0) > autotest-rails (4.1.0) > builder (2.1.2) > capistrano (2.5.8, 2.5.5, 2.5.2) > cgi_multipart_eof_fix (2.5.0) > columnize (0.3.1, 0.3.0) > compass (0.10.0.pre8) > compass-colors (0.3.1) > compass-susy-plugin (0.6.3) > cucumber (0.6.2) > cucumber-rails (0.2.4) > curb (0.5.1.0) > daemons (1.0.10) > database_cleaner (0.5.0, 0.4.3) > delayed_job (2.0.3) > diff-lcs (1.1.2) > dnssd (1.3, 0.6.0) > ec2onrails (0.9.9.1) > fastercsv (1.5.0) > fastthread (1.0.7, 1.0.1) > fcgi (0.8.7) > ferret (0.11.6) > ffmpeg (0.2.5) > formtastic (0.9.7) > gem_plugin (0.2.3) > geokit (1.5.0) > haml (2.2.20) > highline (1.5.1, 1.5.0) > hpricot (0.8.1, 0.6.164) > josevalim-inherited_resources (0.9.1) > josevalim-rails-footnotes (3.6.2) > jsl-placemaker (0.0.1.6) > json_pure (1.2.0) > libxml-ruby (1.1.3, 1.1.2) > linecache (0.43) > macaddr (1.0.0) > mdalessio-dryopteris (0.1.2) > mislav-will_paginate (2.3.11) > mocha (0.9.7) > mongrel (1.1.5) > mysql (2.8.1) > needle (1.3.0) > net-scp (1.0.2, 1.0.1) > net-sftp (2.0.2, 2.0.1, 1.1.1) > net-ssh (2.0.14, 2.0.11, 2.0.4, 1.1.4) > net-ssh-gateway (1.0.1, 1.0.0) > nokogiri (1.3.3) > optiflag (0.6.5) > passenger (2.2.10) > pauldix-feedzirra (0.0.18, 0.0.17, 0.0.16) > pauldix-sax-machine (0.0.14) > pickle (0.2.1) > polyglot (0.2.9) > rack (1.1.0, 1.0.1, 1.0.0) > rack-test (0.5.3) > rails (2.3.5, 2.3.3, 2.3.2, 2.2.2, 1.2.6) > rake (0.8.7, 0.8.3) > rcov (0.8.1.2.0) > RedCloth (4.2.2, 4.1.1) > rest-client (1.0.3, 0.9) > riddle (1.0.10) > rmagick (2.11.1) > rspec (1.3.0) > rspec-rails (1.3.2) > ruby-debug (0.10.3) > ruby-debug-base (0.10.3) > ruby-debug-ide (0.4.8, 0.4.6) > ruby-openid (2.1.7, 2.1.6, 2.1.2) > ruby-prof (0.7.3) > ruby-yadis (0.3.4) > rubygems-update (1.3.6, 1.3.5, 1.3.4) > rubynode (0.1.5) > rubyzip (0.9.1) > selenium-client (1.2.18) > sqlite3-ruby (1.2.5, 1.2.4) > stemmer (1.0.1) > sys-uname (0.8.4) > taf2-curb (0.5.2.0) > term-ansicolor (1.0.4) > termios (0.9.4) > thinking-sphinx (1.3.16, 1.3.8) > thoughtbot-factory_girl (1.2.2) > treetop (1.4.3) > ts-delayed-delta (1.1.0) > uuid (2.3.0) > validation_reflection (0.3.6) > webrat (0.7.0) > xmpp4r (0.5, 0.4) > ZenTest (4.2.1) > > I added the rake commands and can see the following when I do a rake - > T ts: > > rake -T ts > (in /Users/sconklin/Development/RG/trunk) > rake doc:plugins:acts_as_taggable_on_steroids # Generate > documentation for the acts_as_taggable_on_steroids plugin > rake rails:update:javascripts # Update your > javascripts from your current rails install > rake rails:update:scripts # Add new scripts to > the application script/ directory > rake stats # Report code > statistics (KLOCs, etc) from the application > rake test:units # Run tests for > unitsdb:test:prepare / Run the unit tests in test/unit > rake tmp:sockets:clear # Clears all files in > tmp/sockets > rake ts:conf # Generate the Sphinx > configuration file using Thinking Sphinx's sett... > rake ts:config # Generate the Sphinx > configuration file using Thinking Sphinx's sett... > rake ts:in # Index data for Sphinx > using Thinking Sphinx's settings > rake ts:rebuild # Stop Sphinx (if it's > running), rebuild the indexes, and start Sphinx > rake ts:reindex # Reindex Sphinx > without regenerating the configuration file > rake ts:restart # Restart Sphinx > rake ts:run # Stop if running, then > start a Sphinx searchd daemon using Thinking ... > rake ts:start # Start a Sphinx > searchd daemon using Thinking Sphinx's settings > rake ts:stop # Stop Sphinx using > Thinking Sphinx's settings > rake ts:version # Output the current > Thinking Sphinx version > > I've also edited my environment.rb file to look like > > config.gem( 'thinking-sphinx', > :lib => 'thinking_sphinx') > > When I issue the rake ts:version--or for that matter any ts command I > get: > > rake ts:version > (in /Users/sconklin/Development/RG/trunk) > rake aborted! > undefined method `version_requirements=' for #<Gem::Dependency: > 0x102507730> > > (See full trace by running task with --trace) > > What am I doing wrong? > > Thx for you help > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/thinking-sphinx?hl=en. > -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
