From e3b5392ef168b593b94aa3971c8de2577607e5d5 Mon Sep 17 00:00:00 2001 From: Jinwoo Lee Date: Sun, 14 Jun 2015 12:59:35 +1700 Subject: [PATCH] Re: [patch v3 1/4] build: integrate building ruby bindings into notmuch build process --- 43/037ca0687c81d82b0df288c05bee1c3b4aafb5 | 89 +++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 43/037ca0687c81d82b0df288c05bee1c3b4aafb5 diff --git a/43/037ca0687c81d82b0df288c05bee1c3b4aafb5 b/43/037ca0687c81d82b0df288c05bee1c3b4aafb5 new file mode 100644 index 000000000..58d930270 --- /dev/null +++ b/43/037ca0687c81d82b0df288c05bee1c3b4aafb5 @@ -0,0 +1,89 @@ +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 3A7606DE0948 + for ; Sat, 13 Jun 2015 12:59:43 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.088 +X-Spam-Level: +X-Spam-Status: No, score=-0.088 tagged_above=-999 required=5 tests=[AWL=0.463, + 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 A_EedyPJ2UOQ for ; + Sat, 13 Jun 2015 12:59:40 -0700 (PDT) +Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com + [209.85.220.44]) + by arlo.cworth.org (Postfix) with ESMTPS id AB4186DE0AF8 + for ; Sat, 13 Jun 2015 12:59:40 -0700 (PDT) +Received: by padev16 with SMTP id ev16so41025812pad.0 + for ; Sat, 13 Jun 2015 12:59:40 -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=4S5baQlXA5rxyvJWykFTktmMbDLwxhJdEsRUft17b+M=; + b=x4d3K9kP4MEGwa1h07zFrhwPBp5F4BdZ4Asrt/E895WjwzxVyCc27pH2+wNr5nssKA + UNt/2bfXN0AgM69Cf2DryPuPxdiMadWbUIw7ykUkctpQAySE5miN0ugnSobzAGXDqOk3 + dwl3+jKaf7nekM0cYHDvTkWWegQwV83G483MmkSqBsUj22BbLSeCd3i/EO3tLqYo/9O/ + Nm8cI+0XA9Aeent/uaD12XnjcjgwLCV0z1MkGNhZuo08LANROQ8/5T/55Sxncr+6EuIX + DwyZ3eVafjZKtYEGYs86GTcJtD8evCELqi5nvdUTldBnB1X+h/Wm7dJLdalCJauUT7K3 + WBTQ== +X-Received: by 10.66.154.111 with SMTP id vn15mr33757834pab.108.1434225580276; + Sat, 13 Jun 2015 12:59:40 -0700 (PDT) +Received: from localhost (c-24-130-61-213.hsd1.ca.comcast.net. + [24.130.61.213]) by mx.google.com with ESMTPSA id + yv6sm7462981pac.29.2015.06.13.12.59.37 (version=TLSv1.2 + cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Jun 2015 12:59:38 + -0700 (PDT) +From: Jinwoo Lee +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: [patch v3 1/4] build: integrate building ruby bindings into + notmuch build process +In-Reply-To: <87zj4415bu.fsf@maritornes.cs.unb.ca> +References: <1425679073-30439-5-git-send-email-david@tethera.net> + <1433142542-2307-1-git-send-email-david@tethera.net> + <1433142542-2307-2-git-send-email-david@tethera.net> + <87zj4415bu.fsf@maritornes.cs.unb.ca> +User-Agent: Notmuch/0.20.1+19~g32fd74b (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-apple-darwin14.3.0) +Date: Sat, 13 Jun 2015 12:59:35 -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: Sat, 13 Jun 2015 19:59:43 -0000 + +This breaks Mac OS X. ruby-bindings depends on lib/libnotmuch.so but it +should be lib/libnotmuch.dylib on OS X. + +That makes `make' and `make install' fail. + +On Fri, Jun 12, 2015 at 11:37 PM, David Bremner wrote: +> David Bremner writes: +> +>> Because ruby generates a Makefile, we have to use recursive make. +>> Because mkmf.rb hardcodes the name Makefile, put our Makefile{.local} +>> in the parent directory. +> +> Pushed the first patch in the series. Let's see if anything breaks. +> +> d +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch -- 2.26.2