This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.
        
--

Dear Jerry D. Hedden,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.061. Testers personal comments may appear 
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

[MSG] [Sat Mar 25 16:27:03 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/M/MA/MARKM/Text-Soundex-3.02.tar.gz'
[MSG] [Sat Mar 25 16:27:04 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/M/MA/MARKM/CHECKSUMS'
[MSG] [Sat Mar 25 16:27:06 2006] Checksum matches for 'Text-Soundex-3.02.tar.gz'
[MSG] [Sat Mar 25 16:27:06 2006] Extracted 'Text-Soundex-3.02/'
[MSG] [Sat Mar 25 16:27:06 2006] Extracted 'Text-Soundex-3.02/Soundex.pm'
[MSG] [Sat Mar 25 16:27:06 2006] Extracted 'Text-Soundex-3.02/MANIFEST'
[MSG] [Sat Mar 25 16:27:06 2006] Extracted 'Text-Soundex-3.02/test.pl'
[MSG] [Sat Mar 25 16:27:06 2006] Extracted 'Text-Soundex-3.02/Changes'
[MSG] [Sat Mar 25 16:27:06 2006] Extracted 'Text-Soundex-3.02/Soundex.xs'
[MSG] [Sat Mar 25 16:27:06 2006] Extracted 'Text-Soundex-3.02/README'
[MSG] [Sat Mar 25 16:27:06 2006] Extracted 'Text-Soundex-3.02/Makefile.PL'
[MSG] [Sat Mar 25 16:27:06 2006] Extracted 'Text::Soundex' to 
'C:\Perl\Cpanplus\5.8.8\build\Text-Soundex-3.02'
[MSG] [Sat Mar 25 16:27:06 2006] Checking if your kit is complete...
Looks good
Writing Makefile for Text::Soundex

[MSG] [Sat Mar 25 16:27:06 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Sat Mar 25 16:27:19 2006] cp Soundex.pm blib\lib\Text\Soundex.pm
        C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils\xsubpp  -typemap 
C:\Perl\lib\ExtUtils\typemap  Soundex.xs > Soundex.xsc && C:\Perl\bin\perl.exe 
-MExtUtils::Command -e mv Soundex.xsc Soundex.c
        cl -c    -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE 
-DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE 
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX 
-MD -Zi -DNDEBUG -O1    -DVERSION=\"3.02\"  -DXS_VERSION=\"3.02\"  
"-IC:\Perl\lib\CORE"   Soundex.c
Soundex.c
Running Mkbootstrap for Text::Soundex ()
        C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 Soundex.bs
        C:\Perl\bin\perl.exe -MExtUtils::Mksymlists  -e 
"Mksymlists('NAME'=>\"Text::Soundex\", 'DLBASE' => 'Soundex', 'DL_FUNCS' => {  
}, 'FUNCLIST' => [], 'IMPORTS' => {  }, 'DL_VARS' => []);"
        link -out:blib\arch\auto\Text\Soundex\Soundex.dll -dll -nologo 
-nodefaultlib -debug -opt:ref,icf  -libpath:"C:\Perl\lib\CORE"  -machine:x86 
Soundex.obj   C:\Perl\lib\CORE\perl58.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 msvcrt.lib -def:Soundex.def
   Creating library blib\arch\auto\Text\Soundex\Soundex.lib and object 
blib\arch\auto\Text\Soundex\Soundex.exp
        C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 755 
blib\arch\auto\Text\Soundex\Soundex.dll
        C:\Perl\bin\perl.exe -MExtUtils::Command -e cp Soundex.bs 
blib\arch\auto\Text\Soundex\Soundex.bs
        C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 
blib\arch\auto\Text\Soundex\Soundex.bs

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

No root path(s) specified at C:/Perl/lib/ExtUtils/Command.pm line 105

