From: David Bremner Date: Sat, 13 Jun 2015 21:11:00 +0000 (+0200) Subject: Re: [patch v3 1/4] build: integrate building ruby bindings into notmuch build process X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f70d005083faf8e18e9cd366f78cec58a16ae206;p=notmuch-archives.git Re: [patch v3 1/4] build: integrate building ruby bindings into notmuch build process --- diff --git a/5d/061a3668987467e045adbcbb388a69125ab5fd b/5d/061a3668987467e045adbcbb388a69125ab5fd new file mode 100644 index 000000000..ae3fd7332 --- /dev/null +++ b/5d/061a3668987467e045adbcbb388a69125ab5fd @@ -0,0 +1,70 @@ +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 179D66DE0AF8 + for ; Sat, 13 Jun 2015 14:12:48 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.196 +X-Spam-Level: +X-Spam-Status: No, score=0.196 tagged_above=-999 required=5 tests=[AWL=0.196] + 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 c7v1-qg1AUyB for ; + Sat, 13 Jun 2015 14:12:46 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 033A26DE0948 + for ; Sat, 13 Jun 2015 14:12:45 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1Z3shy-0008Hl-LE; Sat, 13 Jun 2015 21:11:18 +0000 +Received: (nullmailer pid 11828 invoked by uid 1000); Sat, 13 Jun 2015 + 21:11:00 -0000 +From: David Bremner +To: Jinwoo Lee , notmuch@notmuchmail.org +Subject: Re: [patch v3 1/4] build: integrate building ruby bindings into + notmuch build process +In-Reply-To: +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+21~g4e79903 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Sat, 13 Jun 2015 23:11:00 +0200 +Message-ID: <87bngj9uvv.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: Sat, 13 Jun 2015 21:12:48 -0000 + +Jinwoo Lee writes: + +>> I with configure has an option to skip the ruby-bindings build. +> +> `configure' seems to try to detect whether the ruby development tools +> are installed. It thinks I have them but I don't actually, and that's +> why my build fails. When I manually set 'HAVE_RUBY_DEV = 0' in +> Makefile.config, everything's fine. + +Thanks for narrowing this down. Can you tell us the output of + +% ruby -e "require 'mkmf'" ; echo $? +