From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs 25 from GIT build issue under Ubuntu 16.10 Date: Sat, 15 Oct 2016 08:56:34 +0300 Message-ID: <83pon22m0d.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1476511047 9521 195.159.176.226 (15 Oct 2016 05:57:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 15 Oct 2016 05:57:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tim Cross Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 15 07:57:23 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bvHyA-0001V9-Kf for ged-emacs-devel@m.gmane.org; Sat, 15 Oct 2016 07:57:18 +0200 Original-Received: from localhost ([::1]:50562 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvHy9-0007bt-9c for ged-emacs-devel@m.gmane.org; Sat, 15 Oct 2016 01:57:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvHxd-0007bc-9p for emacs-devel@gnu.org; Sat, 15 Oct 2016 01:56:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvHxZ-0000Fq-8D for emacs-devel@gnu.org; Sat, 15 Oct 2016 01:56:45 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvHxZ-0000FC-4q; Sat, 15 Oct 2016 01:56:41 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3185 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bvHxW-00049y-SK; Sat, 15 Oct 2016 01:56:39 -0400 In-reply-to: (message from Tim Cross on Sat, 15 Oct 2016 10:06:13 +1100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:208275 Archived-At: > From: Tim Cross > Date: Sat, 15 Oct 2016 10:06:13 +1100 > > After upgrade to ubuntu gnome 16.10, attempts to build from fresh git clone of emacs repo gives an seg fault > error when trying to run dumped image. All was working fine under Ubuntu 16.04. > > Loading /home/tcross/git/emacs/lisp/electric.el (source)... > Loading /home/tcross/git/emacs/lisp/emacs-lisp/eldoc.el (source)... > Loading /home/tcross/git/emacs/lisp/cus-start.el (source)... > Loading /home/tcross/git/emacs/lisp/tooltip.el (source)... > Finding pointers to doc strings... > Finding pointers to doc strings...done > Dumping under the name emacs > 20812288 of 33554432 static heap bytes used > Makefile:749: recipe for target 'bootstrap-emacs' failed > make[1]: *** [bootstrap-emacs] Segmentation fault (core dumped) > make[1]: Leaving directory '/home/tcross/git/emacs/src' > Makefile:398: recipe for target 'src' failed > make: *** [src] Error 2 This is bug#24682, please follow up there.