From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Posix build on Windows: parallel `make' broken Date: Sun, 2 Jun 2013 17:55:49 +0200 Message-ID: References: <8738t11iya.fsf@wanadoo.es> <83vc5xz0re.fsf@gnu.org> <83r4gkzgsj.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1370188600 31296 80.91.229.3 (2 Jun 2013 15:56:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2013 15:56:40 +0000 (UTC) Cc: =?UTF-8?Q?=C3=93scar_Fuentes?= , Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 02 17:56:40 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 1UjAe5-00035J-0k for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 17:56:37 +0200 Original-Received: from localhost ([::1]:32958 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjAe4-0001Ej-Nq for ged-emacs-devel@m.gmane.org; Sun, 02 Jun 2013 11:56:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjAe1-0001ET-6v for emacs-devel@gnu.org; Sun, 02 Jun 2013 11:56:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjAe0-00065G-CU for emacs-devel@gnu.org; Sun, 02 Jun 2013 11:56:33 -0400 Original-Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:59507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjAdz-00064v-0Y; Sun, 02 Jun 2013 11:56:31 -0400 Original-Received: by mail-ee0-f52.google.com with SMTP id c50so697700eek.25 for ; Sun, 02 Jun 2013 08:56:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=iIOJG1ToRX/CCwbFarI/Rpolx1SN/4htnPawy9ksqAE=; b=xW1+4JPwMVMxXo/Qc6ht3/VGnXKR6TW04S03hezn6XTlpvCs8ZBV9kIb9VYdxrmBGh E5LgJXABxME7nTzGmPUNJnQyJvyp4hrDAR8/Et0H6g4Shtbx0n5x6HduD6zj6J/03qqU fD4Aprk+TkmovWKA+cx/NM7U61rDi4h4SmjtZKZBzEeqznKocXPrLwiCRMcOktuPSERV GsFMYx4UdamluIqIkOEr5d75lFHq+fu+MzKTeByT6vtkZdmmUy3aYXL6b62lLO7iIwjo oWp8/U5ohqdeQJTJx8cIzCeMIq7oCZ4x3w/Gxt4pYnLx4gHBJXiuXRKqjJTLHE7lJh0O X1mg== X-Received: by 10.14.89.66 with SMTP id b42mr20406330eef.89.1370188589988; Sun, 02 Jun 2013 08:56:29 -0700 (PDT) Original-Received: by 10.15.93.130 with HTTP; Sun, 2 Jun 2013 08:55:49 -0700 (PDT) In-Reply-To: <83r4gkzgsj.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::234 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:159987 Archived-At: On Sun, Jun 2, 2013 at 5:14 PM, Eli Zaretskii wrote: > Did you also upgrade your MSYS lately? Or did you never tried the > parallel build before? Yesterday was my first MSYS build. > Can you figure out which command run as part of "make install" does > that? (Try "Ctrl-S" from time to time, as the installation runs, and > look when it is created.) I'll try to catch the culprit and report back. Thanks, J