From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails. Date: Mon, 2 Feb 2004 08:28:30 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200402021428.i12ESUP26485@raven.dms.auburn.edu> References: <200401301902.16714.hattons@speakeasy.net> <87isirsx88.fsf@emptyhost.emptydomain.de> <200402012052.i11Kq6525375@raven.dms.auburn.edu> <87n0825vic.fsf@emptyhost.emptydomain.de> <200402012227.i11MRmu25469@raven.dms.auburn.edu> <87d68yyn2x.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075736612 2505 80.91.224.253 (2 Feb 2004 15:43:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2004 15:43:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Feb 02 16:43:22 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AngEM-0007lM-00 for ; Mon, 02 Feb 2004 16:43:22 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AngEL-0002Q1-00 for ; Mon, 02 Feb 2004 16:43:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ang6k-0003J5-6I for emacs-devel@quimby.gnus.org; Mon, 02 Feb 2004 10:35:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Ang3Z-0002Xv-Nu for emacs-devel@gnu.org; Mon, 02 Feb 2004 10:32:13 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AnfeU-0006AA-Df for emacs-devel@gnu.org; Mon, 02 Feb 2004 10:06:49 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Anf4B-0007rg-QI for emacs-devel@gnu.org; Mon, 02 Feb 2004 09:28:47 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i12ESiKt024541; Mon, 2 Feb 2004 08:28:44 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i12ESUP26485; Mon, 2 Feb 2004 08:28:30 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: kai@emptydomain.de In-reply-to: <87d68yyn2x.fsf@emptyhost.emptydomain.de> (message from Kai Grossjohann on Mon, 02 Feb 2004 08:09:26 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19659 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19659 Kai Grossjohann wrote: Luc Teirlinck writes: > Actuallly, what is strange in the case of the OP is that he got an > error message saying that src did not exist. That is strange, because > at least the version of bash I am using (bash2.05b.0) always > _implicitly_ adds a colon at the _end_ of CDPATH by trying out the > current directory if nothing else worked. Does the OP use bash? Kai I should have checked better. When bash is invoked as sh, it indeed does not check ./ if nothing else worked. With CDPATH=~/src, I get the same errors as the OP when doing make bootstrap. The Makefile uses /bin/sh. (Which shell the user uses is irrelevant, because bash does not _really_ add a colon to the end of CDPATH. It just gets the same behavior by checking the current directory if nothing else worked.) Sincerely, Luc.