You are viewing a plain text version of this content. The canonical link for it is here.
Posted to p-dev@xerces.apache.org by "Jason E. Stewart" <ja...@openinformatics.com> on 2005/09/15 12:49:15 UTC

[Janardhan Molumuri] Re: Errors running make test (XML::Xerces v2.5.0).

Hi,
 I tried compiling xerces-c with gcc v3.3.5 and built the module. make test 
was 89.47% okay.
 Can you please let me know is it ok? What could be the reason for failures.
 Thanks in advance,
Janardhan.
 snapshot of make test:
 molumurj@stage4:/u/molumurj/xml-gcc/XML-Xerces-2.5.0-0> gmake test
gmake[1]: Entering directory `/u/molumurj/xml-gcc/XML-Xerces-2.5.0-0
/Handler'
gmake[1]: Leaving directory `/u/molumurj/xml-gcc/XML-Xerces-2.5.0-0/Handler'
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/actualCast..............ok 
2/9 skipped: return of CallbackHandler's not implemented
t/AttributeList...........ok 
t/Attributes..............ok 
t/DOMAttr.................ok 
t/DOMBuilder..............ok 
1/15 skipped: DOMErrorHandler not implemented
t/DOMCount................ok 
t/DOMCreate...............ok 
t/DOMDocument.............dubious 
Test returned status 0 (wstat 134, 0x86)
DIED. FAILED tests 3-35125
Failed 35123/35125 tests, 0.01% okay
t/DOMElement..............ok 
t/DOMEntity...............ok 
1/4 skipped: entities still not working
t/DOMException............dubious 
Test returned status 0 (wstat 134, 0x86)
DIED. FAILED tests 2-7
Failed 6/7 tests, 14.29% okay
t/DOMNamedNodeMap.........ok 
t/DOMNode.................ok 
t/DOMNodeIterator.........ok 
t/DOMNodeList.............ok 
t/DOMParser...............ok 
t/DOMPrint................ok 
t/DOMTreeWalker...........ok 
t/DOMWriter...............ok 
t/EntityResolver..........ok 
t/Grammar.................ok 
t/InputSource.............ok 
t/LocalFileInputSource....ok 
t/MemBufInputSource.......ok 
t/PerlErrorHandler........ok 
1/6 skipped: temporarily not returning old handler
t/SAX2Count...............ok 
t/SAX2XMLReader...........ok 
t/SAXCount................ok 
t/SAXException............dubious 
Test returned status 0 (wstat 134, 0x86)
DIED. FAILED tests 2-6
Failed 5/6 tests, 16.67% okay
t/SAXParser...............ok 
t/Schema..................ok 
t/StdInInputSource........ok 
t/URLInputSource..........dubious 
Test returned status 0 (wstat 134, 0x86)
DIED. FAILED tests 6-8
Failed 3/8 tests, 62.50% okay
t/XercesDOMParser.........ok 
t/XMLException............ok 
t/XMLUni..................ok 
t/XMLUri..................ok 
t/XMLURL..................ok 
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/DOMDocument.t 0 134 35125 7024 199.99% 3-35125
t/DOMException.t 0 134 7 12 171.43% 2-7
t/SAXException.t 0 134 6 10 166.67% 2-6
t/URLInputSource.t 0 134 8 6 75.00% 6-8
5 subtests skipped.
Failed 4/38 test scripts, 89.47% okay. 35137/35398 subtests failed, 0.74%okay.
gmake: *** [test_dynamic] Error 29
molumurj@stage4:/u/molumurj/xml-gcc/XML-Xerces-2.5.0-0>

 On 9/12/05, Janardhan Molumuri <mj...@gmail.com> wrote: 
