> Ugghh! What is that??
>
> Does your copy of Xerces-C somehow not have a transcoder for UTF-8? I
> have never seen this before. What version of Perl are you using?
>
> Is it the same for the other tests?
>
> jas.
Using Perl v5.6.0
Several of the tests do fail with the same error, but there are some
others.... Here is the output from make test
[mrc1-003:local/install/XML-Xerces-1.5.2_0] adam% make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
-I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness
qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/AttributeList.....ok 1/8FATAL ERROR:
FILE: FAKE_SYSTEM_ID
LINE: 1
COLUMN: 56
MESSAGE: An exception occured! Type:TranscodingException, Message:Could not
create a converter for encoding: utf-8
t/AttributeList.....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 2-8
Failed 7/8 tests, 12.50% okay
t/Attributes........ok 1/14FATAL ERROR:
FILE: FAKE_SYSTEM_ID
LINE: 1
COLUMN: 56
MESSAGE: An exception occured! Type:TranscodingException, Message:Could not
create a converter for encoding: utf-8
t/Attributes........dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 2-14
Failed 13/14 tests, 7.14% okay
t/DOMCount..........ok 1/2Use of uninitialized value in numeric eq (==) at
t/DOMCount.t line 55.
t/DOMCount..........NOK 2FAILED test 2
Failed 1/2 tests, 50.00% okay
t/DOMCreate.........ok
t/DOMException......ok 2/7FATAL ERROR:
FILE: FAKE_SYSTEM_ID
LINE: 1
COLUMN: 39
MESSAGE: An exception occured! Type:TranscodingException, Message:Could not
create a converter for encoding: utf-8
t/DOMException......dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 3-7
Failed 5/7 tests, 28.57% okay
t/DOMParser.........ok
t/DOMPrint..........NOK 2FAILED test 2
Failed 1/2 tests, 50.00% okay
t/DOM_Attr..........ok
t/DOM_Document......ok 1/35126FATAL ERROR:
FILE: FAKE_SYSTEM_ID
LINE: 1
COLUMN: 39
MESSAGE: An exception occured! Type:TranscodingException, Message:Could not
create a converter for encoding: utf-8
t/DOM_Document......dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 2-35126
Failed 35125/35126 tests, 0.00% okay
t/DOM_Element.......ok
t/DOM_Entity........ok 2/3 Failed test 3 as expected, no worries
t/DOM_Entity........ok
t/DOM_NamedNodeMap..ok
t/DOM_Node..........ok 1/2FATAL ERROR:
FILE: FAKE_SYSTEM_ID
LINE: 1
COLUMN: 39
MESSAGE: An exception occured! Type:TranscodingException, Message:Could not
create a converter for encoding: utf-8
t/DOM_Node..........dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED test 2
Failed 1/2 tests, 50.00% okay
t/DOM_NodeList......ok
t/EntityResolver....ok
t/IDOMCount.........ok 1/2Use of uninitialized value in numeric eq (==) at
t/IDOMCount.t line 57.
t/IDOMCount.........NOK 2FAILED test 2
Failed 1/2 tests, 50.00% okay
t/IDOMParser........NOK 4Can't call method "getAttributes" on an undefined
value at t/IDOMParser.t line 66.
t/IDOMParser........dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 4-8
Failed 5/8 tests, 37.50% okay
t/IDOMPrint.........NOK 2FAILED test 2
Failed 1/2 tests, 50.00% okay
t/IDOM_Attr.........ok
t/IDOM_DOMException.ok 2/7FATAL ERROR:
FILE: foo
LINE: 1
COLUMN: 39
MESSAGE: An exception occured! Type:TranscodingException, Message:Could not
create a converter for encoding: utf-8
t/IDOM_DOMException.dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 3-7
Failed 5/7 tests, 28.57% okay
t/IDOM_Document.....ok 1/35124FATAL ERROR:
FILE: FAKE_SYSTEM_ID
LINE: 1
COLUMN: 39
MESSAGE: An exception occured! Type:TranscodingException, Message:Could not
create a converter for encoding: utf-8
t/IDOM_Document.....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 2-35124
Failed 35123/35124 tests, 0.00% okay
t/IDOM_Element......ok
t/IDOM_Entity.......ok 2/3 Failed test 3 as expected, no worries
t/IDOM_Entity.......ok
t/IDOM_NamedNodeMap.ok
t/IDOM_Node.........ok 1/2FATAL ERROR:
FILE: FAKE_SYSTEM_ID
LINE: 1
COLUMN: 39
MESSAGE: An exception occured! Type:TranscodingException, Message:Could not
create a converter for encoding: utf-8
t/IDOM_Node.........dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED test 2
Failed 1/2 tests, 50.00% okay
t/IDOM_NodeList.....ok
t/InputSource.......ok
t/LocalFileInputSource.ok 6/6FAILED test 4
Failed 1/6 tests, 83.33% okay
t/MemBufInputSource.ok
t/PerlErrorHandler..ok
t/SAX2Count.........ok
t/SAXCount..........ok
t/SAXException......ok
t/SAXParser.........ok 1/8FATAL ERROR:
FILE: foo
LINE: 1
COLUMN: 56
MESSAGE: An exception occured! Type:TranscodingException, Message:Could not
create a converter for encoding: utf-8
t/SAXParser.........dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 2-8
Failed 7/8 tests, 12.50% okay
t/Schema............ok
t/StdInInputSource..ok 2/3FATAL ERROR:
FILE:
LINE: 0
COLUMN: 0
MESSAGE: An exception occured! Type:XMLPlatformException, Message:Could not
open file: {0}
t/StdInInputSource..dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 3
Failed 1/3 tests, 66.67% okay
t/URLInputSource....dubious
Test returned status 0 (wstat 10, 0xa)
DIED. FAILED test 9
Failed 1/9 tests, 88.89% okay
t/XMLException......NOK 3Can't call method "isa" without a package or object
reference at t/XMLException.t line 40.
t/XMLException......dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 2-5
Failed 4/5 tests, 20.00% okay
t/XMLURL............ok
t/XMLUri............ok
t/actualCast........ok
t/domTest...........ok
Failed Test Status Wstat Total Fail Failed List of failed
----------------------------------------------------------------------------
---
t/AttributeList 2 512 8 7 87.50% 2-8
t/Attributes.t 2 512 14 13 92.86% 2-14
t/DOMCount.t 2 1 50.00% 2
t/DOMException. 2 512 7 5 71.43% 3-7
t/DOMPrint.t 2 1 50.00% 2
t/DOM_Document. 2 512 35126 3512 100.00% 2-35126
t/DOM_Node.t 2 512 2 1 50.00% 2
t/IDOMCount.t 2 1 50.00% 2
t/IDOMParser.t 2 512 8 5 62.50% 4-8
t/IDOMPrint.t 2 1 50.00% 2
t/IDOM_DOMExcep 2 512 7 5 71.43% 3-7
t/IDOM_Document 2 512 35124 3512 100.00% 2-35124
t/IDOM_Node.t 2 512 2 1 50.00% 2
t/LocalFileInpu 6 1 16.67% 4
t/SAXParser.t 2 512 8 7 87.50% 2-8
t/StdInInputSou 255 65280 3 1 33.33% 3
t/URLInputSourc 0 10 9 1 11.11% 9
t/XMLException. 2 512 5 4 80.00% 2-5
Failed 18/42 test scripts, 57.14% okay. 70303/70494 subtests failed, 0.27%
okay.
make: *** [test_dynamic] Error 2
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]