Subject: | install errors |
JavaScript-JSLint-0.06
This is perl, v5.10.0 built for x86_64-linux-thread-multi
Linux 2.6.18-128.1.6.el5.xs5.5.0.50xen #1 SMP Thu Apr 16 14:26:31 EDT
2009 x86_64 x86_64 x86_64 GNU/Linux
Unable to install. Errors listed below.
[user@server JavaScript-JSLint-0.06]$ perl Build.PL
Checking whether your kit is complete...
Looks good
Checking prerequisites...
Looks good
Deleting Build
Removed previous script 'Build'
Creating new 'Build' script for 'JavaScript-JSLint' version '0.06'
[user@server JavaScript-JSLint-0.06]$ ./Build test
t/JavaScript-JSLint.t .. 1/12
# Failed test 'missing semicolon'
# at t/JavaScript-JSLint.t line 129.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = HASH(0x108a9e80)
# @errors = ();
# Failed test 'missing semicolon and late declaration'
# at t/JavaScript-JSLint.t line 129.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = HASH(0x10bb2890)
# @errors = ();
# Failed test 'nested comment, like prototype.js'
# at t/JavaScript-JSLint.t line 129.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = HASH(0x10bb2b00)
# @errors = ();
# Failed test 'disallow undefined variables'
# at t/JavaScript-JSLint.t line 129.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = HASH(0x10bb2e78)
# @errors = ();
# Looks like you failed 4 tests of 12.
JS API usage error: 1 contexts left in runtime upon JS_DestroyRuntime.
JS engine warning: 121 atoms remain after destroying the JSRuntime.
These atoms may point to freed memory. Things reachable
through them have not been finalized.
JS engine warning: leaking GC root 'res->input' at 0x108af1c0
JS engine warning: 1 GC root remains after destroying the JSRuntime.
This root may point to freed memory. Objects reachable
through it have not been finalized.
t/JavaScript-JSLint.t .. Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/12 subtests
Test Summary Report
-------------------
t/JavaScript-JSLint.t (Wstat: 1024 Tests: 12 Failed: 4)
Failed tests: 5-7, 9
Non-zero exit status: 4
Files=1, Tests=12, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.13 cusr
0.01 csys = 0.18 CPU)
Result: FAIL
Failed 1/1 test programs. 4/12 subtests failed.