Re: [PATCH] create .mailmap file (for git shortlog/blame)
[notmuch-archives.git] / a4 / 7f9e0c153cbe716e776820add899d057efe7c3
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 arlo.cworth.org (Postfix) with ESMTP id DEF296DE0948\r
6  for <notmuch@notmuchmail.org>; Sat, 13 Jun 2015 22:51:12 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.192\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.192 tagged_above=-999 required=5 tests=[AWL=0.192]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id NvENLiuHjOcL for <notmuch@notmuchmail.org>;\r
16  Sat, 13 Jun 2015 22:51:11 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18  [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id B484B6DE0350\r
20  for <notmuch@notmuchmail.org>; Sat, 13 Jun 2015 22:51:10 -0700 (PDT)\r
21 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
22  4.80) (envelope-from <david@tethera.net>)\r
23  id 1Z40nf-0002Vd-Be; Sun, 14 Jun 2015 05:49:43 +0000\r
24 Received: (nullmailer pid 10558 invoked by uid 1000); Sun, 14 Jun 2015\r
25  05:49:24 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: Jinwoo Lee <jinwoo68@gmail.com>, notmuch@notmuchmail.org\r
28 Subject: Re: [patch v3 1/4] build: integrate building ruby bindings into\r
29  notmuch build process\r
30 In-Reply-To: <yq65y4jnmgvy.fsf@jinwoo-macbookair.roam.corp.google.com>\r
31 References: <1425679073-30439-5-git-send-email-david@tethera.net>\r
32  <1433142542-2307-1-git-send-email-david@tethera.net>\r
33  <1433142542-2307-2-git-send-email-david@tethera.net>\r
34  <87zj4415bu.fsf@maritornes.cs.unb.ca>\r
35  <yq65vberz8ew.fsf@jinwoo-macbookair.roam.corp.google.com>\r
36  <yq65si9vz69j.fsf@jinwoo-macbookair.roam.corp.google.com>\r
37  <yq65pp4zz617.fsf@jinwoo-macbookair.roam.corp.google.com>\r
38  <87bngj9uvv.fsf@maritornes.cs.unb.ca>\r
39  <yq654mmbnw1a.fsf@jinwoo-macbookair.roam.corp.google.com>\r
40  <yq651thfnvye.fsf@jinwoo-macbookair.roam.corp.google.com>\r
41  <yq65y4jnmgvy.fsf@jinwoo-macbookair.roam.corp.google.com>\r
42 User-Agent: Notmuch/0.20.1+21~g4e79903 (http://notmuchmail.org) Emacs/24.4.1\r
43  (x86_64-pc-linux-gnu)\r
44 Date: Sun, 14 Jun 2015 07:49:24 +0200\r
45 Message-ID: <87vbeqyh3v.fsf@maritornes.cs.unb.ca>\r
46 MIME-Version: 1.0\r
47 Content-Type: text/plain\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.18\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52  <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sun, 14 Jun 2015 05:51:13 -0000\r
61 \r
62 Jinwoo Lee <jinwoo68@gmail.com> writes:\r
63 \r
64 \r
65 > ld: unknown option: --no-undefined\r
66 > clang: error: linker command failed with exit code 1 (use -v to see invocation)\r
67 \r
68 I wonder if this the actual relevant error. Can you try with the next\r
69 two patches in the series?\r
70 \r
71     id:1433142542-2307-3-git-send-email-david@tethera.net\r
72     id:1433142542-2307-4-git-send-email-david@tethera.net\r
73     \r
74 This first alone may fix it, but it would be good to know if the next\r
75 one breaks anything on Mac OS.\r
76 \r
77 \r
78 \r