[PATCH] emacs: implement notmuch-search-color-line with dolist.
[notmuch-archives.git] / 76 / c13481dbfd50b2abf2353ed7721752d6d5ac24
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 990C9431FC2\r
6         for <notmuch@notmuchmail.org>; Thu, 16 May 2013 06:51:52 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id xBjsh5dbaESy for <notmuch@notmuchmail.org>;\r
16         Thu, 16 May 2013 06:51:46 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id A7A6B431FC3\r
21         for <notmuch@notmuchmail.org>; Thu, 16 May 2013 06:51:46 -0700 (PDT)\r
22 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
23         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id r4GDpiAO032160;\r
24         Thu, 16 May 2013 10:51:45 -0300\r
25 Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
26         by tesseract.cs.unb.ca with esmtpsa\r
27         (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80)\r
28         (envelope-from <david@tethera.net>)\r
29         id 1Ucyau-0005rZ-HS; Thu, 16 May 2013 10:51:44 -0300\r
30 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
31         (envelope-from <david@tethera.net>)\r
32         id 1Ucyap-00023Z-3D; Thu, 16 May 2013 10:51:39 -0300\r
33 From: David Bremner <bremner@debian.org>\r
34 To: Felipe Contreras <felipe.contreras@gmail.com>, notmuch@notmuchmail.org\r
35 Subject: Re: [PATCH v2] debian: package ruby bindings\r
36 In-Reply-To: <1366139319-6985-1-git-send-email-felipe.contreras@gmail.com>\r
37 References: <1366139319-6985-1-git-send-email-felipe.contreras@gmail.com>\r
38 User-Agent: Notmuch/0.14+257~ge43e0af (http://notmuchmail.org) Emacs/24.2.1\r
39         (x86_64-pc-linux-gnu)\r
40 Date: Thu, 16 May 2013 10:51:39 -0300\r
41 Message-ID: <87ehd7c9sk.fsf@convex-new.cs.unb.ca>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=utf-8\r
44 Content-Transfer-Encoding: quoted-printable\r
45 X-Spam_bar: -\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Thu, 16 May 2013 13:51:52 -0000\r
59 \r
60 Felipe Contreras <felipe.contreras@gmail.com> writes:\r
61 \r
62 > Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>\r
63 > ---\r
64 >  debian/control              | 14 ++++++++++++++\r
65 >  debian/notmuch-ruby.install |  1 +\r
66 >  debian/rules                |  3 +++\r
67 >  3 files changed, 18 insertions(+)\r
68 >  create mode 100644 debian/notmuch-ruby.install\r
69 >\r
70 \r
71 I get a build failure here; I installed ruby-dev and ran the usual=20\r
72 "make debian-snapshot".\r
73 \r
74 Does it work for you in a clean with only the declared build-depends\r
75 installed?\r
76 \r
77 \r
78 cd bindings/ruby && ruby extconf.rb --vendor && make\r
79 checking for notmuch.h in ../../lib... yes\r
80 checking for notmuch_database_create() in -lnotmuch... yes\r
81 creating Makefile\r
82 make[2]: Entering directory `/home/bremner/software/upstream/notmuch/bindin=\r
83 gs/ruby'\r
84 compiling status.c\r
85 status.c: In function =E2=80=98notmuch_rb_status_raise=E2=80=99:\r
86 status.c:46:10: error: =E2=80=98NOTMUCH_STATUS_UNBALANCED_ATOMIC=E2=80=99 u=\r
87 ndeclared (first use in this function)\r
88 status.c:46:10: note: each undeclared identifier is reported only once for =\r
89 each function it appears in\r
90 make[2]: *** [status.o] Error 1\r
91 make[2]: Leaving directory `/home/bremner/software/upstream/notmuch/binding=\r
92 s/ruby'\r
93 make[1]: *** [override_dh_auto_build] Error 2\r
94 make[1]: Leaving directory `/home/bremner/software/upstream/notmuch'\r
95 make: *** [build] Error 2\r
96 dpkg-buildpackage: error: debian/rules build gave error exit status 2\r
97 debuild: fatal error at line 1357:\r
98 dpkg-buildpackage -rfakeroot -D -us -uc -i failed\r