bug-make
[Top][All Lists]
Advanced

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

[bug #41830] make cannot find an existing file


From: Eli Zaretskii
Subject: [bug #41830] make cannot find an existing file
Date: Tue, 11 Mar 2014 17:49:21 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0

Follow-up Comment #1, bug #41830 (project make):

Why did you decide that Make did not find the file?

My reading of the log is that Make invoked the recipe commands via a temporary
batch file (because your commands included shell built-in commands like 'cd'
and 'if'), and that batch file exited with exit code of 2:

CreateProcess(C:\Users\t\AppData\Local\Temp\make6544-2.bat,C:\Users\t\AppData\Local\Temp\make6544-2.bat,...)
Live child 00000000005a4540 (sub-quazip-make_first) PID 6123872 
[...]
Reaping losing child 00000000005a4540 PID 6123872 
Cleaning up temp batch file C:\Users\t\AppData\Local\Temp\make6544-2.bat
Makefile:39: recipe for target 'sub-quazip-make_first' failed
mingw32-make: *** [sub-quazip-make_first] Error 2

I don't see anything weird in the contents of the batch file, and don't know
why the batch file failed, but the first thing I would try is creating exactly
such a batch file in the directory where Make created it, and then invoking
that batch file from the cmd prompt.  If that fails as well, then it's not a
Make problem.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41830>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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