From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Posix build on Windows: parallel `make' broken Date: Sun, 02 Jun 2013 01:59:09 +0200 Message-ID: <8738t11iya.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370131171 23923 80.91.229.3 (1 Jun 2013 23:59:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Jun 2013 23:59:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 02 01:59:30 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uivhp-0003jS-9m for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 01:59:29 +0200 Original-Received: from localhost ([::1]:52514 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uivhp-0004vw-0n for ged-emacs-devel@m.gmane.org; Sat, 01 Jun 2013 19:59:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uivhl-0004uo-1d for emacs-devel@gnu.org; Sat, 01 Jun 2013 19:59:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uivhi-0001za-KS for emacs-devel@gnu.org; Sat, 01 Jun 2013 19:59:24 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:32888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uivhi-0001zW-E3 for emacs-devel@gnu.org; Sat, 01 Jun 2013 19:59:22 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uivhh-0003gQ-9a for emacs-devel@gnu.org; Sun, 02 Jun 2013 01:59:21 +0200 Original-Received: from 237.red-83-43-53.dynamicip.rima-tde.net ([83.43.53.237]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Jun 2013 01:59:21 +0200 Original-Received: from ofv by 237.red-83-43-53.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 Jun 2013 01:59:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 42 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 237.red-83-43-53.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:nYcBQv8YAdHGnmhI0gkq+3WDDi8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159973 Archived-At: A few days ago I succesfully built Emacs on Windows using the MSYS build with `make -j4'. Since, I updated MSYS to the latest package versions available through mingw-get and updated Emacs sources too. Now, `make -j4' hangs. Starting from a pristine state (all generated files deleted, empty build directory) `make -j4 bootstrap' hangs thus: (/d/dev/emacs/autoconf is the build directory, source directory is /d/dev/emacs/emacs) make[1]: Entering directory `/d/dev/emacs/autoconf/lib' test -z "" || rm -f test -z "libgnu.a " || rm -f libgnu.a rm -f *.o test -z "core *.stackdump alloca.h alloca.h-t errno.h errno.h-t execinfo.h execi nfo.h-t getopt.h getopt.h-t arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t warn-on-use.h warn-on-use.h-t stdalign.h stdalign.h-t stdarg.h stdarg.h-t stdboo l.h stdbool.h-t stddef.h stddef.h-t stdint.h stdint.h-t " || rm -f core *.stackd ump alloca.h alloca.h-t errno.h errno.h-t execinfo.h execinfo.h-t getopt.h getop t.h-t arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t warn-on-use.h warn-on- use.h-t stdalign.h stdalign.h-t stdarg.h stdarg.h-t stdbool.h stdbool.h-t stddef .h stddef.h-t stdint.h stdint.h-t rm -f *.tab.c It uses 100% of a CPU core, no changing memory usage. After 10 minutes I try to kill it but doesn't respond to Control-C, so killed it with the task manager and then the console shows: make: *** [bootstrap-clean] Error 1 make: INTERNAL: Exiting with 1 jobserver tokens available; should be 4! Also starting from a pristine state, a plain `make -j4' (without `bootstrap') fails on a similar way on another place. `make -j1' works. It seems that the latest MSYS/Make combo available from mingw-get is broken when using parallel jobs. make --version GNU Make 3.81