From: David Bremner Date: Mon, 13 Jul 2015 06:00:23 +0000 (+0200) Subject: Re: Building 0.20.2: /Users/haven hard-coded path in Makefile X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c88b1b261ed55492dff7a300fa764ae1f443c99b;p=notmuch-archives.git Re: Building 0.20.2: /Users/haven hard-coded path in Makefile --- diff --git a/db/e873d168e9fd1f3e9dd3d582652e3ab88b6deb b/db/e873d168e9fd1f3e9dd3d582652e3ab88b6deb new file mode 100644 index 000000000..8dae68a94 --- /dev/null +++ b/db/e873d168e9fd1f3e9dd3d582652e3ab88b6deb @@ -0,0 +1,65 @@ +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 8FB336DE14F2 + for ; Sun, 12 Jul 2015 23:01:33 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.167 +X-Spam-Level: +X-Spam-Status: No, score=0.167 tagged_above=-999 required=5 tests=[AWL=0.167] + 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 ZGZVv3dElspa for ; + Sun, 12 Jul 2015 23:01:31 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id BDF016DE0B25 + for ; Sun, 12 Jul 2015 23:01:30 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZEWnC-0007rq-4I; Mon, 13 Jul 2015 06:00:42 +0000 +Received: (nullmailer pid 26364 invoked by uid 1000); Mon, 13 Jul 2015 + 06:00:23 -0000 +From: David Bremner +To: Johnny Utahh , notmuch@notmuchmail.org +Subject: Re: Building 0.20.2: /Users/haven hard-coded path in Makefile +In-Reply-To: <55A2DD89.2060402@johnnyutahh.com> +References: <55A2DD89.2060402@johnnyutahh.com> +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Mon, 13 Jul 2015 08:00:23 +0200 +Message-ID: <87io9owqa0.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: Mon, 13 Jul 2015 06:01:33 -0000 + +Johnny Utahh writes: + +> It appears 0.20.2 has a hard-coded path in a ruby Makefile? Granted, +> this is built on Mac OS X. See the end of this gist: +> https://gist.github.com/johnnyutahh/d6f6844ff36a05b01ac7 +> +> I see some build problems here, but at first glance they seem different: +> http://notmuchmail.org/pipermail/notmuch/2015/020720.html + +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 +