Re: [python] set rpath in setup.cfg
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 13 Oct 2011 07:09:47 +0000 (10:09 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:40 +0000 (09:39 -0800)
d7/3f6f4481d0de0a1213709744a3ae20e784c0e5 [new file with mode: 0644]

diff --git a/d7/3f6f4481d0de0a1213709744a3ae20e784c0e5 b/d7/3f6f4481d0de0a1213709744a3ae20e784c0e5
new file mode 100644 (file)
index 0000000..7dc1521
--- /dev/null
@@ -0,0 +1,93 @@
+Return-Path: <tomi.ollila@nixu.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 86B4D431FD0\r
+       for <notmuch@notmuchmail.org>; Thu, 13 Oct 2011 00:09:58 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 6TEXjAk4xyHE for <notmuch@notmuchmail.org>;\r
+       Thu, 13 Oct 2011 00:09:58 -0700 (PDT)\r
+Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id BB6C9431FB6\r
+       for <notmuch@notmuchmail.org>; Thu, 13 Oct 2011 00:09:57 -0700 (PDT)\r
+Received: from taco2.nixu.fi (localhost [127.0.0.1])\r
+       by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
+       p9D79lKR024363\r
+       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);\r
+       Thu, 13 Oct 2011 10:09:47 +0300\r
+Received: (from too@localhost)\r
+       by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p9D79lnX024361;\r
+       Thu, 13 Oct 2011 10:09:47 +0300\r
+X-Authentication-Warning: taco2.nixu.fi: too set sender to\r
+       tomi.ollila@nixu.com using -f\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Jameson Graef Rollins <jrollins@finestructure.net>\r
+Subject: Re: [python] set rpath in setup.cfg\r
+References: <6d84224ab757d84968df4db3a7b00fcb@jadE-Hamburg.de>\r
+       <20111012153051.GE21615@hayalet>\r
+       <d8e00c1f9be7bf018677a2c868e95e6d@jadE-Hamburg.de>\r
+       <87pqi1s8ln.fsf@servo.finestructure.net>\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Thu, 13 Oct 2011 10:09:47 +0300\r
+In-Reply-To: <87pqi1s8ln.fsf@servo.finestructure.net> (Jameson Graef Rollins's\r
+       message of "Wed, 12 Oct 2011 23:34:28 -0700")\r
+Message-ID: <yf6vcrte5ac.fsf@taco2.nixu.fi>\r
+User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux)\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 13 Oct 2011 07:09:58 -0000\r
+\r
+On Thu 13 Oct 2011 09:34, Jameson Graef Rollins <jrollins@finestructure.net> writes:\r
+\r
+> On Thu, 13 Oct 2011 08:12:03 +0200, dtk <dtk@gmx.de> wrote:\r
+>> in my experience, it tends to cause awkward side effects that are hard to\r
+>> debug, the main problem being that it overrides all default paths and is\r
+>> hard to target at a single problematic application.\r
+>\r
+> I think it's fairly straightforward to prepend a library path to the ld\r
+> library path without overriding all defaults with something like this\r
+> (for bash):\r
+>\r
+> LD_LIBRARY_PATH=/new/ld/path:$LD_LIBRARY_PATH\r
+\r
+I also have local notmuch installations (3 of them); notmuch command\r
+(among others)  are wrapped in a shell script which setups environment \r
+variables like:\r
+\r
+PATH=/path/to/iroot/bin:$PATH\r
+LD_LIBRARY_PATH=/path/to/iroot/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}\r
+export PATH LD_LIBRARY_PATH\r
+\r
+and then\r
+\r
+exec /path/to/iroot/bin/notmuch "$@"\r
+\r
+I don't recall a situation when this have failed. \r
+\r
+> jamie.\r
+\r
+Tomi\r