Latest Git Fails tools/install
Compiling Wine. Grab a lunch or two, rent a video, or whatever, in the meantime...
config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1 config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1
Compilation failed, aborting install.
Ideas? Chris
On 3/26/2010 22:48, chris ahrendt wrote:
Compiling Wine. Grab a lunch or two, rent a video, or whatever, in the meantime...
config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1 config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1
Compilation failed, aborting install.
Ideas?
As usual, run ./configure.
Chris
On Fri, Mar 26, 2010 at 12:48:06PM -0700, chris ahrendt wrote:
Compiling Wine. Grab a lunch or two, rent a video, or whatever, in the meantime...
config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1 config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1
Compilation failed, aborting install.
Ideas?
If you run configure again it is gone at least. Ciao, Marcus
chris ahrendt wrote:
Compiling Wine. Grab a lunch or two, rent a video, or whatever, in the meantime...
config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1 config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1
Compilation failed, aborting install.
Ideas?
I had the same problem. Fixed with git clean -fd. Note that this will remove any files in the tree that aren't tracked. See man git-clean for more info, of course. Andrew
participants (5)
-
Andrew Eikum -
chris ahrendt -
Juan Lang -
Marcus Meissner -
Nikolay Sivov