From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [emacs-announce] Emacs pretest 25.0.93 Date: Sat, 23 Apr 2016 15:51:10 +0300 Message-ID: <8337qc5w01.fsf@gnu.org> References: <87r3dxbln9.fsf@petton.fr> <87bn50pn65.fsf@Rainer.invalid> <834mas5y4i.fsf@gnu.org> <877ffopkzt.fsf@Rainer.invalid> <8737qcpklh.fsf@Rainer.invalid> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1461415923 25267 80.91.229.3 (23 Apr 2016 12:52:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Apr 2016 12:52:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 23 14:51:57 2016 Return-path: Envelope-to: ged-emacs-devel@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 1atx2S-0005FR-3H for ged-emacs-devel@m.gmane.org; Sat, 23 Apr 2016 14:51:56 +0200 Original-Received: from localhost ([::1]:52187 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atx2R-0000eI-JF for ged-emacs-devel@m.gmane.org; Sat, 23 Apr 2016 08:51:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atx2A-0000PJ-S5 for emacs-devel@gnu.org; Sat, 23 Apr 2016 08:51:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atx27-0008Bj-O9 for emacs-devel@gnu.org; Sat, 23 Apr 2016 08:51:38 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atx27-0008Bf-Kg; Sat, 23 Apr 2016 08:51:35 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3107 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1atx26-0002UY-Tm; Sat, 23 Apr 2016 08:51:35 -0400 In-reply-to: <8737qcpklh.fsf@Rainer.invalid> (message from Achim Gratz on Sat, 23 Apr 2016 14:37:14 +0200) 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-Topics: emacs-announce 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:203208 Archived-At: > From: Achim Gratz > Date: Sat, 23 Apr 2016 14:37:14 +0200 > > Achim Gratz writes: > > When I then run the same stuff from the scratch buffer I get the same error. > > While trying to bisect this it becoame clear that this is caused by the > build environment. I'm running openSUSE/Tumbleweed, so the 20 days > since the last successful build had quite a lot of updates. I have no > idea what to look for, though. Run the faulting command under a debugger, put a breakpoint in Fsignal, and show the backtrace. That might produce enough hints to find out what is failing and why.