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

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!?

Replies are listed 'Best First'.
Re^3: how to install Mecha :: FF with Mozrepl
by Corion (Patriarch) on Jun 26, 2014 at 20:57 UTC

    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

        Why do you paste the text of this answer you got by Khen1950fx more than three years ago? What is that supposed to help?

        Why did you not act on the advice given in that reply?

        Maybe you should hire somebody to do your work to do?