[Patch v2 4/4] perf-test: initial support for talloc leak report in memory tests
[notmuch-archives.git] / 91 / 91477d529fcf7b8498029c45fe5182b2b64ef8
1 Return-Path: <fastfret79@archlinux.org.uk>\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 42C52429E35\r
6         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 23:48:32 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "Date"\r
9 X-Spam-Flag: NO\r
10 X-Spam-Score: -0.268\r
11 X-Spam-Level: \r
12 X-Spam-Status: No, score=-0.268 tagged_above=-999 required=5\r
13         tests=[INVALID_DATE=0.432, 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 eP1vHCrAK+In for <notmuch@notmuchmail.org>;\r
17         Mon, 16 Jan 2012 23:48:31 -0800 (PST)\r
18 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
19         [209.85.212.181]) (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 A62B8429E2F\r
22         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 23:48:31 -0800 (PST)\r
23 Received: by wibhr12 with SMTP id hr12so3174280wib.26\r
24         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 23:48:30 -0800 (PST)\r
25 Received: by 10.180.106.130 with SMTP id gu2mr25807871wib.6.1326786510451;\r
26         Mon, 16 Jan 2012 23:48:30 -0800 (PST)\r
27 Received: from localhost (host86-176-170-160.range86-176.btcentralplus.com.\r
28         [86.176.170.160])\r
29         by mx.google.com with ESMTPS id ee6sm41179727wib.4.2012.01.16.23.48.28\r
30         (version=TLSv1/SSLv3 cipher=OTHER);\r
31         Mon, 16 Jan 2012 23:48:29 -0800 (PST)\r
32 Content-Type: text/plain; charset="utf-8"\r
33 MIME-Version: 1.0\r
34 Content-Transfer-Encoding: quoted-printable\r
35 Date: Tue, 17 Jan 2012 07:48:27 -0000\r
36 To: notmuch@notmuchmail.org\r
37 Message-ID: <20120117074827.1967.91573@localhost.localdomain>\r
38 From: Mark Foxwell <fastfret79@archlinux.org.uk>\r
39 Subject: make fails with gmime-2.6.4\r
40 Date: Tue, 17 Jan 2012 07:48:27 +0000\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Tue, 17 Jan 2012 07:48:32 -0000\r
54 \r
55 Hi,\r
56 \r
57 My distro, Arch Linux, has gmime-2.6.4 in their testing repo. Notmuch\r
58 (from git master branch) fails to build with the following output:\r
59 \r
60 CC -march=3Dx86-64 -mtune=3Dgeneric -O2 -pipe -fstack-protector\r
61 --param=3Dssp-buffer-size=3D4 -D_FORTIFY_SOURCE=3D2 command-line-arguments.o\r
62 CC -march=3Dx86-64 -mtune=3Dgeneric -O2 -pipe -fstack-protector\r
63 --param=3Dssp-buffer-size=3D4 -D_FORTIFY_SOURCE=3D2 debugger.o\r
64 In file included from debugger.c:21:0:\r
65 notmuch-client.h:72:5: error: unknown type name =E2=80=98GMimeSignatureVali=\r
66 dity=E2=80=99\r
67 notmuch-client.h:86:5: error: unknown type name =E2=80=98GMimeCipherContext=\r
68 =E2=80=99\r
69 notmuch-client.h:297:5: error: unknown type name\r
70 =E2=80=98GMimeSignatureValidity=E2=80=99\r
71 notmuch-client.h:322:3: error: unknown type name =E2=80=98GMimeCipherContex=\r
72 t=E2=80=99\r
73 make: *** [debugger.o] Error 1\r
74 \r
75 Not sure if you're aware of this? =\r
76 \r
77 \r
78 Kind Regards,\r
79 \r
80 Mark\r