emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36109: closed (GNU Privacy Assistant)


From: GNU bug Tracking System
Subject: bug#36109: closed (GNU Privacy Assistant)
Date: Thu, 19 Mar 2020 09:52:02 +0000

Your message dated Thu, 19 Mar 2020 10:51:05 +0100
with message-id <address@hidden>
and subject line Re: [bug#40129] [PATCH] gnu: gpa: Add phase wrap-program.
has caused the debbugs.gnu.org bug report #36109,
regarding GNU Privacy Assistant
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36109: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36109
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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.



--- End Message ---
--- Begin Message --- Subject: Re: [bug#40129] [PATCH] gnu: gpa: Add phase wrap-program. Date: Thu, 19 Mar 2020 10:51:05 +0100 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Brice Waegeneire <address@hidden> 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'.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]