Date: Wed, 22 May 2002 08:59:06 +1000 From: "Tim J. Robbins" <tjr@FreeBSD.org> To: David Malone <dwmalone@maths.tcd.ie> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sh cd.c sh.1 Message-ID: <20020522085906.B19075@treetop.robbins.dropbear.id.au> In-Reply-To: <20020521214253.GA673@walton.maths.tcd.ie>; from dwmalone@maths.tcd.ie on Tue, May 21, 2002 at 10:42:53PM %2B0100 References: <200205200754.g4K7se228359@freefall.freebsd.org> <20020521214253.GA673@walton.maths.tcd.ie>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 21, 2002 at 10:42:53PM +0100, David Malone wrote: > 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. "getcwd() failed: No such file or directory" means that getcwd() couldn't follow the .. links back to the root. Odd. I can reproduce the problem here, though. > If I back out this change, then I can build world again. I can also > reproduce it by doing a "make cleandir". I'll back it out if I can't fix it soon. Either I've got my logic wrong, or make is making incorrect assumptions about /bin/sh. Tim 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?20020522085906.B19075>