From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Lilja Newsgroups: gmane.emacs.devel Subject: Re: Building cvs emacs on a dual-core machine Date: Sat, 23 Dec 2006 11:59:20 +0100 Message-ID: References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166871631 5012 80.91.229.10 (23 Dec 2006 11:00:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Dec 2006 11:00:31 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 23 12:00: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 1Gy4c8-0005nQ-HR for ged-emacs-devel@m.gmane.org; Sat, 23 Dec 2006 12:00:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gy4c7-0003C1-VT for ged-emacs-devel@m.gmane.org; Sat, 23 Dec 2006 06:00:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gy4bq-00035X-Vd for emacs-devel@gnu.org; Sat, 23 Dec 2006 06:00:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gy4bo-00030o-6V for emacs-devel@gnu.org; Sat, 23 Dec 2006 06:00:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gy4bn-00030e-Ns for emacs-devel@gnu.org; Sat, 23 Dec 2006 06:00:07 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gy4bn-0001Jy-2n for emacs-devel@gnu.org; Sat, 23 Dec 2006 06:00:07 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gy4bP-0003Rw-K4 for emacs-devel@gnu.org; Sat, 23 Dec 2006 11:59:43 +0100 Original-Received: from cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se ([85.194.49.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Dec 2006 11:59:43 +0100 Original-Received: from mindcooler by cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Dec 2006 11:59:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 73 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) In-Reply-To: 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:64157 Archived-At: Eli Zaretskii skrev: >> 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.) I just performed a fresh checkout and managed to complete the entire build bootstrap process without problem (this one without specifying --jobs=2). The only thing different from last night was that I had upgraded TCI (an alternative to rxvt) to the latest beta but that shouldn't make a difference I think. I did this checkout before I saw the message I'm replying to now, don't know if I got the changes or not but it worked now. I will do a rebuild again and time it this time and then time another rebuild this time with --jobs=2 and see if both can complete successfully (and their respective times will be interesting for me to compare). - Eric