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: make distclean and quail Date: Mon, 12 Aug 2013 15:01:14 +0300 Message-ID: <831u5zqfsl.fsf@gnu.org> References: <8338rf4yor.fsf@gnu.org> <83txjv3iui.fsf@gnu.org> <83d2pkqh96.fsf@gnu.org> <83bo54qbb0.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1376309028 10599 80.91.229.3 (12 Aug 2013 12:03:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Aug 2013 12:03:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 12 14:03:49 2013 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 1V8qqj-0005Dw-CS for ged-emacs-devel@m.gmane.org; Mon, 12 Aug 2013 14:03:49 +0200 Original-Received: from localhost ([::1]:36785 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8qqi-0003jN-Nu for ged-emacs-devel@m.gmane.org; Mon, 12 Aug 2013 08:03:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8qqa-0003j6-Dk for emacs-devel@gnu.org; Mon, 12 Aug 2013 08:03:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8qqU-0001Ah-Nx for emacs-devel@gnu.org; Mon, 12 Aug 2013 08:03:40 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:39798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8qoO-0000Z0-Jk for emacs-devel@gnu.org; Mon, 12 Aug 2013 08:01:24 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MRF002002PANI00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 12 Aug 2013 15:00:50 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MRF0022S2PE21C0@a-mtaout22.012.net.il>; Mon, 12 Aug 2013 15:00:50 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162604 Archived-At: > From: Juanma Barranquero > Date: Sun, 11 Aug 2013 23:39:28 +0200 > Cc: Emacs developers > > > Perhaps you should always create a log of a build (e.g., with 'tee'), > > and collect those that fail like this. Then, when you have a few, we > > could see what do they have in common. > > I have a log of this one, and the previous (successful) one. See the > attached files (the first ~120 lines of the next-to-last boot, > successful.log, and the last, unsuccesful.log). So in both cases you typed "make bootstrap", the Makefile's were all identical, and you still got different results, is that true? That would mean you have a Heisenbug of some kind. There is some difference between the two runs that might give a clue: @@ -29,13 +29,22 @@ make[1]: Leaving directory `/c/Devel/emacs/repo/trunk/lwlib' (cd lib; make maintainer-clean) make[1]: Entering directory `/c/Devel/emacs/repo/trunk/lib' +cd .. && make am--refresh +make[2]: Entering directory `/c/Devel/emacs/repo/trunk' +[ -r "/c/devel/emacs/repo/trunk/src/config.in" ] || ( cd /c/devel/emacs/repo/trunk && autoheader ) +make[2]: Nothing to be done for `am--refresh'. +make[2]: Leaving directory `/c/Devel/emacs/repo/trunk' +make[2]: Entering directory `/c/Devel/emacs/repo/trunk' +[ -r "/c/devel/emacs/repo/trunk/src/config.in" ] || ( cd /c/devel/emacs/repo/trunk && autoheader ) +make[2]: Nothing to be done for `am--refresh'. +make[2]: Leaving directory `/c/Devel/emacs/repo/trunk' test -z "" || rm -f test -z "libgnu.a " || rm -f libgnu.a rm -f *.o Any idea why it does "am--refresh" in one case, but not the other?