From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul R Newsgroups: gmane.emacs.devel Subject: Re: eshell 'rm' command broken Date: Tue, 10 Feb 2009 10:12:07 +0100 Message-ID: <87ab8u7j14.fsf@gmail.com> References: <87y6wf7bd4.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234257207 10677 80.91.229.12 (10 Feb 2009 09:13:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2009 09:13:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 10 10:14:42 2009 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.50) id 1LWohJ-0001FB-LX for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2009 10:14:30 +0100 Original-Received: from localhost ([127.0.0.1]:53604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWofz-0006w3-Ks for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2009 04:13:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWofA-0006BX-0i for emacs-devel@gnu.org; Tue, 10 Feb 2009 04:12:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWof8-00069a-5Z for emacs-devel@gnu.org; Tue, 10 Feb 2009 04:12:15 -0500 Original-Received: from [199.232.76.173] (port=39323 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWof7-00069E-Mc for emacs-devel@gnu.org; Tue, 10 Feb 2009 04:12:13 -0500 Original-Received: from fk-out-0910.google.com ([209.85.128.188]:49190) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWof7-0000Et-8i for emacs-devel@gnu.org; Tue, 10 Feb 2009 04:12:13 -0500 Original-Received: by fk-out-0910.google.com with SMTP id 19so1795284fkr.10 for ; Tue, 10 Feb 2009 01:12:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=3s0WeWYfAxhdYTd+UpTy2wScZKybsgtKVtTt6/KxkK8=; b=N7xqBX0MwMGoGCxNosfAxlxz6p+bY2/rrhVRCTzBuJXeJ/B/xPx76OzSf1fnsY04gk AflOAtrYrYH+twuu41zFVtAUJyo4tF7MgHVY/aCLMoGNEMSf055lFT6CjWFz1M97D1xt PdSDxNZdVonAArSyS0h1G6bZakLu/oHriG50I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; b=mugyj7UsQzXHY6M9QqvBPAZNp1+44drpQIeLU34w6v5426KhARDCEtwIISeTLi1BiD z0DDQcnUNL8i5tuWcb8yj+7WDoF9VQ7W3fNwVvjhEsI8XWWlXZgtDqJitw3EmtjDxiOu U9NSeF8aGL9GxvpcTCCkXdzvz+ILr9coCgQGE= Original-Received: by 10.103.243.9 with SMTP id v9mr2620611mur.5.1234257132269; Tue, 10 Feb 2009 01:12:12 -0800 (PST) Original-Received: from ubuT42 (pdc35-1-82-242-132-111.fbx.proxad.net [82.242.132.111]) by mx.google.com with ESMTPS id 23sm673032mum.7.2009.02.10.01.12.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 10 Feb 2009 01:12:11 -0800 (PST) In-Reply-To: (Glenn Morris's message of "Mon, 09 Feb 2009 14:02:25 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:108942 Archived-At: Hi, GM> http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1969#15 GM> I just ran make maintainer-clean and recompiled the sources, and GM> that seems to have fixed the problem. Thank you for the pointer. After a maintainer-clean operation the problem is gone. A dist-clean did not solve it. Should that be written somewhere in the build instructions ? -- Paul