Re: [patch v3 1/4] build: integrate building ruby bindings into notmuch build process
authorDavid Bremner <david@tethera.net>
Sat, 13 Jun 2015 21:11:00 +0000 (23:11 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:03 +0000 (14:49 -0700)
5d/061a3668987467e045adbcbb388a69125ab5fd [new file with mode: 0644]

diff --git a/5d/061a3668987467e045adbcbb388a69125ab5fd b/5d/061a3668987467e045adbcbb388a69125ab5fd
new file mode 100644 (file)
index 0000000..ae3fd73
--- /dev/null
@@ -0,0 +1,70 @@
+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 179D66DE0AF8\r
+ for <notmuch@notmuchmail.org>; Sat, 13 Jun 2015 14:12:48 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.196\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.196 tagged_above=-999 required=5 tests=[AWL=0.196]\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 c7v1-qg1AUyB for <notmuch@notmuchmail.org>;\r
+ Sat, 13 Jun 2015 14:12:46 -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 033A26DE0948\r
+ for <notmuch@notmuchmail.org>; Sat, 13 Jun 2015 14:12:45 -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 1Z3shy-0008Hl-LE; Sat, 13 Jun 2015 21:11:18 +0000\r
+Received: (nullmailer pid 11828 invoked by uid 1000); Sat, 13 Jun 2015\r
+ 21:11:00 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Jinwoo Lee <jinwoo68@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [patch v3 1/4] build: integrate building ruby bindings into\r
+ notmuch build process\r
+In-Reply-To: <yq65pp4zz617.fsf@jinwoo-macbookair.roam.corp.google.com>\r
+References: <1425679073-30439-5-git-send-email-david@tethera.net>\r
+ <1433142542-2307-1-git-send-email-david@tethera.net>\r
+ <1433142542-2307-2-git-send-email-david@tethera.net>\r
+ <87zj4415bu.fsf@maritornes.cs.unb.ca>\r
+ <yq65vberz8ew.fsf@jinwoo-macbookair.roam.corp.google.com>\r
+ <yq65si9vz69j.fsf@jinwoo-macbookair.roam.corp.google.com>\r
+ <yq65pp4zz617.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: Sat, 13 Jun 2015 23:11:00 +0200\r
+Message-ID: <87bngj9uvv.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: Sat, 13 Jun 2015 21:12:48 -0000\r
+\r
+Jinwoo Lee <jinwoo68@gmail.com> writes:\r
+\r
+>> I with configure has an option to skip the ruby-bindings build.\r
+>\r
+> `configure' seems to try to detect whether the ruby development tools\r
+> are installed.  It thinks I have them but I don't actually, and that's\r
+> why my build fails.  When I manually set 'HAVE_RUBY_DEV = 0' in\r
+> Makefile.config, everything's fine.\r
+\r
+Thanks for narrowing this down. Can you tell us the output of\r
+\r
+% ruby -e "require 'mkmf'" ; echo $?\r
+\r