GNU bug report logs - #50288
Autoconf’s config.{guess,sub} have patched shebangs

Previous Next

Package: guix;

Reported by: Ludovic Courtès <ludo <at> gnu.org>

Date: Mon, 30 Aug 2021 23:06:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

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: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50288: closed (Autoconf’s config.{guess,sub}
 have patched shebangs)
Date: Fri, 10 Sep 2021 08:46:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 10 Sep 2021 10:45:18 +0200
with message-id <87k0joddk1.fsf <at> gnu.org>
and subject line Re: bug#50288: Autoconf’s config.{guess,sub} have patched shebangs
has caused the debbugs.gnu.org bug report #50288,
regarding Autoconf’s config.{guess,sub} have patched shebangs
to be marked as done.

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


-- 
50288: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50288
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: bug-guix <at> gnu.org
Subject: Autoconf’s config.{guess,sub} have patched
 shebangs
Date: Tue, 31 Aug 2021 01:05:30 +0200
As reported at
<https://lists.gnu.org/archive/html/guix-devel/2021-08/msg00127.html>,
Autoconf’s config.{guess,sub} (installed by running ‘autoconf -i’ or
similar) have patched shebangs, making them unsuitable on non-Guix
systems:

--8<---------------cut here---------------start------------->8---
$ head -1 $(find $(guix build autoconf) -name config.guess)
#!/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/sh
$ head -1 $(find $(guix build autoconf) -name config.sub)
#!/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/sh
--8<---------------cut here---------------end--------------->8---

We should copy the ‘unpatch-shebangs’ phase from automake, added in
response to <https://issues.guix.gnu.org/14201>.

Ludo’.


[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: 50288-done <at> debbugs.gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: Re: bug#50288: Autoconf’s config.{guess,sub}
 have patched shebangs
Date: Fri, 10 Sep 2021 10:45:18 +0200
Ludovic Courtès <ludo <at> gnu.org> skribis:

> As reported at
> <https://lists.gnu.org/archive/html/guix-devel/2021-08/msg00127.html>,
> Autoconf’s config.{guess,sub} (installed by running ‘autoconf -i’ or
> similar) have patched shebangs, making them unsuitable on non-Guix
> systems:
>
> $ head -1 $(find $(guix build autoconf) -name config.guess)
> #!/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/sh
> $ head -1 $(find $(guix build autoconf) -name config.sub)
> #!/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/sh
>
> We should copy the ‘unpatch-shebangs’ phase from automake, added in
> response to <https://issues.guix.gnu.org/14201>.

Done in 902de26c1a2462b3374633f724852507d957019a for autoconf 2.71.

Ludo’.


This bug report was last modified 3 years and 337 days ago.

Previous Next


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