Subject: | Cannot install on Win32 PC, nmake test fails |
Using doc'ed install procedure, in Win32 env w/ ActiveState perl
v5.8.8, and substituting MS nmake (v. 1.5) for make, "nmake test"
produces errors citing elements/attribute errors (see attached).
Prior install of HTML-WikiConverter in same fashion seems ok.
Admit to general Perl ignorance, just trying to get html2wiki up
and running to populate DokuWikit pages...
MS Windows 2000, Svc Pk 4
no C or C++ compiler
C:\WINNT>perl -v
This is perl, v5.8.8 built for MSWin32-x86-multi-thread
(with 25 registered patches, see perl -V for more detail)
Copyright 1987-2006, Larry Wall
Binary build 817 [257965] provided by ActiveState
http://www.ActiveState.com
Built Mar 20 2006 17:54:25
Subject: | nmakeOK_HTML_WC.txt |
C:\Downloaded\DocuWiki\test\HTML-WikiConverter>dir
Volume in drive C is Local Disk
Volume Serial Number is 3C99-402C
Directory of C:\Downloaded\DocuWiki\test\HTML-WikiConverter
06/20/2006 08:39p <DIR> .
06/20/2006 08:39p <DIR> ..
06/20/2006 08:39p <DIR> bin
06/08/2006 04:41p 11,589 Changes
06/03/2006 11:04p 1,468 INSTALL
06/20/2006 08:39p <DIR> lib
06/08/2006 04:43p 923 Makefile.PL
01/29/2006 04:16p 250 MANIFEST
06/08/2006 04:44p 769 META.yml
06/08/2006 04:35p 2,637 README
06/20/2006 08:39p <DIR> t
6 File(s) 17,636 bytes
5 Dir(s) 27,328,376,832 bytes free
C:\Downloaded\DocuWiki\test\HTML-WikiConverter>perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for HTML::WikiConverter
C:\Downloaded\DocuWiki\test\HTML-WikiConverter>nmake
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cp lib/HTML/WikiConverter.pm blib\lib\HTML\WikiConverter.pm
cp lib/HTML/WikiConverter/Dialects.pod blib\lib\HTML\WikiConverter\Dialects.pod
C:\Perl\bin\perl.exe -MExtUtils::Command -e cp bin/html2wiki blib\script\html2wiki
pl2bat.bat blib\script\html2wiki
C:\Downloaded\DocuWiki\test\HTML-WikiConverter>nmake test
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
C:\Perl\bin\perl.exe -MExtUtils::Command -e cp bin/html2wiki blib\script\html2wiki
pl2bat.bat blib\script\html2wiki
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00-load.............ok 1/1# Testing HTML::WikiConverter 0.55, Perl 5.008008, C:\Perl\bin\perl.exe
t/00-load.............ok
t/01-wikiconverter....ok
t/boilerplate.........ok
t/pod-coverage........skipped
all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod.................skipped
all skipped: Test::Pod 1.14 required for testing POD
All tests successful, 2 tests skipped.
Files=5, Tests=36, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)
C:\Downloaded\DocuWiki\test\HTML-WikiConverter>nmake install
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
C:\Perl\bin\perl.exe -MExtUtils::Command -e cp bin/html2wiki blib\script\html2wiki
pl2bat.bat blib\script\html2wiki
Installing C:\Perl\html\bin\html2wiki.html
Installing C:\Perl\html\site\lib\HTML\WikiConverter.html
Installing C:\Perl\html\site\lib\HTML\WikiConverter\Dialects.html
Installing C:\Perl\site\lib\HTML\WikiConverter.pm
Installing C:\Perl\site\lib\HTML\WikiConverter\Dialects.pod
Installing C:\Perl\bin\html2wiki
Appending installation info to C:\Perl\lib/perllocal.pod
C:\Downloaded\DocuWiki\test\HTML-WikiConverter>dir
Volume in drive C is Local Disk
Volume Serial Number is 3C99-402C
Directory of C:\Downloaded\DocuWiki\test\HTML-WikiConverter
06/21/2006 08:03a <DIR> .
06/21/2006 08:03a <DIR> ..
06/20/2006 08:39p <DIR> bin
06/21/2006 08:03a <DIR> blib
06/08/2006 04:41p 11,589 Changes
06/03/2006 11:04p 1,468 INSTALL
06/20/2006 08:39p <DIR> lib
06/21/2006 08:02a 27,267 Makefile
06/08/2006 04:43p 923 Makefile.PL
01/29/2006 04:16p 250 MANIFEST
06/08/2006 04:44p 769 META.yml
06/21/2006 08:03a 0 pm_to_blib
06/08/2006 04:35p 2,637 README
06/20/2006 08:39p <DIR> t
8 File(s) 44,903 bytes
6 Dir(s) 27,328,204,800 bytes free
Subject: | nmakeProblems_HTML_WC_DW.txt |
C:\Downloaded\DocuWiki\test\HTML-WikiConverter-DokuWiki>dir
Volume in drive C is Local Disk
Volume Serial Number is 3C99-402C
Directory of C:\Downloaded\DocuWiki\test\HTML-WikiConverter-DokuWiki
06/20/2006 09:10p <DIR> .
06/20/2006 09:10p <DIR> ..
06/20/2006 08:39p <DIR> blib
01/29/2006 02:17a 292 Changes
06/20/2006 08:39p <DIR> lib
06/20/2006 08:56p 24,603 Makefile
01/10/2006 03:49p 610 Makefile.PL
01/10/2006 02:39p 205 MANIFEST
01/29/2006 02:21a 426 META.yml
06/20/2006 09:10p 0 output.wiki
06/20/2006 08:32p 0 pm_to_blib
01/29/2006 02:17a 1,872 README
06/20/2006 08:39p <DIR> t
8 File(s) 28,008 bytes
5 Dir(s) 27,328,204,800 bytes free
C:\Downloaded\DocuWiki\test\HTML-WikiConverter-DokuWiki>perl Makefile.PL
Writing Makefile for HTML::WikiConverter::DokuWiki
C:\Downloaded\DocuWiki\test\HTML-WikiConverter-DokuWiki>nmake
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
C:\Downloaded\DocuWiki\test\HTML-WikiConverter-DokuWiki>nmake test
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00-load.........ok 1/1# Testing HTML::WikiConverter::DokuWiki 0.51, Perl 5.008008, C:\Perl\bin\perl.exe
t/00-load.........ok
t/boilerplate.....ok
t/dokuwiki........Odd number of elements in anonymous hash at C:/Perl/site/lib/HTML/WikiConverter.pm line 374, <DATA> chunk 1.
The attribute 'camel_case' does not exist in the dialect 'DokuWiki'. at t/runtests.pl line 74
# Looks like your test died before it could output anything.
t/dokuwiki........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-58
Failed 58/58 tests, 0.00% okay
t/pod-coverage....skipped
all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod.............skipped
all skipped: Test::Pod 1.14 required for testing POD
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/dokuwiki.t 255 65280 58 116 200.00% 1-58
2 tests skipped.
Failed 1/5 test scripts, 80.00% okay. 58/62 subtests failed, 6.45% okay.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0xff'
Stop.
C:\Downloaded\DocuWiki\test\HTML-WikiConverter-DokuWiki>