> 
> Hi I have built xerces-c v2.5.0 and tried compiling XML::Xerces perl 
> module but make test is giving the following errors. I am using perl 
> v5.8.6
>  Can you please throw some light on this?
>  Thanks,
> Janardhan.
>  molumurj@bsqa2:/u/molumurj/xml/XML-Xerces-2.5.0-0> gmake test
> gmake[1]: Entering directory `/u/molumurj/xml/XML-Xerces-2.5.0-0/Handler'
> gmake[1]: Leaving directory `/u/molumurj/xml/XML-Xerces-2.5.0-0/Handler'
> PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" 
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t 
> t/actualCast..............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/actualCast.t line 11. 
> BEGIN failed--compilation aborted at t/actualCast.t line 11.
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/actualCast.t line 11. 
> Undefined subroutine &main::fail called at t/actualCast.t line 7.
> END failed--call queue aborted at t/actualCast.t line 11.
> t/actualCast..............dubious 
> Test returned status 255 (wstat 65280, 0xff00) 
> t/AttributeList...........Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/AttributeList.t line 11. 
> BEGIN failed--compilation aborted at t/AttributeList.t line 11.
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/AttributeList.t line 11. 
> Undefined subroutine &main::ok called at t/AttributeList.t line 7.
> END failed--call queue aborted at t/AttributeList.t line 11.
> t/AttributeList...........dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/Attributes..............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/Attributes.t line 14.
> BEGIN failed--compilation aborted at t/Attributes.t line 14.
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/Attributes.t line 14.
> Undefined subroutine &main::ok called at t/Attributes.t line 10.
> END failed--call queue aborted at t/Attributes.t line 14. 
> t/Attributes..............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMAttr.................Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMAttr.t line 12.
> BEGIN failed--compilation aborted at t/DOMAttr.t line 12. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMAttr.t line 12.
> Undefined subroutine &main::ok called at t/DOMAttr.t line 7. 
> END failed--call queue aborted at t/DOMAttr.t line 12.
> t/DOMAttr.................dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMBuilder..............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMBuilder.t line 11.
> BEGIN failed--compilation aborted at t/DOMBuilder.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMBuilder.t line 11.
> Undefined subroutine &main::fail called at t/DOMBuilder.t line 7. 
> END failed--call queue aborted at t/DOMBuilder.t line 11.
> t/DOMBuilder..............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMCount................Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMCount.t line 14.
> BEGIN failed--compilation aborted at t/DOMCount.t line 14. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMCount.t line 14.
> Undefined subroutine &main::ok called at t/DOMCount.t line 10. 
> END failed--call queue aborted at t/DOMCount.t line 14.
> t/DOMCount................dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMCreate...............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMCreate.t line 11.
> BEGIN failed--compilation aborted at t/DOMCreate.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMCreate.t line 11.
> Undefined subroutine &main::ok called at t/DOMCreate.t line 7. 
> END failed--call queue aborted at t/DOMCreate.t line 11.
> t/DOMCreate...............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMDocument.............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMDocument.t line 16.
> BEGIN failed--compilation aborted at t/DOMDocument.t line 16. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMDocument.t line 16.
> Undefined subroutine &main::ok called at t/DOMDocument.t line 10. 
> END failed--call queue aborted at t/DOMDocument.t line 16.
> t/DOMDocument.............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMElement..............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMElement.t line 10.
> BEGIN failed--compilation aborted at t/DOMElement.t line 10. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMElement.t line 10.
> Undefined subroutine &main::ok called at t/DOMElement.t line 7. 
> END failed--call queue aborted at t/DOMElement.t line 10.
> t/DOMElement..............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMEntity...............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMEntity.t line 11.
> BEGIN failed--compilation aborted at t/DOMEntity.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMEntity.t line 11.
> Undefined subroutine &main::ok called at t/DOMEntity.t line 7. 
> END failed--call queue aborted at t/DOMEntity.t line 11.
> t/DOMEntity...............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMException............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMException.t line 14.
> BEGIN failed--compilation aborted at t/DOMException.t line 14. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMException.t line 14.
> Undefined subroutine &main::ok called at t/DOMException.t line 10. 
> END failed--call queue aborted at t/DOMException.t line 14.
> t/DOMException............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMNamedNodeMap.........Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMNamedNodeMap.t line 13.
> BEGIN failed--compilation aborted at t/DOMNamedNodeMap.t line 13. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMNamedNodeMap.t line 13.
> Undefined subroutine &main::ok called at t/DOMNamedNodeMap.t line 10. 
> END failed--call queue aborted at t/DOMNamedNodeMap.t line 13.
> t/DOMNamedNodeMap.........dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMNode.................Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMNode.t line 12.
> BEGIN failed--compilation aborted at t/DOMNode.t line 12. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMNode.t line 12.
> Undefined subroutine &main::ok called at t/DOMNode.t line 7. 
> END failed--call queue aborted at t/DOMNode.t line 12.
> t/DOMNode.................dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMNodeIterator.........Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMNodeIterator.t line 12.
> BEGIN failed--compilation aborted at t/DOMNodeIterator.t line 12. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMNodeIterator.t line 12.
> Undefined subroutine &main::ok called at t/DOMNodeIterator.t line 7. 
> END failed--call queue aborted at t/DOMNodeIterator.t line 12.
> t/DOMNodeIterator.........dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMNodeList.............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMNodeList.t line 11.
> BEGIN failed--compilation aborted at t/DOMNodeList.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMNodeList.t line 11.
> Undefined subroutine &main::ok called at t/DOMNodeList.t line 6. 
> END failed--call queue aborted at t/DOMNodeList.t line 11.
> t/DOMNodeList.............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMParser...............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMParser.t line 11.
> BEGIN failed--compilation aborted at t/DOMParser.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMParser.t line 11.
> Undefined subroutine &main::ok called at t/DOMParser.t line 7. 
> END failed--call queue aborted at t/DOMParser.t line 11.
> t/DOMParser...............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMPrint................Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMPrint.t line 14.
> BEGIN failed--compilation aborted at t/DOMPrint.t line 14. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMPrint.t line 14.
> Undefined subroutine &main::ok called at t/DOMPrint.t line 10. 
> END failed--call queue aborted at t/DOMPrint.t line 14.
> t/DOMPrint................dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMTreeWalker...........Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMTreeWalker.t line 14.
> BEGIN failed--compilation aborted at t/DOMTreeWalker.t line 14. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMTreeWalker.t line 14.
> Undefined subroutine &main::ok called at t/DOMTreeWalker.t line 10. 
> END failed--call queue aborted at t/DOMTreeWalker.t line 14.
> t/DOMTreeWalker...........dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/DOMWriter...............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/DOMWriter.t line 12.
> BEGIN failed--compilation aborted at t/DOMWriter.t line 12. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/DOMWriter.t line 12.
> Undefined subroutine &main::ok called at t/DOMWriter.t line 7. 
> END failed--call queue aborted at t/DOMWriter.t line 12.
> t/DOMWriter...............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/EntityResolver..........Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/EntityResolver.t line 11.
> BEGIN failed--compilation aborted at t/EntityResolver.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/EntityResolver.t line 11.
> Undefined subroutine &main::ok called at t/EntityResolver.t line 7. 
> END failed--call queue aborted at t/EntityResolver.t line 11.
> t/EntityResolver..........dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/Grammar.................Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/Grammar.t line 11.
> BEGIN failed--compilation aborted at t/Grammar.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/Grammar.t line 11.
> Undefined subroutine &main::ok called at t/Grammar.t line 7. 
> END failed--call queue aborted at t/Grammar.t line 11.
> t/Grammar.................dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/InputSource.............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/InputSource.t line 11.
> BEGIN failed--compilation aborted at t/InputSource.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/InputSource.t line 11.
> Undefined subroutine &main::ok called at t/InputSource.t line 7. 
> END failed--call queue aborted at t/InputSource.t line 11.
> t/InputSource.............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/LocalFileInputSource....Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/LocalFileInputSource.t line 12.
> BEGIN failed--compilation aborted at t/LocalFileInputSource.t line 12. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/LocalFileInputSource.t line 12.
> Undefined subroutine &main::ok called at t/LocalFileInputSource.t line 8.
> END failed--call queue aborted at t/LocalFileInputSource.t line 12.
> t/LocalFileInputSource....dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/MemBufInputSource.......Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/MemBufInputSource.t line 11.
> BEGIN failed--compilation aborted at t/MemBufInputSource.t line 11.
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/MemBufInputSource.t line 11.
> Undefined subroutine &main::ok called at t/MemBufInputSource.t line 7.
> END failed--call queue aborted at t/MemBufInputSource.t line 11. 
> t/MemBufInputSource.......dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/PerlErrorHandler........Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/PerlErrorHandler.t line 12.
> BEGIN failed--compilation aborted at t/PerlErrorHandler.t line 12. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/PerlErrorHandler.t line 12.
> Undefined subroutine &main::ok called at t/PerlErrorHandler.t line 7. 
> END failed--call queue aborted at t/PerlErrorHandler.t line 12.
> t/PerlErrorHandler........dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/SAX2Count...............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/SAX2Count.t line 11.
> BEGIN failed--compilation aborted at t/SAX2Count.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/SAX2Count.t line 11.
> Undefined subroutine &main::ok called at t/SAX2Count.t line 7. 
> END failed--call queue aborted at t/SAX2Count.t line 11.
> t/SAX2Count...............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/SAX2XMLReader...........Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/SAX2XMLReader.t line 11.
> BEGIN failed--compilation aborted at t/SAX2XMLReader.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/SAX2XMLReader.t line 11.
> Undefined subroutine &main::ok called at t/SAX2XMLReader.t line 7. 
> END failed--call queue aborted at t/SAX2XMLReader.t line 11.
> t/SAX2XMLReader...........dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/SAXCount................Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/SAXCount.t line 11.
> BEGIN failed--compilation aborted at t/SAXCount.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/SAXCount.t line 11.
> Undefined subroutine &main::ok called at t/SAXCount.t line 7. 
> END failed--call queue aborted at t/SAXCount.t line 11.
> t/SAXCount................dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/SAXException............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/SAXException.t line 12.
> BEGIN failed--compilation aborted at t/SAXException.t line 12. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/SAXException.t line 12.
> Undefined subroutine &main::ok called at t/SAXException.t line 7. 
> END failed--call queue aborted at t/SAXException.t line 12.
> t/SAXException............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/SAXParser...............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/SAXParser.t line 11.
> BEGIN failed--compilation aborted at t/SAXParser.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/SAXParser.t line 11.
> Undefined subroutine &main::ok called at t/SAXParser.t line 7. 
> END failed--call queue aborted at t/SAXParser.t line 11.
> t/SAXParser...............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/Schema..................Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/Schema.t line 11.
> BEGIN failed--compilation aborted at t/Schema.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/Schema.t line 11.
> Undefined subroutine &main::ok called at t/Schema.t line 7. 
> END failed--call queue aborted at t/Schema.t line 11.
> t/Schema..................dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/StdInInputSource........Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/StdInInputSource.t line 11.
> BEGIN failed--compilation aborted at t/StdInInputSource.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/StdInInputSource.t line 11.
> Undefined subroutine &main::ok called at t/StdInInputSource.t line 7. 
> END failed--call queue aborted at t/StdInInputSource.t line 11.
> t/StdInInputSource........dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/URLInputSource..........Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/URLInputSource.t line 11.
> BEGIN failed--compilation aborted at t/URLInputSource.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/URLInputSource.t line 11.
> Undefined subroutine &main::ok called at t/URLInputSource.t line 7. 
> END failed--call queue aborted at t/URLInputSource.t line 11.
> t/URLInputSource..........dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/XercesDOMParser.........Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/XercesDOMParser.t line 11.
> BEGIN failed--compilation aborted at t/XercesDOMParser.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/XercesDOMParser.t line 11.
> Undefined subroutine &main::ok called at t/XercesDOMParser.t line 7. 
> END failed--call queue aborted at t/XercesDOMParser.t line 11.
> t/XercesDOMParser.........dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/XMLException............Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/XMLException.t line 12.
> BEGIN failed--compilation aborted at t/XMLException.t line 12. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/XMLException.t line 12.
> Undefined subroutine &main::ok called at t/XMLException.t line 7. 
> END failed--call queue aborted at t/XMLException.t line 12.
> t/XMLException............dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/XMLUni..................Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/XMLUni.t line 12.
> BEGIN failed--compilation aborted at t/XMLUni.t line 12. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/XMLUni.t line 12.
> Undefined subroutine &main::ok called at t/XMLUni.t line 7. 
> END failed--call queue aborted at t/XMLUni.t line 12.
> t/XMLUni..................dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/XMLUri..................Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/XMLUri.t line 11.
> BEGIN failed--compilation aborted at t/XMLUri.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/XMLUri.t line 11.
> Undefined subroutine &main::ok called at t/XMLUri.t line 7. 
> END failed--call queue aborted at t/XMLUri.t line 11.
> t/XMLUri..................dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> t/XMLURL..................Can't find 'boot_XML__Xerces' symbol in 
> /u/molumurj/xml/XML- Xerces-2.5.0-0/blib/arch/auto/XML/Xerces/Xerces.so
> at /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 7
> Compilation failed in require at t/XMLURL.t line 11.
> BEGIN failed--compilation aborted at t/XMLURL.t line 11. 
> Undefined subroutine &XML::Xerces::XMLPlatformUtils::Terminate called at 
> /u/molumurj/xml/XML-Xerces-2.5.0-0/blib/lib/XML/Xerces.pm line 24.
> END failed--call queue aborted at t/XMLURL.t line 11.
> Undefined subroutine &main::ok called at t/XMLURL.t line 7. 
> END failed--call queue aborted at t/XMLURL.t line 11.
> t/XMLURL..................dubious 
> Test returned status 255 (wstat 65280, 0xff00)
> FAILED--38 test scripts could be run, alas--no output ever seen 
> gmake: *** [test_dynamic] Error 255
> molumurj@bsqa2:/u/molumurj/xml/XML-Xerces-2.5.0-0>
> 



-- 
-- JNR