From 9c67d14bdce91106327844c4c10425e0db02a9c9 Mon Sep 17 00:00:00 2001 From: Justin Pitts Date: Wed, 25 Sep 2013 07:14:59 +1700 Subject: [PATCH] Re: OSX 10.6 support --- 1a/385983e6c3943e52192b6759e3992ae8795b06 | 177 ++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 1a/385983e6c3943e52192b6759e3992ae8795b06 diff --git a/1a/385983e6c3943e52192b6759e3992ae8795b06 b/1a/385983e6c3943e52192b6759e3992ae8795b06 new file mode 100644 index 000000000..f79d498ff --- /dev/null +++ b/1a/385983e6c3943e52192b6759e3992ae8795b06 @@ -0,0 +1,177 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id BEFC8431FB6 + for ; Tue, 24 Sep 2013 07:15:06 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.798 +X-Spam-Level: +X-Spam-Status: No, score=-0.798 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id e343nPxcw67D for ; + Tue, 24 Sep 2013 07:15:00 -0700 (PDT) +Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com + [209.85.217.169]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 86A0A431FBD + for ; Tue, 24 Sep 2013 07:15:00 -0700 (PDT) +Received: by mail-lb0-f169.google.com with SMTP id z5so4005611lbh.0 + for ; Tue, 24 Sep 2013 07:14:59 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:in-reply-to:references:date:message-id:subject:from:to + :cc:content-type; + bh=bs64C857N9suM3r5a8ycOq9apXgAPtUe56R3vk5yvFE=; + b=S4GFcZA65IAMs+vWIqVGLYG0R/VoLPC1GTgDzDRk3athibF6nmQdobplFT7gXo9eTX + CA63OuTDAvRX6BiUyQ7d+cmanIxVAhvq6NU3CB9pFMjVowcoNVOJBb1cxZzM5CkKPfQs + NJTn9ZmxDbrIRwyF5xWmsiLYfIlcLpC5d2x1x5MEz6t8ANh73dCnEgQnBg5fKMBb3I0s + BiaTSB7SkN0vSew/tIy69Mw95vZFL66rlwoyOdz8wYK/WOcV8zVFAzw5t68Xx1iurVIx + hIzwTH6YU6UIsZcuOrEau6kIp+hjFoG0yvGLMSggJdwq9Uy5ho+Sy2zm/6T81fLWUS8H + Z4yQ== +MIME-Version: 1.0 +X-Received: by 10.112.149.197 with SMTP id uc5mr24189111lbb.19.1380032099063; + Tue, 24 Sep 2013 07:14:59 -0700 (PDT) +Received: by 10.114.187.201 with HTTP; Tue, 24 Sep 2013 07:14:59 -0700 (PDT) +In-Reply-To: <87hadae2jr.fsf@unb.ca> +References: + + <87hadae2jr.fsf@unb.ca> +Date: Tue, 24 Sep 2013 07:14:59 -0700 +Message-ID: + +Subject: Re: OSX 10.6 support +From: Justin Pitts +To: David Bremner +Content-Type: multipart/alternative; boundary=047d7b343cd20b1e6304e721c3d7 +X-Mailman-Approved-At: Tue, 24 Sep 2013 23:35:21 -0700 +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Tue, 24 Sep 2013 14:15:06 -0000 + +--047d7b343cd20b1e6304e721c3d7 +Content-Type: text/plain; charset=ISO-8859-1 + +I will see if I can get that info for you, David. + +This isn't a time-sensitive issue, at least for me. I'm on OSX 10.8, and I +have no trouble installing 0.16. + + +On Tue, Sep 24, 2013 at 7:07 AM, David Bremner wrote: + +> Justin Pitts writes: +> +> > Hello, +> > +> > Recently, I attempted to update the OSX Homebrew package manager to +> notmuch +> > 0.16. This version compiles without issue on my system, which is running +> > OSX 10.8. +> > +> > I was informed by one of the Homebrew maintainers that 0.16 fails to +> > compile as-is on OSX 10.6 : +> > https://github.com/mxcl/homebrew/pull/22731#issuecomment-24896941 +> > +> > The options here are +> > 1. Leave homebrew's version of notmuch at 0.15.2 +> > 2. Update notmuch there to 0.16, with the caveat that it will not build +> on +> > OSX 10.6 +> > 3. Update notmuch to 0.16, along with necessary changes to make it build +> on +> > OSX 10.6 +> +> Well, I'd say it's up to you guys what you want to do; I'd reccomend +> against 1 just in case there are future security fixes. +> +> If you want help debugging why it doesn't work on a particular version +> of MacOS, then I'd suggest sending (a link to) a complete build log and +> all of the versions of the relevant tools and packages to the list. I +> still can't promise anything, but maybe somebody will spot what's going +> wrong. +> +> Unfortunately we don't have any MacOS users very involved with notmuch +> development, so these issues tend to be a bit slow to resolve. +> +> d +> +> + +--047d7b343cd20b1e6304e721c3d7 +Content-Type: text/html; charset=ISO-8859-1 +Content-Transfer-Encoding: quoted-printable + +
I will see if I can get that info for you, David.

= +
This isn't a time-sensitive issue, at least for me. I'm = +on OSX 10.8, and I have no trouble installing 0.16.
+

On Tue, Sep 24, 2013 at 7:07 AM, David B= +remner <david@tethera.net> wrote:
+
Justin Pitts <justinpitts@gmail.com> writes:
+
+> Hello,
+>
+> Recently, I attempted to update the OSX Homebrew package manager to no= +tmuch
+> 0.16. This version compiles without issue on my system, which is runni= +ng
+> OSX 10.8.
+>
+> I was informed by one of the Homebrew maintainers that 0.16 fails to +> compile as-is on OSX 10.6 :
+> https://github.com/mxcl/homebrew/pull/22731#issue= +comment-24896941
+>
+> The options here are
+> 1. Leave homebrew's version of notmuch at 0.15.2
+> 2. Update notmuch there to 0.16, with the caveat that it will not buil= +d on
+> OSX 10.6
+> 3. Update notmuch to 0.16, along with necessary changes to make it bui= +ld on
+> OSX 10.6
+
+
Well, I'd say it's up to you guys what you want to do; I'= +d reccomend
+against 1 just in case there are future security fixes.
+
+If you want help debugging why it doesn't work on a particular version<= +br> +of MacOS, then I'd suggest sending (a link to) a complete build log and= +
+all of the versions of the relevant tools and packages to the list. I
+still can't promise anything, but maybe somebody will spot what's g= +oing
+wrong.
+
+Unfortunately we don't have any MacOS users very involved with notmuch<= +br> +development, so these issues tend to be a bit slow to resolve.
+
+d
+
+

+ +--047d7b343cd20b1e6304e721c3d7-- -- 2.26.2