[PATCH] cli: add a tool for starting new message in the emacs ui
[notmuch-archives.git] / fe / adcdc54016b28561028789ef99c33d818d7e87
1 Return-Path: <bremner@unb.ca>\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 4DD0F431FAF\r
6         for <notmuch@notmuchmail.org>; Wed,  1 Aug 2012 08:15:00 -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 fwjxqYTbTmOK for <notmuch@notmuchmail.org>;\r
16         Wed,  1 Aug 2012 08:14:59 -0700 (PDT)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id B0E06431FAE\r
21         for <notmuch@notmuchmail.org>; Wed,  1 Aug 2012 08:14:59 -0700 (PDT)\r
22 Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
23         by tesseract.cs.unb.ca with esmtpsa\r
24         (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72)\r
25         (envelope-from <bremner@unb.ca>)\r
26         id 1SwadS-0002c0-Cp; Wed, 01 Aug 2012 12:14:54 -0300\r
27 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1Swad1-0001bI-Vf; Wed, 01 Aug 2012 12:14:28 -0300\r
30 From: David Bremner <david@tethera.net>\r
31 To: Jakub Wilk <jwilk@debian.org>, 683505@bugs.debian.org\r
32 Subject: Re: Bug#683505: notmuch: FTBFS if built twice in a row:\r
33         unrepresentable changes to source\r
34 In-Reply-To: <20120801103707.GA668@jwilk.net>\r
35 References: <20120801103707.GA668@jwilk.net>\r
36 User-Agent: Notmuch/0.13.2 (http://notmuchmail.org) Emacs/23.4.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Wed, 01 Aug 2012 12:14:27 -0300\r
39 Message-ID: <87pq7aabl8.fsf@convex-new.cs.unb.ca>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 X-Spam_bar: -\r
43 Cc: 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: Wed, 01 Aug 2012 15:15:00 -0000\r
57 \r
58 Jakub Wilk <jwilk@debian.org> writes:\r
59 \r
60 > | dpkg-source: error: cannot represent change to test/tmp.json/mail/.notmuch/xapian/record.baseB: binary file contents changed\r
61 > | dpkg-source: error: add test/tmp.json/mail/.notmuch/xapian/record.baseB in debian/source/include-binaries if you want to store the modified binary in the debian tarball\r
62 > -- \r
63 > Jakub Wilk\r
64 \r
65 I guess the problem here is that the notmuch build process does not\r
66 clean up the test directories in case of failing tests. I guess it\r
67 probably should if the user explicitly runs "make clean".\r
68 \r
69 Any thoughts on that notmuch people? Should we add a list of test/tmp.*\r
70 to be cleaned?\r
71 \r
72 d\r
73 \r