Re: ZLIB 2.0 / Blead 25366 on VMS

2005-09-12 Thread Tom Hughes
In message [EMAIL PROTECTED] Paul Marquess [EMAIL PROTECTED] wrote: Thanks John. I've CCed Tom Hughes for the IO:Zlib results. The external gzip support in IO::Zlib is all Jarkko's work and nothing to do with me I'm afraid. The external.t test script does have this comment at the top

Re: ZLIB 2.0 / Blead 25366 on VMS

2005-09-12 Thread John E. Malmberg
Paul Marquess wrote: From: John E. Malmberg [mailto:[EMAIL PROTECTED] Paul Marquess wrote: Sorry if I'm showing my ignorance of VMS, but does this mean that when you run Perl on VMS you will/do have the choice of running the C library under UNIX emulation mode or in VMS native mode?

RE: ZLIB 2.0 / Blead 25366 on VMS

2005-09-12 Thread Paul Marquess
[ John, I've combined responses to two of your messages into one here] From: John E. Malmberg [mailto:[EMAIL PROTECTED] Paul Marquess wrote: ... I see that the majority of the failures match those that Abe Timmerman reported earlier today. Apart from running with bleed what else is

RE: ZLIB 2.0 / Blead 25366 on VMS

2005-09-12 Thread Paul Marquess
From: Tom Hughes [mailto:[EMAIL PROTECTED] In message 20050911232132.CDZH22901.aamta10- [EMAIL PROTECTED] Paul Marquess [EMAIL PROTECTED] wrote: Thanks John. I've CCed Tom Hughes for the IO:Zlib results. The external gzip support in IO::Zlib is all Jarkko's work and nothing to

Zlib 2.00_03 / Blead 25366 on VMS + patched vms.c

2005-09-12 Thread John E. Malmberg
I finally got a download of 2.00_03, and I have locally patched vms.c to fix the fstat()/Perl_cando() issue. So here are the results. I probably will not have time to investigate the failure tonight as I need to submit the patch to vms.c. ext/Compress/Zlib/t/01version.t 2 of 2

Re: [patch@cbuilder_0.13] VMS fixes for cbuilder

2005-09-12 Thread John E. Malmberg
Ken Williams wrote: Thanks, John. I've applied your patch (in a slightly modified form) and released a new beta, 0.13_01. It would be great if you (and/or a couple other people on the vmsperl list) could try it out, and then I can release 0.14 when it checks out. It is not yet showing up

RE: ZLIB 2.0 / Blead 25366 on VMS

2005-09-12 Thread Paul Marquess
From: John E. Malmberg [mailto:[EMAIL PROTECTED] Paul Marquess wrote: From: John E. Malmberg [mailto:[EMAIL PROTECTED] ... ext/Compress/Zlib/t/04def.t fails on test 102 and dies. not ok 102 - create IO::Gzip # Failed test ([-.ext.compress.zlib.t]04def.t at line 322) Can't call

[patch@25388] vms/vms.c Perl_cando fix.

2005-09-12 Thread John E. Malmberg
The VMS specific Perl_cando() on open file handles was returning the results for a previous file that a stat()/lstat() that was done instead of for the open file. This was causing failures in the Compress-Zlib tests on my system. -John [EMAIL PROTECTED] Personal Opinion Only ---

RE: ZLIB 2.0 / Blead 25366 on VMS

2005-09-12 Thread Paul Marquess
I've just uploaded Compress::Zlib 2.000_03 onto CPAN. This should hopefully silence some of the failures on VMS. http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-2.000_03.tar. gz Paul

Re: [patch@cbuilder_0.13] VMS fixes for cbuilder

2005-09-12 Thread Ken Williams
Thanks, John. I've applied your patch (in a slightly modified form) and released a new beta, 0.13_01. It would be great if you (and/or a couple other people on the vmsperl list) could try it out, and then I can release 0.14 when it checks out. -Ken p.s. - I wish all novices were as