help-gnu-emacs
[Top][All Lists]
Advanced

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

build fails with segmentation fault, how to find the reason?


From: Gregor Zattler
Subject: build fails with segmentation fault, how to find the reason?
Date: Sat, 28 Feb 2015 00:55:56 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

Hi, since yesterday my build after a fresh checkout of sources,
fresh ./autogen.sh, fresh ./configgure breaks with a segmentation
fault (see below).  Since nobody else complained here or on
emacs-devel I assume this is a local problem on my debian/jessie
system.  Any ideas how to track it down?

[...]
CC       textprop.o
CC       composite.o
CC       xml.o
CC       gfilenotify.o
CC       profiler.o
CC       decompress.o
CC       xfont.o
CC       ftfont.o
CC       xftfont.o
CC       ftxfont.o
CC       fontset.o
CC       fringe.o
CC       image.o
CC       xgselect.o
CC       terminfo.o
CC       lastfile.o
CCLD     temacs
/bin/mkdir -p ../etc
: paxctl -r temacs
setfattr -n user.pax.flags -v er temacs
make -C ../lisp update-subdirs
make[2]: Entering directory '/home/grfz/src/emacs/lisp'
for file in `find . -type d -print`; do case $file in .*/cedet* | .*/leim* ) ;; 
*) wins="$wins${wins:+ }$file" ;; esac; done; \
for file in $wins; do \
./../build-aux/update-subdirs $file; \
done;
make[2]: Leaving directory '/home/grfz/src/emacs/lisp'
./temacs --batch --load loadup bootstrap
Makefile:830: recipe for target 'bootstrap-emacs' failed
make[1]: *** [bootstrap-emacs] Segmentation fault
make[1]: Leaving directory '/home/grfz/src/emacs/src'
Makefile:398: recipe for target 'src' failed
make: *** [src] Error 2


Ciao; Gregor




reply via email to

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