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: Re: Posix build on Windows: parallel `make' broken Date: Sun, 02 Jun 2013 20:22:46 +0200 Message-ID: <87txlgz821.fsf@wanadoo.es> References: <8738t11iya.fsf@wanadoo.es> <83vc5xz0re.fsf@gnu.org> <87y5aszv3u.fsf@wanadoo.es> <83mwr8zg0o.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370197386 17127 80.91.229.3 (2 Jun 2013 18:23:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2013 18:23:06 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 02 20:23:06 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 1UjCvp-0006oj-Cs for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 20:23:05 +0200 Original-Received: from localhost ([::1]:43953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjCvo-0007Tt-SD for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 14:23:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjCvl-0007TQ-II for emacs-devel@gnu.org; Sun, 02 Jun 2013 14:23:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjCvk-0003V5-Kx for emacs-devel@gnu.org; Sun, 02 Jun 2013 14:23:01 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:56572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjCvk-0003Sz-EC for emacs-devel@gnu.org; Sun, 02 Jun 2013 14:23:00 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UjCvh-0006kj-TM for emacs-devel@gnu.org; Sun, 02 Jun 2013 20:22:57 +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 20:22:57 +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 20:22:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 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:U1iVbu8LUBXJmTI2LZyl1G/I2sk= 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:159995 Archived-At: Eli Zaretskii writes: >> It also hangs here, both with Emacs and with an unrelated project. Maybe >> the problem is MSYS. > > Could be. Perhaps ask a question om the MinGW mailing list, maybe > someone there will know something. > > FWIW, I'm still using MSYS v1.0.17-1, and don't have any problems on 2 > different machines (XP and Windows 7). I didn't upgrade to 1.0.18, > and don't plan to any time soon, as what I have now has proven to be > very stable for many moons. So perhaps try to downgrade to the > version I use and see if that helps. > > Do you happen to know which packages exactly were updated, or can find > that out? I don't know the details (is there a log anywhere?) but mingw-get upgraded lots of packages including MSYS itself. It seems that MSYS is the culprit, because after putting make.exe 3.82.90 into an ancient MSYS 1.0.11 install (plus msys-iconv-2.dll and msys-intl-8.dll which make depends on) parallel builds work.