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: Build failure for Emacs master Date: Fri, 15 Apr 2016 17:40:44 +0300 Message-ID: <83potrc4ur.fsf@gnu.org> References: <56CCD91E.6070507@alice.it> <83egc2ixji.fsf@gnu.org> <56CD798D.7060102@alice.it> <56CD8408.1000701@alice.it> <83wppuggb4.fsf@gnu.org> <56CE2CA7.5050906@alice.it> <83io1cg2pt.fsf@gnu.org> <56DA0327.2030009@alice.it> <83oaatxu72.fsf@gnu.org> <570C4307.6050907@alice.it> <83k2k2g82s.fsf@gnu.org> <86egaa7b0z.fsf@gmail.com> <83a8kyfd38.fsf@gnu.org> <86lh4hm7dd.fsf@gmail.com> <570FBFEB.90803@cs.ucla.edu> <87bn5bnn8b.fsf@russet.org.uk> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1460731297 13524 80.91.229.3 (15 Apr 2016 14:41:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Apr 2016 14:41:37 +0000 (UTC) Cc: eggert@cs.ucla.edu, andrewjmoreton@gmail.com, emacs-devel@gnu.org To: phillip.lord@russet.org.uk (Phillip Lord) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 15 16:41:30 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 1ar4w4-0004Vw-5T for ged-emacs-devel@m.gmane.org; Fri, 15 Apr 2016 16:41:28 +0200 Original-Received: from localhost ([::1]:35460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar4w3-0004VH-KY for ged-emacs-devel@m.gmane.org; Fri, 15 Apr 2016 10:41:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar4vn-0004Ru-VA for emacs-devel@gnu.org; Fri, 15 Apr 2016 10:41:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ar4vi-0004OO-Cz for emacs-devel@gnu.org; Fri, 15 Apr 2016 10:41:11 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar4vi-0004OK-A4; Fri, 15 Apr 2016 10:41:06 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2135 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1ar4vh-0006oi-EZ; Fri, 15 Apr 2016 10:41:05 -0400 In-reply-to: <87bn5bnn8b.fsf@russet.org.uk> (phillip.lord@russet.org.uk) 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:202953 Archived-At: > From: phillip.lord@russet.org.uk (Phillip Lord) > Date: Fri, 15 Apr 2016 12:08:20 +0100 > Cc: Andy Moreton , emacs-devel@gnu.org > > > If you're right then there must be at least two bugs, right? Your autoload > > patch is only on master, but people are also reporting problems in the > > emacs-25 branch. > > If am right. > > I'm trying to bisect - I'm using the following bisect script > > > git clean -xf --exclude "phil*" > > ./autogen.sh > PKG_CONFIG_PATH=/mingw64/lib/pkgconfig ./configure > make -j 20 > > > The --exclude "phil*" is just to stop git clean from deleting my bisect > script. The make -j 20 is because Andrew said he was getting issues with > -j > 0. > > I seem to get this crash a lot: Please try again, after updating from emacs-25, or apply commit ab849b7 from emacs-25 if you want to try that on master. I think I might just have squashed this elusive bug. Thanks.