all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs build fails [MSYS2/MINGW64]
@ 2019-04-28 15:37 Angelo Graziosi
  2019-04-28 16:10 ` Paul Eggert
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Angelo Graziosi @ 2019-04-28 15:37 UTC (permalink / raw)
  To: emacs-devel

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). 

The last commit which builds is

YAMAMOTO Mitsuharu :
src/ftcrfont.c (ftcrfont_glyph_extents): Fix last change
2019-04-18 11:30:17

I have found this with a binary search using the tarballs from http://git.savannah.gnu.org/cgit/emacs.git/snapshot.

This seems to affect only Windows build (MSYS2/MINGW64) because master builds on GNU/Linux Mint.

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. 

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


Ciao,
 Angelo.



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2019-05-01  8:28 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-28 15:37 Emacs build fails [MSYS2/MINGW64] Angelo Graziosi
2019-04-28 16:10 ` Paul Eggert
2019-04-28 16:43   ` Angelo Graziosi
2019-04-29 11:53   ` Angelo Graziosi
2019-04-29 12:49     ` martin rudalics
2019-04-29 14:53       ` Eli Zaretskii
2019-04-29 19:38         ` Paul Eggert
2019-04-30 15:45           ` Eli Zaretskii
2019-04-30 16:49             ` Paul Eggert
2019-04-30 16:53               ` Eli Zaretskii
2019-05-01  8:28           ` martin rudalics
2019-04-28 16:21 ` Eli Zaretskii
2019-04-28 16:41   ` Angelo Graziosi
2019-04-28 17:30     ` Eli Zaretskii
2019-04-28 21:22       ` Angelo Graziosi
2019-04-28 21:24       ` Angelo Graziosi
2019-04-29  2:29         ` Eli Zaretskii
2019-04-29 14:54     ` Eli Zaretskii
2019-04-28 17:46 ` Stephen Leake
2019-04-29 14:56   ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.