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

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

bug#53880: closed ([PATCH 0/2] Fix build of protonvpn-cli)


From: GNU bug Tracking System
Subject: bug#53880: closed ([PATCH 0/2] Fix build of protonvpn-cli)
Date: Sat, 12 Feb 2022 13:22:02 +0000

Your message dated Sat, 12 Feb 2022 14:21:15 +0100
with message-id <87h794w790.fsf@waegenei.re>
and subject line Re: bug#53880: [PATCH 0/2] Fix build of protonvpn-cli
has caused the debbugs.gnu.org bug report #53880,
regarding [PATCH 0/2] Fix build of protonvpn-cli
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53880: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53880
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] Fix build of protonvpn-cli Date: Tue, 8 Feb 2022 19:03:33 +0100
Hello,

These two patches fix the build failure of protonvpn-cli.  The first
one fixes the wrap target, since the wrapper code now properly handles
re-wrapping a wrapped binary.  The second removes the sanity-check
phase as the main entry point tries to create a directory under ~user,
which fails, and setting HOME=/tmp will not work since expanding ~user
uses the passwd database.

Best,

Josselin Poiret (2):
  gnu: protonvpn-cli: Do not try to wrap the wrapper.
  gnu: protonvpn-cli: Remove sanity-check phase.

 gnu/packages/vpn.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#53880: [PATCH 0/2] Fix build of protonvpn-cli Date: Sat, 12 Feb 2022 14:21:15 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)
Hello Josselin,

Josselin Poiret <dev@jpoiret.xyz> writes:

> Josselin Poiret (2):
>   gnu: protonvpn-cli: Do not try to wrap the wrapper.
>   gnu: protonvpn-cli: Remove sanity-check phase.
>
>  gnu/packages/vpn.scm | 8 ++++++--
>  1 file changed, 6 insertions(+), 2 deletions(-)

Thank you for the patch, it fixes <https://bugs.gnu.org/53855>. I've build the
package and ran the binary succesfully.  It's pushed as
9c8f68f4796f23c11173fa3f90c69bc85b224ac6 with an added copyright header.

Cheers,
- Brice


--- End Message ---

reply via email to

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