unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* make bootstrap fails to create deps directory in time
@ 2009-11-23 13:13 Ken Brown
  2009-11-23 14:49 ` Jan Djärv
  0 siblings, 1 reply; 2+ messages in thread
From: Ken Brown @ 2009-11-23 13:13 UTC (permalink / raw)
  To: emacs-devel

With a fresh cvs checkout, make bootstrap fails on cygwin as follows:

gcc -c -Demacs -DHAVE_CONFIG_H  -I. -I/tmp/emacs/src 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 
-I/usr/include/freetype2     -g -O2 -Wdeclaration-after-statement 
-Wno-pointer-sign   -MMD -MF deps/ecrt0.d /tmp/emacs/src/ecrt0.c
/tmp/emacs/src/ecrt0.c:106: fatal error: opening dependency file 
deps/ecrt0.d: No such file or directory

Examining src after the failure, I see that the deps directory hasn't 
been created.  Is there a problem in the Makefile?  If I instead do make 
-j4, the deps directory gets created and the compilation proceeds.

Ken




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: make bootstrap fails to create deps directory in time
  2009-11-23 13:13 make bootstrap fails to create deps directory in time Ken Brown
@ 2009-11-23 14:49 ` Jan Djärv
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Djärv @ 2009-11-23 14:49 UTC (permalink / raw)
  To: Ken Brown; +Cc: emacs-devel

Ken Brown skrev:
> With a fresh cvs checkout, make bootstrap fails on cygwin as follows:
> 
> gcc -c -Demacs -DHAVE_CONFIG_H  -I. -I/tmp/emacs/src 
> -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 
> -I/usr/include/freetype2 -I/usr/include/libpng12 
> -I/usr/include/freetype2     -g -O2 -Wdeclaration-after-statement 
> -Wno-pointer-sign   -MMD -MF deps/ecrt0.d /tmp/emacs/src/ecrt0.c
> /tmp/emacs/src/ecrt0.c:106: fatal error: opening dependency file 
> deps/ecrt0.d: No such file or directory
> 
> Examining src after the failure, I see that the deps directory hasn't 
> been created.  Is there a problem in the Makefile?  If I instead do make 
> -j4, the deps directory gets created and the compilation proceeds.
> 

I've checked in a fix.

	Jan D.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-23 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23 13:13 make bootstrap fails to create deps directory in time Ken Brown
2009-11-23 14:49 ` Jan Djärv

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).