From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (c3E875BC1.dhcp.bluecom.no. [193.91.135.62]) by mx.google.com with ESMTPS id jf4sm4593220bkc.5.2011.11.22.06.13.27 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 Nov 2011 06:13:28 -0800 (PST) Content-Type: text/plain; charset=UTF-8 From: Gaute Hope To: =?utf-8?q?Philipp_=C3=9Cberbacher?= Cc: Sup Talk Subject: Re: [sup-talk] exception --- RuntimeError from thread: poll after loading inbox In-reply-to: <1321953145-sup-1447@eris> References: <56777.143.205.193.62.1320657425.squirrel@lavabit.com> <1320700740-sup-9219@tilus.net> <1929.143.205.216.123.1320746264.squirrel@lavabit.com> <1320868149-sup-368@qwerzila> <55171.143.205.216.123.1321644860.squirrel@lavabit.com> <1321907728-sup-2094@qwerzila> <1321906110-sup-9788@eris> <1321910246-sup-8495@stapelberg.de> <1321913598-sup-6512@eris> <1321919182-sup-3332@qwerzila> <1321953145-sup-1447@eris> Date: Tue, 22 Nov 2011 16:10:23 +0100 Message-Id: <1321974251-sup-7271@qwerzila> User-Agent: Sup/git Content-Transfer-Encoding: 8bit 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 `' > /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 `
' > > 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