Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / ff / b503b69df0537934403447fc6efaeba275ce80
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 arlo.cworth.org (Postfix) with ESMTP id 4C20D6DE0243\r
6  for <notmuch@notmuchmail.org>; Tue, 16 Jun 2015 11:21:00 -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.987\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.987 tagged_above=-999 required=5 tests=[AWL=0.335, \r
12  SPF_NEUTRAL=0.652] 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 aXEkjC5iI02L for <notmuch@notmuchmail.org>;\r
16  Tue, 16 Jun 2015 11:20:57 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 8CEDD6DE01F5\r
19  for <notmuch@notmuchmail.org>; Tue, 16 Jun 2015 11:20:56 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 262AC100086;\r
22  Tue, 16 Jun 2015 21:20:31 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Jinwoo Lee <jinwoo68@gmail.com>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH] lib, ruby: make use of -Wl,--no-undefined configurable\r
26 In-Reply-To: <yq65wpz463rd.fsf@jinwoo-macbookair.roam.corp.google.com>\r
27 References: <1433142542-2307-3-git-send-email-david@tethera.net>\r
28  <1434261524-14139-1-git-send-email-david@tethera.net>\r
29  <yq65a8w2u7yv.fsf@jinwoo-macbookair.roam.corp.google.com>\r
30  <87r3peye4q.fsf@maritornes.cs.unb.ca>\r
31  <yq657fr6tj64.fsf@jinwoo-macbookair.roam.corp.google.com>\r
32  <87oaki3zrh.fsf@maritornes.cs.unb.ca>\r
33  <yq654mm9tyie.fsf@jinwoo-macbookair.roam.corp.google.com>\r
34  <m2bnghe3ar.fsf@guru.guru-group.fi>\r
35  <yq65wpz463rd.fsf@jinwoo-macbookair.roam.corp.google.com>\r
36 User-Agent: Notmuch/0.20+12~gf3d9440 (http://notmuchmail.org) Emacs/24.3.1\r
37  (x86_64-unknown-linux-gnu)\r
38 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
39  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
40  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
41 Date: Tue, 16 Jun 2015 21:20:30 +0300\r
42 Message-ID: <m2lhfjwm4x.fsf@guru.guru-group.fi>\r
43 MIME-Version: 1.0\r
44 Content-Type: text/plain\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.18\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49  <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Tue, 16 Jun 2015 18:21:00 -0000\r
58 \r
59 On Tue, Jun 16 2015, Jinwoo Lee <jinwoo68@gmail.com> wrote:\r
60 \r
61 >> That probably will not change; IIRC bash 3.2.57 is released under GPLv2\r
62 >> and bash >= 4 GPLv3. You just need to install separate bash (brew, ports,\r
63 >> wherever) in order to run these tests in OS X.\r
64 >\r
65 > I installed bash from MacPorts and ran `make test' again, but the result\r
66 > is not so good.  The error message is just "make: *** [test] Error 9",\r
67 > and I can't tell what exactly has failed.\r
68 \r
69 edit file test/T000-basic.sh and add line\r
70 \r
71 set -x\r
72 \r
73 after the initial comments, and just before line\r
74 \r
75 test_description='the test framework itself.'\r
76 \r
77 then rerun the test; I'd suggest script -c 'make test'\r
78 but that may not work on OS X -- anyway we're interested\r
79 the last lines so that is not necessary here.\r
80 \r
81 >\r
82 > Here's the log:\r
83 >\r
84 // stuff deleted\r
85 >\r
86 > T000-basic: Testing the test framework itself.\r
87 > make: *** [test] Error 9\r
88 \r
89 At least we know it reached line 212 in test/test-lib.sh...\r
90 \r
91 Tomi\r