Start 2008-09-09T01:50:08 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64\site\bin;C:\Perl64\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~2\Perforce\ Going to read C:\cpanfly\var\cpan\Metadata Database was generated on Mon, 08 Sep 2008 10:02:50 GMT Running make for R/RO/ROODE/Readonly-XS-1.04.tar.gz Checksum for C:\cpanfly\var\cpan\sources\authors\id\R\RO\ROODE\Readonly-XS-1.04.tar.gz ok Readonly-XS-1.04/ Readonly-XS-1.04/Changes Readonly-XS-1.04/Makefile.PL Readonly-XS-1.04/MANIFEST Readonly-XS-1.04/META.yml Readonly-XS-1.04/ppport.h Readonly-XS-1.04/README Readonly-XS-1.04/t/ Readonly-XS-1.04/t/test.t Readonly-XS-1.04/XS.pm Readonly-XS-1.04/XS.xs CPAN.pm: Going to build R/RO/ROODE/Readonly-XS-1.04.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Readonly::XS >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp XS.pm blib\lib\Readonly\XS.pm C:\Perl64\bin\perl.exe C:\cpanfly\var\megalib\ExtUtils\xsubpp -typemap C:\Perl64\lib\ExtUtils\typemap XS.xs > XS.xsc && C:\Perl64\bin\perl.exe -MExtUtils::Command -e mv XS.xsc XS.c cl -c -I. -nologo -GF -W3 -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DWIN64 -DCONSERVATIVE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -Ox -GL -Wp64 -fp:precise -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" "-IC:\Perl64\lib\CORE" XS.c XS.c Running Mkbootstrap for Readonly::XS () C:\Perl64\bin\perl.exe -MExtUtils::Command -e chmod 644 XS.bs C:\Perl64\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Readonly::XS\", 'DLBASE' => 'XS', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Readonly\XS\XS.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -ltcg -libpath:"C:\Perl64\lib\CORE" -machine:AMD64 XS.obj C:\Perl64\lib\CORE\perl510.lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib bufferoverflowU.lib msvcrt.lib -def:XS.def Creating library blib\arch\auto\Readonly\XS\XS.lib and object blib\arch\auto\Readonly\XS\XS.exp Generating code Finished generating code C:\Perl64\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Readonly\XS\XS.dll C:\Perl64\bin\perl.exe -MExtUtils::Command -e cp XS.bs blib\arch\auto\Readonly\XS\XS.bs C:\Perl64\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Readonly\XS\XS.bs ROODE/Readonly-XS-1.04.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/test.... 1..10 String found where operator expected at C:\cpanfly\var\cpan\build\Readonly-XS-1.04-x775fy\blib\lib/Readonly/XS.pm line 36, near "Carp::croak "Readonly::XS is not a standalone module. You should not use it directly."" (Do you need to predeclare Carp::croak?) not ok 1 - Unauthorized use # Failed test 'Unauthorized use' # at t/test.t line 17. # got: 'syntax error # BEGIN not safe after errors--compilation aborted at C:\cpa' # expected: 'Readonly::XS is not a standalone module. You should not use it directly' String found where operator expected at C:\cpanfly\var\cpan\build\Readonly-XS-1.04-x775fy\blib\lib/Readonly/XS.pm line 36, near "Carp::croak "Readonly::XS is not a standalone module. You should not use it directly."" (Do you need to predeclare Carp::croak?) not ok 2 - Authorized use # Failed test 'Authorized use' # at t/test.t line 22. # got: 'syntax error at C:\cpanfly\var\cpan\build\Readonly-XS-1.04-x775fy\blib\lib/Readonly/XS.pm line 36, near "Carp::croak "Readonly::XS is not a standalone module. You should not use it directly."" # BEGIN not safe after errors--compilation aborted at C:\cpanfly\var\cpan\build\Readonly-XS-1.04-x775fy\blib\lib/Readonly/XS.pm line 38. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. # ' # expected: '' not ok 3 - is_sv_readonly loaded # Failed test 'is_sv_readonly loaded' # at t/test.t line 26. not ok 4 - make_sv_readonly loaded # Failed test 'make_sv_readonly loaded' # at t/test.t line 27. Undefined subroutine &Readonly::is_sv_readonly called at t/test.t line 30. # Looks like you planned 10 tests but only ran 4. # Looks like you failed 4 tests of 4 run. # Looks like your test died just after 4. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 10/10 subtests Test Summary Report ------------------- t/test (Wstat: 65280 Tests: 4 Failed: 4) Failed tests: 1-4 Non-zero exit status: 255 Parse errors: Bad plan. You planned 10 tests but ran 4. Files=1, Tests=4, 0 wallclock secs ( 0.00 usr + 0.06 sys = 0.06 CPU) Result: FAIL Failed 1/1 test programs. 4/4 subtests failed. NMAKE : fatal error U1077: 'C:\Perl64\bin\perl.exe' : return code '0xff' Stop. ROODE/Readonly-XS-1.04.tar.gz nmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ROODE/Readonly-XS-1.04.tar.gz Finished 2008-09-09T01:50:24