From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A911A6DE15E3 for ; Sun, 14 Jun 2015 11:36:14 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.188 X-Spam-Level: X-Spam-Status: No, score=0.188 tagged_above=-999 required=5 tests=[AWL=0.188] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DzjU3Xj2nUr6 for ; Sun, 14 Jun 2015 11:36:12 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id 8B0B86DE13AB for ; Sun, 14 Jun 2015 11:36:12 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.80) (envelope-from ) id 1Z4Ck1-0006NK-5x; Sun, 14 Jun 2015 18:34:45 +0000 Received: (nullmailer pid 15760 invoked by uid 1000); Sun, 14 Jun 2015 18:34:26 -0000 From: David Bremner To: Jinwoo Lee , notmuch@notmuchmail.org Subject: Re: [PATCH] lib, ruby: make use of -Wl,--no-undefined configurable In-Reply-To: References: <1433142542-2307-3-git-send-email-david@tethera.net> <1434261524-14139-1-git-send-email-david@tethera.net> <87r3peye4q.fsf@maritornes.cs.unb.ca> User-Agent: Notmuch/0.20.1+21~g4e79903 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Sun, 14 Jun 2015 20:34:26 +0200 Message-ID: <87oaki3zrh.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2015 18:36:14 -0000 Jinwoo Lee writes: > When I apply those 2 patches from you, things seem to work. I still get > warnings like below, but they don't seem severe. I'm not sure if the > ruby binding actually works though. > > ld: warning: ignoring file ../../lib/libnotmuch.dylib, file was built for x86_64 which is not the architecture being linked (i386): ../../lib/libnotmuch.dylib > That one is a bit worrying, but I don't know enough about OS X to know for sure. If you have time/interest, can you try running the tests in id:1433142542-2307-5-git-send-email-david@tethera.net Just apply the patch and make tests. That should indicate if the bindings are basically working. d