Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / cb / d60150e79b75ba98b4aa8543b1e8b752004abb
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id 1FF376DE031B\r
6  for <notmuch@notmuchmail.org>; Thu, 30 Apr 2015 05:53:18 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.329\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.329 tagged_above=-999 required=5 tests=[AWL=0.329]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id VItV3eUZ9fSw for <notmuch@notmuchmail.org>;\r
16  Thu, 30 Apr 2015 05:53:16 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18  [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id C0B0B6DE0298\r
20  for <notmuch@notmuchmail.org>; Thu, 30 Apr 2015 05:53:15 -0700 (PDT)\r
21 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
22  4.80) (envelope-from <david@tethera.net>)\r
23  id 1Ynnww-0000L9-Gx; Thu, 30 Apr 2015 12:52:18 +0000\r
24 Received: (nullmailer pid 16313 invoked by uid 1000); Thu, 30 Apr 2015\r
25  12:52:04 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: Ryan Schmidt <notmuch@ryandesign.com>, notmuch@notmuchmail.org\r
28 Subject: Re: notmuch 0.19 build fails on OS X 10.6 with gcc 4.2.1 with\r
29  undefined symbols\r
30 In-Reply-To: <F741763B-2B59-4681-B13A-7BC423FD8DC3@ryandesign.com>\r
31 References: <F741763B-2B59-4681-B13A-7BC423FD8DC3@ryandesign.com>\r
32 User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1\r
33  (x86_64-pc-linux-gnu)\r
34 Date: Thu, 30 Apr 2015 21:52:04 +0900\r
35 Message-ID: <87bni5g4nf.fsf@maritornes.cs.unb.ca>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.18\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42  <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Thu, 30 Apr 2015 12:53:18 -0000\r
51 \r
52 Ryan Schmidt <notmuch@ryandesign.com> writes:\r
53 \r
54 > Hello,\r
55 >\r
56 > 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
57 >\r
58 > Undefined symbols:\r
59 >   "_hex_decode_inplace", referenced from:\r
60 >       _parse_tag_line in tag-util.o\r
61 >   "_gz_error_string", referenced from:\r
62 >       _notmuch_restore_command in notmuch-restore.o\r
63 >       _notmuch_restore_command in notmuch-restore.o\r
64 >   "_gz_getline", referenced from:\r
65 >       _notmuch_restore_command in notmuch-restore.o\r
66 >       _notmuch_restore_command in notmuch-restore.o\r
67 >   "_hex_encode", referenced from:\r
68 >       _notmuch_database_dump in notmuch-dump.o\r
69 >   "_talloc_strndup_named_const", referenced from:\r
70 >       _notmuch_restore_command in notmuch-restore.o\r
71 >       _notmuch_restore_command in notmuch-restore.o\r
72 \r
73 Those are all supposed to be defined in util/libutil.a. At a glance the\r
74 command line looks plausible. It's a long shot, but you could make sure\r
75 they are there using e.g.\r
76 \r
77 % nm util/libutil.a\r
78 \r
79 Beyond that, I'm hoping some Mac user will have some ideas.\r