Smoke [5.8.7] 25817 FAIL(F) openvms V8.2 (Alpha/1 cpu)

2005-10-23 Thread craigberry
Automated smoke report for 5.8.7 patch 25817 BRIANA: Digital Personal WorkStation (Alpha/1 cpu) onopenvms - V8.2 using CC/DECC version 60590001 smoketime 7 hours 51 minutes (average 3 hours 55 minutes) Summary: FAIL(F) O = OK F = Failure(s), extended report at the

More bash info

2005-10-23 Thread Mark.Berryman
If you have a way to determine at start-up that you're running under bash, you could hard-wire this or at least change the default in that environment. See the following docs on how this works: I currently use the following to detect bash. While it is probably possible to fool it, it

Re: Detecting running under BASH

2005-10-23 Thread John E. Malmberg
[EMAIL PROTECTED] wrote: If you have a way to determine at start-up that you're running under bash, you could hard-wire this or at least change the default in that environment. See the following docs on how this works: I currently use the following to detect bash. While it is probably

Re: Upgrade MakeMaker in maint

2005-10-23 Thread Craig A. Berry
At 4:57 PM +0100 10/21/05, Nicholas Clark wrote: On Tue, Sep 20, 2005 at 05:29:10PM +0100, Nicholas Clark wrote: On Mon, Sep 19, 2005 at 05:56:50PM -0700, Michael G Schwern wrote: Maint is still using MakeMaker 6.17 which is now TWO YEARS OLD! Last I checked there was some VMS failure or

[patch@25825] Fix st_ino compare to use real data.

2005-10-23 Thread John E. Malmberg
In the pipe creation code, the st_ino check is against the uninitialized copy instead of the real ino_t. -John [EMAIL PROTECTED] Personal Opinion Only. --- /rsync_root/perl/vms/vms.c Sat Oct 22 13:11:49 2005 +++ vms/vms.c Sat Oct 22 20:12:06 2005 @@ -3123,9 +3123,9 @@ fstat(fileno(fp),

Re: [patch@25825] Fix st_ino compare to use real data.

2005-10-23 Thread Craig A. Berry
At 5:46 PM -0400 10/23/05, John E. Malmberg wrote: In the pipe creation code, the st_ino check is against the uninitialized copy instead of the real ino_t. Thanks, applied as #25827. -- Craig A. Berry mailto:[EMAIL PROTECTED] ... getting out of a sonnet

VMS exit handling still broken, need some help.

2005-10-23 Thread John E. Malmberg
I think I have most of this untangled, except somewhere I am missing a critical step which is showing up in two tests. The attached patches get me to this point, which is close, but obviously not good enough. It appears in these two tests, the exit handling is working in the expected UNIX