From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.devel Subject: Re: Current head won't build Date: Tue, 15 Jun 2010 22:38:55 +0300 Message-ID: <87d3vsdr1s.fsf@imladris.arda> References: <87d3w2ncqs.fsf_-_@lola.goethe.zz> <87iq5py7xk.fsf@stupidchicken.com> <868w6kxk6l.fsf_-_@red.stonehenge.com> <8739wsmaey.fsf@stupidchicken.com> <86wru4w06x.fsf@red.stonehenge.com> <87typ8aux2.fsf@mail.jurta.org> <86ocfgvwks.fsf@red.stonehenge.com> <87631l4o2y.fsf@mail.jurta.org> <86ocfcwdsc.fsf@red.stonehenge.com> <86hbl4w3kd.fsf@red.stonehenge.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276630774 9539 80.91.229.12 (15 Jun 2010 19:39:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2010 19:39:34 +0000 (UTC) Cc: emacs-devel@gnu.org, "Randal L. Schwartz" To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 15 21:39:32 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OObyu-0007JG-1W for ged-emacs-devel@m.gmane.org; Tue, 15 Jun 2010 21:39:32 +0200 Original-Received: from localhost ([127.0.0.1]:58447 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OObyt-0000FY-QG for ged-emacs-devel@m.gmane.org; Tue, 15 Jun 2010 15:39:31 -0400 Original-Received: from [140.186.70.92] (port=52636 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OObyo-0000EN-Hv for emacs-devel@gnu.org; Tue, 15 Jun 2010 15:39:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OObyn-0001Eh-5w for emacs-devel@gnu.org; Tue, 15 Jun 2010 15:39:26 -0400 Original-Received: from mta-out.inet.fi ([195.156.147.13]:33008 helo=jenni1.inet.fi) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OObym-0001Di-QB for emacs-devel@gnu.org; Tue, 15 Jun 2010 15:39:25 -0400 Original-Received: from imladris.arda (84.251.6.80) by jenni1.inet.fi (8.5.014) id 4B17DDDA07506FC3; Tue, 15 Jun 2010 22:39:07 +0300 Original-Received: from dtw by imladris.arda with local (Exim 4.69) (envelope-from ) id 1OObyK-0006UX-2E; Tue, 15 Jun 2010 22:38:56 +0300 In-Reply-To: (Andreas Schwab's message of "Tue, 15 Jun 2010 21:25:22 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125966 Archived-At: * 2010-06-15 21:25 (+0200), Andreas Schwab wrote: > merlyn@stonehenge.com (Randal L. Schwartz) writes: >> Absolutely. I trust "git checkout SOMECOMMIT" to do the right thing. > > That does not necessarily mean that you were up-to-date. Yes, the Emacs Git mirror may not be up-to-date. Also, sometimes problems may be caused by dirty working directory. In a Git repository one gets really clean state with commands git reset --hard HEAD # or SOMECOMMIT git clean -fdx (Don't execute those commands unless you know what they do!) But I have no idea what is causing the problem here.