Ken Williams wrote:
Hi Craig,
What's status look like now, with these changes?
Extutils/CBuilder/Platform/VMS.pm still needs some work, and VMS does
not support the list form of piped input, so some of the tests that were
passing are no longer passing.
EAGLE> mcr [-]ndbgperl "-I[-.lib]" [-.lib.extutils.cbuilder.t]01-basic.t
1..11
# Running under perl version 5.009004 for VMS
# Current time local: Fri Mar 24 19:17:37 2006
# Current time GMT: Sat Mar 25 00:17:37 2006
# Using Test.pm version 1.25
ok 1
ok 2
%DCL-W-VALREQ, missing qualifier or keyword value - supply all required
values
%DCL-W-VALREQ, missing qualifier or keyword value - supply all required
values
error building USER_ROOT:[MALMBERG]compilet.obj from
'USER_ROOT:[MALMBERG]compilet.c' at ../../ExtUtils/CBuilder/Base.pm line
108.
not ok 3
# Failed test 3 in [-.lib.extutils.cbuilder.t]01-basic.t at line 26
15: s/"/""/g foreach values %args;
DB<2> x %args
empty array
24: return unless (scalar keys %args) || $config_defines;
DB<3> x $config_defines
0 '_LARGEFILE=1'
26==> return ('/define=('
27 . (defined $config_defines ? "$config_defines," : '')
28 . join(',',
29 map "\"$_" . ( length($args{$_}) ? "=$args{$_}"
: '') .
"\"",
30 keys %args)
31 . ')');
DB<4> x @defines
0 '/define=(_LARGEFILE=1,)'
EAGLE> mcr [-]ndbgperl "-I[-.lib]" [-.lib.extutils.cbuilder.t]02-link.t
1..5
# Running under perl version 5.009004 for VMS
# Current time local: Fri Mar 24 19:26:31 2006
# Current time GMT: Sat Mar 25 00:26:31 2006
# Using Test.pm version 1.25
ok 1
ok 2
%DCL-W-VALREQ, missing qualifier or keyword value - supply all required
values
%DCL-W-VALREQ, missing qualifier or keyword value - supply all required
values
error building [.t]compilet.obj from '[.t]compilet.c' at
../../ExtUtils/CBuilder
/Base.pm line 108.
EAGLE> mcr [-]ndbgperl "-I[-.lib]" [-.lib.module.build.t]basic.t
1..55
Deleting lib.dir
eagle$dqa0:[project_root.][perl-blead]ndbgperl.exe;2 "ARRAY(0xbe9b08)"
Can't open perl script "ARRAY(0xbe9b08)": file specification syntax error
%RMS-F-SYN, file specification syntax error
%RMS-F-SYN, file specification syntax error
ok 26
No build_params? at /project_root/perl-blead/lib/Module/Build/Base.pm
line 912.
# Looks like you planned 55 tests but only ran 26.
%SYSTEM-F-ABORT, abort
EAGLE> mcr [-]ndbgperl "-I[-.lib]" [-.lib.module.build.t]destinations.t
1..92
Warning: Removing existing directory
'project_root:[PERL-BLEAD.t._tmp.Simple]'
Checking whether your kit is complete...
Looks good
Checking prerequisites...
Looks good
Creating new 'Build.com' script for 'Simple' version '0.01'
List form of piped open not implemented at
/project_root/perl-blead/lib/Module/Build/Base.pm line 348.
# No tests run!
%SYSTEM-F-ABORT, abort
EAGLE> mcr [-]ndbgperl "-I[-.lib]" [-.lib.module.build.t]ext.t
1..92
Can't open perl script "ARRAY(0xa492b8)": file specification syntax error
%RMS-F-SYN, file specification syntax error
not ok 92
# Failed test in [-.lib.module.build.t]ext.t at line 100.
#
'eagle$dqa0:[project_root.][perl-blead]ndbgperl.exe;2 "ARRAY(0xa492b8)"
# %RMS-F-SYN, file specification syntax error
EAGLE> mcr [-]ndbgperl "-I[-.lib]" [-.lib.module.build.t]extend.t
1..53
ok 6
not ok 7
# Failed test in [-.lib.module.build.t]extend.t at line 55.
ok 8
not ok 9
# Failed test in [-.lib.module.build.t]extend.t at line 61.
# got: '0'
# expected: '2'
not ok 10
# Failed test in [-.lib.module.build.t]extend.t at line 62.
# got: undef
# expected: 'foo'
not ok 11
# Failed test in [-.lib.module.build.t]extend.t at line 63.
# got: undef
# expected: 'bar'
# Looks like you failed 4 tests of 53.
%SYSTEM-F-ABORT, abort
EAGLE> mcr [-]ndbgperl "-I[-.lib]" [-.lib.module.build.t]files.t
1..6
Creating new 'Build.com' script for 'Simple' version '0.01'
List form of piped open not implemented at
/project_root/perl-blead/lib/Module/Build/Base.pm line 348.
# No tests run!
%SYSTEM-F-ABORT, abort
-John
[EMAIL PROTECTED]
Personal Opinion Only