Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Re: HTML-Parser-3.35


    "Brad Olin" <bwo@bwo1.com> wrote in message
    news:qvmg001be5ge2qs9o23561il50urj0lcb5@4ax.com...
    >
    > I have a redhat 8 box that I am trying to upgrade the spamassassin
    > version on, and of course CPAN isn't helping... I am not the know all
    > of perl or perl modules, but I have run cpan a few times over the course
    > of years.
    >
    > rpm says I am running perl version...
    > # rpm -q perl
    > perl-5.8.0-88.3
    >
    > cpan was just updated to 1.76 within this same session and then
    > reloaded.
    >
    > Below is the partial output from my cpan session, any help would be
    > appriciated. I'm more than willing to post the output of any test if
    > more info is needed.
    >
    > Thanks in advance.
    >
    >
    > Brad
    > ************************************************** *********************
    >
    > ---- Unsatisfied dependencies detected during
    > [J/JM/JMASON/Mail-SpamAssassin-2.61.tar.gz] -----
    > HTML::Parser
    > Shall I follow them and prepend them to the queue
    > of modules we are processing right now? [yes]
    > Running make test
    > Delayed until after prerequisites
    > Running make install
    > Delayed until after prerequisites
    > Running install for module HTML::Parser
    > Running make for G/GA/GAAS/HTML-Parser-3.35.tar.gz
    > LWP not available
    Very puzzling. Are you sure you don't have LWP loaded?


    Jim Keenan Guest

  2. Similar Questions and Discussions

    1. Possible bug in HTML::Parser
      Hello. I am using the HTML::Parser module to parse a list of bookmarks exported from the Firefox browser. Firefox exports bookmarks to an HTML...
    2. HTML Parser
      Try something like this. This does send any form information, but only gets the html markup of the page. If you want to send form or query data that...
    3. HTML-Parser / SGML-Parser
      Ok, silly question. I am writing a script to determine my router's WAN ip address and then to email me once an hour in case it changes. Currently...
    4. HTML::Parser
      Greetings, How should i use HTML::Parser to extract text bettween font tags with attibuts like this: <font face="Arial" size="2"> the text to...
    5. How to use HTML::Parser to remove HTML tags and print result
      I am trying to use HTML::Parser to parse an HTML file, remove all HTML tags (including comments, etc.), replace all ENTITIES (e.g. &amp), and put...
  3. #2

    Default Re: HTML-Parser-3.35

    Brad Olin wrote:
    > Running make test
    > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
    > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
    > t/api_version........ok
    > t/argspec-bad........ok
    > t/argspec............ok
    > t/argspec2...........ok
    > t/attr-encoded.......ok
    > t/callback...........ok
    > t/case-sensitive.....ok
    > t/cases..............ok
    > t/comment............ok
    > t/crashme............ok
    > t/declaration........ok
    > t/default............ok
    > t/dtext..............ok
    > t/entities...........ok 3/11Confused test output: test 3 answered after
    > test 3
    > t/entities...........ok 4/11Confused test output: test 4 answered after
    > test 4
    > t/entities...........ok 5/11Confused test output: test 5 answered after
    > test 5
    > t/entities...........ok 6/11Confused test output: test 6 answered after
    > test 6
    > t/entities...........ok 7/11Confused test output: test 7 answered after
    > test 7
    > t/entities...........NOK 8Confused test output: test 8 answered after
    > test 8
    > t/entities...........ok 9/11Confused test output: test 9 answered after
    > test 9
    > t/entities...........ok 10/11Confused test output: test 10 answered
    > after test 10
    > t/entities...........FAILED tests 2, 9
    > Failed 2/11 tests, 81.82% okay
    > t/entities2..........ok
    > t/filter-methods.....ok
    > t/filter.............ok
    > t/handler-eof........ok
    > t/handler............ok
    > t/headparser-http....skipped
    > all skipped: no reason given
    > t/headparser.........FAILED test 3
    > Failed 1/4 tests, 75.00% okay
    > t/ignore.............ok
    > t/largetags..........ok
    > t/linkextor-base.....skipped
    > all skipped: no reason given
    > t/linkextor-rel......ok
    > t/magic..............ok
    > t/marked-sect........ok
    > t/msie-compat........ok
    > t/offset.............ok
    > t/options............ok
    > t/parsefile..........ok
    > t/parser.............ok
    > t/plaintext..........ok
    > t/process............ok
    > t/pullparser.........ok
    > t/skipped-text.......ok
    > t/stack-realloc......ok
    > t/textarea...........ok
    > t/tokeparser.........ok
    > t/uentities..........skipped
    > all skipped: Unicode entities not selected
    > t/unbroken-text......ok
    > t/xml-mode...........ok
    > Failed Test Stat Wstat Total Fail Failed List of Failed
    > -------------------------------------------------------------------------------
    > t/entities.t 11 2 18.18% 2 9
    > t/headparser.t 4 1 25.00% 3
    > 3 tests skipped.
    > Failed 2/42 test scripts, 95.24% okay. 3/228 subtests failed, 98.68%
    > okay.
    > make: *** [test_dynamic] Error 29
    > /usr/bin/make test -- NOT OK
    > Running make install
    > make test had returned bad status, won't install without force
    > Running make for J/JM/JMASON/Mail-SpamAssassin-2.61.tar.gz
    > Is already unwrapped into directory
    > /root/.cpan/build/Mail-SpamAssassin-2.61
    >
    > CPAN.pm: Going to build J/JM/JMASON/Mail-SpamAssassin-2.61.tar.gz
    >
    > Makefile:94: *** missing separator. Stop.
    > /usr/bin/make -- NOT OK
    > Running make test
    > Can't test without successful make
    > Running make install
    > make had returned bad status, install seems impossible
    >
    > cpan>
    A search of google groups for 'Makefile:94' came up with the following link:
    [url]http://groups.google.com.au/groups?hl=en&lr=&ie=UTF-8&selm=list-27437236%40mail.stalker.com[/url]

    QUOTE "I ran into this as well.

    Before you start "perl -MCPAN -e shell" do this at the linux command line:

    unset LANG

    then do "perl -MCPAN -e shell" and install Mail::SpamAssassin, etc.

    This is a known problem for perl 5.8.0 libraries (RH9) and
    SpamAssassin." ENDQUOTE

    Looks like maybe the same problem with RH8. If it's not you might have
    to take a look at some of the other threads that google turns up.

    I don't know what's going on wrt the failed HTML::Parser tests.

    Cheers,
    Rob

    --
    To reply by email u have to take out the u in kalinaubears.

    Sisyphus Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139