[PATCH] create .mailmap file (for git shortlog/blame)
[notmuch-archives.git] / ce / 4fb13993032d2af75ab3b6354149db0694b504
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 A7566429E29\r
6         for <notmuch@notmuchmail.org>; Wed,  7 Dec 2011 11:52:37 -0800 (PST)\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 Qv8dLS0+Sv2E for <notmuch@notmuchmail.org>;\r
16         Wed,  7 Dec 2011 11:52:37 -0800 (PST)\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 0FE67431FB6\r
21         for <notmuch@notmuchmail.org>; Wed,  7 Dec 2011 11:52:36 -0800 (PST)\r
22 Received: from convex-new.cs.unb.ca ([131.202.13.154])\r
23         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pB7JqZ6O027510;\r
24         Wed, 7 Dec 2011 15:52:35 -0400\r
25 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.72)\r
26         (envelope-from <bremner@unb.ca>)\r
27         id 1RYNXf-0004kB-GK; Wed, 07 Dec 2011 15:52:35 -0400\r
28 From: David Bremner <david@tethera.net>\r
29 To: R.M.Krug@gmail.com\r
30 Subject: Re: RFC: don't ask users to do 'sudo make install'\r
31 In-Reply-To: <4EDF7E0D.2010107@gmail.com>\r
32 References: <E1RYGZF-0005RB-TS@thinkbox.jade-hamburg.de>\r
33         <yf6r50gcxkn.fsf@taco2.nixu.fi> <4EDF728E.3050204@gmail.com>\r
34         <87k468a1sd.fsf@convex-new.cs.unb.ca> <4EDF7E0D.2010107@gmail.com>\r
35 User-Agent: Notmuch/0.10~rc1+12~g53b921d (http://notmuchmail.org) Emacs/23.3.1\r
36         (x86_64-pc-linux-gnu)\r
37 Date: Wed, 07 Dec 2011 15:52:35 -0400\r
38 Message-ID: <874nxc9n24.fsf@convex-new.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 Cc: notmuch@notmuchmail.org\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Wed, 07 Dec 2011 19:52:37 -0000\r
55 \r
56 On Wed, 07 Dec 2011 15:54:05 +0100, Rainer M Krug <r.m.krug@gmail.com> wrote:\r
57 > Interesting. I assume, I have to do\r
58\r
59 > ./configure\r
60 > make\r
61 > make debian-snapshot\r
62 \r
63 Just "make debian-snapshot" should work if you have the packages\r
64 dpkg-dev and fakeroot installed.\r
65 \r
66 > dpkg-buildpackage: warning: (Use -d flag to override.)\r
67 > debuild: fatal error at line 1348:\r
68 > dpkg-buildpackage -rfakeroot -D -us -uc failed\r
69 > make: *** [debian-snapshot] Error 29\r
70 \r
71 Is this all of your output? It's a pretty generic error saying\r
72 dpkg-buildpackage didn't work. If there is no other output, then I guess\r
73 you might be missing dpkg-buildpackage.\r
74 \r
75 d\r