I broke my sup!
I wanted to play with the git version so I did:
git pull, rake gem, gem install pkg/sup-999.gem
well that broke it all, and I don''t know how to fix it.
so far I have tried a gem cleanup, gem uninstall sup, gem install -r
sup, all to no avail. It still always crashes with the following:
--- NoMethodError from thread: main
undefined method `[]'' for false:FalseClass
/usr/lib/ruby/gems/1.8/gems/sup-0.8.1/lib/sup.rb:107:in `start''
/usr/lib/ruby/gems/1.8/gems/sup-0.8.1/bin/sup:161
/usr/bin/sup:19:in `load''
/usr/bin/sup:19
Any tips on how to fix/figure out what I did wrong are greatly
appreciated!
-sme
Reformatted excerpts from Sean Escriva''s message of 2009-08-27:> so far I have tried a gem cleanup, gem uninstall sup, gem install -r > sup, all to no avail. It still always crashes with the following: > > --- NoMethodError from thread: main > undefined method `[]'' for false:FalseClass > /usr/lib/ruby/gems/1.8/gems/sup-0.8.1/lib/sup.rb:107:in `start'' > /usr/lib/ruby/gems/1.8/gems/sup-0.8.1/bin/sup:161 > /usr/bin/sup:19:in `load'' > /usr/bin/sup:19 > > Any tips on how to fix/figure out what I did wrong are greatly > appreciated!Hm, is your ~/.sup/config.yaml file empty for some reason? If so, delete it and retry, and I will add some code to catch this case. -- William <wmorgan-sup at masanjin.net>
On Fri, Aug 28, 2009 at 01:41:41PM -0700, William Morgan wrote:> Reformatted excerpts from Sean Escriva''s message of 2009-08-27: > > so far I have tried a gem cleanup, gem uninstall sup, gem install -r > > sup, all to no avail. It still always crashes with the following: > > > > --- NoMethodError from thread: main > > undefined method `[]'' for false:FalseClass > > /usr/lib/ruby/gems/1.8/gems/sup-0.8.1/lib/sup.rb:107:in `start'' > > /usr/lib/ruby/gems/1.8/gems/sup-0.8.1/bin/sup:161 > > /usr/bin/sup:19:in `load'' > > /usr/bin/sup:19 > > > > Any tips on how to fix/figure out what I did wrong are greatly > > appreciated! > > Hm, is your ~/.sup/config.yaml file empty for some reason? If so, delete > it and retry, and I will add some code to catch this case.That may have been it. I just clobbered my whole setup and started over, now it''s working Although now I''m using the gem and not the git next branch. I don''t want to loose my 8K+ message index again. was my install process wrong for switching to the git -next branch? -sme ps: i''ll consider switching fully to sup as soon as I figure out how to manage multiple email accounts :)
Reformatted excerpts from Sean Escriva''s message of 2009-08-28:> was my install process wrong for switching to the git -next branch?Nope, it was fine. Transitioning between master and next should generally be painless. -- William <wmorgan-sup at masanjin.net>