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 AD5246DE1352 for ; Mon, 13 Jul 2015 11:27:13 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.697 X-Spam-Level: X-Spam-Status: No, score=-0.697 tagged_above=-999 required=5 tests=[AWL=0.004, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_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 XHkmTGY6puOV for ; Mon, 13 Jul 2015 11:27:11 -0700 (PDT) Received: from mxout-07.mxes.net (mxout-07.mxes.net [216.86.168.182]) by arlo.cworth.org (Postfix) with ESMTPS id 40A856DE0A7F for ; Mon, 13 Jul 2015 11:27:11 -0700 (PDT) Received: from [10.30.1.75] (unknown [67.109.75.165]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id AA5C922E200; Mon, 13 Jul 2015 14:27:09 -0400 (EDT) Message-ID: <55A402FC.2000701@johnnyutahh.com> Date: Mon, 13 Jul 2015 13:27:08 -0500 From: Johnny Utahh User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:17.0) Gecko/20131118 Thunderbird/17.0.11 MIME-Version: 1.0 To: notmuch@notmuchmail.org Subject: Re: Building 0.20.2: /Users/haven hard-coded path in Makefile References: <55A2DD89.2060402@johnnyutahh.com> <87io9owqa0.fsf@maritornes.cs.unb.ca> In-Reply-To: <87io9owqa0.fsf@maritornes.cs.unb.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Mon, 13 Jul 2015 18:27:13 -0000 Once I actually checked out the the proper tag ('git checkout tags/0.20.2', which I failed to do previously, my bad; thanks David for politely pointing that out), the build and install went fine. Main problem solved, thanks. To answer David's question below: prior to the above, corrective action, the message says "warning" but the build appears to stop. So I guess I'm not sure if it indeed was a build failure or just a warning. Alas, it may not matter, as my main problem is now solved. In any case, details here: https://gist.github.com/johnnyutahh/d6f6844ff36a05b01ac7 On 7/13/15, 1:00 AM, David Bremner wrote: > About your actual question, I guess the ruby install on your machine > is broken in some way. That Makefile is generated by "ruby extconf.rb > --vendor", and any hardcoded paths are added by extconf.rb, I think. > Is it an actual build failure or just a warning? d On 7/12/15, 11:48 PM, David Bremner wrote: > There are no tagged versions in the master branch. Version 20.2 was > merged back in to master, but master also also contains other changes, > including the one which enables building the ruby extension by default.