RE: Blead@27473 ZLIB failures on OpenVMS.

2006-03-12 Thread Paul Marquess
From: John E. Malmberg [mailto:[EMAIL PROTECTED] > The test scripts: > > ext/Compress/Zlib/t/05examples.t and > ext/Compress/IO/Zlib/t/010examples.t are both failing on OpenVMS > apparently because they can not find the file: > auto/Compress/Raw/Zlib/autosplit.ix. > > The only place I can find

RE: Blead@27473 ZLIB failures on OpenVMS.

2006-03-12 Thread Craig A. Berry
At 2:25 PM + 3/12/06, Paul Marquess wrote: >From: John E. Malmberg [mailto:[EMAIL PROTECTED] > >> The test scripts: >> >> ext/Compress/Zlib/t/05examples.t and >> ext/Compress/IO/Zlib/t/010examples.t are both failing on OpenVMS >> apparently because they can not find the file: >> auto/Compress/

RE: Blead@27473 ZLIB failures on OpenVMS.

2006-03-12 Thread Craig A. Berry
At 7:19 PM + 3/12/06, Paul Marquess wrote: >From: Craig A. Berry [mailto:[EMAIL PROTECTED] > > To get redirection from the shell you have to use > > the pipe command: >> >> $ pipe show time > foo.tmp >> $ type foo.tmp >> 12-MAR-2006 12:05:04 > >Ugh! > >Would it be better then to just disabl

RE: Blead@27473 ZLIB failures on OpenVMS.

2006-03-12 Thread Paul Marquess
From: Craig A. Berry [mailto:[EMAIL PROTECTED] > At 2:25 PM + 3/12/06, Paul Marquess wrote: > >From: John E. Malmberg [mailto:[EMAIL PROTECTED] > > > >> The test scripts: > >> > >> ext/Compress/Zlib/t/05examples.t and > >> ext/Compress/IO/Zlib/t/010examples.t are both failing on OpenVMS > >>

Re: Blead@27473 ZLIB failures on OpenVMS.

2006-03-12 Thread John E. Malmberg
Paul Marquess wrote: From: Craig A. Berry [mailto:[EMAIL PROTECTED] At 2:25 PM + 3/12/06, Paul Marquess wrote: From: John E. Malmberg [mailto:[EMAIL PROTECTED] The test scripts: ext/Compress/Zlib/t/05examples.t and ext/Compress/IO/Zlib/t/010examples.t are both failing on OpenVMS appa

RE: Blead@27473 ZLIB failures on OpenVMS.

2006-03-12 Thread Paul Marquess
From: John E. Malmberg [mailto:[EMAIL PROTECTED] > Paul Marquess wrote: > > From: Craig A. Berry [mailto:[EMAIL PROTECTED] > > > >>At 2:25 PM + 3/12/06, Paul Marquess wrote: > >> > >>>From: John E. Malmberg [mailto:[EMAIL PROTECTED] > >>> > >>> > The test scripts: > > ext/Compress

[PATCH] VMS-specific arg_defines for CBuilder

2006-03-12 Thread Craig A. Berry
The attached provides the special handling needed for C compiler defines in ExtUtils::CBuilder. This is against blead but I'm hoping the right number after -p supplied to patch will apply cleanly to the CPAN version (which is separately maintained, right?). --- lib/ExtUtils/CBuilder/Platform/VMS.p

[PATCH] a bit more M::B help for VMS

2006-03-12 Thread Craig A. Berry
With the attached changes to DistGen, we can actually run all the tests, and with the changes to Module::Build::Base, we get one step closer to doing some basic things like running Perl one-liners. After this and the CBuilder patch just posted, I get the following Module::Build results: Failed 9/

Re: [PATCH] VMS-specific arg_defines for CBuilder

2006-03-12 Thread Ken Williams
Thanks Craig. Yup, CBuilder is separately maintained, the nexus for development is often the Module::Build list. I'll apply this patch and make a new release. -Ken On Mar 12, 2006, at 6:01 PM, Craig A. Berry wrote: The attached provides the special handling needed for C compiler defines

Re: [PATCH] VMS-specific arg_defines for CBuilder

2006-03-12 Thread John E. Malmberg
Craig A. Berry wrote: The attached provides the special handling needed for C compiler defines in ExtUtils::CBuilder. This is against blead but I'm hoping the right number after -p supplied to patch will apply cleanly to the CPAN version (which is separately maintained, right?). I just applied

Re: Blead@27473 ZLIB failures on OpenVMS.

2006-03-12 Thread John E. Malmberg
Paul Marquess wrote: From: John E. Malmberg [mailto:[EMAIL PROTECTED] Paul Marquess wrote: I was afraid of that. I guess I need to do a massive delete of that tree and then refresh it and see if that helps. Yep, sounds like a good plan. Ok, I deleted all of the "Zlib" directory trees and

Re: [PATCH] a bit more M::B help for VMS

2006-03-12 Thread John E. Malmberg
Craig A. Berry wrote: With the attached changes to DistGen, we can actually run all the tests, and with the changes to Module::Build::Base, we get one step closer to doing some basic things like running Perl one-liners. After this and the CBuilder patch just posted, I get the following Module::Bu