From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.236.173.97 with SMTP id u61cs39179yhl; Tue, 29 Nov 2011 14:30:00 -0800 (PST) Received: by 10.220.150.139 with SMTP id y11mr6383335vcv.207.1322605798517; Tue, 29 Nov 2011 14:29:58 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org. [205.234.109.19]) by mx.google.com with ESMTP id fy18si3432040vcb.207.2011.11.29.14.29.58; Tue, 29 Nov 2011 14:29:58 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 43DD11858379; Tue, 29 Nov 2011 17:29:58 -0500 (EST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by rubyforge.org (Postfix) with ESMTP id 35D7B1858363 for ; Tue, 29 Nov 2011 17:24:13 -0500 (EST) Received: from localhost (p57B19251.dip.t-dialin.net [87.177.146.81]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MC5LA-1ReLih2QS0-009Pbc; Tue, 29 Nov 2011 23:19:03 +0100 From: Johannes Janosovits To: sup-talk In-reply-to: <4ED5431B.2000407@walnutempire.de> 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> <4ED5431B.2000407@walnutempire.de> Date: Tue, 29 Nov 2011 23:19:21 +0100 Message-Id: <1322604971-sup-3350@myhost> User-Agent: Sup/0.12.1 X-Provags-ID: V02:K0:UHpeIyeVDQTa4Xj7nP3rPV+hTG8M2a/lara5D2+uo3e GC2wFmlnPyD+qBo8MBjP83wWVdCm7/HT8hHUjFkMUMdbTBsXj+ 1FoCcATv1dtW/5TKIy/qPIz5RBK4W7V6KmTWTHF+rfdGHZ2rq2 g4eg3HIrEMzDsLgwe6n3AET2q/2L/ur+fJGfEPsrEAX62IMyeP EzZ86a3ZOKxsdgb97wTLHwCdHqe4Nl0U7rPJD86AdfSO3H+9iQ zck92trsn38Q3ZyjGsjRdHhvYnUkP1iQFIU0cc3FYngdcKK+qO ZiWs0KjGn5lY4ULRtXyR+19sBJczeCVJSJ0Eaxx7OusE9XmA1E LMLALm2kcFCDZWrAXAJA= Subject: Re: [sup-talk] exception --- RuntimeError from thread: poll after loading inbox X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from Johannes Janosovits's message of 2011-11-29 21:39:55 +0100: > On 11/09/2011 08:52 PM, Gaute Hope wrote: > > Excerpts from Gaute Hope's message of 2011-11-09 20:25:13 +0100: > >> I am getting the same error now, after upgraded ruby and gems.. > >> > >> bin/sup-sync:11: warning: method redefined; discarding old to_s > >> /home/gaute/dev/ruby/sup.git/lib/sup.rb:18:in `id': wrong id called on > > This seems to be due to the new yamler 'psych', by requiring the old one > > 'sych' before 'yaml' it can be loaded. > > > > The proper fix is to expect content to be represented the way 'psych' > > does it. This is not the same as the old way. > > > > Also the gem spec date was in the wrong format, see both attached > > patches. > > > > - Gaute > > > > > > _______________________________________________ > > sup-talk mailing list > > sup-talk@rubyforge.org > > http://rubyforge.org/mailman/listinfo/sup-talk > This doesn't fix it for me, see http://pastebin.com/mZjR1Hap > > Sup was built from git and installed by "gem install sup". Anybody else > running into these Problems? > > regards, > Johannes Sorry for the inconvenience, for some reason the installed files (in /usr/lib/ruby/..... ) were still old and contained the bug. Perhaps sup wasn't uninstalled properly and gem didn't update the files. Anyway, I fixed the bug as proposed and sup runs again (Thanks for the patch) regards, Johannes _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk