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

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

[debbugs-tracker] bug#36752: closed ([PATCH 0/2] git-annex: Don't patch


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36752: closed ([PATCH 0/2] git-annex: Don't patch hook shebangs and update version)
Date: Thu, 08 Aug 2019 18:23:01 +0000

Your message dated Thu, 08 Aug 2019 20:22:04 +0200
with message-id <address@hidden>
and subject line Re: [bug#36752] [PATCH 0/2] git-annex: Don't patch hook 
shebangs and update version
has caused the debbugs.gnu.org bug report #36752,
regarding [PATCH 0/2] git-annex: Don't patch hook shebangs and update version
to be marked as done.

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


-- 
36752: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36752
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/2] git-annex: Don't patch hook shebangs and update version Date: Sun, 21 Jul 2019 15:46:26 -0400
The git-annex definition patches the snippet that git-annex uses as the
shebang when creating its Git hooks.  As discussed previously [1], this is
problematic because the hooks refer to a bash that may later be garbage
collected.

However, a large number of the tests fail if we simply don't patch the shebang
because the hooks of course can't find the unpatched "/bin/sh" in the build
environment [2].  The first patch updates the definition to use a "patch,
build, test, revert patch, re-build" sequence.  It's not pretty, but it
certainly seems better than disabling the tests.  Please let me know if you
have suggestions for a cleaner approach.

The second patch updates git-annex to its latest version.

[1] https://lists.gnu.org/archive/html/guix-devel/2018-08/msg00142.html
[2] https://lists.gnu.org/archive/html/guix-devel/2019-02/msg00012.html

Kyle Meyer (2):
  gnu: git-annex: Don't patch shebang used in hooks.
  gnu: git-annex: Update to 7.20190708.

 gnu/packages/haskell-apps.scm | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

-- 
2.22.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#36752] [PATCH 0/2] git-annex: Don't patch hook shebangs and update version Date: Thu, 08 Aug 2019 20:22:04 +0200 User-agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu)
Kyle Meyer <address@hidden> writes:

> The git-annex definition patches the snippet that git-annex uses as the
> shebang when creating its Git hooks.  As discussed previously [1], this is
> problematic because the hooks refer to a bash that may later be garbage
> collected.
>
> However, a large number of the tests fail if we simply don't patch the shebang
> because the hooks of course can't find the unpatched "/bin/sh" in the build
> environment [2].  The first patch updates the definition to use a "patch,
> build, test, revert patch, re-build" sequence.  It's not pretty, but it
> certainly seems better than disabling the tests.  Please let me know if you
> have suggestions for a cleaner approach.
>
> The second patch updates git-annex to its latest version.
>
> [1] https://lists.gnu.org/archive/html/guix-devel/2018-08/msg00142.html
> [2] https://lists.gnu.org/archive/html/guix-devel/2019-02/msg00012.html
>
> Kyle Meyer (2):
>   gnu: git-annex: Don't patch shebang used in hooks.
>   gnu: git-annex: Update to 7.20190708.

Thank you for fixing the shebang bug, and for updating the package.

Applied both, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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