PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.12\site\bin;C:\Perl64-5.12\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Perforce;C:\mysql\bin Start 2011-07-30T21:30:18 ActivePerl-1200 CPAN-1.9402 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:/CPANFL~1.12/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.12\site\bin;C:\Perl64-5.12\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Going to read 'C:\cpanfly-5.12\var\cpan\Metadata' Database was generated on Sat, 30 Jul 2011 18:27:08 GMT Running make for P/PE/PEVANS/Term-Terminfo-0.06.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/P/PE/PEVANS/Term-Terminfo-0.06.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/P/PE/PEVANS/CHECKSUMS Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\P\PE\PEVANS\Term-Terminfo-0.06.tar.gz ok Term-Terminfo-0.06 Term-Terminfo-0.06/Changes Term-Terminfo-0.06/META.json Term-Terminfo-0.06/README Term-Terminfo-0.06/Build.PL Term-Terminfo-0.06/LICENSE Term-Terminfo-0.06/META.yml Term-Terminfo-0.06/MANIFEST Term-Terminfo-0.06/Makefile.PL Term-Terminfo-0.06/lib Term-Terminfo-0.06/lib/Term Term-Terminfo-0.06/lib/Term/Terminfo.xs Term-Terminfo-0.06/lib/Term/Terminfo.pm Term-Terminfo-0.06/t Term-Terminfo-0.06/t/02names.t Term-Terminfo-0.06/t/00use.t Term-Terminfo-0.06/t/01get.t Term-Terminfo-0.06/t/99pod.t ---- Unsatisfied dependencies detected during ---- ---- PEVANS/Term-Terminfo-0.06.tar.gz ---- ExtUtils::CChecker [build_requires] Running make test Make had some problems, won't test Delayed until after prerequisites Running test for module 'ExtUtils::CChecker' Running make for P/PE/PEVANS/ExtUtils-CChecker-0.07.tar.gz Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\P\PE\PEVANS\ExtUtils-CChecker-0.07.tar.gz ok ExtUtils-CChecker-0.07 ExtUtils-CChecker-0.07/Changes ExtUtils-CChecker-0.07/README ExtUtils-CChecker-0.07/Build.PL ExtUtils-CChecker-0.07/LICENSE ExtUtils-CChecker-0.07/META.yml ExtUtils-CChecker-0.07/MANIFEST ExtUtils-CChecker-0.07/Makefile.PL ExtUtils-CChecker-0.07/lib ExtUtils-CChecker-0.07/lib/ExtUtils ExtUtils-CChecker-0.07/lib/ExtUtils/CChecker.pm ExtUtils-CChecker-0.07/t ExtUtils-CChecker-0.07/t/04module_build.t ExtUtils-CChecker-0.07/t/00use.t ExtUtils-CChecker-0.07/t/03accessors.t ExtUtils-CChecker-0.07/t/02assert.t ExtUtils-CChecker-0.07/t/99pod.t ExtUtils-CChecker-0.07/t/05defines_to.t ExtUtils-CChecker-0.07/t/01run.t CPAN.pm: Going to build P/PE/PEVANS/ExtUtils-CChecker-0.07.tar.gz >>> C:\Perl64-5.12\bin\perl.exe Makefile.PL # running Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'ExtUtils-CChecker' version '0.07' >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64-5.12\bin\perl.exe Build --makefile_env_macros 1 Building ExtUtils-CChecker PEVANS/ExtUtils-CChecker-0.07.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-5.12\bin\perl.exe Build --makefile_env_macros 1 test t\00use.t ........... 1..1 ok 1 - use ExtUtils::CChecker; ok Name "Win32::Locale::Lexicon" used only once: possible typo at C:/Perl64-5.12/lib/I18N/LangTags/Detect.pm line 140. # Failed test 'Trivial C program compiles and runs' # at t\01run.t line 13. # Failed test 'source named argument' # at t\01run.t line 16. # Failed test 'HAVE_C defined' # at t\01run.t line 23. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '-DHAVE_C' # Looks like you failed 3 tests of 6. t\01run.t ........... 1..6 ok 1 - defined $cc ok 2 - $cc isa ExtUtils::CChecker test-0.c Microsoft (R) Incremental Linker Version 8.00.40310.39 Copyright (C) Microsoft Corporation. All rights reserved. test-0.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance Microsoft (R) Incremental Linker Version 8.00.40310.39 Copyright (C) Microsoft Corporation. All rights reserved. test-0.obj : error LNK2001: unresolved external symbol __security_check_cookie test-0.exe : fatal error LNK1120: 1 unresolved externals not ok 3 - Trivial C program compiles and runs test-1.c test-1.c(1) : error C2061: syntax error : identifier 'bar' test-1.c(1) : error C2059: syntax error : ';' test-1.c(2) : fatal error C1004: unexpected end-of-file found ok 4 - Broken C program does not compile and run test-2.c Microsoft (R) Incremental Linker Version 8.00.40310.39 Copyright (C) Microsoft Corporation. All rights reserved. test-2.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance Microsoft (R) Incremental Linker Version 8.00.40310.39 Copyright (C) Microsoft Corporation. All rights reserved. test-2.obj : error LNK2001: unresolved external symbol __security_check_cookie test-2.exe : fatal error LNK1120: 1 unresolved externals not ok 5 - source named argument test-3.c Microsoft (R) Incremental Linker Version 8.00.40310.39 Copyright (C) Microsoft Corporation. All rights reserved. test-3.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance Microsoft (R) Incremental Linker Version 8.00.40310.39 Copyright (C) Microsoft Corporation. All rights reserved. test-3.obj : error LNK2001: unresolved external symbol __security_check_cookie test-3.exe : fatal error LNK1120: 1 unresolved externals not ok 6 - HAVE_C defined Dubious, test returned 3 (wstat 768, 0x300) Failed 3/6 subtests Name "Win32::Locale::Lexicon" used only once: possible typo at C:/Perl64-5.12/lib/I18N/LangTags/Detect.pm line 140. # Failed test 'Trivial C program' # at t\02assert.t line 13. # Looks like you failed 1 test of 2. t\02assert.t ........ 1..2 test-0.c Microsoft (R) Incremental Linker Version 8.00.40310.39 Copyright (C) Microsoft Corporation. All rights reserved. test-0.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance Microsoft (R) Incremental Linker Version 8.00.40310.39 Copyright (C) Microsoft Corporation. All rights reserved. test-0.obj : error LNK2001: unresolved external symbol __security_check_cookie test-0.exe : fatal error LNK1120: 1 unresolved externals not ok 1 - Trivial C program test-1.c test-1.c(1) : error C2061: syntax error : identifier 'bar' test-1.c(1) : error C2059: syntax error : ';' test-1.c(2) : fatal error C1004: unexpected end-of-file found ok 2 - Broken C program does not compile and run Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests Name "Win32::Locale::Lexicon" used only once: possible typo at C:/Perl64-5.12/lib/I18N/LangTags/Detect.pm line 140. t\03accessors.t ..... 1..6 ok 1 - include_dirs empty initially ok 2 - include_dirs after push_include_dirs ok 3 - extra_compiler_flags empty initially ok 4 - extra_compiler_flags after push_extra_compiler_flags ok 5 - extra_linker_flags empty initially ok 6 - extra_linker_flags after push_extra_linker_flags ok Name "Win32::Locale::Lexicon" used only once: possible typo at C:/Perl64-5.12/lib/I18N/LangTags/Detect.pm line 140. t\04module_build.t .. 1..4 ok 1 - $mbpackage after ->new_module_build ok 2 - %mbargs after ->new_module_build ok 3 - %mbargs sees correct dirs and flags ok 4 - new_module_build merges %args and internal configuration ok Name "Win32::Locale::Lexicon" used only once: possible typo at C:/Perl64-5.12/lib/I18N/LangTags/Detect.pm line 140. # Failed test 'test-config.h exists' # at t\05defines_to.t line 24. Cannot read test-config.h - No such file or directory at t\05defines_to.t line 26. # Looks like you planned 5 tests but ran 4. # Looks like you failed 1 test of 4 run. # Looks like your test exited with 2 just after 4. t\05defines_to.t .... 1..5 ok 1 - defined $cc ok 2 - $cc isa ExtUtils::CChecker test-0.c Microsoft (R) Incremental Linker Version 8.00.40310.39 Copyright (C) Microsoft Corporation. All rights reserved. test-0.obj : non-native module found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance Microsoft (R) Incremental Linker Version 8.00.40310.39 Copyright (C) Microsoft Corporation. All rights reserved. test-0.obj : error LNK2001: unresolved external symbol __security_check_cookie test-0.exe : fatal error LNK1120: 1 unresolved externals ok 3 - extra_compiler_flags does not have -D not ok 4 - test-config.h exists Dubious, test returned 2 (wstat 512, 0x200) Failed 2/5 subtests t\99pod.t ........... 1..1 ok 1 - POD test for blib\lib\ExtUtils\CChecker.pm ok Test Summary Report ------------------- t\01run.t (Wstat: 768 Tests: 6 Failed: 3) Failed tests: 3, 5-6 Non-zero exit status: 3 t\02assert.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 1 Non-zero exit status: 1 t\05defines_to.t (Wstat: 512 Tests: 4 Failed: 1) Failed test: 4 Non-zero exit status: 2 Parse errors: Bad plan. You planned 5 tests but ran 4. Files=7, Tests=24, 4 wallclock secs ( 0.02 usr + 0.02 sys = 0.03 CPU) Result: FAIL Failed 3/7 test programs. 5/24 subtests failed. NMAKE : fatal error U1077: 'C:\Perl64-5.12\bin\perl.exe' : return code '0xff' Stop. PEVANS/ExtUtils-CChecker-0.07.tar.gz nmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports PEVANS/ExtUtils-CChecker-0.07.tar.gz Running make for P/PE/PEVANS/Term-Terminfo-0.06.tar.gz Warning: Prerequisite 'ExtUtils::CChecker => 0.02' for 'PEVANS/Term-Terminfo-0.06.tar.gz' failed when processing 'PEVANS/ExtUtils-CChecker-0.07.tar.gz' with 'make_test => NO'. Continuing, but chances to succeed are limited. CPAN.pm: Going to build P/PE/PEVANS/Term-Terminfo-0.06.tar.gz >>> C:\Perl64-5.12\bin\perl.exe Makefile.PL # running Build.PL OS unsupported - missing ExtUtils::CChecker at Build.PL line 6. Couldn't run Build.PL: at C:/cpanfly-5.12/var/megalib/Module/Build/Compat.pm line 341. Warning: No success on command[C:\Perl64-5.12\bin\perl.exe Makefile.PL] PEVANS/Term-Terminfo-0.06.tar.gz C:\Perl64-5.12\bin\perl.exe Makefile.PL -- NOT OK Running make test Make had some problems, won't test Finished 2011-07-30T21:30:28