Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2002 22:42:53 +0100
From:      David Malone <dwmalone@maths.tcd.ie>
To:        "Tim J. Robbins" <tjr@FreeBSD.org>
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>
In-Reply-To: <200205200754.g4K7se228359@freefall.freebsd.org>
References:  <200205200754.g4K7se228359@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020521214253.GA673>