From: Felipe Contreras Date: Wed, 17 Jul 2013 16:11:41 +0000 (+1900) Subject: Re: [PATCH] debian: build notmuch-vim again X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7e00945a31e08081f522509846f4e7ab7ac86d3f;p=notmuch-archives.git Re: [PATCH] debian: build notmuch-vim again --- diff --git a/6b/48b7c9c6a4bea788534ba14dadc2be21ad67d2 b/6b/48b7c9c6a4bea788534ba14dadc2be21ad67d2 new file mode 100644 index 000000000..ed7311824 --- /dev/null +++ b/6b/48b7c9c6a4bea788534ba14dadc2be21ad67d2 @@ -0,0 +1,92 @@ +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 0995B431FC0 + for ; Wed, 17 Jul 2013 09:11:49 -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 xEw7AXrrKQ7M for ; + Wed, 17 Jul 2013 09:11:42 -0700 (PDT) +Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com + [209.85.212.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id A99D0431FBF + for ; Wed, 17 Jul 2013 09:11:42 -0700 (PDT) +Received: by mail-wi0-f177.google.com with SMTP id ey16so2179443wid.4 + for ; Wed, 17 Jul 2013 09:11:41 -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; + bh=Jjv5pqO2DgRDmDS7MVgYCa3QIPtIhClfu0UIBJeFDjc=; + b=XcciIHTzLZNXVKsOYQsh7haevg7sjR40dka50wJl/mQeZF+3ey3uxx1RtCa+Id84lO + Ml89lD1byFPQwrrUHlG+JqWQrTHIf3onTSLLjGxY50SFA5kbNibJqiTKqdRGH6E72b9Y + 6z/Bs0/n+lCaX8e1tM4eVt3TMEtjfjqE2cBKZ5euefsNceWKZwrfAFdeo2w/2sZCdigG + EHv/KCxKCbyrgMKHAkpibjXssoD5q9z3yp59Nlri2NPgiAys26ZyypI6SeEMFo0SPBDS + J9F4JDXnaeJKcGqBQRki46V1aMmc/ogV/B1poS+qz8mR4Lfwv/+/fhaEZsR1940aOjeL + BTxw== +MIME-Version: 1.0 +X-Received: by 10.180.182.229 with SMTP id eh5mr5151376wic.63.1374077501600; + Wed, 17 Jul 2013 09:11:41 -0700 (PDT) +Received: by 10.194.216.199 with HTTP; Wed, 17 Jul 2013 09:11:41 -0700 (PDT) +In-Reply-To: <87hahfscaq.fsf@zancas.localnet> +References: <1370220299-14722-1-git-send-email-felipe.contreras@gmail.com> + <87hahfscaq.fsf@zancas.localnet> +Date: Wed, 17 Jul 2013 11:11:41 -0500 +Message-ID: + +Subject: Re: [PATCH] debian: build notmuch-vim again +From: Felipe Contreras +To: David Bremner +Content-Type: text/plain; charset=UTF-8 +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: Wed, 17 Jul 2013 16:11:49 -0000 + +On Mon, Jun 3, 2013 at 5:45 AM, David Bremner wrote: +> Felipe Contreras writes: +> +>> Signed-off-by: Felipe Contreras +>> --- +>> debian/control | 15 +++++++++++++++ +>> 1 file changed, 15 insertions(+) +>> +> +> Build fails with: +> +> ,---- +> | cp: cannot stat `debian/tmp/vim/plugin/notmuch.vim': No such file or directory +> | dh_install: cp -a debian/tmp/vim/plugin/notmuch.vim debian/notmuch-vim/usr/share/vim/addons/plugin/ returned exit code 1 +> | make: *** [binary] Error 2 +> | dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 +> | debuild: fatal error at line 1357: +> `---- + +Is this still an issue? + +> b.t.w, do you know if an extra ruby-ish dependency is needed for the +> binary package now? + +It's not required, but it's preferred to have the 'mail' ruby gem. I'm +not sure if debian packages gems though. + +-- +Felipe Contreras