You are not logged in.
Pages: 1
I'm trying to install XML::LibXML
but it gives the below error.
So whats going wrong?
Test Summary Report
-------------------
t/02parse.t (Wstat: 256 (exited 1) Tests: 533 Failed: 1)
Failed test: 511
Non-zero exit status: 1
t/08findnodes.t (Wstat: 256 (exited 1) Tests: 45 Failed: 1)
Failed test: 14
Non-zero exit status: 1
t/19die_on_invalid_utf8_rt_58848.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/60error_prev_chain.t (Wstat: 65280 (exited 255) Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 1 tests but ran 0.
Files=77, Tests=2546, 8 wallclock secs ( 0.31 usr 0.09 sys + 6.74 cusr 0.94 csys = 8.08 CPU)
Result: FAIL
Failed 4/77 test programs. 3/2546 subtests failed.
make: *** [Makefile:1330: test_dynamic] Error 255
Terminal does not support GetHistory.
Lockfile removed.
SHLOMIF/XML-LibXML-2.0210.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports SHLOMIF/XML-LibXML-2.0210.tar.gz
Offline
If it helps, these are the error messages:
t/02parse.t ........................................ 1/533
# Failed test 'error parsing <!DOCTYPE X SYSTEM "example/ext_ent.dtd">
# <X>&foo;</X>
# '
# at t/02parse.t line 887.
# got: ''
# expected: anything else
# Looks like you failed 1 test of 533.
t/08findnodes.t .................................... 1/45
# Failed test ' TODO : Add test name'
# at t/08findnodes.t line 126.
# got: '3'
# expected: '2'
# Looks like you failed 1 test of 45.
t/09xpath.t ........................................ 1/54 Argument "21305-GITv2.13.5" isn't numeric in numeric lt (<) at t/09xpath.t line 244.
Argument "21305-GITv2.13.5" isn't numeric in numeric lt (<) at t/09xpath.t line 244.
t/19die_on_invalid_utf8_rt_58848.t ................. 1/1
# Failed test 'Parser error.'
# at t/19die_on_invalid_utf8_rt_58848.t line 19.
# 'example/thedieline.rss:26: I/O error : Invalid bytes in character encoding
# .com%2fblog%2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&t=Ginja+d%26%2339%3b+
# ^
# example/thedieline.rss:26: parser error : Entity 'ldquo' not defined
# log%2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&t=Ginja+d%26%2339%3b+“
# ^
# example/thedieline.rss:26: parser error : Entity 'ldquo' not defined
# 2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&title=Ginja+d%26%2339%3b+“
# ^
# example/thedieline.rss:26: parser error : Entity 'ldquo' not defined
# 2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&title=Ginja+d%26%2339%3b+“
# ^
# example/thedieline.rss:26: parser error : Entity 'ldquo' not defined
# log%2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&t=Ginja+d%26%2339%3b+“
# ^
# example/thedieline.rss:26: parser error : Entity 'ldquo' not defined
# 2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&title=Ginja+d%26%2339%3b+“
# ^
# example/thedieline.rss:26: parser error : Entity 'ldquo' not defined
# 2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&title=Ginja+d%26%2339%3b+“
# ^
# example/thedieline.rss:26: parser error : Entity 'ldquo' not defined
# This" href="http://twitter.com/home?status=Ginja+d%26%2339%3b+“
# ^
# '
# doesn't match '(?^:parser error : Input is not proper UTF-8)'
# Looks like you failed 1 test of 1.
t/19die_on_invalid_utf8_rt_58848.t ................. Dubious, test returned 1 (wstat 256, 0x100)
Offline
Pages: 1