From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: Emacs build fails [MSYS2/MINGW64] Date: Sun, 28 Apr 2019 09:46:32 -0800 Message-ID: <86tvei6n0n.fsf@stephe-leake.org> References: <1443630449.1251981.1556465864402@mail.libero.it> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="260590"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 28 20:02:39 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hKo8N-0015cW-Fn for ged-emacs-devel@m.gmane.org; Sun, 28 Apr 2019 20:02:39 +0200 Original-Received: from localhost ([127.0.0.1]:47023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKo8M-0000tJ-Ez for ged-emacs-devel@m.gmane.org; Sun, 28 Apr 2019 14:02:38 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:42825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKo7g-0000tA-Qj for emacs-devel@gnu.org; Sun, 28 Apr 2019 14:01:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hKo7f-0008Dn-RO for emacs-devel@gnu.org; Sun, 28 Apr 2019 14:01:56 -0400 Original-Received: from gproxy5-pub.mail.unifiedlayer.com ([67.222.38.55]:54371) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hKo7f-00083Y-N3 for emacs-devel@gnu.org; Sun, 28 Apr 2019 14:01:55 -0400 Original-Received: from cmgw15.unifiedlayer.com (unknown [10.9.0.15]) by gproxy5.mail.unifiedlayer.com (Postfix) with ESMTP id C9483140F34 for ; Sun, 28 Apr 2019 11:46:35 -0600 (MDT) Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmsmtp with ESMTP id Knsphu4R6szDUKnsph3toF; Sun, 28 Apr 2019 11:46:35 -0600 X-Authority-Reason: nr=8 Original-Received: from [76.77.182.20] (port=56180 helo=Takver4) by host114.hostmonster.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1hKnsp-00185S-J4 for emacs-devel@gnu.org; Sun, 28 Apr 2019 11:46:35 -0600 In-Reply-To: <1443630449.1251981.1556465864402@mail.libero.it> (Angelo Graziosi's message of "Sun, 28 Apr 2019 17:37:44 +0200 (CEST)") X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host114.hostmonster.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - stephe-leake.org X-BWhitelist: no X-Source-IP: 76.77.182.20 X-Source-L: No X-Exim-ID: 1hKnsp-00185S-J4 X-Source-Sender: (Takver4) [76.77.182.20]:56180 X-Source-Auth: stephen_leake@stephe-leake.org X-Email-Count: 2 X-Source-Cap: c3RlcGhlbGU7c3RlcGhlbGU7aG9zdDExNC5ob3N0bW9uc3Rlci5jb20= X-Local-Domain: yes X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 67.222.38.55 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:236006 Archived-At: Angelo Graziosi writes: > Starting with this commit: > > Paul Eggert : > Mark _Noreturn error functions as cold > 2019-04-18 00:35:18 > > the build of Emacs up to master (the last I tried is 75ee20364) fails (bootstrap-emacs.pdmp SEGMENT FAULT). > > To reproduce, update your MSYS2 installation (pacman -Syu) and if you > have ImageMagick installed, add '--without-imagemagick' to 'configure' > otherwise it fails at compile time. I'm also using MSYS2/MINGW64, and building master works for me. I have not updated mingw64 gcc in a while, so it seems a recent update to that causes this problem. I have gcc 7.3.0; what do you have? -- -- Stephe