From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 8E1DE6DE0C19 for ; Sat, 9 Dec 2017 12:56:24 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.011, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pflQqtQgz0ex for ; Sat, 9 Dec 2017 12:56:23 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 795F46DE0B2F for ; Sat, 9 Dec 2017 12:56:23 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1eNmAX-0001Yt-JF; Sat, 09 Dec 2017 15:56:21 -0500 Received: (nullmailer pid 25461 invoked by uid 1000); Sat, 09 Dec 2017 20:56:20 -0000 From: David Bremner To: Kai Harries , notmuch@notmuchmail.org Subject: Re: Test "signature verification (notmuch CLI)" fails (0.25.3) In-Reply-To: <877etv4qta.fsf@x230.kaiha.invalid> References: <877etv4qta.fsf@x230.kaiha.invalid> Date: Sat, 09 Dec 2017 16:56:20 -0400 Message-ID: <87mv2r1uyz.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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, 09 Dec 2017 20:56:24 -0000 Kai Harries writes: > Hello, > > on my system (NixOS unstable) the Notmuch test fails with the following > output: > > FAIL signature verification (notmuch CLI) > --- T355-smime.4.expected 2017-12-09 19:37:59.738378795 +0000 > +++ T355-smime.4.output 2017-12-09 19:37:59.738378795 +0000 > @@ -26,8 +26,7 @@ > "created": 946728000, > "expires": 424242424, > "fingerprint": "616F46CD73834C63847756AF0DFB64A6E0972A47", > - "status": "good", > - "userid": "CN=Notmuch Test Suite" > + "status": "good" > } > ] > } > > I am building Notmuch 0.25.3 against gmime 3.0.5. Is this something I > should worry about? Is there something I can do to fix this? As far as I can tell, this is a bug in the nix packaging. The replacing of relative paths with absolute ones got a little carried away in 'add_gpgsm_home' d