Re: "cannot execute binary file" error with Bash 5.2

2022-11-18 Thread Chet Ramey
On 11/16/22 5:19 PM, Loïc Yhuel wrote: https://savannah.gnu.org/support/index.php?110744 I attached the patch I applied. It works, thank you. Btw, I didn't search on savannah since https://www.gnu.org/software/bash/manual/html_node/Reporting-Bugs.html doesn't mention it. Good idea; I should

Re: "cannot execute binary file" error with Bash 5.2

2022-11-16 Thread Loïc Yhuel
> https://savannah.gnu.org/support/index.php?110744 > > I attached the patch I applied. It works, thank you. Btw, I didn't search on savannah since https://www.gnu.org/software/bash/manual/html_node/Reporting-Bugs.html doesn't mention it. But I see the bug tracker is mentioned on https://www.gnu.

Re: "cannot execute binary file" error with Bash 5.2

2022-11-15 Thread Chet Ramey
On 11/14/22 2:40 PM, loic.yh...@gmail.com wrote: Bash Version: 5.2 Patch Level: 2 Release Status: release Description: I can no longer run xxx-ct-ng.config scripts produced by crosstool-ng. Those just contain a few lines of script, with appended bzip2 compressed text.

Re: "cannot execute binary file"

2009-03-05 Thread Bob Proulx
lehe wrote: > Lately I am trying to install a higher version of emacs under my ${HOME} on > my office server. I add the new emacs path into PATH. It works quite well > when I ssh to the server, but encounters this "/home/emacs/bin/emacs: cannot > execute binary file" error when I am working on my o