From: Jinwoo Lee Date: Wed, 17 Jun 2015 00:15:07 +0000 (+1700) Subject: Re: [PATCH] lib, ruby: make use of -Wl,--no-undefined configurable X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c1b879231072b8a5108d6bde1053e528a1f07cc4;p=notmuch-archives.git Re: [PATCH] lib, ruby: make use of -Wl,--no-undefined configurable --- diff --git a/74/4b5624196dbc951e820f90cfeef8271c725c70 b/74/4b5624196dbc951e820f90cfeef8271c725c70 new file mode 100644 index 000000000..d9971b612 --- /dev/null +++ b/74/4b5624196dbc951e820f90cfeef8271c725c70 @@ -0,0 +1,85 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id EE9816DE0243 + for ; Tue, 16 Jun 2015 17:15:12 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.551, + DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, + RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] + 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 92oDvKVr8dWX for ; + Tue, 16 Jun 2015 17:15:11 -0700 (PDT) +Received: from mail-ie0-f177.google.com (mail-ie0-f177.google.com + [209.85.223.177]) + by arlo.cworth.org (Postfix) with ESMTPS id 234F56DE0159 + for ; Tue, 16 Jun 2015 17:15:11 -0700 (PDT) +Received: by iebgx4 with SMTP id gx4so23727752ieb.0 + for ; Tue, 16 Jun 2015 17:15:10 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:subject:in-reply-to:references:user-agent:date:message-id + :mime-version:content-type; + bh=wwEYO7hcFpTNjRouLbC6dLjDL6sxTvGHgz9bUKrGc54=; + b=nCYUAsB/36JSLVxj3EBthWiVKVea2AoCIq8wZ9HvMVPyBiC3WcpO7q/LYo0zAYj6yD + fVfKpxVlbWd+U60Bjyuizs65qVrHQFMbfmPBrSPGWWYpeOurgCDEz5/4Cjivgjjrr5rH + d7QtmDOuE89LFxgHGnRCxMTXEfyRcU3F38g3ZxIFVti+HOJ5ThoBID48m0igDq+0sDXf + YtqsLC9nB05mZOIf/g0B4cq8AKrBVnjjILQPPEoWJCjbbazj8m6/ac7PmBf6zmBlYj99 + ncx34qN7PTAr6057PzwxMWC0TSB6xcw/fO5IF2e24uftzRyDYlCHsg9L2jxZUASIrZSe + 0Www== +X-Received: by 10.50.30.196 with SMTP id u4mr6971305igh.11.1434500110234; + Tue, 16 Jun 2015 17:15:10 -0700 (PDT) +Received: from localhost ([2620:0:1000:407c:a829:c652:7166:dc01]) + by mx.google.com with ESMTPSA id j4sm10879161igo.0.2015.06.16.17.15.08 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Tue, 16 Jun 2015 17:15:08 -0700 (PDT) +From: Jinwoo Lee +To: Tomi Ollila , 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> + + <87oaki3zrh.fsf@maritornes.cs.unb.ca> + + + + + +User-Agent: Notmuch/0.20.1+24~gd9567dd (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-apple-darwin14.3.0) +Date: Tue, 16 Jun 2015 17:15:07 -0700 +Message-ID: +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: Wed, 17 Jun 2015 00:15:13 -0000 + +On Tue, Jun 16, 2015 at 04:43 PM, Jinwoo Lee wrote: +> Turns out my previous error was because I was running tests within Emacs +> eshell, and run_emacs failed. +> +> I tried again in a terminal and it still failed but for a different +> reason. I don't have readelf on my Mac. + +Looks like otool should be used on Mac. But I have no idea how readelf +is used here and how it should be translated to otool.