Re: [PATCH v4 02/16] Move crypto.c into libutil
[notmuch-archives.git] / 9e / 3c987ef30aa121b9369b2a60043d761c8ecb5c
1 Return-Path: <tadfisher@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 1267F431FD4\r
6         for <notmuch@notmuchmail.org>; Fri, 25 Oct 2013 13:54:45 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id Q33+UJ82A2Fz for <notmuch@notmuchmail.org>;\r
17         Fri, 25 Oct 2013 13:54:38 -0700 (PDT)\r
18 Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com\r
19         [209.85.217.169]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 977A9431FD2\r
22         for <notmuch@notmuchmail.org>; Fri, 25 Oct 2013 13:54:38 -0700 (PDT)\r
23 Received: by mail-lb0-f169.google.com with SMTP id o14so1190737lbi.28\r
24         for <notmuch@notmuchmail.org>; Fri, 25 Oct 2013 13:54:34 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=mime-version:from:date:message-id:subject:to:content-type;\r
27         bh=qGvyZTLaqeuVumdpG81Jd2y+C+dB5VCMLfoZKWLI29Y=;\r
28         b=ikH0LtikTt2ObdLVSjuJywSPJ2Aov0Xilc0uuBNtt2DvbtJtWLJZFPKiXnWY321TNx\r
29         DM3VlIzXBe6VWQBar8JgDA7FnCzD6ILYZzfKIvgGuexXlhQI5+hTTploJoktf3z/EvPV\r
30         9Fw3O0I2eJjduBL/JHUBQ3aawW82hGksecVBn1jNJT4tHJaFTMPzixFKNCgZNQJgqsaa\r
31         bOrcSpJ4YwSSjDdvQcWREh9IfbA2RKI5c5okJY7ViN4WHyC8gOfBja+IRT/RBf8f0yS8\r
32         hRLVBOYzx5AsqLyXeHgkz17Wxr+6TCWbkhLl6cDfrFyRSVt8QigaXzZhThZQW2p+0Atp\r
33         wm/Q==\r
34 X-Received: by 10.112.149.197 with SMTP id uc5mr3369288lbb.19.1382734473204;\r
35         Fri, 25 Oct 2013 13:54:33 -0700 (PDT)\r
36 MIME-Version: 1.0\r
37 Received: by 10.114.243.166 with HTTP; Fri, 25 Oct 2013 13:54:13 -0700 (PDT)\r
38 From: Tad <tadfisher@gmail.com>\r
39 Date: Fri, 25 Oct 2013 13:54:13 -0700\r
40 Message-ID:\r
41  <CA+BndfvPNQi0jcfjA61hFgEu5GkgPqtOtMWS8UyEpXYtj4RXGA@mail.gmail.com>\r
42 Subject: Build broken on OS X 10.9\r
43 To: notmuch@notmuchmail.org\r
44 Content-Type: text/plain; charset=UTF-8\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Fri, 25 Oct 2013 20:54:45 -0000\r
58 \r
59 Looks like notmuch 0.16 won't build on OS X 10.9 due to the switch to\r
60 libc++. I don't know where to start with fixing this, but thought I'd\r
61 let y'all know.\r