From owner-cvs-all Tue May 21 14:42:59 2002 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 52CA937B409; Tue, 21 May 2002 14:42:54 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 21 May 2002 22:42:53 +0100 (BST) Date: Tue, 21 May 2002 22:42:53 +0100 From: David Malone To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sh cd.c sh.1 Message-ID: <20020521214253.GA673@walton.maths.tcd.ie> References: <200205200754.g4K7se228359@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205200754.g4K7se228359@freefall.freebsd.org> User-Agent: Mutt/1.3.25i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 20, 2002 at 12:54:39AM -0700, Tim J. Robbins wrote: > tjr 2002/05/20 00:54:39 PDT > > Modified files: > bin/sh cd.c sh.1 > Log: > Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical' > handling of .. is now the default. Since this change I'm not able to build world, I get random failures saying "getcwd() failed: No such file or directory". This seems to be comming from sh - the error should actually say "getpwd" not "getcwd", as it is using an sh builtin to do the work. If I back out this change, then I can build world again. I can also reproduce it by doing a "make cleandir". David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message