Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 2e / 6cebd5786fe3113e50abd11a838d00eb177f62
1 Return-Path: <wingo@oblong.com>\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 8ECB6431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 20 Jan 2011 04:45:17 -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: 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 Kdew8Fo5MmDN for <notmuch@notmuchmail.org>;\r
16         Thu, 20 Jan 2011 04:45:17 -0800 (PST)\r
17 Received: from smtp-1.01.com (smtp-1.01.com [38.102.63.180])\r
18         by olra.theworths.org (Postfix) with ESMTP id 16C20431FB5\r
19         for <notmuch@notmuchmail.org>; Thu, 20 Jan 2011 04:45:17 -0800 (PST)\r
20 Received: from localhost (localhost.localdomain [127.0.0.1])\r
21         by smtp-1.01.com (Postfix) with ESMTP id E7C14E0508;\r
22         Thu, 20 Jan 2011 06:45:15 -0600 (CST)\r
23 Received: from smtp-1.01.com ([127.0.0.1])\r
24         by localhost (smtp-1.01.com [127.0.0.1]) (amavisd-new, port 10024)\r
25         with ESMTP id Bu7n8ArQYwqW; Thu, 20 Jan 2011 06:45:15 -0600 (CST)\r
26 Received: from harpy.local (74.Red-80-24-4.staticIP.rima-tde.net [80.24.4.74])\r
27         by smtp-1.01.com (Postfix) with ESMTPSA id 2628FE0519;\r
28         Thu, 20 Jan 2011 06:45:14 -0600 (CST)\r
29 From: Andy Wingo <wingo@oblong.com>\r
30 To: Michal Sojka <sojkam1@fel.cvut.cz>\r
31 Subject: Re: ./configure with CC="ccache gcc" doesn't work\r
32 References: <m3ei8897za.fsf@oblong.com> <87zkqvnbu7.fsf@steelpick.2x.cz>\r
33 Date: Thu, 20 Jan 2011 13:40:01 +0100\r
34 In-Reply-To: <87zkqvnbu7.fsf@steelpick.2x.cz> (Michal Sojka's message of "Thu,\r
35         20 Jan 2011 10:50:08 +0100")\r
36 Message-ID: <m339on7nq6.fsf@oblong.com>\r
37 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\r
40 Cc: notmuch@notmuchmail.org\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Thu, 20 Jan 2011 12:45:17 -0000\r
54 \r
55 Hi Michal,\r
56 \r
57 On Thu 20 Jan 2011 10:50, Michal Sojka <sojkam1@fel.cvut.cz> writes:\r
58 \r
59 > Hmm, the IFS thing in configure seems annoying in this case. But you can\r
60 > create a little script containing\r
61 >\r
62 >   exec ccache gcc "$@"\r
63 >\r
64 > and set CC to the name of the script, cannot you?\r
65 \r
66 Sure.  But the ccache thing is fairly common, AFAIK, and IMO notmuch's\r
67 configure should either handle spaces in a non-absolute-path $CC or exit\r
68 with an error in that case.\r
69 \r
70 And, oddly enough, the $CC does succeed in compiling, modulo this build\r
71 error -- so it seems that the $IFS isn't actually providing any benefit\r
72 in this case.  (If the IFS did its job, I would expect to see an error\r
73 like "ccache gcc: command not found" or something.)\r
74 \r
75 Andy\r