[bug #57022] Error 127 executing a script with no #!

2019-12-26 Thread Paul D. Smith
Update of bug #57022 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #57022] Error 127 executing a script with no #!

2019-10-14 Thread Dmitry Goncharov
Follow-up Comment #6, bug #57022 (project make): Submitted a new test features/exec which reproduces this bug. https://lists.gnu.org/archive/html/bug-make/2019-10/msg00046.html ___ Reply to this item at:

[bug #57022] Error 127 executing a script with no #!

2019-10-11 Thread Martin Dorey
Follow-up Comment #5, bug #57022 (project make): Argh, all those hours fighting autoconf to now see Dmitry had already sent a similar patch. I see Paul didn't like the cross-compilation issue. That was when it just looked like an ENOENT problem, which he could sensibly solve at runtime, before t

[bug #57022] Error 127 executing a script with no #!

2019-10-10 Thread Dmitry Goncharov
Follow-up Comment #4, bug #57022 (project make): 1. gmake posix_spawn's dodgy 2. fork inside posix_spawn succeeds and posix_spawn returns 0. 3. gmake skips fallback to /bin/sh because posix_spawn's return code is not enoexec. 4. posix_spawn's child proceeds to exec dodgy and fails 5. posix_spawn d

[bug #57022] Error 127 executing a script with no #!

2019-10-09 Thread Martin Dorey
Follow-up Comment #3, bug #57022 (project make): > SHELL = /bin/bash ... > the bug does not show up). Good spot, thanks Denis. I see the same. I see a "goto slow" code path in the source when the shell isn't /bin/sh. I don't suppose you had a chance to try my attached configure.ac patch?

[bug #57022] Error 127 executing a script with no #!

2019-10-09 Thread anonymous
Follow-up Comment #2, bug #57022 (project make): I forgot to say that SHELL = /bin/sh does _not_ work, you have to use SHELL = /bin/bash Denis Excoffier. ___ Reply to this item at: ___

[bug #57022] Error 127 executing a script with no #!

2019-10-09 Thread anonymous
Follow-up Comment #1, bug #57022 (project make): I add that if the Makefile contains the line SHELL = /bin/bash the behaviour of make-4.2.92 is iaw make-4.2.1 (that is the bug does not show up). This is perhaps not enough explicit in the original bug report. In other words, to be able to run you

[bug #57022] Error 127 executing a script with no #!

2019-10-08 Thread Martin Dorey
URL: <https://savannah.gnu.org/bugs/?57022> Summary: Error 127 executing a script with no #! Project: make Submitted by: mdorey Submitted on: Tue 08 Oct 2019 05:29:37 PM PDT Severity: 3 - Normal Item

Re: Error 127

2009-05-06 Thread Eli Zaretskii
> Date: Wed, 6 May 2009 14:32:28 -0300 > From: Julio Cesar Perroni > > Hi. I did this command and returned this error. Please, answer me what to > do. Thanks. > > [r...@localhost mpfr-2.4.1]# make install > Making install in tests > make[1]: Entrando no diretório `/home/jc/Área de Trabalho/mpfr-

RE: Error 127

2009-05-06 Thread Martin Dorey
t place to ask, if you've followed their installation instructions. From: bug-make-bounces+mdorey=bluearc@gnu.org [mailto:bug-make-bounces+mdorey=bluearc@gnu.org] On Behalf Of Julio Cesar Perroni Sent: Wednesday, May 06, 2009 10:32 To: bug-make@gnu.org

Error 127

2009-05-06 Thread Julio Cesar Perroni
Hi. I did this command and returned this error. Please, answer me what to do. Thanks. [r...@localhost mpfr-2.4.1]# make install Making install in tests make[1]: Entrando no diretório `/home/jc/Área de Trabalho/mpfr-2.4.1/tests' make[2]: Entrando no diretório `/home/jc/Área de Trabalho/mpfr-2.4.1/t

Re: Fw: error 127

2008-10-11 Thread Eli Zaretskii
Command not found > make: *** [_tools.o] Error 127 You don't have the g++ program, the GNU C++ compiler. Error 127 means the g++ command was not found. You need to install the GNU C++ compiler. ___ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make

Fw: error 127

2008-10-11 Thread Uygar UZUNHASAN
/include/QtNetwork -I/usr/qt/4/include/QtNetwork -I/usr/qt/4/include/QtGui -I/usr/qt/4/include/QtGui -I/usr/qt/4/include/QtSql -I/usr/qt/4/include/QtSql -I/usr/qt/4/include -I. -I. -I. -o _tools.o _tools.cpp make: g++: Command not found make: *** [_tools.o] Error 127 [EMAIL PROTECTED] KaraKapliDefter

error 127

2008-10-11 Thread Uygar UZUNHASAN
While I am Qt4 compiling my project, it breaks couse of error 127. What is it and what is solition of it? My OS is Linux(Pardus 2008.1) and in older versions of OS(Pardus 2007.3) it worked good. It seems like that: [EMAIL PROTECTED] Deneme34d $ qmake-qt4 [EMAIL PROTECTED] Deneme34d $ make