Build failure on OSX
authorBart Bunting <bart@bunting.net.au>
Sun, 8 Dec 2013 23:22:46 +0000 (10:22 +1100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:58:40 +0000 (09:58 -0800)
44/d8d4b50122ceff7b96dfe13d7380e102f2bd10 [new file with mode: 0644]

diff --git a/44/d8d4b50122ceff7b96dfe13d7380e102f2bd10 b/44/d8d4b50122ceff7b96dfe13d7380e102f2bd10
new file mode 100644 (file)
index 0000000..76a16f3
--- /dev/null
@@ -0,0 +1,73 @@
+Return-Path: <bart@ursys.com.au>\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 C417D431FD0\r
+       for <notmuch@notmuchmail.org>; Sun,  8 Dec 2013 15:22:57 -0800 (PST)\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 xnt4X-qQQA-4 for <notmuch@notmuchmail.org>;\r
+       Sun,  8 Dec 2013 15:22:53 -0800 (PST)\r
+Received: from bit.local (that.urnet.com.au [203.7.149.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id D21BE431FCB\r
+       for <notmuch@notmuchmail.org>; Sun,  8 Dec 2013 15:22:52 -0800 (PST)\r
+Received: by bit.local (Postfix, from userid 501)\r
+       id C5E7A31A7D15; Mon,  9 Dec 2013 10:22:46 +1100 (EST)\r
+From: "Bart Bunting" <bart@bunting.net.au>\r
+To: notmuch@notmuchmail.org\r
+Subject: Build failure on OSX\r
+User-Agent: Notmuch/0.17~rc2+2~gb121a38 (http://notmuchmail.org)\r
+       Emacs/24.3.50.1 (x86_64-apple-darwin12.2.0)\r
+Date: Mon, 09 Dec 2013 10:22:46 +1100\r
+Message-ID: <m2mwkbhqrd.fsf@ursys.com.au>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Sun, 08 Dec 2013 23:22:57 -0000\r
+\r
+\r
+Good morning,\r
+\r
+I am still having issues building notmuch from source on OSX.\r
+\r
+I'm unfortunately not sure if it is something specific to my setup or\r
+not.\r
+\r
+I am running latest git version of notmuch, osx 10.9.\r
+\r
+Xapian and talloc are from homebrew.\r
+\r
+If I manually edit the makefile to remove -lintl everything builds ok.\r
+I'm not sure what the intl library is or does so not sure if something\r
+else is subtly broken.\r
+\r
+Can anyone else confirm the issue?  \r
+\r
+\r
+make V=1\r
+g++ command-line-arguments.o debugger.o gmime-filter-reply.o hooks.o notmuch.o notmuch-compact.o notmuch-config.o notmuch-count.o notmuch-dump.o notmuch-insert.o notmuch-new.o notmuch-reply.o notmuch-restore.o notmuch-search.o notmuch-setup.o notmuch-show.o notmuch-tag.o notmuch-time.o sprinter-json.o sprinter-sexp.o sprinter-text.o query-string.o mime-node.o crypto.o tag-util.o lib/libnotmuch.a util/libutil.a parse-time-string/libparse-time-string.a   -L/usr/local/Cellar/gmime/2.6.19/lib -L/usr/local/Cellar/glib/2.38.2/lib -lgmime-2.6 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl  -L/usr/local/Cellar/talloc/2.0.8/lib -ltalloc  -L/usr/local/Cellar/xapian/1.2.15/lib -lxapian -lz -o notmuch\r
+ld: library not found for -lintl\r
+clang: error: linker command failed with exit code 1 (use -v to see invocation)\r
+make: *** [notmuch] Error 1\r
+\r
+\r
+Kind regards\r
+\r
+Bart\r