From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: build failure 2 emacs-26 branch on Mingw64 Date: Mon, 01 Jan 2018 12:41:55 -0600 Message-ID: <86vaglto98.fsf@stephe-leake.org> References: <86d12tvhrq.fsf@stephe-leake.org> <412C46F6-F70B-41F2-BCEF-352C11739B96@gnu.org> <864lo5v5md.fsf@stephe-leake.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1514832053 8167 195.159.176.226 (1 Jan 2018 18:40:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 1 Jan 2018 18:40:53 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (windows-nt) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 01 19:40:49 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eW50y-0001dZ-QK for ged-emacs-devel@m.gmane.org; Mon, 01 Jan 2018 19:40:48 +0100 Original-Received: from localhost ([::1]:39384 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eW52w-0001rD-9t for ged-emacs-devel@m.gmane.org; Mon, 01 Jan 2018 13:42:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eW52A-0001pV-GK for emacs-devel@gnu.org; Mon, 01 Jan 2018 13:42:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eW527-0000Ll-BW for emacs-devel@gnu.org; Mon, 01 Jan 2018 13:42:02 -0500 Original-Received: from smtp97.ord1d.emailsrvr.com ([184.106.54.97]:37650) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eW527-0000Le-6b for emacs-devel@gnu.org; Mon, 01 Jan 2018 13:41:59 -0500 Original-Received: from smtp21.relay.ord1d.emailsrvr.com (localhost [127.0.0.1]) by smtp21.relay.ord1d.emailsrvr.com (SMTP Server) with ESMTP id 2DB9B60076 for ; Mon, 1 Jan 2018 13:41:58 -0500 (EST) X-Auth-ID: board-president@tomahawk-creek-hoa.com Original-Received: by smtp21.relay.ord1d.emailsrvr.com (Authenticated sender: board-president-AT-tomahawk-creek-hoa.com) with ESMTPA id E20396006D for ; Mon, 1 Jan 2018 13:41:57 -0500 (EST) X-Sender-Id: board-president@tomahawk-creek-hoa.com Original-Received: from Takver4 (76-218-37-33.lightspeed.kscymo.sbcglobal.net [76.218.37.33]) by 0.0.0.0:25 (trex/5.7.12); Mon, 01 Jan 2018 13:41:58 -0500 In-Reply-To: (Richard Copley's message of "Mon, 1 Jan 2018 17:52:33 +0000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 184.106.54.97 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:221512 Archived-At: Richard Copley writes: > On 1 January 2018 at 17:41, Stephen Leake > wrote: >> Eli Zaretskii writes: >> >>> On January 1, 2018 3:41:17 PM GMT+02:00, Richard Copley wrote: >>>> > $ make --version >>>> > GNU Make 4.2.1 >>>> > Built for x86_64-w64-mingw32 >>>> > Copyright (C) 1988-2016 Free Software Foundation, Inc. >>>> >>>> You have a native make on the path in your MSYS bash process. >>>> "make" should be the MSYS make: >>>> >>>> $ make --version >>>> GNU Make 4.2.1 >>>> Built for x86_64-pc-msys >>>> Copyright (C) 1988-2016 Free Software Foundation, Inc. >>> >>> Right. And I believe Sed is not an MSYS Sed, either, because that one >>> should be version 4.2.2, not 4.4. >>> Which could also explain the other problem Stephen reported. >> >> Hmm. Then the instructions in nt/INSTALL.W64 are wrong; it says to run >> autgen and configure from the mingw64.exe shell, which puts mingw64/bin >> first in path. > > I think what's unusual about your setup is that you have the native > GNU Make installed under the name "make.exe" on your path. By default, > MSYS2 installs it as "mingw32-make.exe". Ah, you are correct. I did that on purpose, so I can just run 'make' and C-c C-k in an Emacs *compilation* buffer can interrupt it. But I forgot about it until now ... >> I'll try rebuilding using the msys shell and/or msys make from the mingw >> shell, and propose a patch for INSTALL.W64 export MAKE=/usr/bin/bash; configure works for me. But since I have a non-standard mingw setup, there's no need to change INSTALL.W64; I'll just keep better notes on my own config. Thanks. -- -- Stephe