From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zack Piper Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails on master Date: Mon, 25 May 2015 10:18:15 +0000 Message-ID: <20150525101815.GA15426@apertron.net> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1432549129 19317 80.91.229.3 (25 May 2015 10:18:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 May 2015 10:18:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 25 12:18:40 2015 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 1YwpSx-0004xa-FD for ged-emacs-devel@m.gmane.org; Mon, 25 May 2015 12:18:39 +0200 Original-Received: from localhost ([::1]:42829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwpSw-000816-Sp for ged-emacs-devel@m.gmane.org; Mon, 25 May 2015 06:18:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwpSq-00080z-Jo for emacs-devel@gnu.org; Mon, 25 May 2015 06:18:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwpSl-0007Qw-Lh for emacs-devel@gnu.org; Mon, 25 May 2015 06:18:32 -0400 Original-Received: from apertron.net ([94.23.236.101]:35840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwpSl-0007PO-FY for emacs-devel@gnu.org; Mon, 25 May 2015 06:18:27 -0400 Original-Received: from apertron.net (apertron.net [94.23.236.101]) by apertron.net (Postfix) with ESMTPS id B78CB6076D for ; Mon, 25 May 2015 10:18:16 +0000 (UTC) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 94.23.236.101 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:186793 Archived-At: On Mon, May 25, 2015 at 11:12:57AM +0100, Artur Malabarba wrote: > Ok, if I do a clean clone to another directory then `make` works fine > again. But the problematic directory was exactly on origin/master, so > I think this means the problem was being caused by a gitignored file? I would imagine it was a file that was changed somehow: `git status`: will show details on what files have been modified/deleted/etc. `git diff`: will show the diff on the modified files `git clean -ndx`: will display files that would be deleted by a .gitignore (`-n` is `--dry-run` so it doesn't act upon it.) Would be interesting to see the output. :-) -- Zack Piper http://apertron.net