develooper Front page | perl.perl5.porters | Postings from January 2004

perl-5.8.3-RC1 on VMS.

Thread Next
From:
rfsber
Date:
January 12, 2004 03:13
Subject:
perl-5.8.3-RC1 on VMS.
Message ID:
10299.213.236.65.65.1073905947.squirrel@webmail.xs4all.nl
Hi,

I have reported four failed tests for perl-5.8.3-RC1 on VMS.
It turns out that three of these are due to the way I
unpacked the archive, that is:
    untar perl-5.8.3-RC1.tar.gz to directory perl-5.8.3-RC1 on windows
    zip   directory perl-5.8.3-RC1 to perl-5.8.3-RC1.zip on windows
    copy zip file to VMS
    unzip perl-5.8.3-RC1.zip  on VMS
    configure, compile, test
results in:
    t/op/read............................FAILED at test 1
    ext/Encode/t/enc_data................FAILED at test 2
    lib/Unicode/UCD......................FAILED at test 1
    lib/vmsish...........................FAILED at test 25
unzip on VMS stores the unzipped files in a parculiar record format
that makes tests that read data from file using read() fail.

A
    untar perl-5.8.3-RC1.tar.gz on VMS
    configure, compile, test
results in:
    lib/vmsish...........................FAILED at test 25
which is apearently a known issue.

Have fun,
Frans.


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About