Re: [PATCH] lib, ruby: make use of -Wl,--no-undefined configurable
authorDavid Bremner <david@tethera.net>
Sun, 14 Jun 2015 18:34:26 +0000 (20:34 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:04 +0000 (14:49 -0700)
09/ec00b60c9ec81f56785fa13e9fff82798914db [new file with mode: 0644]

diff --git a/09/ec00b60c9ec81f56785fa13e9fff82798914db b/09/ec00b60c9ec81f56785fa13e9fff82798914db
new file mode 100644 (file)
index 0000000..c63dda4
--- /dev/null
@@ -0,0 +1,72 @@
+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 A911A6DE15E3\r
+ for <notmuch@notmuchmail.org>; Sun, 14 Jun 2015 11:36:14 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.188\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.188 tagged_above=-999 required=5 tests=[AWL=0.188]\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 DzjU3Xj2nUr6 for <notmuch@notmuchmail.org>;\r
+ Sun, 14 Jun 2015 11:36:12 -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 8B0B86DE13AB\r
+ for <notmuch@notmuchmail.org>; Sun, 14 Jun 2015 11:36:12 -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 1Z4Ck1-0006NK-5x; Sun, 14 Jun 2015 18:34:45 +0000\r
+Received: (nullmailer pid 15760 invoked by uid 1000); Sun, 14 Jun 2015\r
+ 18:34:26 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Jinwoo Lee <jinwoo68@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] lib, ruby: make use of -Wl,--no-undefined configurable\r
+In-Reply-To: <yq657fr6tj64.fsf@jinwoo-macbookair.roam.corp.google.com>\r
+References: <1433142542-2307-3-git-send-email-david@tethera.net>\r
+ <1434261524-14139-1-git-send-email-david@tethera.net>\r
+ <yq65a8w2u7yv.fsf@jinwoo-macbookair.roam.corp.google.com>\r
+ <87r3peye4q.fsf@maritornes.cs.unb.ca>\r
+ <yq657fr6tj64.fsf@jinwoo-macbookair.roam.corp.google.com>\r
+User-Agent: Notmuch/0.20.1+21~g4e79903 (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sun, 14 Jun 2015 20:34:26 +0200\r
+Message-ID: <87oaki3zrh.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: Sun, 14 Jun 2015 18:36:14 -0000\r
+\r
+Jinwoo Lee <jinwoo68@gmail.com> writes:\r
+\r
+> When I apply those 2 patches from you, things seem to work.  I still get\r
+> warnings like below, but they don't seem severe.  I'm not sure if the\r
+> ruby binding actually works though.\r
+>\r
+> ld: warning: ignoring file ../../lib/libnotmuch.dylib, file was built for x86_64 which is not the architecture being linked (i386): ../../lib/libnotmuch.dylib\r
+>\r
+\r
+That one is a bit worrying, but I don't know enough about OS X to know\r
+for sure. If you have time/interest, can you try running the tests in\r
+\r
+    id:1433142542-2307-5-git-send-email-david@tethera.net\r
+\r
+Just apply the patch and make tests. That should indicate if the\r
+bindings are basically working.\r
+\r
+d\r