From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Build Broken? Date: Tue, 12 Jan 2021 17:27:00 +0200 Message-ID: <83h7nmdvln.fsf@gnu.org> References: <20210112032256.7D1FAC22F27@raman-glaptop.localdomain> <871reqbadq.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28636"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, raman@google.com, dgutov@yandex.ru To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 12 16:27:35 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kzLa1-0007JW-V8 for ged-emacs-devel@m.gmane-mx.org; Tue, 12 Jan 2021 16:27:33 +0100 Original-Received: from localhost ([::1]:57596 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzLa0-0006eY-VQ for ged-emacs-devel@m.gmane-mx.org; Tue, 12 Jan 2021 10:27:32 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35538) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzLZL-0006Fa-Hg for emacs-devel@gnu.org; Tue, 12 Jan 2021 10:26:51 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33317) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzLZK-00079L-Ol; Tue, 12 Jan 2021 10:26:50 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3299 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kzLZJ-0001PI-AT; Tue, 12 Jan 2021 10:26:49 -0500 In-Reply-To: <871reqbadq.fsf@gnus.org> (message from Lars Ingebrigtsen on Tue, 12 Jan 2021 13:36:01 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:262985 Archived-At: > From: Lars Ingebrigtsen > Date: Tue, 12 Jan 2021 13:36:01 +0100 > Cc: emacs-devel@gnu.org, "T.V Raman" > > Dmitry Gutov writes: > > > I had to 'git clean -xdf' first, then 'make bootstrap' worked. > > It'd be nice if "make bootstrap" was more reliable -- do you happen to > know what the files that 'git clean -xdf' removed that bootstrap missed > were? Running "make extraclean" after "make bootstrap-clean" should tell you, I think.