* bug#50288: Autoconf’s config.{guess, sub} have patched shebangs
@ 2021-08-30 23:05 Ludovic Courtès
2021-09-10 8:45 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2021-08-30 23:05 UTC (permalink / raw)
To: 50288; +Cc: Maxim Cournoyer
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’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#50288: Autoconf’s config.{guess, sub} have patched shebangs
2021-08-30 23:05 bug#50288: Autoconf’s config.{guess, sub} have patched shebangs Ludovic Courtès
@ 2021-09-10 8:45 ` Ludovic Courtès
2021-09-12 2:27 ` Maxim Cournoyer
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2021-09-10 8:45 UTC (permalink / raw)
To: 50288-done; +Cc: Maxim Cournoyer
Ludovic Courtès <ludo@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’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#50288: Autoconf’s config.{guess, sub} have patched shebangs
2021-09-10 8:45 ` Ludovic Courtès
@ 2021-09-12 2:27 ` Maxim Cournoyer
0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2021-09-12 2:27 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 50288-done
Hi!
Ludovic Courtès <ludo@gnu.org> writes:
> Ludovic Courtès <ludo@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.
Well done!
Thanks,
Maxim
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-09-12 2:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-30 23:05 bug#50288: Autoconf’s config.{guess, sub} have patched shebangs Ludovic Courtès
2021-09-10 8:45 ` Ludovic Courtès
2021-09-12 2:27 ` Maxim Cournoyer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.