[PATCH v2 00/14] reply refactor, fixes
[notmuch-archives.git] / 75 / 31eb55febbba554ba1d1128dc28712189019fd
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 751926DE163F\r
6  for <notmuch@notmuchmail.org>; Thu, 22 Oct 2015 08:34:04 -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.099\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.099 tagged_above=-999 required=5 tests=[AWL=0.099]\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 hG_n22iA4aNc for <notmuch@notmuchmail.org>;\r
16  Thu, 22 Oct 2015 08:34:02 -0700 (PDT)\r
17 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id E72EC6DE1633\r
19  for <notmuch@notmuchmail.org>; Thu, 22 Oct 2015 08:34:01 -0700 (PDT)\r
20 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1ZpHrd-00018B-Qr; Thu, 22 Oct 2015 15:33:13 +0000\r
23 Received: (nullmailer pid 26342 invoked by uid 1000); Thu, 22 Oct 2015\r
24  15:32:59 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Robert =?utf-8?Q?K=C3=BCnnemann?= <robert@kunnemann.de>\r
27 Cc: notmuch@notmuchmail.org\r
28 Subject: Re: [bug] Python bindings fail to load shared libraries in MacOS El\r
29  Capitan\r
30 In-Reply-To: <20151022073829.GE15696@peachum.local>\r
31 References: <20151019115321.GA74194@pc-kuennemann.sit.fraunhofer.de>\r
32  <87pp08t5jf.fsf@maritornes.cs.unb.ca> <20151022073829.GE15696@peachum.local>\r
33 User-Agent: Notmuch/0.20.2+61~g005c2f0 (http://notmuchmail.org) Emacs/24.4.1\r
34  (x86_64-pc-linux-gnu)\r
35 Date: Thu, 22 Oct 2015 12:32:58 -0300\r
36 Message-ID: <87twpisytx.fsf@tesseract.cs.unb.ca>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=utf-8\r
39 Content-Transfer-Encoding: quoted-printable\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.20\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: Thu, 22 Oct 2015 15:34:04 -0000\r
53 \r
54 Robert K=C3=BCnnemann <robert@kunnemann.de> writes:\r
55 \r
56 >>Also, it seems like you are coding the absolute path name of\r
57 >>the library. Is that really necessary?\r
58 > It seems so. Two responses in the thread I mentioned\r
59 > http://stackoverflow.com/questions/32905322/oserror-dlopenlibsystem-dylib=\r
60 -6-image-not-found\r
61 > suggest the same, and it solved the issue for me.\r
62 \r
63 I don't think hard-coding the install location of the library is\r
64 something we can do upstream, so it probably needs someone with a Mac to\r
65 roll up their sleeves and add something to use the prefix information\r
66 from Makefile.config. Hopefully this could also eliminate the current\r
67 runtime check for the system type.\r
68 \r
69 d\r
70 \r