From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.142.172.3 with SMTP id u3cs30178wfe; Thu, 18 Aug 2011 14:58:44 -0700 (PDT) Received: by 10.52.175.131 with SMTP id ca3mr1274345vdc.519.1313704723676; Thu, 18 Aug 2011 14:58:43 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id f6si6061605vdi.88.2011.08.18.14.58.43; Thu, 18 Aug 2011 14:58:43 -0700 (PDT) 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; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 1236B158806F; Thu, 18 Aug 2011 17:58:43 -0400 (EDT) Received: from mail-yx0-f178.google.com (mail-yx0-f178.google.com [209.85.213.178]) by rubyforge.org (Postfix) with ESMTP id D737B1858112 for ; Thu, 18 Aug 2011 17:38:05 -0400 (EDT) Received: by yxl31 with SMTP id 31so1685965yxl.23 for ; Thu, 18 Aug 2011 14:38:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Rm95K3wUFfiow8fG5BM5/LmOJCMgpkQo0o1mHgMOMCo=; b=eVHXQKU2M3FejuZJsP3FvgYmb6TNMNf+p+lJutkczfLt+9FaVVJ+YPFaRv7SHljTfP CKLbpLKTDX6sw3GQkByJ5gN1G8a31pRyfosqP8U2muKe+EsGQf0KE6WnHbDhRsUQ1U7A lQZTB+vNqToFPlVoDbjDfqTwOikyMfKPQFHa0= MIME-Version: 1.0 Received: by 10.101.26.17 with SMTP id d17mr1303099anj.82.1313703485407; Thu, 18 Aug 2011 14:38:05 -0700 (PDT) Received: by 10.100.152.15 with HTTP; Thu, 18 Aug 2011 14:38:05 -0700 (PDT) In-Reply-To: References: Date: Thu, 18 Aug 2011 21:38:05 +0000 Message-ID: From: John Bent To: sup-talk@rubyforge.org Subject: Re: [sup-talk] wrong id called on # List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0062131261==" Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org --===============0062131261== Content-Type: multipart/alternative; boundary=001636b2b0f19682b304aace6da6 --001636b2b0f19682b304aace6da6 Content-Type: text/plain; charset=ISO-8859-1 All, I figured it out. FYI: the problem was that my old install of sup was using xapian V4 and the newly installed one ('yum install sup') was using V1. Thanks, John On Thu, Aug 18, 2011 at 9:03 PM, John Bent wrote: > Hello all, > > My computer crashed and I had to reinstall the operating system but my sup > files should be all fine. However, when I try to run sup, I see the below > error. I've tried to sup-sync --restore and sup-sync --changed and they get > the same error. Anyone have any ideas? Thx. > > --- RuntimeError from thread: main > wrong id called on # @value={"uri"=>"mbox:/Users/johnbent/mail/cronjobs", "usual"=>true, > "archived"=>true, "id"=>366, "labels"=>[]}, @type_id="Redwood/MBox", > @domain="masanjin.net,2006-10-01"> > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup.rb:17:in `id' > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:599:in `send' > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:599:in `__pass' > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:588:in `id' > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:215:in > `load_sources' > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:215:in `map' > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:215:in > `load_sources' > /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:214:in > `load_sources' > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:559:in `send' > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:559:in > `method_missing' > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/index.rb:70:in `load' > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/index.rb:236:in `send' > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/index.rb:236:in > `method_missing' > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/bin/sup:169 > /usr/bin/sup:19:in `load' > /usr/bin/sup:19 > > John > --001636b2b0f19682b304aace6da6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable All,

I figured it out. =A0FYI: the problem was that my o= ld install of sup was using xapian V4 and the newly installed one ('yum= install sup') was using V1.

Thanks,

John

On Thu, Aug 18, 2011 = at 9:03 PM, John Bent <johnbent@gmail.com> wrote:
Hello all,

My computer crashed and I had to reinstall th= e operating system but my sup files should be all fine. =A0However, when I = try to run sup, I see the below error. =A0I've tried to sup-sync --rest= ore and sup-sync --changed and they get the same error. =A0Anyone have any = ideas? =A0Thx.

--- RuntimeError from thread: main
wrong= id called on #<YAML::DomainType:0x7f7d1db3b608 @value=3D{"uri"= ;=3D>"mbox:/Users/johnbent/mail/cronjobs", "usual"= =3D>true, "archived"=3D>true, "id"=3D>366, &qu= ot;labels"=3D>[]}, @type_id=3D"Redwood/MBox", @domain=3D&= quot;masanjin.net,200= 6-10-01">
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup.rb:17:in `id'
=
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:599:in `send= 9;
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:599:in = `__pass'
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:588:in `id'=
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:215:in = `load_sources'
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup= /source.rb:215:in `map'
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:215:in `load_= sources'
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'= ;
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:214:in= `load_sources'
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:559:in `send= 9;
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:559:in = `method_missing'
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/s= up/index.rb:70:in `load'
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/index.rb:236:in `send&#= 39;
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/index.rb:236:i= n `method_missing'
/usr/lib/ruby/gems/1.8/gems/sup-0.10.2/bin= /sup:169
/usr/bin/sup:19:in `load'
/usr/bin/sup:19

John

--001636b2b0f19682b304aace6da6-- --===============0062131261== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk --===============0062131261==--