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: MS-Windows build using Posix configury Date: Fri, 17 May 2013 09:02:43 +0300 Message-ID: <83mwrurvng.fsf@gnu.org> References: <83d2tu49lu.fsf@gnu.org> <83zjweo5dh.fsf@gnu.org> <83sj25nym2.fsf@gnu.org> <837gjhnowi.fsf@gnu.org> <8338u4o39r.fsf@gnu.org> <83zjwbkmt2.fsf@gnu.org> <83wqrfkjvo.fsf@gnu.org> <838v3qebns.fsf@gnu.org> <83wqr9csah.fsf@gnu.org> <83wqr297da.fsf@gnu.org> <83txm34g6k.fsf@gnu.org> <83d2srt645.fsf@gnu.org> <87y5bfkmsz.fsf@yandex.ru> <834ne3sziw.fsf@gnu.org> <519504DD.1030004@yandex.ru> <83y5bestdj.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1368770619 14127 80.91.229.3 (17 May 2013 06:03:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 May 2013 06:03:39 +0000 (UTC) Cc: emacs-devel@gnu.org, dmoncayo@gmail.com To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 17 08:03:38 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 1UdDlS-0001qx-Kp for ged-emacs-devel@m.gmane.org; Fri, 17 May 2013 08:03:38 +0200 Original-Received: from localhost ([::1]:40597 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdDlS-000877-13 for ged-emacs-devel@m.gmane.org; Fri, 17 May 2013 02:03:38 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdDlJ-00086p-Og for emacs-devel@gnu.org; Fri, 17 May 2013 02:03:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdDlE-0001xK-Uy for emacs-devel@gnu.org; Fri, 17 May 2013 02:03:29 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:46097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdDlE-0001wx-N6 for emacs-devel@gnu.org; Fri, 17 May 2013 02:03:24 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MMX00900I0MY500@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Fri, 17 May 2013 09:02:54 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MMX009LAI4UXJ40@a-mtaout20.012.net.il>; Fri, 17 May 2013 09:02:54 +0300 (IDT) Sun-Java-System-SMTP-Warning: Lines longer than SMTP allows found and truncated. In-reply-to: <5195497D.50007@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:159637 Archived-At: > Date: Fri, 17 May 2013 01:02:53 +0400 > From: Dmitry Gutov > CC: Dani Moncayo , emacs-devel@gnu.org > > Now that I got to compilation, "make -j2" freezes the process soon after > start (I've tried it several times), here's the whole log: > [...] > Is that what is meant by not "supporting parallel execution"? Yes. Get a snapshot of MSYS Make, if you want -j. > configure.bat took ~15 seconds, msysconfig.sh takes a couple of minutes, > the following compilation is about the same, I think. > autogen.sh takes some time, too. But you seldom if ever need to run msysconfig.sh at all. Just run "make" all the time, it will automatically re-run configure if necessary. > Speaking of stability, I've seen it crash a few times during exit, > around the time it complains about inability to write ACL. That's most probably unrelated: you are probably a member of the Administrators group, which means you need to fix the permissions for the ~/.emacs.d directory, so it is owned by your user, not by the Administrators group.