From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: bug#38491: Evolution is missing GPG Date: Thu, 05 Dec 2019 09:53:50 -0700 Message-ID: <36bd0ad85c26bdee2d5a957b1f067fa24f67f3e1.camel@gmail.com> References: <51e3a6f2bca86b7ad6107ec921c54464f4f6a51e.camel@student.tugraz.at> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44614) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icuOC-0006Yw-IN for bug-guix@gnu.org; Thu, 05 Dec 2019 11:54:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icuOB-0000CN-Ar for bug-guix@gnu.org; Thu, 05 Dec 2019 11:54:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39129) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1icuO9-0000BA-R0 for bug-guix@gnu.org; Thu, 05 Dec 2019 11:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1icuO9-0003eM-Q0 for bug-guix@gnu.org; Thu, 05 Dec 2019 11:54:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <51e3a6f2bca86b7ad6107ec921c54464f4f6a51e.camel@student.tugraz.at> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Leo Prikler , 38491@debbugs.gnu.org On Wed, 2019-12-04 at 13:11 +0100, Leo Prikler wrote: > Hi Guix, > > I recently discovered, that Evolution would complain about a missing > GPG whenever it encounters a signed message. For the record, I've only > installed evolution-data-server in the operating-system and evolution > itself inside my user profile and not installed gpg in either place, > thus causing this issue. Would it make sense to make gpg an input to > evolution and hardcode the path in the source? Or would it perhaps be > better to have it as propagated input? WDYT? > > Regards, > Leo > > > > Guix complains that it cannot find gpg when I call "guix import gnu ". But unless I'm using a function of guix that depends on gpg, guix is not broken, so gpg is not an input or propagated input of guix. I think we have the same situation here. Evolution is functional without GPG, and handles itself fairly well when gpg is not found. Try installing gpg locally and see if it stops complaining. If so, we have a solution. If not, we should consider adding GPG as a propagated input to Evolution.