Re: notmuch 0.19 build fails on OS X 10.6 with gcc 4.2.1 with undefined symbols
authorDavid Bremner <david@tethera.net>
Thu, 30 Apr 2015 12:52:04 +0000 (21:52 +0900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:52 +0000 (14:48 -0700)
cb/d60150e79b75ba98b4aa8543b1e8b752004abb [new file with mode: 0644]

diff --git a/cb/d60150e79b75ba98b4aa8543b1e8b752004abb b/cb/d60150e79b75ba98b4aa8543b1e8b752004abb
new file mode 100644 (file)
index 0000000..aed274a
--- /dev/null
@@ -0,0 +1,79 @@
+Return-Path: <david@tethera.net>\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 1FF376DE031B\r
+ for <notmuch@notmuchmail.org>; Thu, 30 Apr 2015 05:53:18 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.329\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.329 tagged_above=-999 required=5 tests=[AWL=0.329]\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 VItV3eUZ9fSw for <notmuch@notmuchmail.org>;\r
+ Thu, 30 Apr 2015 05:53:16 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+ [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id C0B0B6DE0298\r
+ for <notmuch@notmuchmail.org>; Thu, 30 Apr 2015 05:53:15 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+ 4.80) (envelope-from <david@tethera.net>)\r
+ id 1Ynnww-0000L9-Gx; Thu, 30 Apr 2015 12:52:18 +0000\r
+Received: (nullmailer pid 16313 invoked by uid 1000); Thu, 30 Apr 2015\r
+ 12:52:04 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Ryan Schmidt <notmuch@ryandesign.com>, notmuch@notmuchmail.org\r
+Subject: Re: notmuch 0.19 build fails on OS X 10.6 with gcc 4.2.1 with\r
+ undefined symbols\r
+In-Reply-To: <F741763B-2B59-4681-B13A-7BC423FD8DC3@ryandesign.com>\r
+References: <F741763B-2B59-4681-B13A-7BC423FD8DC3@ryandesign.com>\r
+User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Thu, 30 Apr 2015 21:52:04 +0900\r
+Message-ID: <87bni5g4nf.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Thu, 30 Apr 2015 12:53:18 -0000\r
+\r
+Ryan Schmidt <notmuch@ryandesign.com> writes:\r
+\r
+> Hello,\r
+>\r
+> I'm a developer with the MacPorts project and I discovered that notmuch 0.19 does not build on Mac OS X 10.6 with its gcc 4.2.1 compiler. The errors are:\r
+>\r
+> Undefined symbols:\r
+>   "_hex_decode_inplace", referenced from:\r
+>       _parse_tag_line in tag-util.o\r
+>   "_gz_error_string", referenced from:\r
+>       _notmuch_restore_command in notmuch-restore.o\r
+>       _notmuch_restore_command in notmuch-restore.o\r
+>   "_gz_getline", referenced from:\r
+>       _notmuch_restore_command in notmuch-restore.o\r
+>       _notmuch_restore_command in notmuch-restore.o\r
+>   "_hex_encode", referenced from:\r
+>       _notmuch_database_dump in notmuch-dump.o\r
+>   "_talloc_strndup_named_const", referenced from:\r
+>       _notmuch_restore_command in notmuch-restore.o\r
+>       _notmuch_restore_command in notmuch-restore.o\r
+\r
+Those are all supposed to be defined in util/libutil.a. At a glance the\r
+command line looks plausible. It's a long shot, but you could make sure\r
+they are there using e.g.\r
+\r
+% nm util/libutil.a\r
+\r
+Beyond that, I'm hoping some Mac user will have some ideas.\r