From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: make distclean and quail Date: Mon, 12 Aug 2013 17:55:09 +0200 Message-ID: References: <8338rf4yor.fsf@gnu.org> <83txjv3iui.fsf@gnu.org> <83d2pkqh96.fsf@gnu.org> <83bo54qbb0.fsf@gnu.org> <831u5zqfsl.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1376322966 11931 80.91.229.3 (12 Aug 2013 15:56:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Aug 2013 15:56:06 +0000 (UTC) Cc: Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 12 17:56:09 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 1V8uTZ-0006jb-0z for ged-emacs-devel@m.gmane.org; Mon, 12 Aug 2013 17:56:09 +0200 Original-Received: from localhost ([::1]:48180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8uTY-0005jN-NT for ged-emacs-devel@m.gmane.org; Mon, 12 Aug 2013 11:56:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8uTQ-0005bn-LH for emacs-devel@gnu.org; Mon, 12 Aug 2013 11:56:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8uTM-0002fh-2E for emacs-devel@gnu.org; Mon, 12 Aug 2013 11:56:00 -0400 Original-Received: from mail-ee0-x22b.google.com ([2a00:1450:4013:c00::22b]:55880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8uTG-0002eF-Ki; Mon, 12 Aug 2013 11:55:50 -0400 Original-Received: by mail-ee0-f43.google.com with SMTP id e52so3570015eek.16 for ; Mon, 12 Aug 2013 08:55:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=kIfyQ+HIPiVcAwOv2q7zlOTRdJwdpv+GHOVVkRLiMw4=; b=0qkswoyMUPtsKu+RSvXeYodb2+UpgmN8/RhY7lWGfMu9K4wb7z6wvQss5+QMhxBWsn fUqPuij5D0J3chiRj9dyocgoFUXcwl3Cm+LWSOni0p+ZAuWHeG/K+LWDsH1NItjqLk3U hB1GbzmTc/3aPapIMpqN4PpAUGo4twwDAMUrDyPENwlktMjCrXwX/I9jLW7jFG5FPRKx w0HSj9rwiyk2avh7OuC7+nisker6Z/HnoH7PnySbxs4hqvDxHWZMfmoCFXrygRx9yZKR XQPUNhOmrKRLwNTz1ZW1Ewm3ZqzAmqZfpl+GGkihciJMxt3odGU+ets9MXtl18UlxEmD yFHg== X-Received: by 10.14.102.72 with SMTP id c48mr13939282eeg.52.1376322949386; Mon, 12 Aug 2013 08:55:49 -0700 (PDT) Original-Received: by 10.14.133.15 with HTTP; Mon, 12 Aug 2013 08:55:09 -0700 (PDT) In-Reply-To: <831u5zqfsl.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::22b 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:162622 Archived-At: On Mon, Aug 12, 2013 at 2:01 PM, Eli Zaretskii wrote: > So in both cases you typed "make bootstrap" In both cases I typed mboot, which runs the command I described (and additionally redirects the output to "| tee trunk.log"). I never ever bootstrap in any other way. > the Makefile's were all identical, I cannot be sure. I didn't bootstrap between the successful and unsuccessful bootstraps, but I "bzr update"d and built the trunk a few times, and sometimes that triggers configure. > and you still got different results, is that true? Yes. > Any idea why it does "am--refresh" in one case, but not the other? The dependency list of am--refresh isn't big: am--refresh: $(srcdir)/aclocal.m4 $(srcdir)/configure $(srcdir)/src/config.in and I'm sure some or all these changed in the ~80 commits between successful and unsuccesful. Though likely the reconfigure step wasn't invoked during the unsuccessful bootstrap, but by some previous "make all". J