Re: [Fink-devel] another test failure

2003-11-27 Thread Randal L. Schwartz
> "Michael" == Michael G Schwern <[EMAIL PROTECTED]> writes: Michael> Odd. $$PWD works for me but $PWD doesn't. Is this using fink's make? Michael> Anyhow, both are dodgy. I just wanted something to make it absolute. $(PWD) Michael> seems better. I'll switch it to that. The difference

Re: [Fink-devel] another test failure

2003-11-27 Thread Michael G Schwern
On Tue, Nov 25, 2003 at 08:47:09PM -0500, David R. Morrison wrote: > OK, on 10.3 (where I haven't tested before) I can report that the earlier > failures aren't occurring, presumably because you fixed them. There is > another problem, though: I can't run "make test" at all unless I first > edit th

Re: [Fink-devel] another test failure

2003-11-25 Thread David R. Morrison
OK, on 10.3 (where I haven't tested before) I can report that the earlier failures aren't occurring, presumably because you fixed them. There is another problem, though: I can't run "make test" at all unless I first edit the Makefile to change $$PWD to $PWD. Will try on 10.2 next. -- Dave --

Re: [Fink-devel] another test failure

2003-11-25 Thread Michael G Schwern
On Tue, Nov 25, 2003 at 05:57:47PM -0500, David R. Morrison wrote: > My umask is 077 and my t/ is at 700. That might explain why the stat was failing. Doesn't explain the success of rm_rf. Hmm. What about your filesystem type? UFS or HFS+? > Files/directories within it are at 600/700. > >

Re: [Fink-devel] another test failure

2003-11-25 Thread David R. Morrison
Sorry, I forgot to say: I'm on HFS+. --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http

Re: [Fink-devel] another test failure

2003-11-25 Thread David R. Morrison
My umask is 077 and my t/ is at 700. Files/directories within it are at 600/700. I'll try the latest version after I reboot back to 10.2. -- Dave --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you

Re: [Fink-devel] another test failure

2003-11-25 Thread Michael G Schwern
On Mon, Nov 24, 2003 at 10:17:25PM -0500, David R. Morrison wrote: > Tonight was my first opportunity to try "make test" again since the work > that was done on it last week. Unfortunately, it failed for me again. A little differently this time. And around stuff I changed. What filesystem are y

[Fink-devel] another test failure

2003-11-24 Thread David R. Morrison
Tonight was my first opportunity to try "make test" again since the work that was done on it last week. Unfortunately, it failed for me again. Not sure if its still relevant, but "nobody" is UID -2 and "unknown" is UID 99 on my system. (By the way, /etc/passwd is not the correct place to look fo