GNU bug report logs - #36109
GNU Privacy Assistant

Previous Next

Package: guix;

Reported by: Raghav Gururajan <rvgn <at> disroot.org>

Date: Wed, 5 Jun 2019 22:19:02 UTC

Severity: serious

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Raghav Gururajan <rvgn <at> disroot.org>
Subject: bug#36109: closed (Re: [bug#40129] [PATCH] gnu: gpa: Add phase
 wrap-program.)
Date: Thu, 19 Mar 2020 09:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#36109: GNU Privacy Assistant

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 36109 <at> debbugs.gnu.org.

-- 
36109: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36109
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Brice Waegeneire <brice <at> waegenei.re>, 40129-done <at> debbugs.gnu.org
Cc: 36109-done <at> debbugs.gnu.org
Subject: Re: [bug#40129] [PATCH] gnu: gpa: Add phase wrap-program.
Date: Thu, 19 Mar 2020 10:51:05 +0100
[Message part 3 (text/plain, inline)]
Brice Waegeneire <brice <at> waegenei.re> writes:

> Fixes <https://bugs.gnu.org/36109>
>
> * gnu/packages/gnupg.scm (gpa)[arguments]: Add phase wrap-program.

Applied, thanks!

[...]

> +         (add-after 'install 'wrap-program
> +           (lambda* (#:key inputs outputs #:allow-other-keys)
> +             (let ((out (assoc-ref outputs "out"))
> +                   (gnupg (assoc-ref inputs "gnupg")))
> +               (wrap-program (string-append out "/bin/gpa")
> +                 `("PATH" ":" prefix (,(string-append gnupg "/bin")))
> +                 )))))))

I ended this phase on a #t and fixed the lonely parens as reported by
'guix lint gpa'.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Raghav Gururajan <rvgn <at> disroot.org>
To: bug-guix <at> gnu.org
Subject: GNU Privacy Assistant
Date: Wed, 05 Jun 2019 18:18:08 -0400
Hello Guix!

GPA gives out the following errors upon opening the app.

**START**

First:

The GPGME library returned an unexpected
error at confdialog.c:1459. The error was:

Unsupported protocol

This is either an installation problem or a bug in GPA.
GPA will now try to recover from this error.
 
Second:

Fatal Error in GPGME library
(invoked from file options.c, line 302):

Unsupported protocol

The application will be terminated.

**END**

It appears that GPA will be non-usable until the bug is fixed. ☹

Regards,
RG.



This bug report was last modified 5 years and 66 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.