From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: bug#327: 23.0.60; make bootstrap fails from CVS Date: Wed, 28 May 2008 09:15:46 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86ej7mfral.fsf@lifelogs.com> References: <86ej7nenp4.fsf@lifelogs.com> <868wxv73hy.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211984325 31978 80.91.229.12 (28 May 2008 14:18:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 May 2008 14:18:45 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 28 16:19:26 2008 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 1K1MRg-00029B-OZ for ged-emacs-devel@m.gmane.org; Wed, 28 May 2008 16:16:05 +0200 Original-Received: from localhost ([127.0.0.1]:58885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1MQv-0006FQ-BS for ged-emacs-devel@m.gmane.org; Wed, 28 May 2008 10:15:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1MOG-0005AD-5G for emacs-devel@gnu.org; Wed, 28 May 2008 10:12:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1MOC-00058b-IB for emacs-devel@gnu.org; Wed, 28 May 2008 10:12:31 -0400 Original-Received: from [199.232.76.173] (port=43232 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1MOC-00058V-AR for emacs-devel@gnu.org; Wed, 28 May 2008 10:12:28 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:44461 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K1MOB-0003Y2-RJ for emacs-devel@gnu.org; Wed, 28 May 2008 10:12:28 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K1MO3-0000VS-I3 for emacs-devel@gnu.org; Wed, 28 May 2008 14:12:19 +0000 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 May 2008 14:12:19 +0000 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 May 2008 14:12:19 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.emacs.devel Original-Lines: 38 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:xeInA17KNvT5C1hYJ/jxmZHR8gY= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:97902 gmane.emacs.pretest.bugs:22472 Archived-At: On Tue, 27 May 2008 19:35:30 -0400 Glenn Morris wrote: GM> PS your mail went to the wrong addresses. Rather than: GM> 327@emacsbugs.donarmstrong.com, emacs-pretest-bug@gnu.org GM> it went to emacs-pretest-bug@gnu.org and emacs-devel@gnu.org GM> with a Followup-To: gmane.emacs.devel. GM> Or at least, the copy I actually ended up reading did (there are often GM> multiple copies of things flying around these days). I just used M-x report-emacs-bug so I don't know why it was misdirected. My followup is set to gmane.emacs.devel because that's how I read emacs-devel, but I thought GMane would automatically route that appropriately. >> I think I see what's going on now. I'm guessing you have /bin/sh >> pointing to zsh. zsh's echo behaves differently from bash's with >> regards to these backslash escapes: >> bash> echo "ELCFILES = \\\\\\" -> ELCFILES = \\\ zsh> echo "ELCFILES = \\\\\\" -> ELCFILES = \\ GM> The following ought to work for everyone. Blech. GM> (Yes, I know I should be using printf rather than echo, but it isn't GM> used anywhere else in the Emacs Makefiles, so I don't know if I'm GM> allowed to.) Maybe /bin/echo would be better? I don't know the details of what this does, but it seems pretty gnarly :) You could even do echo hhh|tr h '\134' on ASCII systems. Anyhow, it's fixed, thanks a lot for looking at it. Ted