Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id C17EF431FB6 for ; Tue, 15 May 2012 02:04:54 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d4qh2QYSoFQQ for ; Tue, 15 May 2012 02:04:54 -0700 (PDT) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1D5A7431FAE for ; Tue, 15 May 2012 02:04:53 -0700 (PDT) Received: by lagu2 with SMTP id u2so4463382lag.26 for ; Tue, 15 May 2012 02:04:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=dUsvmdaD6ohu7K8Htg/TY1cH2iT7kHfhWnzOm2G0yYY=; b=pP/jjs2WzlRuEF6MEkGRNbR+ePzAJ8UPhz86ALwceUvcTEP2qtoH1L5GkD3YKDIWxW tTCDegI6TZ5AwjhvfgdXnAjZZWjyXAMrTo4mXPZdTT3vr0+Yh2AiFllD4pgEtdCRR9zr SkMWY9mq3fB6FjG4QYoR94nyqjtGDx1HVseLOU/QWmI5bGck5iE2gE9ORcsTH2mBRb37 /2a/+ZAf85A2sQzqWyV942KGdQ1WwZ53i2WVM/DnQDUoB+c4rk7v8T9hetAQAqYmp23k JJx5gxCKyVUQ54B6DhdngfMc/iJRcRuyFbQO3b6FMTuF/lqRE45SD9t4QSD5fd211s7G 6o/g== MIME-Version: 1.0 Received: by 10.152.104.171 with SMTP id gf11mr3551586lab.5.1337072690958; Tue, 15 May 2012 02:04:50 -0700 (PDT) Received: by 10.112.107.65 with HTTP; Tue, 15 May 2012 02:04:50 -0700 (PDT) In-Reply-To: References: <4f9c74ab68286_450548f4be452313@hasse.mail> Date: Tue, 15 May 2012 11:04:50 +0200 Message-ID: Subject: Re: [ANN] New awesome vim plug-in using Ruby bindings From: Felipe Contreras To: Karl Harris Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 May 2012 09:04:54 -0000 On Tue, May 15, 2012 at 5:15 AM, Karl Harris wrote: > I am trying the notmuch-vim-ruby plugin for the first time.=C2=A0 Previou= sly, I > had been using the vim plugin that comes with notmuch. > > If I type :NotMuchR in vim, I get the following error messages: > ------------------ > Error detected while processing function 19_NotMuchR: > line=C2=A0 304: > LoadError: /usr/lib/ruby/site_ruby/1.9.1/x86_64-linux/notmuch.so: undefin= ed > symbol: _ZTVN10__cxxabiv117__class_type_infoE - > /usr/lib/ruby/site_ruby/1.9.1/x86_64-linux/no > tmuch.so > Error detected while processing function > 19_NotMuchR..19_folders..19_new_buffer: > line=C2=A0=C2=A0=C2=A0 6: > NoMethodError: undefined method `push' for nil:NilClass > Error detected while processing function 19_NotMuchR..19_folder= s: > line=C2=A0=C2=A0=C2=A0 2: > NoMethodError: undefined method `folders_render' for main:Object > ------------- > > Can anyone point me in the direction of where to start troubleshooting > this?=C2=A0 In the past, I have had issues in other ruby applications tha= t dealt > with ruby versions.=C2=A0 Could this be an issue? I'm not sure, what does 'ldd /usr/lib/ruby/site_ruby/1.9.1/x86_64-linux/notmuch.so' shows? Looks like some C++ stuff is missing somehow. --=20 Felipe Contreras