Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 6b / b9fa59bf1dff518d5dae85cffbd05c1309cd0f
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 1BCEC6DE0243\r
6  for <notmuch@notmuchmail.org>; Wed, 17 Jun 2015 04:16:31 -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.974\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.974 tagged_above=-999 required=5 tests=[AWL=0.322, \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 o9sJRZr2-vA8 for <notmuch@notmuchmail.org>;\r
16  Wed, 17 Jun 2015 04:16:28 -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 8ACF56DE01F5\r
19  for <notmuch@notmuchmail.org>; Wed, 17 Jun 2015 04:16:27 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 643C7100086;\r
22  Wed, 17 Jun 2015 14:16:03 +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: <87vbem26qk.fsf@maritornes.cs.unb.ca>\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  <m2lhfjwm4x.fsf@guru.guru-group.fi>\r
37  <yq65y4jjjk2h.fsf@jinwoo-macbookair.roam.corp.google.com>\r
38  <87vbem26qk.fsf@maritornes.cs.unb.ca>\r
39 User-Agent: Notmuch/0.20+12~gf3d9440 (http://notmuchmail.org) Emacs/24.3.1\r
40  (x86_64-unknown-linux-gnu)\r
41 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
42  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
43  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
44 Date: Wed, 17 Jun 2015 14:16:03 +0300\r
45 Message-ID: <m21thad1qk.fsf@guru.guru-group.fi>\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: Wed, 17 Jun 2015 11:16:31 -0000\r
61 \r
62 On Wed, Jun 17 2015, David Bremner <david@tethera.net> wrote:\r
63 \r
64 > Jinwoo Lee <jinwoo68@gmail.com> writes:\r
65 >>  FAIL   PATH is set to build directory\r
66 >>      --- T000-basic.11.expected      2015-06-16 23:40:30.000000000 +0000\r
67 >>      +++ T000-basic.11.output        2015-06-16 23:40:30.000000000 +0000\r
68 >>      @@ -1 +1 @@\r
69 >>      -/Users/jinwoo/Box Sync/personal/project/notmuch\r
70 >>      +\r
71 >> usage: dirname path\r
72 >\r
73 > This failure is because of spaces in your pathname. It might be simpler\r
74 > to run in a different directory rather than fix all the problems this\r
75 > causes in the test suite.\r
76 \r
77 Yes.. space in pathname also causes that 'ambiquous redirect'. \r
78 \r
79 Please use a directory which absolute path does not contain spaces (nor\r
80 tabs nor newline ;/) -- it would be quite a big project to make test\r
81 suite work with whitespace in filename and still something might broke\r
82 so it is not worth an effort.\r
83 \r
84 Probably not all tests will succeed anyway, but if you get relevant\r
85 tests to work then that should be good enough...\r
86 \r
87 Tomi\r
88 \r
89 >\r
90 >>  FAIL   notmuch is compiled with debugging symbols\r
91 >>      --- T000-basic.12.expected      2015-06-16 23:40:30.000000000 +0000\r
92 >>      +++ T000-basic.12.output        2015-06-16 23:40:30.000000000 +0000\r
93 >>      @@ -1 +1 @@\r
94 >>      -1\r
95 >>      +0\r
96 >> ./T000-basic.sh: line 95: readelf: command not found\r
97 >\r
98 > This test, as it says, is testing if notmuch was compiled with debugging\r
99 > symbols.  Rather than yet another special case for mac, I'd be curious\r
100 > if there is a portable test for this (perhaps using nm?). In any case,\r
101 > this one test failing should not be fatal.\r
102 \r
103 yes, there is just one (1) test in the whole suite (last one in T000-basic)\r
104 that uses readelf. \r
105 \r
106 >\r
107 >> ./test-lib.sh: line 1062: $test_results_path: ambiguous redirect\r
108 >> ./test-lib.sh: line 1063: $test_results_path: ambiguous redirect\r
109 >> ./test-lib.sh: line 1064: $test_results_path: ambiguous redirect\r
110 >> ./test-lib.sh: line 1065: $test_results_path: ambiguous redirect\r
111 >> ./test-lib.sh: line 1066: $test_results_path: ambiguous redirect\r
112 >> ./test-lib.sh: line 1067: $test_results_path: ambiguous redirect\r
113 >\r
114 > At a guess, this again has to do with spaces in the pathname. Maybe this\r
115 > is fixable with more quoting, but it's really independent of mac vs\r
116 > gnu/linux. In this instance it looks like quoting "test_results_path"\r
117 > would help.\r