database error
[notmuch-archives.git] / db / 8e94e2f3c06b894c4edc636cbb3081155c1c3a
1 Return-Path: <tomi.ollila@iki.fi>\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 7DA17431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 26 Jun 2014 06:16:46 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 wAFUvOlqWnw2 for <notmuch@notmuchmail.org>;\r
16         Thu, 26 Jun 2014 06:16:39 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 14146431FAE\r
19         for <notmuch@notmuchmail.org>; Thu, 26 Jun 2014 06:16:39 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id 4EEAE100051;\r
22         Thu, 26 Jun 2014 16:16:32 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Thomas Klausner <tk@giga.or.at>, David Bremner <david@tethera.net>\r
25 Subject: Re: notmuch-0.18 issues [was Re: notmuch-0.16: realpath()\r
26         compatibility   issue; clang visibility problem]\r
27 In-Reply-To: <20140626130826.GL11862@danbala.tuwien.ac.at>\r
28 References: <20140103214735.GG27614@danbala.tuwien.ac.at>\r
29         <87ob0c6p0e.fsf@zancas.localnet>\r
30         <20140408123312.GZ5053@danbala.tuwien.ac.at>\r
31         <sfid-H20140626-143836-+023.12-1@spamfilter.osbf.lua>\r
32         <87a98zho9y.fsf@zancas.localnet>\r
33         <20140626130826.GL11862@danbala.tuwien.ac.at>\r
34 User-Agent: Notmuch/0.18.1+25~gdaf4b6f (http://notmuchmail.org) Emacs/24.3.1\r
35         (x86_64-unknown-linux-gnu)\r
36 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
37         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
38         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
39 Date: Thu, 26 Jun 2014 16:16:31 +0300\r
40 Message-ID: <m2a98z95g0.fsf@guru.guru-group.fi>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain\r
43 Cc: Notmuch list <notmuch@notmuchmail.org>\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Thu, 26 Jun 2014 13:16:46 -0000\r
57 \r
58 On Thu, Jun 26 2014, Thomas Klausner <tk@giga.or.at> wrote:\r
59 \r
60 >\r
61 > I had some other issues with 0.18 though.\r
62 >\r
63 > 1. pkgsrc's copy of rst2man is called "rst2man.py". The configure test\r
64 > for this fails, of course, and there is another place where rst2man is\r
65 > called directly. I've changed that to rst2man.py locally, but it'd be\r
66 > good if configure could test for both names, set a variable to the one\r
67 > found, and use the variable in the other place.\r
68 \r
69 There are patches to be reviewed for this.\r
70 \r
71 >\r
72 > 2. doc/Makefile.local has "python" hardcoded. pkgsrc supports multiple\r
73 > python versions at the same time, with the disadvantage that there is\r
74 > no "python" executable, only "python2.6", "python2.7", "python3.3"\r
75 > etc. I've passed in the proper executable name as PYTHONBIN and used\r
76 > it in the Makefile.\r
77 \r
78 For this we could figure out something...\r
79 \r
80 >\r
81 > 3. installation of notmuch-version.el fails, because the install rule\r
82 > has no dependency on the generated file notmuch-version.el. I've added\r
83 > such a dependency.\r
84 \r
85 This has been fixed in 0.18.1.\r
86 \r
87 >\r
88 > The patches I used to make notmuch build are attached, but I can of\r
89 > course test other patches if you prefer different solutions. I haven't\r
90 > really run this version of notmuch yet.\r
91 >\r
92 > Cheers,\r
93 >  Thomas\r
94 > $NetBSD$\r
95 >\r
96 \r
97 Tomi\r