in reply to how to install Mecha :: FF with Mozrepl

Did you follow the installation instructions? What is the very first error? Solve it or post it here. What is the next error? Rinse and repeat ...

jeffa

L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
B--B--B--B--B--B--B--B--
H---H---H---H---H---H---
(the triplet paradiddle with high-hat)

Replies are listed 'Best First'.
Re^2: how to install Mecha :: FF with Mozrepl
by Anonymous Monk on Jun 26, 2014 at 18:44 UTC
    hello dear jeffa hello dear roboticus


    many thanks for the reply. Greetings to you !!!!

    Parse errors: No plan found in TAP output Files=86, Tests=81, 9 wallclock secs ( 0.30 usr 0.09 sys + 7.11 cusr 0 +.79 csys = 8.29 CPU) Result: FAIL Failed 81/86 test programs. 14/81 subtests failed. make: *** [test_dynamic] Fehler 2 CORION/WWW-Mechanize-Firefox-0.74.tar.gz one dependency not OK (MozRepl::RemoteObject); additionally test harne +ss failed /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports CORION/WWW-Mechanize-Firefox-0.74.tar.gz Running make install make test had returned bad status, won't install without force Failed during this command: ZIGOROU/MozRepl-0.06.tar.gz : make_test NO CORION/MozRepl-RemoteObject-0.37.tar.gz : make_test NO one dependency +not OK (MozRepl) CORION/WWW-Mechanize-Firefox-0.74.tar.gz : make_test NO one dependency + not OK (MozRepl::RemoteObject); additionally test harness failed cpan[2]>



    now i run opensuse 13.1 - but it failed so many times: see my trials to install mozrepl and Mechanize FireFox on a opensuse 12.3


    well it failed a year ago: see full stuff - see here at this link http://pastebin.de/34952


    btw - the next time i will gather even more information i will try to capture the full stuff - and later tonight i will let you know more: with the actuall issues.


    Question can' t i create a CD that contains Perl, Mozilla and Mozrepl.


    Note - if i have issues over issues -wiht installation on a machine. Isn this the way to go!?

      You may want to look through the questions (and especially the answers) of Perlbeginner1 who had very similar problems as you have.

      Basically, your problem is with installing Mozrepl first. I recommend you force-install it.

        hi there

        thx for the hints.

        The simple.t failed because of an insecure $ENV{PATH} when running under -T. -T stands for "enable tainting checks".

        hmmm - Perl goes into paranoid mode and obsessively/compulsively does run-time checking of all the paths of execution that the script could take; hence it's looking at all the paths and not getting any. we'll need to set $ENV{PATH} something like this


        $ENV{'PATH'} = '/bin:/usr/bin';


        Or in the terminal:


        export PATH=/bin:/usr/bin