Re: build failures on Mac OS X 10.6.8 - diagnosis
authorJ. Lewis Muir <jlmuir@imca-cat.org>
Wed, 3 Jun 2015 20:15:59 +0000 (15:15 +1900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:57 +0000 (14:48 -0700)
c9/e0bb4056f9eea00b1ac989a24ee8430c7c6a99 [new file with mode: 0644]

diff --git a/c9/e0bb4056f9eea00b1ac989a24ee8430c7c6a99 b/c9/e0bb4056f9eea00b1ac989a24ee8430c7c6a99
new file mode 100644 (file)
index 0000000..7f7a696
--- /dev/null
@@ -0,0 +1,80 @@
+Return-Path: <jlmuir@imca-cat.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 60ACB6DE1927\r
+ for <notmuch@notmuchmail.org>; Wed,  3 Jun 2015 13:16:04 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.363\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.363 tagged_above=-999 required=5 tests=[AWL=0.363]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 4FIBN2q5b11b for <notmuch@notmuchmail.org>;\r
+ Wed,  3 Jun 2015 13:16:01 -0700 (PDT)\r
+Received: from tuna.imca.aps.anl.gov (tuna.imca.aps.anl.gov [164.54.200.33])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 4A4336DE191D\r
+ for <notmuch@notmuchmail.org>; Wed,  3 Jun 2015 13:16:01 -0700 (PDT)\r
+Received: from mink.imca.aps.anl.gov (seal.imca.aps.anl.gov [164.54.200.39])\r
+ by tuna.imca.aps.anl.gov (Postfix) with ESMTP id 3C3BB20067;\r
+ Wed,  3 Jun 2015 15:15:59 -0500 (CDT)\r
+Message-ID: <556F607F.2090406@imca-cat.org>\r
+Date: Wed, 03 Jun 2015 15:15:59 -0500\r
+From: "J. Lewis Muir" <jlmuir@imca-cat.org>\r
+MIME-Version: 1.0\r
+To: Tomi Ollila <tomi.ollila@iki.fi>, Nate Eagleson <nate@nateeag.com>, \r
+ notmuch@notmuchmail.org\r
+Subject: Re: build failures on Mac OS X 10.6.8 - diagnosis\r
+References: <7156CF8E-BE69-48C0-ACB8-88C7E68CD4BB@nateeag.com>\r
+ <m21thtib56.fsf@guru.guru-group.fi>\r
+In-Reply-To: <m21thtib56.fsf@guru.guru-group.fi>\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: 7bit\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Wed, 03 Jun 2015 20:16:04 -0000\r
+\r
+On 6/3/15 1:00 AM, Tomi Ollila wrote:\r
+> Now that I look at this, I think that having full path to\r
+> util/libutil.a should be used (everywhere) and if there is need to use\r
+> *system-provided* libutil, then -lutil is to be added to the command\r
+> line...\r
+>\r
+> ... I think it is somewhat unfortunate (or confusing) to have the\r
+> library named as such, and perhaps better naming should have been\r
+> used, but (*)\r
+>\r
+> (*) http://martinfowler.com/bliki/TwoHardThings.html\r
+\r
+Hi, Tomi.\r
+\r
+But isn't it a local library that is only used by Notmuch at compile\r
+time?  It isn't installed anywhere by "make install", right?  So, it\r
+would be easy to change the name, no?  But maybe I'm missing something.\r
+\r
+>> If not, what would be a better way to solve this?\r
+>\r
+> Actually you could check how homebrew etc. solve this problem (or if\r
+> there is any) to come with other ideas...\r
+\r
+I checked Homebrew and MacPorts, and they don't do anything (at least\r
+not in their respective Notmuch packages; it's still possible they do\r
+something globally that I don't know about).\r
+\r
+I checked pkgsrc, and they rename the library to libmyutil.a.\r
+\r
+Regards,\r
+\r
+Lewis\r