From 43ad71288e7838ae2f86c75ceffd5320bb4668e2 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 6 Mar 2015 08:05:46 +0100 Subject: [PATCH] Re: [PATCH v2] lib: make notmuch shared library install_name be full path on Mac OS X --- c4/bdf88e9b827346461fb6009251a6d43788ef06 | 65 +++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 c4/bdf88e9b827346461fb6009251a6d43788ef06 diff --git a/c4/bdf88e9b827346461fb6009251a6d43788ef06 b/c4/bdf88e9b827346461fb6009251a6d43788ef06 new file mode 100644 index 000000000..ee4465ebf --- /dev/null +++ b/c4/bdf88e9b827346461fb6009251a6d43788ef06 @@ -0,0 +1,65 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 794DE431FAF + for ; Thu, 5 Mar 2015 23:07:42 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id sGYuaPgq5Vj5 for ; + Thu, 5 Mar 2015 23:07:39 -0800 (PST) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id ED3B9431FAE + for ; Thu, 5 Mar 2015 23:07:38 -0800 (PST) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YTmKd-0006Dl-Ki; Fri, 06 Mar 2015 07:05:59 +0000 +Received: (nullmailer pid 27799 invoked by uid 1000); Fri, 06 Mar 2015 + 07:05:46 -0000 +From: David Bremner +To: "J. Lewis Muir" , notmuch@notmuchmail.org +Subject: Re: [PATCH v2] lib: make notmuch shared library install_name be full + path on Mac OS X +In-Reply-To: <1425508369-28448-1-git-send-email-jlmuir@imca-cat.org> +References: <1425508369-28448-1-git-send-email-jlmuir@imca-cat.org> +User-Agent: Notmuch/0.19+67~gdbe9924 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Fri, 06 Mar 2015 08:05:46 +0100 +Message-ID: <8761aebo6t.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 06 Mar 2015 07:07:42 -0000 + +"J. Lewis Muir" writes: + +> The install_name of libnotmuch.dylib on Mac OS X is what is written +> into a program that links against it. If it is just the name of the +> shared library file, as opposed to the full path, the program won't be +> able to find it when it runs and will abort. Instead, the install_name +> should be the full path to the shared library (in its final installed +> location). + +Pushed this version to master. Thanks for working with us on this. + +d -- 2.26.2