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 640C142119E for ; Tue, 17 Jan 2012 13:25:04 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] 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 Y5k7LDfPIiYC for ; Tue, 17 Jan 2012 13:25:03 -0800 (PST) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by olra.theworths.org (Postfix) with ESMTP id DE002421192 for ; Tue, 17 Jan 2012 13:25:03 -0800 (PST) Received: from a.earth.lavabit.com (a.earth.lavabit.com [192.168.111.10]) by karen.lavabit.com (Postfix) with ESMTP id 583DA11BA82 for ; Tue, 17 Jan 2012 15:24:59 -0600 (CST) Received: from lavabit.com (eeyore.mozart.uni-klu.ac.at [143.205.216.123]) by lavabit.com with ESMTP id JC2J0Q1SG2T8 for ; Tue, 17 Jan 2012 15:24:58 -0600 Received: from 143.205.216.123 (SquirrelMail authenticated user hollunder@lavabit.com) by lavabit.com with HTTP; Tue, 17 Jan 2012 16:24:58 -0500 (EST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=qX0avQAbPl9fSjeiqhgeW8ZtqlNiA3E3q6xq5IpQPpWNsXrPOZHwVfsGlHP06EEBEfPJyFNdwivIv4BbopffPzeGghF6TLUvCyASxDCiCK0yp3cSWZJ/yf81ImWK9dIHN6yUonra/v4ua/8BdSiPINJV7PS5BG0BsI/aTLhW6ZE=; h=Message-ID:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; Message-ID: <31804.143.205.216.123.1326835498.squirrel@lavabit.com> Date: Tue, 17 Jan 2012 16:24:58 -0500 (EST) Subject: Notmuch fails to build with gmime 2.6.4 From: hollunder@lavabit.com To: notmuch@notmuchmail.org User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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, 17 Jan 2012 21:25:04 -0000 Hi there. I've seen gmime related discussion but it's hard to follow using a web interface, so here's my bug report. Arch Linux x86_64 gmime 2.6.4 notmuch git, last commit: 8ea82928b91e847298e4586f9db9734e727a418a Build error: CC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 command-line-arguments.o CC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 debugger.o In file included from debugger.c:21:0: notmuch-client.h:72:5: error: unknown type name ‘GMimeSignatureValidity’ notmuch-client.h:86:5: error: unknown type name ‘GMimeCipherContext’ notmuch-client.h:297:5: error: unknown type name ‘GMimeSignatureValidity’ notmuch-client.h:322:3: error: unknown type name ‘GMimeCipherContext’ make: *** [debugger.o] Error 1 Regards, Philipp