[mythtv-users] tv_grab_au ninemsn and JavaScript

stephen stephen at carins.com.au
Sat Feb 24 14:31:51 UTC 2007


Firstly id like to say that MythTV is a fantastic app, I look forward to getting it working with tv_grab_au and great work all supporting it, we appreciate it.

The story so far, I have MythTV working with the standard tv_grab_au but it isn't all that good 'missing data' so id like to get the one from http://immir.com/tv_grab_au working.

Setup is Suse10.1 64bit

I have done

perl -MCPAN -e 'install DateTime::TimeZone'
perl -MCPAN -e 'install DateTime::Format::DateManip'


for JavaScript i need to

ftp://ftp.mozilla.org/pub/mozilla.org/js/js-1.60.tar.gz
tar xfvz js-1.60.tar.gz
cd js/src
make -f Makefile.ref BUILD_OPT=1
cp js*.h /usr/include/
cd Linux_All_OPT.OBJ
cp js*.h /usr/include/
cp libjs.* /usr/lib/
cp jsopcode.tbl /usr/include/
ldconfig

so now i need to install JavaScript

/tmp2/JavaScript-1.03/make test

but i get the following errors


Code:

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-init.........................ok
t/01-types-from-js................ok
t/02-types-from-perl..............ok 1/18
#   Failed test 'Really big integers'
#   at t/02-types-from-perl.t line 14.
t/02-types-from-perl..............NOK 6# Looks like you failed 1 test of 18.
t/02-types-from-perl..............dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 6
        Failed 1/18 tests, 94.44% okay
t/03-call.........................ok
t/04-prototypes...................ok
t/05-deep-assign..................ok
t/06-bind-object..................dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 2-13
        Failed 12/13 tests, 7.69% okay
t/07-eval-file....................ok
t/08-can..........................ok
t/09-script.......................ok
t/10-round-trip...................dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 1-11
        Failed 11/11 tests, 0.00% okay
t/11-recursive....................ok
t/12-destroy......................ok
t/13-in-context...................ok
t/14-roundtrip-function...........ok
t/15-function.....................ok
t/16-object.......................dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 2-13
        Failed 12/13 tests, 7.69% okay
t/17-error-handler................ok
t/18-interrupt-handler............ok
t/19-engine-version...............ok
t/20-bind-class...................dubious
        Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 5-23
        Failed 19/23 tests, 17.39% okay
t/21-branch-handler...............ok
t/22-string-attributes............ok
t/23-unicode......................skipped
        all skipped: No unicode support in SpiderMonkey
t/24-c-level-interrupt-handler....skipped
        all skipped: Inline::C is required for testing C-level interrupt handlers
t/26-e4x..........................skipped
        all skipped: No E4X available
t/27-supports.....................ok
t/28-test-javascript-more.........ok 1/10# here I am!
t/28-test-javascript-more.........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
Failed Test            Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/02-types-from-perl.t    1   256    18    1   5.56%  6
t/06-bind-object.t        0    11    13   24 184.62%  2-13
t/10-round-trip.t         0    11    11   22 200.00%  1-11
t/16-object.t             0    11    13   24 184.62%  2-13
t/20-bind-class.t         0    11    23   38 165.22%  5-23
5 tests skipped.
Failed 5/30 test scripts, 83.33% okay. 55/203 subtests failed, 72.91% okay.
make: *** [test_dynamic] Error 255

EndCode:


now im not sure what im ment to do

needless to say if i run tv_grab_au --configure i get an error

unable to read configuration file... configuring anyway...Use of uninitialized value in concatenation (.) or string at /usr/local/bin/tv_grab_au line 249, <> line 1.
Sorry, configuration is not currently supported. at /usr/local/bin/tv_grab_au line 788, <> line 1.

line 249 = my $cache_file = "$output_dir/cached.pl";


Thanks in advance for any help i can get with this.






More information about the mythtv-users mailing list