[PATCH 8/8] debian: add gpgsm as build dependency
[notmuch-archives.git] / 79 / fa6412ff4d7ef71c9c5c378274ecdf3513834f
1 Return-Path: <tgray@protozoic.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 DD3C4431FD0\r
6         for <notmuch@notmuchmail.org>; Tue, 22 Mar 2011 14:48:56 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 l8JLe2KCKorx for <notmuch@notmuchmail.org>;\r
16         Tue, 22 Mar 2011 14:48:56 -0700 (PDT)\r
17 Received: from fallback-in2.mxes.net (fallback-out2.mxes.net [216.86.168.191])\r
18         by olra.theworths.org (Postfix) with ESMTP id 74CC9431FB5\r
19         for <notmuch@notmuchmail.org>; Tue, 22 Mar 2011 14:48:56 -0700 (PDT)\r
20 Received: from mxout-08.mxes.net (mxout-08.mxes.net [216.86.168.183])\r
21         by fallback-in1.mxes.net (Postfix) with ESMTP id F2B062FDC4C\r
22         for <notmuch@notmuchmail.org>; Tue, 22 Mar 2011 17:48:55 -0400 (EDT)\r
23 Received: from d204.scdc1.swarthmore.edu (unknown [130.58.217.204])\r
24         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
25         (No client certificate requested)\r
26         by smtp.mxes.net (Postfix) with ESMTPSA id C3A39509ED\r
27         for <notmuch@notmuchmail.org>; Tue, 22 Mar 2011 17:48:54 -0400 (EDT)\r
28 Date: Tue, 22 Mar 2011 17:48:52 -0400\r
29 From: Tim Gray <tgray@protozoic.com>\r
30 To: notmuch@notmuchmail.org\r
31 Subject: Re: Notmuch on os x?\r
32 Message-ID: <20110322214852.GA32683@selenium.125px.com>\r
33 Mail-Followup-To: notmuch@notmuchmail.org\r
34 References: <878vwe7xom.fsf@bunting.net.au>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain; charset=us-ascii; format=flowed\r
37 Content-Disposition: inline\r
38 In-Reply-To: <878vwe7xom.fsf@bunting.net.au>\r
39 User-Agent: Mutt/1.5.21+22 (8d0281f79b21) (2010-12-30)\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Tue, 22 Mar 2011 21:48:57 -0000\r
53 \r
54 On Mar 17, 2011 at 11:12 PM +1100, Bart Bunting wrote:\r
55 > Has anyone compiled notmuch for the mac?\r
56 >\r
57 > If so how?  I'm new to the mac and can find xapian but not the other\r
58 > libraries notmuch requires.\r
59 \r
60 I *just* did this a couple hours ago for the first time.  I think I already \r
61 had all the dependancies installed previously.  I'm pretty sure I built \r
62 xapian by hand.  Talloc and GMime I installed via macports.\r
63 \r
64 I ran into an issue with running notmuch from any directory other than the \r
65 notmuch/lib source directory because the binary was linked to \r
66 `libnotmuch.1.dylib` and not `/usr/local/lib/libnotmuch.1.dylib`.  Running \r
67 the following command on the binary seemed to fix that problem, though I'm \r
68 not sure why it occurred in the first place.\r
69 \r
70         sudo install_name_tool -change libnotmuch.1.dylib \ \r
71         /usr/local/lib/libnotmuch.1.dylib /usr/local/bin/notmuch\r
72 \r
73 Tim\r