[MSG] [Sat Mar 25 16:27:20 2006] MAKE TEST passed:      C:\Perl\bin\perl.exe 
"-Iblib\lib" "-Iblib\arch" test.pl
use Text::Soundex 'soundex'.................................ok
use Text::Soundex 'soundex_nara'............................ok
use Text::Soundex;..........................................ok
soundex('Euler') eq 'E460'..................................ok
soundex('Gauss') eq 'G200'..................................ok
soundex('Hilbert') eq 'H416'................................ok
soundex('Knuth') eq 'K530'..................................ok
soundex('Lloydi') eq 'L300'.................................ok
soundex('Lukasiewicz') eq 'L222'............................ok
soundex('2 + 2 = 4') eq undef...............................ok
soundex(undef) eq undef.....................................ok
soundex('Ellery', 'Ghosh', 'Heilbronn', 'Kant', 'Ladd', 'Lissajous') eq 
('E460', 'G200', 'H416', 'K530', 'L300', 'L222')....................ok
soundex('Mark', 'Mielke') eq ('M620', 'M420')...............ok
soundex('Mike', undef, 'Stok') eq ('M200', undef, 'S320')...ok
setting $soundex_nocode.....................................ok
$soundex_nocode eq $Text::Soundex::nocode...................ok
empty list..................................................ok
soundex('CZARKOWSKA') eq 'C622'.............................ok

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.


[MSG] [Sat Mar 25 16:27:20 2006] DEFAULT 'munge_test_report' HANDLER RETURNING 
'sub return value'
[MSG] [Sat Mar 25 16:27:28 2006] Successfully sent 'pass' report for 
'Text-Soundex-3.02'
[MSG] [Sat Mar 25 16:27:34 2006] Installing 
C:\Perl\lib\auto\Text\Soundex\Soundex.dll
Installing C:\Perl\lib\auto\Text\Soundex\Soundex.lib
Installing C:\Perl\lib\auto\Text\Soundex\Soundex.exp
Installing C:\Perl\lib\auto\Text\Soundex\Soundex.pdb
Installing C:\Perl\lib\auto\Text\Soundex\Soundex.bs
Installing C:\Perl\html\lib\Text\Soundex.html
Files found in blib\arch: installing files in blib\lib into architecture 
dependent library tree
Installing C:\Perl\lib\Text\Soundex.pm
Appending installation info to C:\Perl\lib/perllocal.pod

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.


