From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Bootstrapping trunk fails on Windows Date: Sun, 15 Jun 2014 13:03:20 +0200 Message-ID: References: <539D68E6.8050302@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1402830215 19290 80.91.229.3 (15 Jun 2014 11:03:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Jun 2014 11:03:35 +0000 (UTC) Cc: emacs-devel To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 15 13:03:29 2014 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 1Ww8Dg-0003GD-LC for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2014 13:03:28 +0200 Original-Received: from localhost ([::1]:38260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ww8De-0007c2-6x for ged-emacs-devel@m.gmane.org; Sun, 15 Jun 2014 07:03:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ww8Da-0007bk-Nu for emacs-devel@gnu.org; Sun, 15 Jun 2014 07:03:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ww8DZ-0000ZW-VV for emacs-devel@gnu.org; Sun, 15 Jun 2014 07:03:22 -0400 Original-Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:59829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ww8DZ-0000Z7-Oc for emacs-devel@gnu.org; Sun, 15 Jun 2014 07:03:21 -0400 Original-Received: by mail-wi0-f178.google.com with SMTP id n15so2723247wiw.17 for ; Sun, 15 Jun 2014 04:03:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IIly0xzUFsFPZMI3jGjfdsY9Y3QnGL4m/nAmTuKD7J4=; b=VAqf6bOL42zMt1RnIk4GJDSij2iBLE3csHetbqqeBuPbDdZGO/saLv3Zow9ambi01a dKciSbjcNLBny5kpowoW29QlS/hyOKVuvRQq2YilbYc1NYhMbGn0dCs0MTUxgHM0NQK6 kdqElqvzHS6AY4Ig+BPrIwKqJbzBKOzsrsTl2snNxoC2N1FRU/p0igy1mHnIFGHesKnF kqtnArqdzbi+57sF5phui9/uTSxI8PZ5ac1+K0i3FUdHL0EzcRhS4kqncf+WMaXK+UP0 mbeODbw7JS3f62Lglo8nsKuv6u2oFF4DDvnQ8g6kk1e0sLROpOZ6RyGRHrw1e1wraOnv ltWw== X-Received: by 10.194.174.168 with SMTP id bt8mr2530999wjc.72.1402830200193; Sun, 15 Jun 2014 04:03:20 -0700 (PDT) Original-Received: by 10.217.143.197 with HTTP; Sun, 15 Jun 2014 04:03:20 -0700 (PDT) In-Reply-To: <539D68E6.8050302@gmx.at> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::232 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:172466 Archived-At: > make[3]: Leaving directory `/c/emacs/trunk/lib' > make[2]: Leaving directory `/c/emacs/trunk/lib' > make -C lib-src all > make[2]: Entering directory `/c/emacs/trunk/lib-src' > gcc -std=gnu99 -c -mtune=pentium4 -I. -I../src -I../lib -I. -I./../src > -I./../lib -O0 -g3 ./../src/regex.c > In file included from ../src/config.h:1811:0, > from ./../src/regex.c:50: > ../src/conf_post.h:32:27: fatal error: ms-w32.h: No such file or directory > compilation terminated. > make[2]: *** [regex.o] Error 1 > make[2]: Leaving directory `/c/emacs/trunk/lib-src' > make[1]: *** [lib-src] Error 2 > make[1]: Leaving directory `/c/emacs/trunk' > make: *** [bootstrap] Error 2 FWIW, I see the same failure. The problem must be in a revision newer than r117303 (of 2014-06-10), because that revision builds fine here. -- Dani Moncayo