[bug #41762] VMS not reporting circular dependency dropped.

2014-03-02 Thread John Malmberg
Follow-up Comment #2, bug #41762 (project make): This has turned out to be a bug in the VMS port of the test harness. Redirecting STDERR on VMS from perl is different than on Unix. ___ Reply to this item at:

[bug #41762] VMS not reporting circular dependency dropped.

2014-03-02 Thread John Malmberg
Follow-up Comment #1, bug #41762 (project make): The features/errors test is also missing a diagnostic message. It may be the same issue or different. Tying to to this ticket for now. *** work/features/errors.base Tue Dec 30 23:44:02 2014 --- work/features/errors.log Tue Dec 30 23:44

[bug #41762] VMS not reporting circular dependency dropped.

2014-03-02 Thread John Malmberg
URL: Summary: VMS not reporting circular dependency dropped. Project: make Submitted by: wb8tyw Submitted on: Mon 03 Mar 2014 05:41:04 AM GMT Severity: 3 - Normal Item Gr

[bug #41761] VMS should handle shell null command as VMS null command.

2014-03-02 Thread John Malmberg
URL: Summary: VMS should handle shell null command as VMS null command. Project: make Submitted by: wb8tyw Submitted on: Mon 03 Mar 2014 05:01:54 AM GMT Severity: 3 - Normal

[bug #41760] VMS outputting extra blank lines.

2014-03-02 Thread John Malmberg
URL: Summary: VMS outputting extra blank lines. Project: make Submitted by: wb8tyw Submitted on: Mon 03 Mar 2014 04:54:59 AM GMT Severity: 3 - Normal Item Group: Bug

[bug #41758] VMS Make incorrectly reports archives support present.

2014-03-02 Thread John Malmberg
URL: Summary: VMS Make incorrectly reports archives support present. Project: make Submitted by: wb8tyw Submitted on: Mon 03 Mar 2014 12:16:43 AM GMT Severity: 3 - Normal

Re: [bug #41246] Allow to switch shell batch mode at runtimeinstead of build time

2014-03-02 Thread Eli Zaretskii
> From: "Gisle Vanem" > Date: Sun, 2 Mar 2014 17:28:41 +0100 > > If it's the value of 'batch_mode_shell' we speak of, it can easily be > changed by the new "load" feature. This diff: > > --- Git-Latest/makeint.h 2014-02-09 15:03:22 + > +++ makeint.h 2014-03-02 17:10:53 + > @@ -593,

Re: [bug #41246] Allow to switch shell batch mode at runtime instead of build time

2014-03-02 Thread Eli Zaretskii
> From: Paul Smith > Cc: Eli Zaretskii , bug-make@gnu.org, bo...@kolpackov.net > Date: Sun, 02 Mar 2014 10:52:33 -0500 > > I'll reiterate my position that (a) I've seen nothing showing that it's > inherently impossible for make to figure out for itself what the right > thing to do is, instead req

Re: [bug #41246] Allow to switch shell batch mode at runtimeinstead of build time

2014-03-02 Thread Gisle Vanem
"Paul Smith" wrote: HOWEVER. I don't know nearly enough about all the variations and different possibilities on Windows to make sound judgements on the specific situation, so if Eli is OK with it then I'm OK with it. If it's the value of 'batch_mode_shell' we speak of, it can easily be chang

Re: [bug #41246] Allow to switch shell batch mode at runtime instead of build time

2014-03-02 Thread Paul Smith
On Thu, 2014-02-27 at 10:53 +0900, Mike Hommey wrote: > > I have no problems with your original patch. I think I said that > > right there and then. If Paul agrees, I will commit it. > > Paul? I'll reiterate my position that (a) I've seen nothing showing that it's inherently impossible for make

Re: Test harness on VMS working, 58 tests currently failing.

2014-03-02 Thread John E. Malmberg
On 3/2/2014 6:11 AM, h.becker wrote: On 03/01/2014 09:50 PM, John E. Malmberg wrote: On 2/28/2014 8:07 PM, John E. Malmberg wrote: I have the test harness apparently working on VMS. I need to fix up the DCL command procedure that is needed set up a number of foreign commands needed by it befor

Re: Test harness on VMS working, 58 tests currently failing.

2014-03-02 Thread h.becker
On 03/01/2014 09:50 PM, John E. Malmberg wrote: > On 2/28/2014 8:07 PM, John E. Malmberg wrote: >> I have the test harness apparently working on VMS. I need to fix up the >> DCL command procedure that is needed set up a number of foreign >> commands needed by it before submitting a patch. For whi