From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Building cvs emacs on a dual-core machine Date: Sat, 23 Dec 2006 12:42:06 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: dough.gmane.org X-Trace: sea.gmane.org 1166870551 2666 80.91.229.10 (23 Dec 2006 10:42:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Dec 2006 10:42:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 23 11:42:29 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gy4Ke-0003ze-GW for ged-emacs-devel@m.gmane.org; Sat, 23 Dec 2006 11:42:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gy4Kd-00020S-Uz for ged-emacs-devel@m.gmane.org; Sat, 23 Dec 2006 05:42:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gy4KL-0001xR-IL for emacs-devel@gnu.org; Sat, 23 Dec 2006 05:42:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gy4KK-0001vm-Hc for emacs-devel@gnu.org; Sat, 23 Dec 2006 05:42:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gy4KK-0001vK-1B for emacs-devel@gnu.org; Sat, 23 Dec 2006 05:42:04 -0500 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gy4KJ-0006nI-6I for emacs-devel@gnu.org; Sat, 23 Dec 2006 05:42:03 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-236-245.inter.net.il [84.229.236.245]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BIL73255 (AUTH halo1); Sat, 23 Dec 2006 12:42:00 +0200 (IST) Original-To: Eric Lilja In-reply-to: (message from Eric Lilja on Sat, 23 Dec 2006 03:04:30 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64156 Archived-At: > From: Eric Lilja > Date: Sat, 23 Dec 2006 03:04:30 +0100 > > I cannot build emacs anymore. Sorry to hear that, but I cannot reproduce any of the failures on my machine, it still bootstraps and builds for me, both with and without "--jobs". > I didn't specify jobs at all. I tried both cmd.com and cygwin's > bash. cmd.com yields: > C:\cvsemacs\emacs\nt>mingw32-make bootstrap > mkdir "oo-spd" > mkdir "oo-spd/i386" > echo oo-spd/i386 > stamp_BLD > gcc -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_=1 -c > -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl -o > oo-spd/i386/addsection.o addsection.c > process_begin: CreateProcess(NULL, gcc -I. -DWIN32_LEAN_AND_MEAN > -D_WIN32_WINNT=0x0400 -D_X86_=1 -c -mno-cygwin -mtune=pentium4 -O2 > -Di386 -D_CRTAPI1=_cdecl -o > oo-spd/i386/addsection.o addsection.c, ...) failed. > make (e=2): The system cannot find the file specified. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I feel terribly stupid, because I cannot figure out what is the file it doesn't find here. It cannot be the oo-spd/i386 directory since it was just created before the compilation command. And it cannot be addsection.c, because you are in the nt/ subdirectory, where addsection.c lives. Could you please try to find out what file is missing? > From bash: > $ mingw32-make bootstrap > [...] > mingw32-make[1]: Leaving directory `c:/cvsemacs/emacs/lib-src' > c:/mingw32-make-3.81-1/bin/mingw32-make XMFLAGS="" -C ../src bootstrap > [Please ignore a syntax error on the next line - it is intentional] > /usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"' > /usr/bin/sh: -c: line 1: syntax error: unexpected end of file > mingw32-make[1]: Entering directory `c:/cvsemacs/emacs/src' > c:/mingw32-make-3.81-1/bin/mingw32-make -w \ temacs CFLAGS='-I. ^^^^^^^^ > -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 -D_X86_= > 1 -c -mno-cygwin -mtune=pentium4 -O2 -Di386 -D_CRTAPI1=_cdecl > -Demacs=1 -DWINDOWSNT -DDOS_NT -DHAVE_CONFIG_H -I. > ./nt/inc -D_UCHAR_T -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -DPURESIZE=5000000' > [Please ignore a syntax error on the next line - it is intentional] > /usr/bin/sh: -c: line 0: unexpected EOF while looking for matching `"' > /usr/bin/sh: -c: line 1: syntax error: unexpected end of file > mingw32-make[2]: Entering directory `c:/cvsemacs/emacs/src' > mingw32-make[2]: *** No rule to make target ` temacs'. Stop. ^^^^^^^^ I think I can understand this one; sounds like some bug in the MinGW make and/or in its interaction with the Cygwin Bash. Note the lone backslash above and the leading blank in ` temacs'. I made some changes to work around this; please resync and try again. (Needless to say, it still bootstraps for me, at least without --jobs. Will try with --jobs shortly.)