From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: make distclean and quail Date: Mon, 15 Jul 2013 17:56:57 +0200 Message-ID: References: <8338rf4yor.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1373903868 18190 80.91.229.3 (15 Jul 2013 15:57:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Jul 2013 15:57:48 +0000 (UTC) Cc: Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 15 17:57:49 2013 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 1Uyl9m-00083x-73 for ged-emacs-devel@m.gmane.org; Mon, 15 Jul 2013 17:57:46 +0200 Original-Received: from localhost ([::1]:58840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uyl9l-0004NO-Ty for ged-emacs-devel@m.gmane.org; Mon, 15 Jul 2013 11:57:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uyl9i-0004Kw-HL for emacs-devel@gnu.org; Mon, 15 Jul 2013 11:57:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uyl9h-0003zG-Cb for emacs-devel@gnu.org; Mon, 15 Jul 2013 11:57:42 -0400 Original-Received: from mail-ee0-x230.google.com ([2a00:1450:4013:c00::230]:64881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uyl9f-0003yr-KX; Mon, 15 Jul 2013 11:57:39 -0400 Original-Received: by mail-ee0-f48.google.com with SMTP id b47so7680183eek.35 for ; Mon, 15 Jul 2013 08:57:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=70jJgb1KD3llpNOrC13CEghzLYzd76klTenAu4OPXxQ=; b=P+KLfZoKfj86FpBMPfAQ9/5oIGUapazcmCayyfvDcXCS200C4DpV4ve279nw+wtbhP s+at3nnQr/RXfJxHB4VbwA5go3BAGCOUSEKvJZJgvcoFHlP8jOA7ZDkAMKuXnxT9+UJC cmln19AIUTXNirWkDxWhZxZBwUMygYbhAsIjqktRP6M9PBY4DS9kymLI7ISPH40wr69r n/01Sxf/xcI9daenC24WfeVm7K57dRTfYe+WBskJOYvKi5elS9vjNL0iXje8u+DZGmdZ wefuBGODxamtDtpplW1shUcbAsM4u8kNfiUAK3jMSwa3qxpIdgUfYHxQVHVYwwL1O5Ly fOTQ== X-Received: by 10.15.76.71 with SMTP id m47mr58799567eey.70.1373903858602; Mon, 15 Jul 2013 08:57:38 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Mon, 15 Jul 2013 08:56:57 -0700 (PDT) In-Reply-To: <8338rf4yor.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::230 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:161909 Archived-At: On Mon, Jul 15, 2013 at 5:42 PM, Eli Zaretskii wrote: > Something is wrong with your '/bin/pwd'. What does it display if > invoked from leim/ in the bzr repo? Juanma@ODIEONE /c/Devel/emacs/repo/trunk/leim $ /bin/pwd /c/Devel/emacs/repo/trunk/leim so it is working correctly. I've only seen this problem a few times, always after bootstrap. My setup is a bit unusual in that I don't ever type commands inside the MSYS bash shell. Instead, I have aliases msys=c:\MinGW\msys\1.0\bin\sh.exe --login -i mdo=msys -c "cd /c/Devel/emacs/repo/trunk; %$" mboot=mdo make bootstrap and a configuration file for .bash in my %HOME that sets PATH to a very small set of directories (those of MSYS, plus a few others). And I always bootstrap with mboot, so it always sets the directory, and runs the same tools from the same PATH, etc. I don't know why I see the bug only occasionally. J