From: Daniel Kahn Gillmor Date: Mon, 11 Nov 2013 03:47:28 +0000 (+1900) Subject: Re: fix for failing tests with gmime 2.6.19 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a6d3a63e2c3332c63b1fdd059e959f0a50eba7de;p=notmuch-archives.git Re: fix for failing tests with gmime 2.6.19 --- diff --git a/f1/fdaadb791f3c5ec967eea7c4ada7892de5b05c b/f1/fdaadb791f3c5ec967eea7c4ada7892de5b05c new file mode 100644 index 000000000..88184bae1 --- /dev/null +++ b/f1/fdaadb791f3c5ec967eea7c4ada7892de5b05c @@ -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 olra.theworths.org (Postfix) with ESMTP id 0B25B429E34 + for ; Sun, 10 Nov 2013 19:47:44 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 Csi98ufi8nWa for ; + Sun, 10 Nov 2013 19:47:34 -0800 (PST) +Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108]) + by olra.theworths.org (Postfix) with ESMTP id 2486F431FAE + for ; Sun, 10 Nov 2013 19:47:34 -0800 (PST) +Received: from [192.168.13.154] (lair.fifthhorseman.net [108.58.6.98]) + by che.mayfirst.org (Postfix) with ESMTPSA id 9A1DCF984 + for ; Sun, 10 Nov 2013 22:47:27 -0500 (EST) +Message-ID: <52805350.70004@fifthhorseman.net> +Date: Sun, 10 Nov 2013 22:47:28 -0500 +From: Daniel Kahn Gillmor +User-Agent: Mozilla/5.0 (X11; Linux x86_64; + rv:24.0) Gecko/20100101 Icedove/24.0 +MIME-Version: 1.0 +To: notmuch +Subject: Re: fix for failing tests with gmime 2.6.19 +References: <1384100482-15453-1-git-send-email-david@tethera.net> +In-Reply-To: <1384100482-15453-1-git-send-email-david@tethera.net> +X-Enigmail-Version: 1.6 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 7bit +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: Mon, 11 Nov 2013 03:47:44 -0000 + +On 11/10/2013 11:21 AM, David Bremner wrote: +> Although Jeffrey Stedfast fixed gmime bug 711305 amazingly quickly, it +> looks like many people still have to live with a buggy version of +> gmime for a while yet. Here is an opt-in fix that stops the test suite +> from failing; this is a simple fix for e.g. the debian build process. + +I think you're referring to: + +https://bugzilla.gnome.org/show_bug.cgi?id=711305 + +Please don't introduce this cruft into the notmuch codebase. It should +be fixed in gmime, not worked-around notmuch. + +I've just uploaded gmime 2.6.19-2 to unstable to address this issue. + + --dkg