From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails on master Date: Mon, 25 May 2015 11:43:59 +0100 Message-ID: References: <20150525101815.GA15426@apertron.net> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1432551019 15962 80.91.229.3 (25 May 2015 10:50:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 May 2015 10:50:19 +0000 (UTC) Cc: emacs-devel To: Zack Piper Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 25 12:50:14 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 1YwpxV-0001Rp-Gy for ged-emacs-devel@m.gmane.org; Mon, 25 May 2015 12:50:13 +0200 Original-Received: from localhost ([::1]:42925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwpxU-0007Qe-TO for ged-emacs-devel@m.gmane.org; Mon, 25 May 2015 06:50:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwpxR-0007Ol-Q2 for emacs-devel@gnu.org; Mon, 25 May 2015 06:50:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwpxO-0000HQ-6s for emacs-devel@gnu.org; Mon, 25 May 2015 06:50:09 -0400 Original-Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:34909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwprU-0006Xa-3C for emacs-devel@gnu.org; Mon, 25 May 2015 06:44:00 -0400 Original-Received: by labbd9 with SMTP id bd9so47109922lab.2 for ; Mon, 25 May 2015 03:43:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=JaaizxlMgsRPixGBp9JQhS0slZFOH0gqcACY6f9x4mk=; b=CqIWFJtQH5t9bvSf9tj2EaSljWWh9MiEtG2EO+0MvpnI0Dhn7cVclUj6NwfRnsOY9Q dZIwEH/D34dpN3AkH2B0OGuxKotf2RvdE4qFUqUqA4fDF3Nqel/4nbNEy50rNG7kdjna qkHHGfG8iac6PGoSupqOgax0ZQZxZJv052o+NiEqgQR3t7lX+0z2uYFuyXN0BkRwE2Yv KwQC4q60iOvCrR1YoVeqFHtRr8DqfMoKNmvgmPxn5b7jaFw2ihS2NMOSyflBhkD12rit XCtv4oNQUX9SdMUGiFFWGVSffKigeUZrQZcasMpmXvVYpmDVc9XUq17+meyy4veZvnOi kMPA== X-Received: by 10.112.50.74 with SMTP id a10mr17589345lbo.4.1432550639233; Mon, 25 May 2015 03:43:59 -0700 (PDT) Original-Received: by 10.25.150.1 with HTTP; Mon, 25 May 2015 03:43:59 -0700 (PDT) In-Reply-To: <20150525101815.GA15426@apertron.net> X-Google-Sender-Auth: 6PD-uHsFjV0VYGZVO7ETHMoeNds X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::234 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:186799 Archived-At: The problem is fixed now, but just for the record, here are the outputs. > `git status`: will show details on what files have been modified/deleted/etc. > `git diff`: will show the diff on the modified files git status is perfectly clean, the repo is in sync with origin/master. > `git clean -ndx`: will display files that would be deleted by a > .gitignore (`-n` is `--dry-run` so it doesn't act upon it.) This shows a long list of files, mostly ".o" and ".elc". Doesn't show anything like "src/lisp".