From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gregor Zattler Newsgroups: gmane.emacs.help Subject: build fails with segmentation fault, how to find the reason? Date: Sat, 28 Feb 2015 00:55:56 +0100 Message-ID: <20150227235556.GA7082@boo.workgroup> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1425081435 12168 80.91.229.3 (27 Feb 2015 23:57:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Feb 2015 23:57:15 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 28 00:57:05 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YRUmH-0000Bj-Ae for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Feb 2015 00:57:05 +0100 Original-Received: from localhost ([::1]:39440 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRUmG-0007ds-TE for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Feb 2015 18:57:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRUm5-0007XB-QN for help-gnu-emacs@gnu.org; Fri, 27 Feb 2015 18:56:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRUm0-0007RN-RE for help-gnu-emacs@gnu.org; Fri, 27 Feb 2015 18:56:53 -0500 Original-Received: from mout.gmx.net ([212.227.17.21]:55392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRUm0-0007RD-Id for help-gnu-emacs@gnu.org; Fri, 27 Feb 2015 18:56:48 -0500 Original-Received: from boo.workgroup ([87.185.167.155]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MADqP-1YKfGp3lhR-00BHyX for ; Sat, 28 Feb 2015 00:56:47 +0100 Original-Received: from grfz by boo.workgroup with local (Exim 4.84) (envelope-from ) id 1YRUlf-0008Fv-0v; Sat, 28 Feb 2015 00:56:27 +0100 Mail-Followup-To: help-gnu-emacs Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Provags-ID: V03:K0:kQ7f8w7QSbOIkUfE1PmmXxfkaiTPMk8FGhMo9xRfHP7lRIdFKe4 pp+QwP4mUQaGjOg/2+fhqAJZQnAGn+0Qx7g//4TpkX5cJnESwxapQsZHnVN3K7YnYvwCGZc 2amo/+sda61do6wwhX5N8wLcJiLHsWc9oUFNh5oH2uCgu7f0JAn30dc89NZCoEwCuTZ4DSm 6UApzTIL4ijL3dAFx6+FA== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102935 Archived-At: 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