From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs build fails [MSYS2/MINGW64] Date: Sun, 28 Apr 2019 19:21:17 +0300 Message-ID: <83wojet81u.fsf@gnu.org> References: <1443630449.1251981.1556465864402@mail.libero.it> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="96759"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 28 18:23:18 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 1hKmaE-000P3J-ER for ged-emacs-devel@m.gmane.org; Sun, 28 Apr 2019 18:23:18 +0200 Original-Received: from localhost ([127.0.0.1]:46197 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKmaD-0003ts-C2 for ged-emacs-devel@m.gmane.org; Sun, 28 Apr 2019 12:23:17 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:56865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKmZK-0003sx-Rl for emacs-devel@gnu.org; Sun, 28 Apr 2019 12:22:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKmYT-0001au-RK; Sun, 28 Apr 2019 12:21:29 -0400 Original-Received: from [176.228.60.248] (port=4459 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hKmYS-00046d-59; Sun, 28 Apr 2019 12:21:29 -0400 In-reply-to: <1443630449.1251981.1556465864402@mail.libero.it> (message from Angelo Graziosi on Sun, 28 Apr 2019 17:37:44 +0200 (CEST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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:236000 Archived-At: > Date: Sun, 28 Apr 2019 17:37:44 +0200 (CEST) > From: Angelo Graziosi > > 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. Please also show how it fails at compile time, we would want to fix that part as well. > In a MINGW64 shell: > > wget http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-master.tar.gz > tar -xof emacs-master.tar.gz > cd emacs-master > ./autogen.sh > ./configure [--without-imagemagick] > make > [...] > Loading c:/msys64/tmp/emacs-master/lisp/emacs-lisp/lisp-mode.el (source)... > Loading c:/msys64/tmp/emacs-master/lisp/progmodes/elisp-mode.el (source)... > make[1]: *** [Makefile:808: bootstrap-emacs.pdmp] Segmentation fault > make[1]: uscita dalla directory "/tmp/emacs-master/src" > make: *** [Makefile:423: src] Error 2 Thanks. But please in the future report bugs to the bug tracker using "M-x report-emacs-bug RET".