Re: Build failure on OSX
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 9 Dec 2013 10:26:45 +0000 (12:26 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:58:41 +0000 (09:58 -0800)
63/2385639111d92be322e21a5142293858356c2b [new file with mode: 0644]

diff --git a/63/2385639111d92be322e21a5142293858356c2b b/63/2385639111d92be322e21a5142293858356c2b
new file mode 100644 (file)
index 0000000..cf0a05f
--- /dev/null
@@ -0,0 +1,101 @@
+Return-Path: <tomi.ollila@iki.fi>\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 4C44A431FC0\r
+       for <notmuch@notmuchmail.org>; Mon,  9 Dec 2013 02:27:00 -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 lhxzMkrAawo7 for <notmuch@notmuchmail.org>;\r
+       Mon,  9 Dec 2013 02:26:53 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 9F762431FAE\r
+       for <notmuch@notmuchmail.org>; Mon,  9 Dec 2013 02:26:53 -0800 (PST)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id 9109210005D;\r
+       Mon,  9 Dec 2013 12:26:45 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Bart Bunting <bart@bunting.net.au>, notmuch@notmuchmail.org\r
+Subject: Re: Build failure on OSX\r
+In-Reply-To: <m2mwkbhqrd.fsf@ursys.com.au>\r
+References: <m2mwkbhqrd.fsf@ursys.com.au>\r
+User-Agent: Notmuch/0.17~rc1+17~ga2e1a2f (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-unknown-linux-gnu)\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: Mon, 09 Dec 2013 12:26:45 +0200\r
+Message-ID: <m2haaigw0q.fsf@guru.guru-group.fi>\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: Mon, 09 Dec 2013 10:27:00 -0000\r
+\r
+On Mon, Dec 09 2013, Bart Bunting <bart@bunting.net.au> wrote:\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
+Neither `git grep intl` nor `grep -r intl .` prints any output about intl\r
+(before and after ./configure was run). My (linux) system doesn't have any\r
+libintl*.a nor libintl*.so files...\r
+\r
+/usr/include/libintl.h there is; it talks about "Message catalogs for\r
+internationalization." and defines prototypes for *gettext & *textdomain*\r
+functions..\r
+\r
+I am too lazy to examine how that -lintl gets into the command line;\r
+maybe some pkg-config emits that (maybe better add libintl to the\r
+system)\r
+\r
+\r
+Tomi\r
+\r
+\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
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> http://notmuchmail.org/mailman/listinfo/notmuch\r