[MSG] [Sat Mar 25 16:27:34 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JH/JHI/Time-HiRes-1.87.tar.gz'
[MSG] [Sat Mar 25 16:27:36 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JH/JHI/CHECKSUMS'
[MSG] [Sat Mar 25 16:27:37 2006] Checksum matches for 'Time-HiRes-1.87.tar.gz'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/Changes'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/fallback/'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 
'Time-HiRes-1.87/fallback/const-c.inc'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 
'Time-HiRes-1.87/fallback/const-xs.inc'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/hints/'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/hints/dec_osf.pl'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/hints/dynixptx.pl'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/hints/irix.pl'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/hints/sco.pl'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/hints/solaris.pl'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/hints/svr4.pl'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/HiRes.pm'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/HiRes.xs'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/Makefile.PL'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/MANIFEST'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/META.yml'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/ppport.h'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/README'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/t/'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/t/HiRes.t'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/TODO'
[MSG] [Sat Mar 25 16:27:37 2006] Extracted 'Time-HiRes-1.87/typemap'
[MSG] [Sat Mar 25 16:27:38 2006] Extracted 'Time::HiRes' to 
'C:\Perl\Cpanplus\5.8.8\build\Time-HiRes-1.87'
[MSG] [Sat Mar 25 16:27:38 2006] Configuring Time::HiRes...
System is MSWin32, skipping full configure...
Checking if your kit is complete...
Looks good
Writing Makefile for Time::HiRes
Now you may issue 'nmake'.  Do not forget also 'nmake test'.

[MSG] [Sat Mar 25 16:27:38 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Sat Mar 25 16:27:50 2006] cp HiRes.pm blib\lib\Time\HiRes.pm
        C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils\xsubpp  -typemap 
C:\Perl\lib\ExtUtils\typemap -typemap typemap  HiRes.xs > HiRes.xsc && 
C:\Perl\bin\perl.exe -MExtUtils::Command -e mv HiRes.xsc HiRes.c
        cl -c    -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE 
-DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE 
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX 
-MD -Zi -DNDEBUG -O1    -DVERSION=\"1.87\"  -DXS_VERSION=\"1.87\"  
"-IC:\Perl\lib\CORE"  -DSELECT_IS_BROKEN -DATLEASTFIVEOHOHFIVE HiRes.c
HiRes.c
Running Mkbootstrap for Time::HiRes ()
        C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 HiRes.bs
        C:\Perl\bin\perl.exe -MExtUtils::Mksymlists  -e 
"Mksymlists('NAME'=>\"Time::HiRes\", 'DLBASE' => 'HiRes', 'DL_FUNCS' => {  }, 
'FUNCLIST' => [], 'IMPORTS' => {  }, 'DL_VARS' => []);"
        link -out:blib\arch\auto\Time\HiRes\HiRes.dll -dll -nologo 
-nodefaultlib -debug -opt:ref,icf  -libpath:"C:\Perl\lib\CORE"  -machine:x86 
HiRes.obj   C:\Perl\lib\CORE\perl58.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 msvcrt.lib -def:HiRes.def
   Creating library blib\arch\auto\Time\HiRes\HiRes.lib and object 
blib\arch\auto\Time\HiRes\HiRes.exp
        C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 755 
blib\arch\auto\Time\HiRes\HiRes.dll
        C:\Perl\bin\perl.exe -MExtUtils::Command -e cp HiRes.bs 
blib\arch\auto\Time\HiRes\HiRes.bs
        C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 
blib\arch\auto\Time\HiRes\HiRes.bs

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

No root path(s) specified at C:/Perl/lib/ExtUtils/Command.pm line 105

[MSG] [Sat Mar 25 16:27:56 2006] MAKE TEST passed:      C:\Perl\bin\perl.exe 
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/HiRes....ok
All tests successful.
Files=1, Tests=33,  6 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.


[MSG] [Sat Mar 25 16:27:56 2006] DEFAULT 'munge_test_report' HANDLER RETURNING 
'sub return value'
[MSG] [Sat Mar 25 16:28:04 2006] Successfully sent 'pass' report for 
'Time-HiRes-1.87'
[MSG] [Sat Mar 25 16:28:11 2006] Installing 
C:\Perl\lib\auto\Time\HiRes\HiRes.dll
Installing C:\Perl\lib\auto\Time\HiRes\HiRes.lib
Installing C:\Perl\lib\auto\Time\HiRes\HiRes.exp
Installing C:\Perl\lib\auto\Time\HiRes\HiRes.pdb
Files found in blib\arch: installing files in blib\lib into architecture 
dependent library tree
Installing C:\Perl\lib\Time\HiRes.pm
Appending installation info to C:\Perl\lib/perllocal.pod

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.


[MSG] [Sat Mar 25 16:28:11 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/D/DR/DROLSKY/Time-Local-1.12.tar.gz'
[MSG] [Sat Mar 25 16:28:12 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/D/DR/DROLSKY/CHECKSUMS'
[MSG] [Sat Mar 25 16:28:14 2006] Checksum matches for 'Time-Local-1.12.tar.gz'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time-Local-1.12/'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time-Local-1.12/t/'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time-Local-1.12/t/Local.t'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time-Local-1.12/META.yml'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time-Local-1.12/Changes'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time-Local-1.12/lib/'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time-Local-1.12/lib/Time/'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time-Local-1.12/lib/Time/Local.pm'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time-Local-1.12/MANIFEST'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time-Local-1.12/MANIFEST.SKIP'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time-Local-1.12/LICENSE'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time-Local-1.12/Makefile.PL'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time-Local-1.12/README'
[MSG] [Sat Mar 25 16:28:14 2006] Extracted 'Time::Local' to 
'C:\Perl\Cpanplus\5.8.8\build\Time-Local-1.12'
[MSG] [Sat Mar 25 16:28:15 2006] Checking if your kit is complete...
Looks good
Writing Makefile for Time::Local

[MSG] [Sat Mar 25 16:28:15 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Sat Mar 25 16:28:24 2006] cp lib/Time/Local.pm blib\lib\Time\Local.pm

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.


[MSG] [Sat Mar 25 16:28:25 2006] MAKE TEST passed:      C:\Perl\bin\perl.exe 
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/Local....ok
        26/133 skipped: 
All tests successful, 26 subtests skipped.
Files=1, Tests=133,  1 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.


[MSG] [Sat Mar 25 16:28:25 2006] DEFAULT 'munge_test_report' HANDLER RETURNING 
'sub return value'
[MSG] [Sat Mar 25 16:28:34 2006] Successfully sent 'pass' report for 
'Time-Local-1.12'
[MSG] [Sat Mar 25 16:28:40 2006] Installing C:\Perl\lib\Time\Local.pm
Appending installation info to C:\Perl\lib/perllocal.pod

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.


[MSG] [Sat Mar 25 16:28:40 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/R/RE/RENEEB/Tk-Tree-4.3.tar.gz'
[MSG] [Sat Mar 25 16:28:41 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/R/RE/RENEEB/CHECKSUMS'
[MSG] [Sat Mar 25 16:28:42 2006] Checksum matches for 'Tk-Tree-4.3.tar.gz'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/Changes'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/lib/'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/lib/examples/'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 
'Tk-Tree-4.3/lib/examples/perl-tix-tree'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/lib/Tk/'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/lib/Tk/minus.xbm'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/lib/Tk/minusarm.xpm'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/lib/Tk/plus.xbm'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/lib/Tk/plusarm.xpm'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/lib/Tk/Tree.pm'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/Makefile.PL'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/MANIFEST'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/META.yml'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/README'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/t/'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk-Tree-4.3/t/Tk-Tree.t'
[MSG] [Sat Mar 25 16:28:42 2006] Extracted 'Tk::Tree' to 
'C:\Perl\Cpanplus\5.8.8\build\Tk-Tree-4.3'
[MSG] [Sat Mar 25 16:28:44 2006] Checking if your kit is complete...
Looks good
Writing Makefile for Tk::Tree

[MSG] [Sat Mar 25 16:28:44 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Sat Mar 25 16:28:54 2006] cp lib/Tk/minus.xbm blib\lib\Tk\minus.xbm
cp lib/examples/perl-tix-tree blib\lib\examples\perl-tix-tree
cp lib/Tk/Tree.pm blib\lib\Tk\Tree.pm
cp lib/Tk/minusarm.xpm blib\lib\Tk\minusarm.xpm
cp lib/Tk/plus.xbm blib\lib\Tk\plus.xbm
cp lib/Tk/plusarm.xpm blib\lib\Tk\plusarm.xpm

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.


[MSG] [Sat Mar 25 16:28:55 2006] MAKE TEST passed:      C:\Perl\bin\perl.exe 
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/Tk-Tree....ok
All tests successful.
Files=1, Tests=1,  1 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.


[MSG] [Sat Mar 25 16:28:55 2006] DEFAULT 'munge_test_report' HANDLER RETURNING 
'sub return value'
[MSG] [Sat Mar 25 16:29:04 2006] Successfully sent 'pass' report for 
'Tk-Tree-4.3'
[MSG] [Sat Mar 25 16:29:11 2006] Installing C:\Perl\html\site\lib\Tk\Tree.html
Installing C:\Perl\site\lib\Tk\minus.xbm
Installing C:\Perl\site\lib\Tk\Tree.pm
Installing C:\Perl\site\lib\Tk\minusarm.xpm
Installing C:\Perl\site\lib\Tk\plus.xbm
Installing C:\Perl\site\lib\Tk\plusarm.xpm
Installing C:\Perl\site\lib\examples\perl-tix-tree
Appending installation info to C:\Perl\lib/perllocal.pod

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.


[MSG] [Sat Mar 25 16:29:11 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JD/JDHEDDEN/threads-1.15.tar.gz'
[MSG] [Sat Mar 25 16:29:12 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JD/JDHEDDEN/CHECKSUMS'
[MSG] [Sat Mar 25 16:29:13 2006] Checksum matches for 'threads-1.15.tar.gz'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/problems.t'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/join.t'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/stack.t'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/list.t'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/basic.t'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/stress_cv.t'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/test.pl'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/thread.t'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/stress_re.t'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/stack_env.t'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/libc.t'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/end.t'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/t/stress_string.t'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/Changes'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/threads.xs'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/MANIFEST'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/typemap'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/threads.pm'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/threads.h'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/hints/'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/hints/linux.pl'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/ppport.h'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/README'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/Makefile.PL'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads-1.15/META.yml'
[MSG] [Sat Mar 25 16:29:14 2006] Extracted 'threads' to 
'C:\Perl\Cpanplus\5.8.8\build\threads-1.15'
[MSG] [Sat Mar 25 16:29:15 2006] Checking if your kit is complete...
Looks good
Writing Makefile for threads

[MSG] [Sat Mar 25 16:29:15 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[ERROR] [Sat Mar 25 16:29:22 2006] MAKE failed: No such file or directory cp 
threads.pm blib\lib/threads.pm
        C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils\xsubpp  -typemap 
C:\Perl\lib\ExtUtils\typemap -typemap typemap  threads.xs > threads.xsc && 
C:\Perl\bin\perl.exe -MExtUtils::Command -e mv threads.xsc threads.c
        cl -c    -DHAVE_PPPORT_H -MD -Zi -DNDEBUG -O1    -DVERSION=\"1.15\"  
-DXS_VERSION=\"1.15\"  "-IC:\Perl\lib\CORE"   threads.c
threads.c
C:\Perl\lib\CORE\win32.h(326) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\win32.h(326) : error C2081: 'Stat_t' : name in formal 
parameter list illegal
C:\Perl\lib\CORE\win32.h(326) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\win32.h(326) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\win32.h(445) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\win32.h(445) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\win32.h(445) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(117) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(117) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(117) : error C2371: 'PerlIO_funcs' : redefinition; 
different basic types
        C:\Perl\lib\CORE\perlio.h(100) : see declaration of 'PerlIO_funcs'
C:\Perl\lib\CORE\perlio.h(117) : error C2143: syntax error : missing ';' before 
'*'
C:\Perl\lib\CORE\perlio.h(117) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(117) : error C2059: syntax error : ';'
C:\Perl\lib\CORE\perlio.h(118) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(118) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(118) : error C2059: syntax error : 'type'
C:\Perl\lib\CORE\perlio.h(120) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(121) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(121) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(121) : error C2040: 'PerlIO' : 'int ' differs in 
levels of indirection from 'struct _PerlIO *'
C:\Perl\lib\CORE\perlio.h(121) : error C2143: syntax error : missing ';' before 
'*'
C:\Perl\lib\CORE\perlio.h(121) : error C2371: 'PerlIO_funcs' : redefinition; 
different basic types
        C:\Perl\lib\CORE\perlio.h(100) : see declaration of 'PerlIO_funcs'
C:\Perl\lib\CORE\perlio.h(121) : error C2143: syntax error : missing ';' before 
'*'
C:\Perl\lib\CORE\perlio.h(121) : error C2059: syntax error : ','
C:\Perl\lib\CORE\perlio.h(122) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(123) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(123) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(123) : error C2040: 'PerlIO' : 'int ' differs in 
levels of indirection from 'struct _PerlIO *'
C:\Perl\lib\CORE\perlio.h(123) : error C2143: syntax error : missing ';' before 
'*'
C:\Perl\lib\CORE\perlio.h(123) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(124) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(124) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(124) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(124) : error C2040: 'PerlIO' : 'int ' differs in 
levels of indirection from 'struct _PerlIO *'
C:\Perl\lib\CORE\perlio.h(124) : error C2143: syntax error : missing ';' before 
'*'
C:\Perl\lib\CORE\perlio.h(124) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(125) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(125) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(125) : error C2143: syntax error : missing ';' before 
'*'
C:\Perl\lib\CORE\perlio.h(126) : error C2143: syntax error : missing ';' before 
'*'
C:\Perl\lib\CORE\perlio.h(126) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(220) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(220) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(220) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(233) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(233) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(233) : error C2059: syntax error : 'type'
C:\Perl\lib\CORE\perlio.h(235) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(345) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(345) : error C2081: 'SV' : name in formal parameter 
list illegal
C:\Perl\lib\CORE\perlio.h(345) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(345) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(345) : error C2059: syntax error : ';'
C:\Perl\lib\CORE\perlio.h(348) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(348) : error C2081: 'SV' : name in formal parameter 
list illegal
C:\Perl\lib\CORE\perlio.h(348) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(348) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(348) : error C2059: syntax error : ';'
C:\Perl\lib\CORE\perlio.h(351) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(351) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(351) : error C2040: 'PerlIO' : 'int ' differs in 
levels of indirection from 'struct _PerlIO *'
C:\Perl\lib\CORE\perlio.h(351) : error C2143: syntax error : missing ';' before 
'*'
C:\Perl\lib\CORE\perlio.h(351) : error C2059: syntax error : ','
C:\Perl\lib\CORE\perlio.h(351) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(360) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(360) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(360) : error C2040: 'PerlIO' : 'int ' differs in 
levels of indirection from 'struct _PerlIO *'
C:\Perl\lib\CORE\perlio.h(360) : error C2143: syntax error : missing ';' before 
'*'
C:\Perl\lib\CORE\perlio.h(360) : error C2059: syntax error : 'type'
C:\Perl\lib\CORE\perlio.h(361) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(364) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(364) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(364) : error C2040: 'PerlIO' : 'int ' differs in 
levels of indirection from 'struct _PerlIO *'
C:\Perl\lib\CORE\perlio.h(364) : error C2143: syntax error : missing ';' before 
'*'
C:\Perl\lib\CORE\perlio.h(364) : error C2059: syntax error : 'type'
C:\Perl\lib\CORE\perlio.h(365) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(371) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(371) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(371) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perlio.h(376) : error C2143: syntax error : missing ')' before 
'*'
C:\Perl\lib\CORE\perlio.h(376) : error C2143: syntax error : missing '{' before 
'*'
C:\Perl\lib\CORE\perlio.h(376) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\win32iop.h(73) : error C2143: syntax error : missing ')' 
before '*'
C:\Perl\lib\CORE\win32iop.h(73) : error C2081: 'Stat_t' : name in formal 
parameter list illegal
C:\Perl\lib\CORE\win32iop.h(73) : error C2143: syntax error : missing '{' 
before '*'
C:\Perl\lib\CORE\win32iop.h(73) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\win32iop.h(74) : error C2143: syntax error : missing ')' 
before '*'
C:\Perl\lib\CORE\win32iop.h(74) : error C2081: 'Stat_t' : name in formal 
parameter list illegal
C:\Perl\lib\CORE\win32iop.h(74) : error C2143: syntax error : missing '{' 
before '*'
C:\Perl\lib\CORE\win32iop.h(74) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\win32iop.h(77) : error C2146: syntax error : missing ')' 
before identifier 'narg'
C:\Perl\lib\CORE\win32iop.h(77) : error C2081: 'IV' : name in formal parameter 
list illegal
C:\Perl\lib\CORE\win32iop.h(77) : error C2061: syntax error : identifier 'narg'
C:\Perl\lib\CORE\win32iop.h(77) : error C2059: syntax error : ';'
C:\Perl\lib\CORE\win32iop.h(77) : error C2059: syntax error : ','
C:\Perl\lib\CORE\win32iop.h(77) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\win32iop.h(133) : error C2143: syntax error : missing ')' 
before '*'
C:\Perl\lib\CORE\win32iop.h(133) : error C2081: 'Stat_t' : name in formal 
parameter list illegal
C:\Perl\lib\CORE\win32iop.h(133) : error C2143: syntax error : missing '{' 
before '*'
C:\Perl\lib\CORE\win32iop.h(133) : error C2059: syntax error : ')'
C:\Perl\lib\CORE\perl.h(1108) : warning C4273: 'win32_strerror' : inconsistent 
dll linkage.  dllexport assumed.
C:\Perl\lib\CORE\perl.h(2079) : error C2371: 'PerlInterpreter' : redefinition; 
different basic types
        C:\Perl\lib\CORE\perlio.h(125) : see declaration of 'PerlInterpreter'
C:\Perl\lib\CORE\perl.h(2079) : fatal error C1003: error count exceeds 100; 
stopping compilation

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.


PREREQUISITES:

Here is a list of prerequisites you specified and versions we 
managed to load:
                                
        XSLoader                           0.06
        threads::shared                    0.94

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive 
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:
 

--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=MSWin32, osvers=5.0, archname=MSWin32-x86-multi-thread
    uname=''
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cl', ccflags ='-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE 
-DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE 
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX',
    optimize='-MD -Zi -DNDEBUG -O1',
    cppflags='-DWIN32'
    ccversion='12.00.8804', gccversion='', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='link', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf  
-libpath:"C:\Perl\lib\CORE"  -machine:x86'
    libpth=\lib
    libs=  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 
msvcrt.lib
    perllibs=  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 
msvcrt.lib
    libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl58.lib
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -debug -opt:ref,icf  
-libpath:"C:\Perl\lib\CORE"  -machine:x86'

Reply via email to