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: Msys2 mingw64 build broken Date: Sat, 18 Jul 2015 22:28:36 +0300 Message-ID: <83380l5kpn.fsf@gnu.org> References: <86oaj92xkv.fsf@stephe-leake.org> <837fpx5pt3.fsf@gnu.org> <86bnf92rrz.fsf@stephe-leake.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1437247737 4940 80.91.229.3 (18 Jul 2015 19:28:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 Jul 2015 19:28:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 18 21:28:48 2015 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 1ZGXmx-0007T6-Pm for ged-emacs-devel@m.gmane.org; Sat, 18 Jul 2015 21:28:47 +0200 Original-Received: from localhost ([::1]:49478 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGXmx-0005dZ-3R for ged-emacs-devel@m.gmane.org; Sat, 18 Jul 2015 15:28:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGXme-0005d4-6m for emacs-devel@gnu.org; Sat, 18 Jul 2015 15:28:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGXma-0002qw-5N for emacs-devel@gnu.org; Sat, 18 Jul 2015 15:28:28 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:54777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGXmZ-0002qi-TW for emacs-devel@gnu.org; Sat, 18 Jul 2015 15:28:24 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NRP003006RASE00@mtaout28.012.net.il> for emacs-devel@gnu.org; Sat, 18 Jul 2015 22:28:27 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NRP002WP7FFDY30@mtaout28.012.net.il>; Sat, 18 Jul 2015 22:28:27 +0300 (IDT) In-reply-to: <86bnf92rrz.fsf@stephe-leake.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 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:187960 Archived-At: > From: Stephen Leake > Date: Sat, 18 Jul 2015 14:24:16 -0500 > > Eli Zaretskii writes: > > >> From: Stephen Leake > >> Date: Sat, 18 Jul 2015 12:18:56 -0500 > >> > >> As of > >> > >> commit d3816bf8ad1fcfed2a32d23216a55850ee4325b5 > >> Committer : Eli Zaretskii > >> CommitDate: Sat Jul 18 13:02:06 2015 +0300 > >> > >> building master with Msys2 mingw64 is broken. But the problem could be > >> in an earlier commit, last time I updated was 21 June. > > > > FWIW, I've bootstrapped several times since June 12, and had no > > problems. But I use neither MSYS2 nor MinGW64. > > After running git bisect, which said all revisions were good, > 'make bootstrap' on master HEAD now works for me. > > So there must have been some change in configure that confused things, > and it got straightened out by checking out an intermediate revision. "make bootstrap" runs the configure script, but it doesn't run autogen.sh. So if you didn't do that manually before, it could be the root cause. But I guess we will never know now.