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 CF564431FC0 for ; Sat, 22 Mar 2014 10:27:49 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 tz7k91BD-D1M for ; Sat, 22 Mar 2014 10:27:43 -0700 (PDT) Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com [74.125.83.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id BB6DE431FBC for ; Sat, 22 Mar 2014 10:27:42 -0700 (PDT) Received: by mail-ee0-f43.google.com with SMTP id e53so2870963eek.16 for ; Sat, 22 Mar 2014 10:27:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=j4yMh4eDTn8bibdisrGCCiRhVu1hT90FGaicn7enCNQ=; b=kP0FyVqtQ+3h0q8i71MnKY6LAUNYczMfir/z0reC75MISfHPdfDvCz+qHvxa1C2zsw 6S5pvpBmlo+IZ/EfVDMNZaeE2NdKAMxgL+xWr93qUrr0Qbdx2ib885K9B65gJlJajCri aMt+h/3FAcrkVdf6sOW9mfvkTNZvoLQ6DQBQBwhsplKE+sV9NdvsGCRInJU8Tef8msve GyRfMiDYEuC2p02JC6qlmzx9oWpeaxtMOhdsO1lXdMpBBi639tcaFv+Lk5jnqIsBMJJy f0Lb+VifoJBoWgnRVbhG8RMeg+R/UtbqT5+6CxQYKacIBJ4IKN1emfLLU6TllFnxkAmX fuqA== X-Gm-Message-State: ALoCoQlm839Mx0nkax+0HFJgZfUY6+QCMqiPuEbKwOU14hYEsdLxTslKVs/6z99iwbTENIcKC2q9 X-Received: by 10.14.104.135 with SMTP id i7mr54562476eeg.34.1395509258574; Sat, 22 Mar 2014 10:27:38 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id m42sm20262162eex.21.2014.03.22.10.27.37 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 22 Mar 2014 10:27:37 -0700 (PDT) From: Jani Nikula To: David Bremner , notmuch@notmuchmail.org Subject: Re: out of tree build fixes In-Reply-To: <1395276484-22363-1-git-send-email-david@tethera.net> References: <1395276484-22363-1-git-send-email-david@tethera.net> User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Sat, 22 Mar 2014 19:27:36 +0200 Message-ID: <877g7m16uv.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain 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: Sat, 22 Mar 2014 17:27:50 -0000 On Thu, 20 Mar 2014, David Bremner wrote: > Apparently we've neglected the out of tree builds even more than > usual. I originally thought this is what was causing the test failures > on buildbot. I'm less sure now, but I think these fixes don't hurt > anything, and they do unbreak out of tree builds for me. Did not have the time for reviewing this one, but it seems to work for me. Jani.