[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sup-talk] exception --- RuntimeError from thread: poll after loading inbox



Excerpts from Philipp Überbacher's message of 2011-11-22 10:18:18 +0100:
> Excerpts from Gaute Hope's message of 2011-11-22 00:48:09 +0100:
> > Excerpts from Philipp Überbacher's message of 2011-11-21 23:15:21 +0100:
> > > Excerpts from Michael Stapelberg's message of 2011-11-21 22:18:36 +0100:
> > > > Hi Philipp,
> > > > 
> > > > Excerpts from Philipp Überbacher's message of 2011-11-21 20:16:28 +0000:
> > > > > The last sup release definitely doesn't work with ruby 1.9.3.
> > > > Use the git version, that works with 1.9.3, see my post at
> > > > http://rubyforge.org/pipermail/sup-devel/2011-November/001256.html
> > > > (and replace the mangled " at " with @)
> > > > 
> > > > Best regards,
> > > > Michael
> > > 
> > > Thanks Michael.
> > > Since you're on 1.9.3 I assume you're an arch user as well? If so, did
> > > you manage to create a PKGBUILD that uses those instructions? It's just
> > > that I rather have a package that I can uninstall again if necessary.
> > > 
> > > Regards,
> > > Philipp
> > 
> > I used this work-around (patch attached):
> > http://stackoverflow.com/questions/4932881/gemcutter-rake-build-now-throws-undefined-method-write-for-syckemitter
> > 
> > which enables me to install it as normal with 'gem'.
> > 
> > - Gaute
> 
> Doesn't work for me (with ruby 1.9.2 atm):
> 
> patching file Rakefile
> Hunk #1 succeeded at 30 with fuzz 2.
> ==> Building the gem
> (in /home/murks/build/other/sup-git/src/gauteisrunning-build)
> rake aborted!
> uninitialized constant Rake::GemPackageTask
> /usr/lib/ruby/1.9.1/rake.rb:2482:in `const_missing'
> /home/murks/build/other/sup-git/src/gauteisrunning-build/Rakefile:61:in `<top (required)>'
> /usr/lib/ruby/1.9.1/rake.rb:2373:in `load'
> /usr/lib/ruby/1.9.1/rake.rb:2373:in `raw_load_rakefile'
> /usr/lib/ruby/1.9.1/rake.rb:2007:in `block in load_rakefile'
> /usr/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handling'
> /usr/lib/ruby/1.9.1/rake.rb:2006:in `load_rakefile'
> /usr/lib/ruby/1.9.1/rake.rb:1991:in `run'
> /usr/bin/rake:31:in `<main>'
> 
> No big deal for me atm. since I can keep ruby at 1.9.2 and stick to the
> last sup release for the time being. However, if it helps I will attempt
> to build from git with 1.9.3.

Ok. I have not tried it against 1.9.2, but it should not be required for
that anyway (?).

The best is probably to check out/pull fresh from Gitorious.

I consider this a work-around, the best option should be to get
going with 'psych' as yamler for Sup overall, and get rid of the
syck/psych mess (I don't have time to look at that at the moment thou).

- Gaute