emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Segmentation faults on native compile on master (46e4704e2abca4d264a4396


From: wilde
Subject: Segmentation faults on native compile on master (46e4704e2abca4d264a43965f92eab7608211ee6)
Date: Sat, 15 May 2021 19:16:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (berkeley-unix)

Trying to build GNU Emacs with NATIVE_FULL_AOT=1 fails for me:

Configuration:

../emacs-native-comp.git/configure --disable-autodepend --without-ns 
--without-rsvg --with-modules --without-gconf --without-gsettings 
--with-native-compilation --without-x --with-x-toolkit=no --without-xft 
--without-lcms2 --without-rsvg --prefix=/home/wilde/apps/emacs-native-dev

Build with:

make -j6 NATIVE_FULL_AOT=1 bootstrap

Fails:

make[2]: *** [Makefile:147: ../../emacs-native-comp.git/lisp/cus-load.el] 
Segmentation fault (core dumped)
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:155: ../../emacs-native-comp.git/lisp/finder-inf.el] 
Segmentation fault (core dumped)
make[3]: Entering directory 
'/home/wilde/src/stdsrc/emacs-native-comp_BUILD/lisp'
  ELC+ELN  emacs-lisp/eieio.elc
  ELC+ELN  emacs-lisp/eieio-base.elc
  ELC+ELN  cedet/semantic/db.elc
  ELC+ELN  align.elc
  ELC+ELN  allout.elc
  ELC+ELN  allout-widgets.elc
make[3]: *** [Makefile:297: emacs-lisp/eieio.elc] Segmentation fault (core 
dumped)
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:297: cedet/semantic/db.elc] Segmentation fault (core 
dumped)
make[3]: *** [Makefile:297: emacs-lisp/eieio-base.elc] Segmentation fault (core 
dumped)
make[3]: *** [Makefile:297: align.elc] Segmentation fault (core dumped)
make[3]: *** [Makefile:297: allout.elc] Segmentation fault (core dumped)
make[3]: *** [Makefile:297: allout-widgets.elc] Segmentation fault (core dumped)
make[3]: Leaving directory '/home/wilde/src/stdsrc/emacs-native-comp_BUILD/lisp'
make[2]: *** [Makefile:331: compile-main] Error 2
make[2]: Leaving directory '/home/wilde/src/stdsrc/emacs-native-comp_BUILD/lisp'
make[1]: *** [Makefile:414: lisp] Error 2
make[1]: Leaving directory '/home/wilde/src/stdsrc/emacs-native-comp_BUILD'
make: *** [Makefile:1106: bootstrap] Error 2

Yesterday is was still able to build without problems....

cheers
sascha



reply via email to

[Prev in Thread] Current Thread [Next in Thread]