Ask a Question related to PERL Modules, Design and Development.
-
Jim Keenan #1
Re: HTML-Parser-3.35
"Brad Olin" <bwo@bwo1.com> wrote in message
news:qvmg001be5ge2qs9o23561il50urj0lcb5@4ax.com...Very puzzling. Are you sure you don't have LWP loaded?>
> 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
Jim Keenan Guest
-
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... -
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... -
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... -
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... -
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. &), and put... -
Sisyphus #2
Re: HTML-Parser-3.35
Brad Olin wrote:
A search of google groups for 'Makefile:94' came up with the following link:> 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>
[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



Reply With Quote

